.hero-carousel{position:relative;width:100%;overflow:hidden;contain:layout}.hero-carousel--viewport{height:100vh;min-height:480px}@supports (height: 100svh){.hero-carousel--viewport{height:100svh}}.hero-carousel--large{aspect-ratio:16 / 9;max-height:100svh}.hero-carousel--medium{aspect-ratio:16 / 10;max-height:100svh}.hero-carousel__track{display:flex;list-style:none;margin:0;padding:0;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-carousel__track::-webkit-scrollbar{display:none}.hero-carousel__slide{position:relative;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hero-carousel__image{width:100%;height:100%;object-fit:cover;display:block}.hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:.3;z-index:1;pointer-events:none}.hero-carousel__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.2rem;width:100%;max-width:80rem;padding:0 1.5rem;text-align:center;color:rgb(var(--color-foreground))}.hero-carousel__slide:has(.hero-carousel__content--top-left){align-items:flex-start;justify-content:flex-start}.hero-carousel__slide:has(.hero-carousel__content--top-center){align-items:flex-start;justify-content:center}.hero-carousel__slide:has(.hero-carousel__content--top-right){align-items:flex-start;justify-content:flex-end}.hero-carousel__slide:has(.hero-carousel__content--middle-left){align-items:center;justify-content:flex-start}.hero-carousel__slide:has(.hero-carousel__content--middle-center){align-items:center;justify-content:center}.hero-carousel__slide:has(.hero-carousel__content--middle-right){align-items:center;justify-content:flex-end}.hero-carousel__slide:has(.hero-carousel__content--bottom-left){align-items:flex-end;justify-content:flex-start}.hero-carousel__slide:has(.hero-carousel__content--bottom-center){align-items:flex-end;justify-content:center}.hero-carousel__slide:has(.hero-carousel__content--bottom-right){align-items:flex-end;justify-content:flex-end}.hero-carousel__content--top-left,.hero-carousel__content--middle-left,.hero-carousel__content--bottom-left{text-align:left}.hero-carousel__content--top-right,.hero-carousel__content--middle-right,.hero-carousel__content--bottom-right{text-align:right}.hero-carousel__heading{margin:0;font-weight:400;letter-spacing:.08em}.hero-carousel__subheading{margin:0;font-size:1.6rem;letter-spacing:.04em;font-weight:300;line-height:1.5}.hero-carousel__cta{align-self:center;margin-top:.5rem}.hero-carousel__content--top-left .hero-carousel__cta,.hero-carousel__content--middle-left .hero-carousel__cta,.hero-carousel__content--bottom-left .hero-carousel__cta{align-self:flex-start}.hero-carousel__content--top-right .hero-carousel__cta,.hero-carousel__content--middle-right .hero-carousel__cta,.hero-carousel__content--bottom-right .hero-carousel__cta{align-self:flex-end}.hero-carousel__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:3}.hero-carousel__dot{display:block;padding:.5rem;text-decoration:none;-webkit-tap-highlight-color:transparent}.hero-carousel__dot-inner{display:block;width:.8rem;height:.8rem;border-radius:50%;background:#ffffff80;transition:background .2s ease,transform .2s ease}.hero-carousel__dot:hover .hero-carousel__dot-inner,.hero-carousel__dot:focus-visible .hero-carousel__dot-inner,.hero-carousel__dot[aria-current=true] .hero-carousel__dot-inner{background:#fff;transform:scale(1.4)}.hero-carousel__dot:focus-visible{outline:2px solid rgb(255,255,255);outline-offset:4px;border-radius:50%}@media(prefers-reduced-motion:reduce){.hero-carousel__track{scroll-behavior:auto}.hero-carousel__dot-inner{transition:none}}.hero-carousel--layout-below{overflow:visible}.hero-carousel--layout-below .hero-carousel__viewport{overflow:hidden}.hero-carousel__band{background:var(--hero-band-bg, #f1ece4);color:var(--hero-band-fg, #2a2520);padding:clamp(2.4rem,4.5vw,5rem) 0;position:relative}.hero-carousel__band-inner{position:relative;min-height:12rem}@media(min-width:990px){.hero-carousel--layout-below .hero-carousel__band{padding:1.4rem 0}.hero-carousel--layout-below .hero-carousel__band-inner{min-height:5rem}.hero-carousel--layout-below .hero-carousel__band-heading{font-size:clamp(2.2rem,3.4vw,2.4rem)}.hero-carousel--layout-below .hero-carousel__band-subheading{font-size:clamp(1.65rem,2.55vw,1.8rem)}.hero-carousel--layout-below .hero-carousel__band-slot{gap:1.4rem}}.hero-carousel__band-slot{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.8rem;opacity:0;transition:opacity .45s ease;pointer-events:none}.hero-carousel__band-slot.is-active{opacity:1;pointer-events:auto}.hero-carousel__band-slot:first-child{position:relative}.hero-carousel__band-heading{margin:0;font-family:var(--font-heading-family);font-weight:400;font-size:clamp(2.2rem,3.4vw,3.8rem);letter-spacing:.18em;text-transform:uppercase;line-height:1.12}.hero-carousel__band-subheading{margin:0;font-family:var(--font-body-family);font-style:italic;font-weight:300;font-size:clamp(1.65rem,2.55vw,2.85rem);letter-spacing:.04em;line-height:1.45;color:color-mix(in oklab,var(--hero-band-fg, #2a2520) 78%,transparent);max-width:56rem}.hero-carousel__band-cta{display:inline-flex;align-items:center;justify-content:center;min-width:14rem;margin-top:.4rem;padding:1.1rem 2.6rem;font-family:var(--font-body-family);font-size:1.15rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:inherit;text-decoration:none;border:1px solid currentColor;background:transparent;transition:background .2s ease,color .2s ease}.hero-carousel__band-cta:hover,.hero-carousel__band-cta:focus-visible{background:var(--hero-band-fg, #2a2520);color:var(--hero-band-bg, #f5efe7);outline:none}.hero-carousel__band-cta[aria-disabled=true]{pointer-events:none;opacity:.5}.hero-carousel--layout-below .hero-carousel__band{flex:0 0 auto}@media(max-width:749px){.hero-carousel--layout-below .hero-carousel__band{padding:2.4rem 0 2.8rem}.hero-carousel__band-inner{min-height:11rem}.hero-carousel__band-slot{gap:1.1rem;padding:0 1.6rem}.hero-carousel__band-heading{letter-spacing:.14em}.hero-carousel__band-cta{min-width:12rem;padding:1rem 2.2rem;font-size:1.05rem}}@media(prefers-reduced-motion:reduce){.hero-carousel__band-slot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-hero-carousel.css.map */
