.slideshow-carousel{position:relative;isolation:isolate;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.slideshow-carousel:focus{outline:none}.slideshow-carousel:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:-.4rem}.slideshow-carousel--full-width{display:block;width:100%}.slideshow-carousel__viewport{position:relative;width:100%;aspect-ratio:var(--slide-aspect-mobile, 3 / 4);overflow:hidden}@media screen and (min-width:750px){.slideshow-carousel__viewport{aspect-ratio:var(--slide-aspect-desktop, 21 / 9)}}.slideshow-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity var(--slide-transition, .7s) ease}.slideshow-carousel__slide.is-selected{opacity:1;pointer-events:auto;z-index:1}.slideshow-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.slideshow-carousel__media picture,.slideshow-carousel__media img,.slideshow-carousel__placeholder,.slideshow-carousel__placeholder svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.slideshow-carousel__placeholder{background:#0000000d}.slideshow-carousel__content{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template:1fr / 1fr;padding:2rem;pointer-events:none;z-index:2;height:100%}@media screen and (min-width:750px){.slideshow-carousel__content{padding:4rem}}.slideshow-carousel__content-inner{max-width:var(--content-max-width, 400px);padding:2rem 2.4rem;background-color:var(--content-bg, rgba(28, 28, 28, .5));color:var(--content-text, #ffffff);pointer-events:auto;opacity:0;transform:translateY(2rem);transition:opacity .6s ease .2s,transform .6s ease .2s;border-radius:.4rem}.slideshow-carousel__slide.is-selected .slideshow-carousel__content-inner{opacity:1;transform:translateY(0)}.slideshow-carousel__heading>*{margin:0 0 1.5rem;color:inherit}.slideshow-carousel__heading>*:last-child{margin-bottom:0}.slideshow-carousel__heading--xs{font-size:1.4rem;line-height:1.4}.slideshow-carousel__heading--sm{font-size:1.8rem;line-height:1.35}.slideshow-carousel__heading--md{font-size:2.4rem;line-height:1.25}.slideshow-carousel__heading--lg{font-size:3.4rem;line-height:1.2}.slideshow-carousel__heading--xl{font-size:4.4rem;line-height:1.15}@media screen and (min-width:750px){.slideshow-carousel__heading--md{font-size:2.8rem}.slideshow-carousel__heading--lg{font-size:4.2rem}.slideshow-carousel__heading--xl{font-size:5.6rem}}.slideshow-carousel__buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.6rem;justify-content:center}.slideshow-carousel__buttons:first-child{margin-top:0}.slideshow-carousel__button.button{--color-button: var(--btn-bg-rgb, var(--color-button));--color-button-text: var(--btn-text-rgb, var(--color-button-text));background-color:var(--btn-bg, rgb(var(--color-button)));color:var(--btn-text, rgb(var(--color-button-text)));border-color:var(--btn-bg, rgb(var(--color-button)));transition:opacity .2s ease,transform .2s ease}.slideshow-carousel__button.button:hover{opacity:.88}.slideshow-carousel__button.button:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.slideshow-carousel__slide-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-indent:-9999rem;overflow:hidden}.slideshow-carousel__content,.slideshow-carousel__content-inner,.slideshow-carousel__buttons,.slideshow-carousel__button{position:relative;z-index:3}.slideshow-carousel__content--top-start{place-items:start start;text-align:start}.slideshow-carousel__content--top-center{place-items:start center;text-align:center}.slideshow-carousel__content--top-end{place-items:start end;text-align:end}.slideshow-carousel__content--middle-start{place-items:center start;text-align:start}.slideshow-carousel__content--middle-center{place-items:center center;text-align:center}.slideshow-carousel__content--middle-end{place-items:center end;text-align:end}.slideshow-carousel__content--bottom-start{place-items:end start;text-align:start}.slideshow-carousel__content--bottom-center{place-items:end center;text-align:center}.slideshow-carousel__content--bottom-end{place-items:end end;text-align:end}.slideshow-carousel__content--text-left{text-align:start}.slideshow-carousel__content--text-center{text-align:center}.slideshow-carousel__content--text-right{text-align:end}@media screen and (max-width:749px){.slideshow-carousel .slideshow-carousel__content{place-items:end center}.slideshow-carousel .slideshow-carousel__content:not(.slideshow-carousel__content--text-left):not(.slideshow-carousel__content--text-center):not(.slideshow-carousel__content--text-right){text-align:center}}.slideshow-carousel__heading>*,.slideshow-carousel__heading>*>strong{font-size:inherit;line-height:inherit}.slideshow-carousel__dots{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:4;padding:.4rem .8rem;color:#fff}@media screen and (min-width:750px){.slideshow-carousel__dots{bottom:2.4rem;gap:.6rem}}.slideshow-carousel__dot{width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;color:inherit;border-radius:50%}.slideshow-carousel__dot:focus-visible{outline:.2rem solid currentColor;outline-offset:.2rem}.slideshow-carousel__dot-ring{width:1rem;height:1rem;overflow:visible}.slideshow-carousel__dot-progress{stroke-dasharray:20.42;stroke-dashoffset:20.42;opacity:0}.slideshow-carousel__dot.is-active .slideshow-carousel__dot-progress{opacity:1;animation:slideshow-carousel-progress var(--autoplay-duration, 4s) linear forwards}.slideshow-carousel--paused .slideshow-carousel__dot.is-active .slideshow-carousel__dot-progress,.slideshow-carousel:not([autoplay]) .slideshow-carousel__dot-progress{animation-play-state:paused;opacity:0}.slideshow-carousel:not([autoplay]) .slideshow-carousel__dot.is-active .slideshow-carousel__dot-ring circle:first-child{stroke-opacity:.9}@keyframes slideshow-carousel-progress{0%{stroke-dashoffset:20.42}to{stroke-dashoffset:0}}.slideshow-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;border:none;background:#0006;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:4;transition:background .2s ease,opacity .2s ease,transform .2s ease}.slideshow-carousel__arrow:hover{background:#000000a6}.slideshow-carousel__arrow:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.slideshow-carousel__arrow--prev{left:1.2rem}.slideshow-carousel__arrow--next{right:1.2rem}@media screen and (min-width:750px){.slideshow-carousel__arrow{width:4.8rem;height:4.8rem}.slideshow-carousel__arrow--prev{left:2rem}.slideshow-carousel__arrow--next{right:2rem}}.slideshow-carousel__arrow svg{width:1.4rem;height:auto}@media screen and (min-width:750px){.slideshow-carousel__arrow svg{width:1.6rem}}.slideshow-carousel[allow-swipe] .slideshow-carousel__viewport{touch-action:pan-y}@media(prefers-reduced-motion:reduce){.slideshow-carousel__slide,.slideshow-carousel__content-inner,.slideshow-carousel__button,.slideshow-carousel__arrow{transition:none}.slideshow-carousel__dot.is-active .slideshow-carousel__dot-progress{animation:none;opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-slideshow-carousel.css.map */
