.fta-collection-hero{position:relative;height:100dvh;overflow:hidden}.fta-collection-hero__viewport{position:relative;width:100%;height:100%;overflow:hidden}.fta-collection-hero__container{display:flex;height:100%}.fta-collection-hero__slide{position:relative;min-width:100%;height:100%;flex:0 0 100%;overflow:hidden}.fta-collection-hero__image-layer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;aspect-ratio:var(--img-ratio-desktop, var(--img-ratio))}.fta-collection-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.fta-collection-hero__placeholder{width:100%;height:100%;background:var(--color-muted-bg);display:flex;align-items:center;justify-content:center}.fta-collection-hero__placeholder-svg{width:50%;max-width:400px;opacity:.3}.fta-collection-hero__hotspot{position:absolute;left:var(--x-desktop);top:var(--y-desktop);transform:translate(-50%,-50%);cursor:pointer;z-index:15}.fta-collection-hero__hotspot-icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#eae1d8d9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .5s cubic-bezier(.25,.1,.25,1)}.fta-collection-hero__hotspot-icon svg{width:25px;height:25px;display:block}.fta-collection-hero__hotspot.active .fta-collection-hero__hotspot-icon{transform:scale(1.3)}.fta-collection-hero__tooltip{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none;z-index:16;white-space:nowrap}.fta-collection-hero__hotspot.active .fta-collection-hero__tooltip{pointer-events:auto}.fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip{left:100%;right:auto;flex-direction:row}.fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip{right:100%;left:auto;flex-direction:row-reverse}.fta-collection-hero__tooltip-line{display:block;width:114px;height:2px;background:#eae1d8d9;flex-shrink:0;transform:scaleX(0);transition:transform .4s cubic-bezier(.25,.1,.25,1)}.fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip-line{transform-origin:left center}.fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip-line{transform-origin:right center}.fta-collection-hero__hotspot.active .fta-collection-hero__tooltip-line{transform:scaleX(1)}.fta-collection-hero__tooltip-card{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:120px;min-height:53px;background:#eae1d8d9;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);padding:var(--space-sm) var(--space-md);text-decoration:none;color:var(--color-text);transform:scale(0);opacity:0;transition:transform .4s cubic-bezier(.25,.1,.25,1) .15s,opacity .3s ease .15s}.fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip-card{transform-origin:left center}.fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip-card{transform-origin:right center}.fta-collection-hero__hotspot.active .fta-collection-hero__tooltip-card{transform:scale(1);opacity:1}.fta-collection-hero__hotspot:not(.active) .fta-collection-hero__tooltip-line{transition:transform .3s cubic-bezier(.25,.1,.25,1) .1s}.fta-collection-hero__hotspot:not(.active) .fta-collection-hero__tooltip-card{transition:transform .3s cubic-bezier(.25,.1,.25,1),opacity .2s ease}.fta-collection-hero__tooltip-name{font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:var(--weight-regular);letter-spacing:var(--tracking-body);line-height:1.3}.fta-collection-hero__tooltip-price{font-family:var(--font-body);font-size:var(--text-price);font-weight:var(--weight-light);letter-spacing:var(--tracking-body);color:var(--color-text-muted)}.fta-collection-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:none;border:none;cursor:pointer;padding:40px 30px;color:#eae1d8;opacity:0;pointer-events:none;transition:opacity .3s ease,color .3s ease}.fta-collection-hero:hover .fta-collection-hero__arrow{opacity:1;pointer-events:auto}.fta-collection-hero__arrow.is-on-light{color:#2d231a}.fta-collection-hero__arrow--prev{left:var(--content-padding)}.fta-collection-hero__arrow--next{right:var(--content-padding)}.fta-collection-hero__arrow svg{width:24px;height:24px;fill:none}.fta-collection-hero__progress{position:absolute;bottom:120px;left:50%;transform:translate(-50%);display:flex;gap:0;z-index:5;--_content: min(100vw, var(--content-max-width));--_inner: calc(var(--_content) - 2 * var(--content-padding));--_card: calc((var(--_inner) - 2 * var(--space-md)) / 3);width:var(--_card)}.fta-collection-hero__progress-segment{flex:1;padding:12px 0;cursor:pointer;background:transparent}.fta-collection-hero__progress-segment:after{content:"";display:block;height:2px;background:#eae1d8}.fta-collection-hero__progress:after{content:"";position:absolute;bottom:12px;left:0;height:2px;width:calc(100% / var(--segment-count, 1));background:#896a5d;transform:translate(calc(var(--progress-index, 0) * 100%));transition:transform .5s cubic-bezier(.25,0,.15,1);z-index:1}.fta-collection-hero__gradient-top,.fta-collection-hero__gradient-bottom{display:none}.fta-collection-hero__viewport{transition:opacity .35s ease}.fta-collection-hero.is-hero-fading .fta-collection-hero__viewport{opacity:0}.fta-collection-hero__edge{display:none}@media(max-width:989px){.fta-collection-hero__image-layer{aspect-ratio:var(--img-ratio-tablet, var(--img-ratio-desktop))}.fta-collection-hero__hotspot{left:var(--x-tablet);top:var(--y-tablet)}.fta-collection-hero__hotspot[data-hide-tablet=true]{display:none}.fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip,.fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip{left:auto;right:auto}.fta-collection-hero__hotspot[data-side-tablet=right] .fta-collection-hero__tooltip{left:100%;flex-direction:row}.fta-collection-hero__hotspot[data-side-tablet=left] .fta-collection-hero__tooltip{right:100%;flex-direction:row-reverse}.fta-collection-hero__hotspot[data-side-tablet=right] .fta-collection-hero__tooltip-line,.fta-collection-hero__hotspot[data-side-tablet=right] .fta-collection-hero__tooltip-card{transform-origin:left center}.fta-collection-hero__hotspot[data-side-tablet=left] .fta-collection-hero__tooltip-line,.fta-collection-hero__hotspot[data-side-tablet=left] .fta-collection-hero__tooltip-card{transform-origin:right center}}@media(max-width:749px){.fta-collection-hero__arrow,.fta-collection-hero__edge{display:none}.fta-collection-hero{height:auto;aspect-ratio:3 / 2;max-height:100dvh}.fta-collection-hero__image-layer{aspect-ratio:var(--img-ratio-mobile, var(--img-ratio-desktop));width:100%;height:100%;min-width:0;min-height:0;top:0;left:0;transform:none}.fta-collection-hero__progress{bottom:90px;--_card: calc((100vw - 2 * var(--content-padding) - var(--space-md)) / 2)}.fta-collection-hero__hotspot{left:var(--x-mobile);top:var(--y-mobile)}.fta-collection-hero__hotspot[data-hide-mobile=true]{display:none}.fta-collection-hero__hotspot[data-side-tablet=right] .fta-collection-hero__tooltip,.fta-collection-hero__hotspot[data-side-tablet=left] .fta-collection-hero__tooltip{left:auto;right:auto}.fta-collection-hero__hotspot[data-side-mobile=right] .fta-collection-hero__tooltip{left:100%;flex-direction:row}.fta-collection-hero__hotspot[data-side-mobile=left] .fta-collection-hero__tooltip{right:100%;flex-direction:row-reverse}.fta-collection-hero__hotspot[data-side-mobile=right] .fta-collection-hero__tooltip-line,.fta-collection-hero__hotspot[data-side-mobile=right] .fta-collection-hero__tooltip-card{transform-origin:left center}.fta-collection-hero__hotspot[data-side-mobile=left] .fta-collection-hero__tooltip-line,.fta-collection-hero__hotspot[data-side-mobile=left] .fta-collection-hero__tooltip-card{transform-origin:right center}}[data-editor-preview=desktop] .fta-collection-hero__image-layer{aspect-ratio:var(--img-ratio-desktop, var(--img-ratio))!important}[data-editor-preview=desktop] .fta-collection-hero__hotspot{left:var(--x-desktop)!important;top:var(--y-desktop)!important}[data-editor-preview=desktop] .fta-collection-hero__hotspot[data-hide-tablet=true],[data-editor-preview=desktop] .fta-collection-hero__hotspot[data-hide-mobile=true]{display:block}.fta-collection-hero[data-editor-preview=tablet]{width:min(820px,calc(100vw - 40px))!important;max-width:820px!important;height:min(1180px,calc(100dvh - 40px))!important;max-height:1180px!important;margin:20px auto!important;outline:2px dashed rgba(234,225,216,.6);outline-offset:4px}[data-editor-preview=tablet] .fta-collection-hero__image-layer{aspect-ratio:var(--img-ratio-tablet, var(--img-ratio-desktop))!important}[data-editor-preview=tablet] .fta-collection-hero__hotspot{left:var(--x-tablet)!important;top:var(--y-tablet)!important}[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-hide-tablet=true]{display:none!important}[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-hide-mobile=true]:not([data-hide-tablet=true]){display:block}[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip,[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip{left:auto;right:auto}[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-side-tablet=right] .fta-collection-hero__tooltip{left:100%!important;flex-direction:row}[data-editor-preview=tablet] .fta-collection-hero__hotspot[data-side-tablet=left] .fta-collection-hero__tooltip{right:100%!important;flex-direction:row-reverse}.fta-collection-hero[data-editor-preview=mobile]{width:min(430px,calc(100vw - 40px))!important;max-width:430px!important;height:min(930px,calc(100dvh - 40px))!important;max-height:930px!important;margin:20px auto!important;outline:2px dashed rgba(234,225,216,.6);outline-offset:4px}[data-editor-preview=mobile] .fta-collection-hero__image-layer{aspect-ratio:var(--img-ratio-mobile, var(--img-ratio-desktop))!important}[data-editor-preview=mobile] .fta-collection-hero__hotspot{left:var(--x-mobile)!important;top:var(--y-mobile)!important}[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-hide-mobile=true]{display:none!important}[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-hide-tablet=true]:not([data-hide-mobile=true]){display:block}[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-side-desktop=right] .fta-collection-hero__tooltip,[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-side-desktop=left] .fta-collection-hero__tooltip{left:auto;right:auto}[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-side-mobile=right] .fta-collection-hero__tooltip{left:100%!important;flex-direction:row}[data-editor-preview=mobile] .fta-collection-hero__hotspot[data-side-mobile=left] .fta-collection-hero__tooltip{right:100%!important;flex-direction:row-reverse}.fta-collection-hero__editor-badge{position:absolute;top:16px;right:16px;z-index:100;padding:6px 12px;background:#2d231ae0;color:#eae1d8;font-family:var(--font-body);font-size:12px;font-weight:var(--weight-regular);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/10/assets/fta-collection-hero.css.map */
