.hero-slideshow.section{padding-top:0;padding-bottom:0}.hero-slideshow{position:relative;width:100%;overflow:hidden}.hero-slideshow{--slide-radius-effective: calc(var(--slide-radius, 0px) * var(--radius-active, 0))}.hero-slideshow__viewport{position:relative;width:100%;height:var(--hero-height-mobile, 90vh);overflow:hidden;border-radius:var(--slide-radius-effective, 0px)}@media(min-width:750px){.hero-slideshow__viewport{height:var(--hero-height-desktop, 85vh)}}.hero-slideshow__track{position:relative;width:100%;height:100%}.hero-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s ease;z-index:1;text-decoration:none;border-radius:var(--slide-radius-effective, 0px);overflow:hidden}.hero-slideshow__slide.is-active{opacity:1;visibility:visible;z-index:2}@media(prefers-reduced-motion:reduce){.hero-slideshow__slide{transition:opacity .01ms}}.hero-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-slideshow__media picture{display:block;width:100%;height:100%}.hero-slideshow__image{display:block;width:100%;height:100%;object-fit:var(--img-fit-m, cover);object-position:var(--img-pos-m, center center)}@media(min-width:750px){.hero-slideshow__image{object-fit:var(--img-fit-d, cover);object-position:var(--img-pos-d, center center)}}.hero-slideshow__image--placeholder{width:100%;height:100%;background:#e5e0d8}.hero-slideshow__image--placeholder svg{width:100%;height:100%}.hero-slideshow__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;--img-overlay-opacity: var(--img-overlay-opacity-m, .4)}@media(min-width:750px){.hero-slideshow__img-overlay{--img-overlay-opacity: var(--img-overlay-opacity-d, .4)}}.hero-slideshow__img-overlay--solid{background:var(--img-overlay-color, #121212);opacity:var(--img-overlay-opacity, .4)}.hero-slideshow__img-overlay--gradient-left{background:linear-gradient(90deg,color-mix(in srgb,var(--img-overlay-color,#121212) calc(var(--img-overlay-opacity,.4)*100%),transparent) 0%,color-mix(in srgb,var(--img-overlay-color,#121212) calc(var(--img-overlay-opacity,.4)*55%),transparent) 45%,transparent 85%)}.hero-slideshow__img-overlay--gradient-bottom{background:linear-gradient(0deg,color-mix(in srgb,var(--img-overlay-color,#121212) calc(var(--img-overlay-opacity,.4)*100%),transparent) 0%,transparent 60%)}.hero-slideshow__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;padding:24px 20px;align-items:center;justify-content:flex-start;pointer-events:none}@media(min-width:750px){.hero-slideshow__content{padding:0}.hero-slideshow__content-inner{position:absolute;left:var(--pos-x, 8%);top:var(--pos-y, 50%);transform:translate(calc(-1% * var(--pos-x-num, 8)),-50%)}}.hero-slideshow__content-inner{display:flex;flex-direction:column;gap:var(--gap-m, 12px);max-width:100%;text-align:var(--align-mobile, center);align-items:center;pointer-events:auto;background:var(--box-bg-m, transparent);border-radius:var(--box-radius-m, 16px);padding:var(--box-padding-m, 16px);backdrop-filter:blur(var(--box-blur-m, 0px));-webkit-backdrop-filter:blur(var(--box-blur-m, 0px))}@media(min-width:750px){.hero-slideshow__content-inner{max-width:var(--max-width, 40%);gap:var(--gap-d, 12px);text-align:var(--align-desktop, left);align-items:flex-start;background:var(--box-bg, transparent);border-radius:var(--box-radius, 0px);padding:var(--box-padding, 0px);backdrop-filter:blur(var(--box-blur, 0px));-webkit-backdrop-filter:blur(var(--box-blur, 0px))}.hero-slideshow__content-inner[style*="--align-desktop: center"]{align-items:center}.hero-slideshow__content-inner[style*="--align-desktop: right"]{align-items:flex-end}.hero-slideshow__eyebrow{align-self:var(--badge-align-d, flex-start)}.hero-slideshow__button{align-self:var(--btn-align-d, flex-start)}}.hero-slideshow__eyebrow{display:inline-flex;align-items:center;gap:6px;width:fit-content;align-self:var(--badge-align-m, center);padding:var(--badge-pad-y, 6px) var(--badge-pad-x, 14px);border-radius:var(--badge-radius, 100px);font-size:var(--badge-size-m, 11px);font-weight:600;letter-spacing:.02em;color:var(--badge-color, #fff);background:color-mix(in srgb,var(--badge-bg, rgba(255,255,255,.14)) calc(var(--badge-opacity, 1) * 100%),transparent);box-shadow:var(--badge-shadow, none);border:var(--badge-border-width, 0px) solid var(--badge-border-color, transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-slideshow__eyebrow-icon{flex-shrink:0;width:1em;height:1em}@media(min-width:750px){.hero-slideshow__eyebrow{font-size:var(--badge-size-d, 12px)}}.hero-slideshow__heading{margin:0;margin-top:var(--heading-mt-m, 0px);align-self:var(--heading-align-m, center);width:fit-content;max-width:100%;color:var(--heading-color-m, #fff);font-size:var(--heading-size-m, 32px);line-height:1.15;font-weight:700;text-wrap:balance}@media(min-width:750px){.hero-slideshow__heading{margin-top:var(--heading-mt-d, 0px);align-self:var(--heading-align-d, flex-start);color:var(--heading-color-d, #fff);font-size:var(--heading-size, 52px)}}.hero-slideshow__subheading{margin-top:var(--sub-mt-m, 0px);color:var(--sub-color-m, #fff);opacity:.95;font-size:var(--sub-size-m, 16px);line-height:1.5;max-width:46ch}@media(min-width:750px){.hero-slideshow__subheading{margin-top:var(--sub-mt-d, 0px);color:var(--sub-color-d, #fff);font-size:var(--sub-size-d, 18px)}}.hero-slideshow__button{display:inline-flex;align-items:center;justify-content:center;align-self:var(--btn-align-m, center);margin-top:var(--btn-mt-m, 8px);padding:var(--btn-pad-y, 15px) var(--btn-pad-x, 28px);border-radius:var(--btn-radius, 100px);font-size:var(--btn-size-m, 14px);font-weight:600;text-decoration:none;width:fit-content;box-shadow:var(--btn-shadow, none);transition:transform .2s ease,background-color .2s ease}@media(min-width:750px){.hero-slideshow__button{margin-top:var(--btn-mt-d, 8px);font-size:var(--btn-size-d, 14px)}}.hero-slideshow__button--solid{background:var(--btn-bg, #fff);color:var(--btn-color, #121212)}.hero-slideshow__button--solid:hover{transform:translateY(-2px)}.hero-slideshow__button--outline{background:transparent;color:var(--btn-bg, #fff);border:1.5px solid var(--btn-bg, rgba(255,255,255,.85))}.hero-slideshow__button--outline:hover{background:color-mix(in srgb,var(--btn-bg, #fff) 12%,transparent)}@media(max-width:749px){.hero-slideshow__viewport:has([data-mobile-layout=below]){height:auto;min-height:var(--hero-height-mobile, 90vh);overflow:visible;border-radius:0}.hero-slideshow__viewport:has([data-mobile-layout=below]) .hero-slideshow__track{height:auto;min-height:var(--hero-height-mobile, 90vh)}.hero-slideshow__slide:has([data-mobile-layout=below]).is-active{position:relative;height:auto}.hero-slideshow__slide:has([data-mobile-layout=below]){display:flex;flex-direction:column;border-radius:var(--slide-radius-effective, 0px);overflow:hidden}.hero-slideshow__slide:has([data-mobile-layout=below]) .hero-slideshow__media{position:relative;height:var(--media-height-mobile, 55vh);flex:0 0 auto;border-top-left-radius:var(--slide-radius-effective, 0px);border-top-right-radius:var(--slide-radius-effective, 0px);overflow:hidden}.hero-slideshow__content[data-mobile-layout=below]{position:static;flex:1 1 auto;height:auto;padding:20px 16px;background:var(--color-background, #fff);border-bottom-left-radius:var(--slide-radius-effective, 0px);border-bottom-right-radius:var(--slide-radius-effective, 0px)}.hero-slideshow__slide:has([data-mobile-layout=overlay]){border-radius:var(--slide-radius-effective, 0px);overflow:hidden}.hero-slideshow__content[data-mobile-layout=overlay]{align-items:var(--valign-mobile, center)}.hero-slideshow__viewport:has([data-mobile-layout=below]) .hero-slideshow__nav,.hero-slideshow__viewport.has-below-slide .hero-slideshow__nav{top:calc(var(--media-height-mobile, 55vh) - 32px)!important;bottom:auto!important;transform:translate(-50%)}.hero-slideshow__viewport:has([data-mobile-layout=below]) .hero-slideshow__arrow,.hero-slideshow__viewport.has-below-slide .hero-slideshow__arrow{top:calc(var(--media-height-mobile, 55vh) / 2)!important}}.hero-slideshow__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.hero-slideshow__hotspot{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;text-decoration:none}.hero-slideshow__hotspot-dot{display:block;width:24px;height:24px;border-radius:100px;background:var(--dot-color, rgba(255,255,255,.95));border:2px solid #fff;box-shadow:0 2px 10px #00000040;position:relative;animation:hotspot-pulse 2.2s ease-out infinite}.hero-slideshow__hotspot-dot:after{content:"";position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:100px;background:#121212}@keyframes hotspot-pulse{0%{box-shadow:0 2px 10px #00000040,0 0 #ffffff80}70%{box-shadow:0 2px 10px #00000040,0 0 0 14px #fff0}to{box-shadow:0 2px 10px #00000040,0 0 #fff0}}@media(prefers-reduced-motion:reduce){.hero-slideshow__hotspot-dot{animation:none}}.hero-slideshow__hotspot-card{position:absolute;left:50%;display:flex;align-items:center;gap:10px;width:max-content;max-width:240px;padding:8px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000002e;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.hero-slideshow__hotspot-card--top{bottom:calc(100% + 12px);transform:translate(-50%) translateY(8px)}.hero-slideshow__hotspot-card--bottom{top:calc(100% + 12px);transform:translate(-50%) translateY(-8px)}.hero-slideshow__hotspot:hover .hero-slideshow__hotspot-card,.hero-slideshow__hotspot:focus-visible .hero-slideshow__hotspot-card,.hero-slideshow__hotspot.is-open .hero-slideshow__hotspot-card{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.hero-slideshow__hotspot-card--top:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:#fff}.hero-slideshow__hotspot-card--bottom:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-bottom-color:#fff}.hero-slideshow__hotspot-card img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0}.hero-slideshow__hotspot-info{display:flex;flex-direction:column;gap:2px;text-align:left}.hero-slideshow__hotspot-title{font-size:13px;font-weight:600;color:#121212;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-slideshow__hotspot-price{font-size:13px;color:#121212;font-weight:700}.hero-slideshow__hotspot-price s{color:#999;font-weight:400;margin-right:4px}.hero-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:100px;border:none;background:#ffffffe6;color:#121212;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.hero-slideshow__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.hero-slideshow__arrow--prev{left:20px}.hero-slideshow__arrow--next{right:20px}@media(min-width:990px){.hero-slideshow__arrow{display:flex}.hero-slideshow__arrow--prev{left:32px}.hero-slideshow__arrow--next{right:32px}}.hero-slideshow__nav{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:5;display:flex;gap:8px}.hero-slideshow__nav--progress .hero-slideshow__nav-item{width:40px;height:3px;border-radius:3px;background:#ffffff59;border:none;cursor:pointer;overflow:hidden;padding:0}.hero-slideshow__nav--progress .hero-slideshow__nav-fill{display:block;height:100%;width:0%;background:#fff;transition:width linear}.hero-slideshow__nav--progress .hero-slideshow__nav-item[aria-selected=true] .hero-slideshow__nav-fill{width:100%}.hero-slideshow__nav--dots .hero-slideshow__nav-item{width:8px;height:8px;border-radius:100px;background:#ffffff73;border:none;cursor:pointer;padding:0;transition:background-color .2s ease,width .2s ease}.hero-slideshow__nav--dots .hero-slideshow__nav-item[aria-selected=true]{background:#fff;width:22px}
/*# sourceMappingURL=/cdn/shop/t/72/assets/section-hero-slideshow.css.map */
