.z-carousel__width{box-sizing:border-box;width:100%;padding-block:var(--z-carousel-padding-top) var(--z-carousel-padding-bottom)}.z-carousel__width--grid{width:var(--page-width-desktop);max-width:var(--page-width);margin-inline:auto;padding-inline:0}.z-carousel__width--extend_right{--z-carousel-page-gutter: var(--page-content-offset);overflow-x:clip;overflow-y:visible}.z-carousel__width--extend_right .z-carousel-header,.z-carousel__width--extend_right .z-carousel--navigation-container_sides .z-carousel-header__content,.z-carousel__width--extend_right .z-carousel--navigation-inside_sides .z-carousel-header__content{margin-inline:var(--z-carousel-page-gutter)}.z-carousel__width--extend_right .z-carousel__viewport{margin-inline-start:var(--z-carousel-page-gutter)}.z-carousel{position:relative;display:grid;grid-template-columns:minmax(0,1fr);color:inherit}.z-carousel>.z-animate-on-scroll{grid-column:1;grid-row:2;min-width:0}.z-carousel__viewport{position:relative;grid-column:1;grid-row:2;min-width:0;overflow:hidden}.z-carousel__track{display:flex;margin-inline-start:calc(var(--z-carousel-gap-desktop) * -1);touch-action:pan-y pinch-zoom}.z-carousel-item{box-sizing:border-box;flex:0 0 max(var(--z-carousel-item-basis-desktop),calc(var(--z-carousel-item-min-width-desktop) + var(--z-carousel-gap-desktop)));min-width:0;padding-inline-start:var(--z-carousel-gap-desktop)}.z-carousel-item__inner{position:relative;width:100%;aspect-ratio:var(--z-carousel-ratio-desktop);overflow:hidden;background:var(--z-carousel-item-background);color:var(--z-carousel-item-color);isolation:isolate}.z-carousel-item__media,.z-carousel-item__picture,.z-carousel-item__overlay,.z-carousel-item__full-link,.z-carousel-item__content-area{position:absolute;top:0;right:0;bottom:0;left:0}.z-carousel-item__media{z-index:0;overflow:hidden}.z-carousel-item__picture{display:block}.z-carousel-item__image,.z-carousel-item__video,.z-carousel-item__placeholder{display:block;width:100%;height:100%}.z-carousel-item__image,.z-carousel-item__video{object-fit:cover;object-position:center}.z-carousel-item__placeholder{background:#f5f5f5}.z-carousel-item__video--mobile{display:none}.z-carousel-item__overlay{z-index:1;background:rgb(0 0 0 / var(--z-carousel-item-overlay-opacity));pointer-events:none}.z-carousel-item__full-link{z-index:2;display:block}.z-carousel-item__full-link:focus-visible{outline:3px solid currentColor;outline-offset:-6px}.z-carousel-item__content-area{z-index:3;display:grid;padding:var(--z-carousel-item-content-padding-desktop);pointer-events:none}.z-carousel-item__content{display:flex;flex-direction:column;max-height:100%;align-items:var(--z-carousel-item-content-items-desktop);text-align:var(--z-carousel-item-content-align-desktop);pointer-events:auto}.z-carousel-item__content:has(>.z-stack--fill-height){height:100%}@media screen and (min-width:990px){.z-carousel__track:has(>.z-carousel-item--desktop-content-auto)>.z-carousel-item{display:flex}.z-carousel-item--desktop-content-auto .z-carousel-item__inner{display:grid;aspect-ratio:auto}.z-carousel-item--desktop-content-auto .z-carousel-item__content-area{position:relative;inset:auto;grid-area:1 / 1}.z-carousel-item--desktop-content-auto .z-carousel-item__content:has(>.z-stack--fill-height),.z-carousel-item--desktop-content-auto .z-stack--fill-height{height:auto}.z-carousel-item--desktop-content-auto .z-carousel-item__content>.z-stack--fill-height.z-stack--desktop-column>.z-stack--fill-height{flex:0 1 auto}.z-carousel-item__content>.z-stack--fill-height.z-stack--desktop-column>.z-stack--fill-height{flex:1 1 0;height:auto}}.z-carousel-item__content--desktop-fit{width:fit-content;max-width:100%}.z-carousel-item__content--desktop-full{width:100%;max-width:100%}.z-carousel-item__content--desktop-custom{width:min(100%,var(--z-carousel-item-content-width-desktop))}.z-carousel-item--desktop-top-left .z-carousel-item__content-area{place-items:start}.z-carousel-item--desktop-top-center .z-carousel-item__content-area{place-items:start center}.z-carousel-item--desktop-top-right .z-carousel-item__content-area{place-items:start end}.z-carousel-item--desktop-middle-left .z-carousel-item__content-area{place-items:center start}.z-carousel-item--desktop-middle-center .z-carousel-item__content-area{place-items:center}.z-carousel-item--desktop-middle-right .z-carousel-item__content-area{place-items:center end}.z-carousel-item--desktop-bottom-left .z-carousel-item__content-area{place-items:end start}.z-carousel-item--desktop-bottom-center .z-carousel-item__content-area{place-items:end center}.z-carousel-item--desktop-bottom-right .z-carousel-item__content-area{place-items:end}.z-carousel-header{--z-carousel-nav-group-width: calc(var(--z-carousel-nav-size) * 2 + 1rem);grid-column:1;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;min-width:0;margin-bottom:var(--z-carousel-heading-gap)}.z-carousel-header__content{grid-column:1;grid-row:1;box-sizing:border-box;min-width:0}.z-carousel-header__description{margin-top:.8rem}.z-carousel-header--gap-none{--z-carousel-heading-gap: 0}.z-carousel-header--gap-40{--z-carousel-heading-gap: var(--z-spacing-40)}.z-carousel-header--gap-60{--z-carousel-heading-gap: var(--z-spacing-60)}.z-carousel-header--gap-80{--z-carousel-heading-gap: var(--z-spacing-80)}.z-carousel-header--gap-160{--z-carousel-heading-gap: var(--z-spacing-160)}.z-carousel-header__content--desktop-left{text-align:left}.z-carousel-header__content--desktop-center{text-align:center}.z-carousel-header__content--desktop-right{text-align:right}.z-carousel-header__navigation{z-index:1;grid-column:1;grid-row:1;display:flex;flex:0 0 auto;gap:1rem;align-items:center;justify-self:end}.z-carousel--navigation-header .z-carousel-header--has-navigation .z-carousel-header__content--desktop-center{padding-inline:var(--z-carousel-nav-group-width)}.z-carousel--navigation-header .z-carousel-header--has-navigation .z-carousel-header__content--desktop-left,.z-carousel--navigation-header .z-carousel-header--has-navigation .z-carousel-header__content--desktop-right{padding-inline-end:var(--z-carousel-nav-group-width)}.z-carousel-header__button{position:relative;isolation:isolate;display:inline-flex;width:var(--z-carousel-nav-size);height:var(--z-carousel-nav-size);padding:0;align-items:center;justify-content:center;border:1px solid var(--z-carousel-nav-border);border-radius:var(--z-carousel-nav-radius);background:var(--z-carousel-nav-background);color:var(--z-carousel-nav-color);cursor:pointer;font:inherit;line-height:1;overflow:hidden;transition:border-color .3s ease,color .3s ease}.z-carousel-header__button:before{position:absolute;z-index:0;top:100%;left:100%;width:300%;aspect-ratio:1;border-radius:50%;background:var(--z-carousel-nav-hover-fill);content:"";pointer-events:none;transition:top .3s ease,left .3s ease}.z-carousel-header__icon{position:relative;z-index:1;display:block;width:42%;height:42%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(hover:hover){.z-carousel-header__button:not(:disabled):hover{border-color:var(--z-carousel-nav-hover-fill);color:var(--z-carousel-nav-hover-foreground)}.z-carousel-header__button:not(:disabled):hover:before{top:-100%;left:-100%}}.z-carousel-header__button:disabled{cursor:default;opacity:.35}.z-carousel-header__button:focus-visible{outline:3px solid currentColor;outline-offset:3px}.z-carousel--navigation-header .z-carousel-header__navigation{margin-inline-end:var(--z-carousel-nav-header-inset)}.z-carousel--navigation-container_sides .z-carousel-header,.z-carousel--navigation-inside_sides .z-carousel-header{display:contents;margin-bottom:0}.z-carousel--navigation-container_sides .z-carousel-header__content,.z-carousel--navigation-inside_sides .z-carousel-header__content{grid-column:1;grid-row:1;margin-bottom:var(--z-carousel-heading-gap)}.z-carousel--navigation-container_sides .z-carousel-header__navigation,.z-carousel--navigation-inside_sides .z-carousel-header__navigation{z-index:4;grid-column:1;grid-row:2;justify-self:center;align-self:center;justify-content:space-between;pointer-events:none}.z-carousel--navigation-container_sides[data-z-navigation-vertical-position=image_center][data-z-navigation-center-ready=true] .z-carousel-header__navigation,.z-carousel--navigation-inside_sides[data-z-navigation-vertical-position=image_center][data-z-navigation-center-ready=true] .z-carousel-header__navigation{position:absolute;top:var(--z-carousel-nav-center);left:50%;transform:translate(-50%,-50%)}.z-carousel--navigation-container_sides .z-carousel-header__button,.z-carousel--navigation-inside_sides .z-carousel-header__button{pointer-events:auto}.z-carousel--navigation-container_sides .z-carousel-header__navigation{--z-carousel-nav-side-extension: min( calc(var(--z-carousel-nav-size) + var(--z-carousel-nav-max-gap)), calc((var(--page-content-offset) + var(--z-carousel-nav-size)) / 2) );width:calc(100% + var(--z-carousel-nav-side-extension) + var(--z-carousel-nav-side-extension))}.z-carousel--navigation-inside_sides .z-carousel-header__navigation{box-sizing:border-box;width:100%;padding-inline:var(--z-carousel-nav-inside-inset)}.z-carousel--navigation-inside_sides .z-carousel-header__button{background:color-mix(in srgb,var(--z-carousel-nav-background) 35%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.z-carousel__dots{position:absolute;z-index:3;bottom:2.4rem;left:50%;display:flex;gap:1rem;align-items:center;justify-content:center;transform:translate(-50%)}.z-carousel__dot{width:1rem;height:1rem;padding:0;border:0;border-radius:50%;background:var(--z-carousel-indicator-color);cursor:pointer;opacity:.3}.z-carousel__dot[aria-current=true]{opacity:1}.z-carousel__dot:focus-visible{outline:2px solid var(--z-carousel-indicator-color);outline-offset:3px}.z-carousel__live-region{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-js .z-carousel .z-carousel__viewport{overflow-x:auto}@media screen and (max-width:989px){.z-carousel__width--grid{width:var(--page-width-mobile)}.z-carousel__width--full_bleed .z-carousel__viewport{margin-inline-start:var(--page-content-offset)}.z-carousel-header__navigation{display:none}.z-carousel__track{margin-inline-start:calc(var(--z-carousel-gap-mobile) * -1)}.z-carousel-item{flex-basis:max(var(--z-carousel-item-basis-mobile),calc(var(--z-carousel-item-min-width-mobile) + var(--z-carousel-gap-mobile)));padding-inline-start:var(--z-carousel-gap-mobile)}.z-carousel--mobile-sizing-minimum_width .z-carousel-item{flex-basis:calc(var(--z-carousel-item-min-width-mobile) + var(--z-carousel-gap-mobile))}.z-animate-on-scroll[data-z-scroll-ready=true][data-z-scroll-animation]:not([data-z-scroll-animation=none]) .z-carousel-item:has(>.z-carousel-item__inner[data-z-scroll-revealed=true])+.z-carousel-item>.z-carousel-item__inner:not([data-z-scroll-revealed=true]){opacity:1}.z-carousel-item__inner{aspect-ratio:var(--z-carousel-ratio-mobile)}.z-carousel__track:has(>.z-carousel-item--mobile-content-auto){align-items:stretch}.z-carousel__track:has(>.z-carousel-item--mobile-content-auto)>.z-carousel-item{display:flex}.z-carousel-item--mobile-content-auto .z-carousel-item__inner{display:grid;aspect-ratio:auto}.z-carousel-item--mobile-content-auto.z-carousel-item--mobile-layout-image_above_content .z-carousel-item__inner{grid-template-rows:auto minmax(0,1fr)}.z-carousel-item--mobile-content-auto:not(.z-carousel-item--mobile-layout-image_above_content) .z-carousel-item__content-area{position:relative;inset:auto;grid-area:1 / 1}.z-carousel-item--has-mobile-video .z-carousel-item__video--desktop{display:none}.z-carousel-item__video--mobile{display:block}.z-carousel-item__content-area{padding:var(--z-carousel-item-content-padding-mobile)}.z-carousel-item--mobile-layout-image_above_content .z-carousel-item__inner{aspect-ratio:auto}.z-carousel-item--mobile-layout-image_above_content .z-carousel-item__media{position:relative;inset:auto;grid-area:1 / 1;width:100%;aspect-ratio:var(--z-carousel-ratio-mobile)}.z-carousel-item--mobile-layout-image_above_content .z-carousel-item__overlay{inset:0 0 auto;aspect-ratio:var(--z-carousel-ratio-mobile)}.z-carousel-item--mobile-layout-image_above_content .z-carousel-item__content-area{position:relative;inset:auto;grid-area:2 / 1}.z-carousel-item__content{align-items:var(--z-carousel-item-content-items-mobile);text-align:var(--z-carousel-item-content-align-mobile)}.z-carousel-item__content>.z-stack--fill-height.z-stack--mobile-column>.z-stack--fill-height{flex:1 1 0;height:auto}.z-carousel-item--mobile-content-auto .z-carousel-item__content>.z-stack--fill-height.z-stack--mobile-column>.z-stack--fill-height{flex-basis:auto}.z-carousel-item__content--mobile-fit{width:fit-content;max-width:100%}.z-carousel-item__content--mobile-full{width:100%;max-width:100%}.z-carousel-item__content--mobile-custom{width:min(100%,var(--z-carousel-item-content-width-mobile))}.z-carousel-item--mobile-top-left .z-carousel-item__content-area{place-items:start}.z-carousel-item--mobile-top-center .z-carousel-item__content-area{place-items:start center}.z-carousel-item--mobile-top-right .z-carousel-item__content-area{place-items:start end}.z-carousel-item--mobile-middle-left .z-carousel-item__content-area{place-items:center start}.z-carousel-item--mobile-middle-center .z-carousel-item__content-area{place-items:center}.z-carousel-item--mobile-middle-right .z-carousel-item__content-area{place-items:center end}.z-carousel-item--mobile-bottom-left .z-carousel-item__content-area{place-items:end start}.z-carousel-item--mobile-bottom-center .z-carousel-item__content-area{place-items:end center}.z-carousel-item--mobile-bottom-right .z-carousel-item__content-area{place-items:end}.z-carousel-header__content--mobile-left{text-align:left}.z-carousel-header__content--mobile-center{text-align:center}.z-carousel-header__content--mobile-right{text-align:right}.z-carousel--navigation-header .z-carousel-header--has-navigation .z-carousel-header__content{padding-inline:0}}@media(prefers-reduced-motion:reduce){.z-carousel,.z-carousel *,.z-carousel-header__button:before{scroll-behavior:auto;transition-duration:.01ms}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/z-carousel.css.map */
