.hero{position:relative}.hero__inner{position:relative;overflow:hidden}.hero__inner--rounded{border-radius:var(--radius-card)}.hero--full .hero__inner{border-radius:0}.hero--height-small{--hero-height: 45vh}.hero--height-medium{--hero-height: 62vh}.hero--height-large{--hero-height: 78vh}.hero--height-full{--hero-height: calc(100vh - var(--header-height) - var(--announcement-height))}.hero__media--cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--c-bg-2)}.hero__media--cover .hero__img,.hero__media--cover picture,.hero__media--cover .placeholder-svg{width:100%;height:100%}.hero__media--cover img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(11,18,32,var(--overlay, .35)),rgba(11,18,32,calc(var(--overlay, .35) * .55)) 60%,rgba(11,18,32,calc(var(--overlay, .35) * .3)))}.is-rtl .hero__overlay{background:linear-gradient(270deg,rgba(11,18,32,var(--overlay, .35)),rgba(11,18,32,calc(var(--overlay, .35) * .55)) 60%,rgba(11,18,32,calc(var(--overlay, .35) * .3)))}.hero--content-center .hero__overlay{background:rgba(11,18,32,var(--overlay, .35))}.hero--overlay{display:flex;min-height:max(var(--hero-min-height, 480px),var(--hero-height, 60vh))}.hero--overlay.hero__inner--rounded{border-radius:var(--radius-card);overflow:hidden}.hero__content--overlay{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:640px;padding:clamp(1.5rem,5vw,4.5rem);color:#fff;gap:1rem}.hero--content-center .hero__content--overlay{margin-inline:auto;align-items:center;text-align:center}.hero--content-end .hero__content--overlay{margin-inline-start:auto}.hero--text-center .hero__content{text-align:center;align-items:center}.hero--dark-text .hero__content--overlay{color:#0b1220}.hero--dark-text .hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,var(--overlay, .35)),#fff0)}.hero__heading{margin:0}.hero__content--overlay .hero__heading{color:inherit;text-wrap:balance}.hero__text{font-size:clamp(1rem,1.6vw,1.15rem);max-width:52ch;opacity:.92}.hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.hero__note{margin:0;opacity:.85}.hero__eyebrow{background:#ffffff29;color:inherit;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero--dark-text .hero__eyebrow{background:#0b122014}.hero__btn-outline{--_fg: #fff;border-color:#ffffffb3;--_hover-bg: #fff;--_hover-fg: #0B1220}.hero--dark-text .hero__btn-outline{--_fg: #0B1220;border-color:#0b122080;--_hover-bg: #0B1220;--_hover-fg: #fff}.hero__link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}@media(max-width:749px){.hero--overlay{min-height:max(var(--hero-min-height, 420px),60vh)}.hero--height-small.hero--overlay{min-height:380px}.hero--mobile-text-center .hero__content{text-align:center;align-items:center}.hero__content--overlay{max-width:none;justify-content:flex-end}.hero__buttons{width:100%}.hero__buttons .btn{flex:1 1 auto}}.hero--split .hero__inner{background:var(--c-bg);color:var(--c-text)}.hero__split{display:grid;grid-template-columns:1fr;min-height:var(--hero-min-height, 520px)}@media(min-width:990px){.hero__split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}}.hero--split .hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;padding:clamp(1.75rem,5vw,5rem);order:1}.hero--split.hero--text-center .hero__content{align-items:center;text-align:center}.hero__media--split{position:relative;min-height:320px;height:100%;overflow:hidden;order:2;display:flex;align-items:center;justify-content:center}.hero__media--split picture,.hero__media--split .hero__img{width:100%;height:100%}.hero__media--split img{width:100%;height:100%;object-fit:cover}.hero__placeholder{min-height:320px}.hero__media--glow:before{content:"";position:absolute;top:15%;right:15%;bottom:15%;left:15%;z-index:0;background:radial-gradient(circle at center,rgba(var(--c-primary-rgb),.45),transparent 65%);filter:blur(40px);pointer-events:none}.hero__media--glow img{position:relative;z-index:1}.hero__float{position:absolute;bottom:8%;inset-inline-end:8%;width:clamp(120px,26%,260px);z-index:2;filter:drop-shadow(0 24px 40px rgba(11,18,32,.25));animation:hero-float 6s ease-in-out infinite}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(prefers-reduced-motion:reduce){.hero__float{animation:none}}@media(max-width:989px){.hero--mobile-text-first .hero__content{order:1}.hero--mobile-text-first .hero__media--split,.hero--mobile-image-first .hero__content{order:2}.hero--mobile-image-first .hero__media--split{order:1}.hero--split .hero--mobile-text-center .hero__content,.hero--split.hero--mobile-text-center .hero__content{align-items:center;text-align:center}.hero__split{min-height:0}.hero__media--split{min-height:0;aspect-ratio:4 / 3}}@media(min-width:990px){.hero--split .hero__media--split{min-height:var(--hero-min-height, 520px)}}.slideshow{position:relative;--pv: 1}.slideshow--rounded{border-radius:var(--radius-card);overflow:hidden}.slideshow__track{scroll-snap-type:x mandatory}.slideshow__slide{position:relative;display:flex;min-height:max(var(--hero-min-height, 480px),var(--hero-height, 60vh));overflow:hidden}.slideshow__arrows .slider__arrow{border:0;background:#ffffffe6;color:#0b1220;opacity:0}.slideshow:hover .slideshow__arrows .slider__arrow,.slideshow__arrows .slider__arrow:focus-visible{opacity:1}@media(hover:none){.slideshow__arrows{display:none}}.slideshow .slider__dots--overlay{bottom:1.25rem}.slideshow .slider__dot{background:#fff}.slideshow__slide .hero__content--overlay{transform:translateY(12px);opacity:0;transition:opacity .6s ease .15s,transform .7s var(--ease) .15s}.slideshow__slide.is-active .hero__content--overlay{transform:none;opacity:1}.no-js .slideshow__slide .hero__content--overlay,.shopify-design-mode .slideshow__slide .hero__content--overlay{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.slideshow__slide .hero__content--overlay{opacity:1;transform:none;transition:none}}.video-hero{overflow:hidden}.video-hero__video,.video-hero__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:0}.video-hero__iframe{width:177.78vh;min-width:100%;min-height:100%;height:56.25vw;left:50%;top:50%;transform:translate(-50%,-50%)}.video-hero__deferred,.video-hero__deferred [data-deferred-poster]{position:absolute;top:0;right:0;bottom:0;left:0}.video-hero__deferred[loaded] [data-deferred-poster]{opacity:0;transition:opacity 1s ease .5s}.promo-banners__grid{display:grid;gap:var(--grid-gap)}@media(min-width:750px){.promo-banners--split .promo-banners__grid,.promo-banners--cards .promo-banners__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-banners--mosaic .promo-banners__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr}.promo-banners--mosaic .promo-banner--large,.promo-banners--mosaic .promo-banners__grid:not(:has(.promo-banner--large)) .promo-banner:first-child{grid-row:span 2}.promo-banners--mosaic .promo-banner{aspect-ratio:auto;min-height:240px}.promo-banners--mosaic .promo-banner--large{min-height:500px}}@media(min-width:990px){.promo-banners--cards .promo-banners__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.promo-banners--mosaic .promo-banners__grid{grid-template-columns:1.4fr 1fr}}.promo-banner{position:relative;display:flex;overflow:hidden;border-radius:var(--radius-card);aspect-ratio:var(--banner-ratio, 16 / 9);background:var(--banner-bg, var(--c-bg-2));color:#fff;isolation:isolate;transition:transform var(--dur-slow) var(--ease),box-shadow var(--dur-slow)}.promo-banners--single .promo-banner{aspect-ratio:auto;min-height:320px}.promo-banner--dark{color:#0b1220}a.promo-banner:hover{box-shadow:var(--shadow-md)}.hover-lift a.promo-banner:hover{transform:translateY(var(--hover-lift))}.promo-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.promo-banner__media img,.promo-banner__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.hover-zoom a.promo-banner:hover .promo-banner__media img{transform:scale(var(--hover-scale))}.promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,18,32,var(--overlay, .3)),#0b122000 70%)}.promo-banner--pos-top .promo-banner__overlay{background:linear-gradient(to bottom,rgba(11,18,32,var(--overlay, .3)),#0b122000 70%)}.promo-banner--pos-center .promo-banner__overlay{background:rgba(11,18,32,var(--overlay, .3))}.promo-banner--dark .promo-banner__overlay{background:linear-gradient(to top,rgba(255,255,255,var(--overlay, .3)),#fff0 70%)}.promo-banner__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;width:100%;padding:clamp(1.25rem,3vw,2rem);justify-content:flex-end}.promo-banner--pos-top .promo-banner__content{justify-content:flex-start}.promo-banner--pos-center .promo-banner__content{justify-content:center}.promo-banner--align-center .promo-banner__content{align-items:center;text-align:center}.promo-banner__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.promo-banner__heading{margin:0;color:inherit;text-wrap:balance}.promo-banner__text{font-size:.95rem;opacity:.9;max-width:40ch}.promo-banner__text p{margin:0}.promo-banner__btn{margin-top:.5rem}.promo-banner__link{margin-top:.35rem;font-size:.95rem;border-bottom:1.5px solid currentColor;padding-bottom:1px}.image-text__inner{display:grid;gap:2rem;align-items:center}.image-text--v-top .image-text__inner{align-items:start}@media(min-width:990px){.image-text__inner{grid-template-columns:var(--media-width, 50%) minmax(0,1fr);gap:clamp(2.5rem,5vw,5rem)}.image-text--media-end .image-text__inner{grid-template-columns:minmax(0,1fr) var(--media-width, 50%)}.image-text--media-end .image-text__media{order:2}}@media(max-width:989px){.image-text--mobile-text-first .image-text__media{order:2}}.image-text--contained .image-text__inner{background:var(--c-surface, var(--c-bg-2));border-radius:var(--radius-card);padding:clamp(1.25rem,3vw,2.5rem)}.image-text__media{position:relative}.image-text__media .media{background:var(--c-surface, var(--c-bg-2))}.image-text__media-secondary{position:absolute;bottom:-1.5rem;inset-inline-end:-1rem;width:38%;max-width:240px;box-shadow:var(--shadow-lg);border:4px solid var(--c-bg)}.image-text__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.image-text--align-center{align-items:center;text-align:center}.image-text__heading{margin:0}.image-text__text{max-width:56ch}.image-text__feature{display:flex;gap:.9rem;align-items:flex-start;text-align:start}.image-text__feature-icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;background:rgba(var(--c-primary-rgb),.1);color:var(--c-primary);display:flex;align-items:center;justify-content:center}.image-text__feature p{margin:.15rem 0 0;font-size:.92rem}.image-text__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;margin-top:.25rem}.image-text__stats{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;margin-top:.5rem}.image-text__stat{display:flex;flex-direction:column}.image-text__stat strong{font-family:var(--font-heading);font-size:1.75rem;line-height:1.1;letter-spacing:var(--heading-tracking)}.shoppable__inner{display:grid;gap:2rem;align-items:center}@media(min-width:990px){.shoppable__inner{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem)}.shoppable--media-end .shoppable__media{order:2}}.shoppable__media{display:block;background:var(--c-surface, var(--c-bg-2));overflow:visible}.shoppable__media img{border-radius:var(--radius-img)}.shoppable__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.shoppable__list{display:flex;flex-direction:column;width:100%;border-top:1px solid var(--c-border)}.shoppable__list-item{display:flex;align-items:center;gap:.85rem;padding:.8rem 0;border-bottom:1px solid var(--c-border);font-weight:500;transition:color var(--dur)}.shoppable__list-item:hover{color:var(--c-primary)}.shoppable__list-item>span:nth-child(2){flex:1}.shoppable__list-index{width:26px;height:26px;border-radius:50%;background:var(--c-text);color:var(--c-bg);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.hotspot{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);z-index:3}.is-rtl .hotspot{left:auto;right:var(--x);transform:translate(50%,-50%)}.hotspot__btn{position:relative;width:34px;height:34px;border-radius:50%;background:#fff;color:#0b1220;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:transform var(--dur) var(--ease),background var(--dur),color var(--dur)}.hotspot__btn .icon{transition:transform var(--dur-slow) var(--ease)}.hotspot.is-open .hotspot__btn{background:var(--c-primary);color:var(--c-primary-text)}.hotspot.is-open .hotspot__btn .icon{transform:rotate(45deg)}.hotspot__btn:hover{transform:scale(1.08)}.hotspot__pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(255,255,255,.8);animation:hotspot-pulse 2.2s ease-out infinite;pointer-events:none}@keyframes hotspot-pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.6);opacity:0}}@media(prefers-reduced-motion:reduce){.hotspot__pulse{animation:none}}.hotspot__card{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,6px);width:240px;padding:.6rem;border-radius:var(--radius-card);background:var(--c-bg);color:var(--c-text);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:.6rem;opacity:0;visibility:hidden;transition:opacity var(--dur),transform var(--dur-slow) var(--ease),visibility 0s linear var(--dur);z-index:5}.is-rtl .hotspot__card{left:auto;right:50%;transform:translate(50%,6px)}.hotspot.is-open .hotspot__card{opacity:1;visibility:visible;transform:translate(-50%);transition-delay:0s}.is-rtl .hotspot.is-open .hotspot__card{transform:translate(50%)}.hotspot--flip .hotspot__card{top:auto;bottom:calc(100% + 10px)}.hotspot__product{display:flex;gap:.6rem;align-items:center}.hotspot__thumb{width:56px;height:56px;border-radius:10px;background:var(--c-card-img-bg);flex-shrink:0;overflow:hidden;padding:4px}.hotspot__thumb img,.hotspot__thumb svg{width:100%;height:100%;object-fit:contain}.hotspot__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.hotspot__title{font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotspot__card .price{font-size:.85rem}@media(max-width:749px){.hotspot__card{width:200px}}.image-compare{position:relative;display:block;overflow:hidden;background:var(--c-surface, var(--c-bg-2));-webkit-user-select:none;user-select:none}.image-compare__before,.image-compare__after{position:absolute;top:0;right:0;bottom:0;left:0}.image-compare__before img,.image-compare__after img,.image-compare .placeholder-svg{width:100%;height:100%;object-fit:cover}.image-compare__after{clip-path:inset(0 0 0 var(--compare-pos, 50%))}.is-rtl .image-compare__after{clip-path:inset(0 var(--compare-pos, 50%) 0 0)}.image-compare__label{position:absolute;top:1rem;padding:.35rem .75rem;border-radius:999px;background:#0b1220b3;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.image-compare__label--before{inset-inline-start:1rem}.image-compare__label--after{inset-inline-end:1rem}.image-compare__handle{position:absolute;top:0;bottom:0;left:var(--compare-pos, 50%);width:2px;background:#fff;transform:translate(-50%);pointer-events:none;z-index:2;box-shadow:0 0 0 1px #0b122026}.is-rtl .image-compare__handle{left:auto;right:var(--compare-pos, 50%);transform:translate(50%)}.image-compare__handle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:#0b1220;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.image-compare__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:3;-webkit-appearance:none;appearance:none}.image-compare__range::-webkit-slider-thumb{-webkit-appearance:none;width:44px;height:100%}.image-compare__range::-moz-range-thumb{width:44px;height:100%;border:0}.image-compare__range:focus-visible~.image-compare__handle span{outline:2px solid var(--c-primary);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-hero.css.map */
