.ffch{position:relative;width:100%;overflow:hidden;background-color:var(--ffch-bg-color, #000);background-image:var(--ffch-bg-image-desktop, none);background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:var(--ffch-h-img-d)}.ffch.is-solid{min-height:var(--ffch-h-sld-d)}@media(max-width:749px){.ffch{min-height:var(--ffch-h-img-m);background-image:var(--ffch-bg-image-mobile, var(--ffch-bg-image-desktop, none))}.ffch.is-solid{min-height:var(--ffch-h-sld-m)}}.ffch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ffch-overlay-color, #000);opacity:calc((1 - var(--ffch-grad-enabled, 0)) * var(--ffch-overlay-op, 0));pointer-events:none;z-index:0}.ffch:after{content:"";position:absolute;top:0;left:0;right:0;height:var(--ffch-grad-height, var(--ffch-h-img-d));pointer-events:none;z-index:0;opacity:var(--ffch-grad-enabled, 0);background:linear-gradient(to top,color-mix(in oklab,var(--ffch-overlay-color, #000) var(--ffch-grad-bottom, 40%),transparent) 0%,color-mix(in oklab,var(--ffch-overlay-color, #000) var(--ffch-grad-top, 0%),transparent) var(--ffch-grad-stop, 60%),transparent 100%)}.ffch.is-desc-expanded:before{inset:auto 0 0 0;top:var(--ffch-grad-height, var(--ffch-h-img-d));background:color-mix(in oklab,var(--ffch-overlay-color, #000) var(--ffch-grad-bottom, 40%),transparent);opacity:var(--ffch-grad-enabled, 0)}.ffch__inner{position:relative;z-index:1;display:grid;min-height:inherit;padding:var(--ffch-pad-y) 0}.ffch.align-left .ffch__inner{justify-items:start}.ffch.align-center .ffch__inner{justify-items:center}.ffch.align-right .ffch__inner{justify-items:end}.ffch.valign-top .ffch__inner{align-items:start}.ffch.valign-middle .ffch__inner{align-items:center}.ffch.valign-bottom .ffch__inner{align-items:end}.ffch__content{width:auto;max-width:1400px;padding:0 var(--ffch-pad-x);display:flex;flex-direction:column;gap:.5rem;transform:translateY(var(--ffch-content-offset-y, 0px))}.ffch.align-left .ffch__content{text-align:left;align-items:flex-start}.ffch.align-center .ffch__content{text-align:center;align-items:center}.ffch.align-right .ffch__content{text-align:right;align-items:flex-end}.ffch__title{line-height:1.02;margin:0 0 .35em;max-width:var(--ffch-title-max)}.ffch__desc{font-size:var(--ffch-desc-size);font-weight:var(--ffch-desc-weight);letter-spacing:var(--ffch-desc-ls);line-height:1.35;color:var(--ffch-desc-color);max-width:var(--ffch-desc-max);opacity:.95}.ffch__desc p{margin:0}.ffch__desc p+p{margin-top:1em}.ffch__desc.rte{margin:0;padding:0;text-indent:0}.ffch__desc.rte>*:first-child{margin-top:0}.ffch__desc.rte>*:last-child{margin-bottom:0}@media(max-width:749px){.ffch__inner{padding:var(--ffch-pad-y-m, var(--ffch-pad-y)) 0}.ffch__content{padding:0 var(--ffch-pad-x-m, var(--ffch-pad-x));transform:translateY(var(--ffch-content-offset-y-m, var(--ffch-content-offset-y, 0px)))}.ffch__title{max-width:var(--ffch-title-max-m, var(--ffch-title-max))}.ffch__desc,.ffch__desc-wrap{max-width:var(--ffch-desc-max-m, var(--ffch-desc-max))}}.ffch__desc-wrap{position:relative;max-width:var(--ffch-desc-max)}.ffch.is-desc-expanded.valign-middle .ffch__inner,.ffch.is-desc-expanded.valign-bottom .ffch__inner{align-items:start}.ffch__desc-toggle{display:inline;padding:0;border:none;background:transparent;color:var(--ffch-desc-btn-color, #fff);opacity:var(--ffch-desc-btn-opacity, .7);font-size:inherit;font-weight:inherit;letter-spacing:inherit;font-family:inherit;line-height:inherit;vertical-align:baseline;cursor:pointer;transition:opacity .2s ease;white-space:nowrap;text-decoration:underline;text-underline-offset:.15em}.ffch__desc-toggle:hover{opacity:1}.ffch__desc-wrap:not(.is-truncatable):not(.is-expanded) .ffch__desc-toggle{display:none}.ffch__desc-toggle:focus{outline:2px solid var(--ffch-desc-btn-color, #fff);outline-offset:2px}.ffch__desc-toggle:focus:not(:focus-visible){outline:none}.ffch__breadcrumbs{align-self:stretch}.ffch__bc-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5em;list-style:none;margin:0;padding:0}.ffch.align-center .ffch__bc-list{justify-content:center}.ffch.align-right .ffch__bc-list{justify-content:flex-end}.ffch__bc-item{display:flex;align-items:center;gap:.5em}.ffch__breadcrumbs[data-bc-separator=chevron] .ffch__bc-item:not(:last-child):after,.ffch__breadcrumbs--hide-current[data-bc-separator=chevron] .ffch__bc-item:last-child:after{content:"";display:inline-block;width:.4em;height:.4em;border-style:solid;border-width:.1em .1em 0 0;transform:rotate(45deg)}.ffch__breadcrumbs[data-bc-separator=slash] .ffch__bc-item:not(:last-child):after,.ffch__breadcrumbs--hide-current[data-bc-separator=slash] .ffch__bc-item:last-child:after{content:"/"}.ffch__breadcrumbs[data-bc-separator=arrow] .ffch__bc-item:not(:last-child):after,.ffch__breadcrumbs--hide-current[data-bc-separator=arrow] .ffch__bc-item:last-child:after{content:"\2192"}.ffch__breadcrumbs[data-bc-separator=dot] .ffch__bc-item:not(:last-child):after,.ffch__breadcrumbs--hide-current[data-bc-separator=dot] .ffch__bc-item:last-child:after{content:"\2022"}.ffch__bc-link{text-decoration:none;transition:color .2s ease,opacity .2s ease}.ffch__breadcrumbs--underline .ffch__bc-link,.ffch__breadcrumbs--underline-hover .ffch__bc-link:hover{text-decoration:underline;text-underline-offset:.15em}.ffch__bc-home-icon{width:1.1em;height:1.1em;vertical-align:-.15em}@media screen and (max-width:749px){.ffch__breadcrumbs--mobile-truncate .ffch__bc-current{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/ff-collection-hero.css.map */
