.fh-brand-showcase-section{position:relative;width:100%}.fh-brand-showcase{display:grid;grid-template-columns:var(--fh-bs-ratio, 1fr 1fr);gap:var(--fh-bs-gap, 20px);min-height:var(--fh-bs-min-height, auto);padding-top:var(--fh-bs-padding-top, 0);padding-bottom:var(--fh-bs-padding-bottom, 0)}.fh-brand-showcase--ratio-50-50{--fh-bs-ratio: 1fr 1fr}.fh-brand-showcase--ratio-40-60{--fh-bs-ratio: 2fr 3fr}.fh-brand-showcase--ratio-60-40{--fh-bs-ratio: 3fr 2fr}.fh-brand-showcase--stacked{grid-template-columns:1fr;--fh-bs-ratio: 1fr}.fh-brand-showcase__feature{position:relative;overflow:hidden;min-height:var(--fh-bs-feature-min-height, 400px)}.fh-brand-showcase__feature-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.fh-brand-showcase__feature-image img{width:100%;height:100%;object-fit:cover;object-position:var(--fh-bs-feature-focal, center)}.fh-brand-showcase__feature--aspect-auto{aspect-ratio:auto}.fh-brand-showcase__feature--aspect-1-1{aspect-ratio:1 / 1}.fh-brand-showcase__feature--aspect-3-4{aspect-ratio:3 / 4}.fh-brand-showcase__feature--aspect-4-3{aspect-ratio:4 / 3}.fh-brand-showcase__feature--aspect-16-9{aspect-ratio:16 / 9}.fh-brand-showcase__feature--aspect-2-3{aspect-ratio:2 / 3}.fh-brand-showcase__feature-image--desktop{display:block}.fh-brand-showcase__feature-image--tablet,.fh-brand-showcase__feature-image--mobile{display:none}.fh-brand-showcase__logo{position:absolute;z-index:2;max-width:var(--fh-bs-logo-max-width, 200px);pointer-events:none}.fh-brand-showcase__logo img{width:100%;height:auto;object-fit:contain}.fh-brand-showcase__logo--top-left{top:var(--fh-bs-logo-offset, 40px);left:var(--fh-bs-logo-offset, 40px)}.fh-brand-showcase__logo--top-right{top:var(--fh-bs-logo-offset, 40px);right:var(--fh-bs-logo-offset, 40px)}.fh-brand-showcase__logo--top-center{top:var(--fh-bs-logo-offset, 40px);left:50%;transform:translate(-50%)}.fh-brand-showcase__logo--center-left{top:50%;left:var(--fh-bs-logo-offset, 40px);transform:translateY(-50%)}.fh-brand-showcase__logo--center{top:50%;left:50%;transform:translate(-50%,-50%)}.fh-brand-showcase__logo--center-right{top:50%;right:var(--fh-bs-logo-offset, 40px);transform:translateY(-50%)}.fh-brand-showcase__logo--bottom-left{bottom:var(--fh-bs-logo-offset, 40px);left:var(--fh-bs-logo-offset, 40px)}.fh-brand-showcase__logo--bottom-right{bottom:var(--fh-bs-logo-offset, 40px);right:var(--fh-bs-logo-offset, 40px)}.fh-brand-showcase__logo--bottom-center{bottom:var(--fh-bs-logo-offset, 40px);left:50%;transform:translate(-50%)}.fh-brand-showcase__products{display:grid;grid-template-columns:repeat(var(--fh-bs-product-cols, 2),1fr);gap:var(--fh-bs-product-gap, 16px);padding:var(--fh-bs-products-padding, 0);align-content:start}.fh-brand-showcase__card{display:flex;flex-direction:column;border-radius:var(--fh-bs-card-radius, 0);overflow:hidden}.fh-brand-showcase__card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%;padding:var(--fh-bs-card-padding, 0);background-color:var(--fh-bs-card-bg, transparent);border-radius:var(--fh-bs-card-radius, 0)}.fh-brand-showcase__card-image{position:relative;overflow:hidden;background-color:var(--fh-bs-card-img-bg, transparent)}.fh-brand-showcase__card-image img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.fh-brand-showcase__card-link:hover .fh-brand-showcase__card-image img{transform:scale(1.03)}.fh-brand-showcase__card-content{padding:16px 0 0;display:flex;flex-direction:column;gap:4px}.fh-brand-showcase__card-title{font-family:var(--font-futura, "Futura PT", sans-serif);font-weight:var(--fh-bs-title-weight, 500)!important;font-size:var(--fh-bs-title-size, 14px)!important;line-height:1.3;margin:0;color:var(--fh-bs-title-color, inherit)}h1.fh-brand-showcase__card-title,h2.fh-brand-showcase__card-title,h3.fh-brand-showcase__card-title,h4.fh-brand-showcase__card-title,h5.fh-brand-showcase__card-title,h6.fh-brand-showcase__card-title{font-family:var(--font-futura, "Futura PT", sans-serif)!important;font-weight:var(--fh-bs-title-weight, 700)!important;font-size:var(--fh-bs-title-size, 14px)!important;line-height:1.3!important;letter-spacing:normal!important;text-transform:none!important;margin:0!important;color:var(--fh-bs-title-color, inherit)}.fh-brand-showcase__card-price{font-family:var(--font-futura, "Futura PT", sans-serif);font-weight:400;font-size:var(--fh-bs-price-size, 13px);line-height:1.4;margin:0;color:var(--fh-bs-price-color, inherit)}.fh-brand-showcase__theme-card{min-width:0}.fh-brand-showcase--hide-desktop,.fh-brand-showcase__feature--hide-desktop{display:none}@media screen and (max-width:1024px)and (min-width:750px){.fh-brand-showcase{grid-template-columns:var(--fh-bs-ratio-tablet, var(--fh-bs-ratio, 1fr 1fr));gap:var(--fh-bs-gap-tablet, var(--fh-bs-gap, 20px));padding-top:var(--fh-bs-padding-top-tablet, var(--fh-bs-padding-top, 0));padding-bottom:var(--fh-bs-padding-bottom-tablet, var(--fh-bs-padding-bottom, 0))}.fh-brand-showcase--stacked-tablet{grid-template-columns:1fr}.fh-brand-showcase__feature{min-height:var(--fh-bs-feature-min-height-tablet, 350px)}.fh-brand-showcase__feature-image--desktop{display:none}.fh-brand-showcase__feature-image--tablet{display:block}.fh-brand-showcase__feature-image--mobile{display:none}.fh-brand-showcase__products{grid-template-columns:repeat(var(--fh-bs-product-cols-tablet, var(--fh-bs-product-cols, 2)),1fr);gap:var(--fh-bs-product-gap-tablet, var(--fh-bs-product-gap, 16px))}.fh-brand-showcase__logo{max-width:var(--fh-bs-logo-max-width-tablet, var(--fh-bs-logo-max-width, 150px));--fh-bs-logo-offset: 30px}.fh-brand-showcase__card-title,h1.fh-brand-showcase__card-title,h2.fh-brand-showcase__card-title,h3.fh-brand-showcase__card-title,h4.fh-brand-showcase__card-title,h5.fh-brand-showcase__card-title,h6.fh-brand-showcase__card-title{font-size:var(--fh-bs-title-size-tablet, var(--fh-bs-title-size, 14px))!important}.fh-brand-showcase__card-price{font-size:var(--fh-bs-price-size-tablet, var(--fh-bs-price-size, 13px))}.fh-brand-showcase--hide-desktop{display:grid}.fh-brand-showcase--hide-tablet{display:none!important}.fh-brand-showcase__feature--hide-desktop{display:block}.fh-brand-showcase__feature--hide-tablet{display:none!important}}@media screen and (max-width:749px){.fh-brand-showcase{grid-template-columns:var(--fh-bs-ratio-mobile, 1fr);gap:var(--fh-bs-gap-mobile, var(--fh-bs-gap, 16px));padding-top:var(--fh-bs-padding-top-mobile, var(--fh-bs-padding-top-tablet, var(--fh-bs-padding-top, 0)));padding-bottom:var(--fh-bs-padding-bottom-mobile, var(--fh-bs-padding-bottom-tablet, var(--fh-bs-padding-bottom, 0)))}.fh-brand-showcase--stacked-mobile{grid-template-columns:1fr}.fh-brand-showcase__feature{min-height:var(--fh-bs-feature-min-height-mobile, 300px)}.fh-brand-showcase__feature-image--desktop,.fh-brand-showcase__feature-image--tablet{display:none}.fh-brand-showcase__feature-image--mobile{display:block}.fh-brand-showcase__products{grid-template-columns:repeat(var(--fh-bs-product-cols-mobile, 2),1fr);gap:var(--fh-bs-product-gap-mobile, var(--fh-bs-product-gap, 12px))}.fh-brand-showcase__logo{max-width:var(--fh-bs-logo-max-width-mobile, var(--fh-bs-logo-max-width-tablet, var(--fh-bs-logo-max-width, 120px)));--fh-bs-logo-offset: 20px}.fh-brand-showcase__card-title,h1.fh-brand-showcase__card-title,h2.fh-brand-showcase__card-title,h3.fh-brand-showcase__card-title,h4.fh-brand-showcase__card-title,h5.fh-brand-showcase__card-title,h6.fh-brand-showcase__card-title{font-size:var(--fh-bs-title-size-mobile, var(--fh-bs-title-size-tablet, var(--fh-bs-title-size, 13px)))!important}.fh-brand-showcase__card-price{font-size:var(--fh-bs-price-size-mobile, var(--fh-bs-price-size-tablet, var(--fh-bs-price-size, 12px)))}.fh-brand-showcase__card-content{padding:var(--fh-bs-card-padding-mobile, 12px 0)}.fh-brand-showcase--hide-desktop{display:grid}.fh-brand-showcase--hide-mobile{display:none!important}.fh-brand-showcase__feature--hide-desktop{display:block}.fh-brand-showcase__feature--hide-mobile{display:none!important}}.fh-hide-desktop{display:none}@media screen and (max-width:1024px)and (min-width:750px){.fh-hide-desktop{display:block}.fh-hide-tablet{display:none!important}}@media screen and (max-width:749px){.fh-hide-desktop{display:block}.fh-hide-mobile{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fh-brand-showcase.css.map */
