.performance-slider{position:relative;width:100%}.performance-slider *,.performance-slider *:before,.performance-slider *:after{box-sizing:border-box}.performance-slider--fixed{width:min(calc(100% - 40px),1440px);margin-inline:auto}.performance-slider__viewport{position:relative;overflow:hidden;border-radius:var(--slider-radius);background:#f1f1f1;isolation:isolate}.performance-slider__track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.performance-slider__track::-webkit-scrollbar{display:none}.performance-slider__slide{position:relative;width:100%;min-width:100%;flex:0 0 100%;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.performance-slider--height-custom .performance-slider__slide,.performance-slider--height-custom .performance-slider__media{height:var(--slider-desktop-height)}.performance-slider--height-adapt .performance-slider__media{aspect-ratio:var(--desktop-ratio)}.performance-slider__media,.performance-slider__picture{position:relative;display:block;width:100%;overflow:hidden}.performance-slider__image,.performance-slider__placeholder{display:block;width:100%;height:100%}.performance-slider__image{object-fit:cover}.performance-slider__placeholder{min-height:500px;background:#ededed}.performance-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--overlay-color);opacity:var(--overlay-opacity);pointer-events:none}.performance-slider__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:clamp(24px,4vw,70px);pointer-events:none}.performance-slider__content--top-left{align-items:flex-start;justify-content:flex-start}.performance-slider__content--top-center{align-items:flex-start;justify-content:center}.performance-slider__content--top-right{align-items:flex-start;justify-content:flex-end}.performance-slider__content--middle-left{align-items:center;justify-content:flex-start}.performance-slider__content--middle-center{align-items:center;justify-content:center}.performance-slider__content--middle-right{align-items:center;justify-content:flex-end}.performance-slider__content--bottom-left{align-items:flex-end;justify-content:flex-start}.performance-slider__content--bottom-center{align-items:flex-end;justify-content:center}.performance-slider__content--bottom-right{align-items:flex-end;justify-content:flex-end}.performance-slider__text{width:min(100%,var(--content-max-width));color:var(--content-color);pointer-events:auto}.performance-slider__text--left{text-align:left}.performance-slider__text--center{text-align:center}.performance-slider__text--right{text-align:right}.performance-slider__subheading{margin:0 0 10px;color:inherit;font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.performance-slider__heading{margin:0;color:inherit;line-height:1.05}.performance-slider__heading--small{font-size:clamp(26px,3vw,42px)}.performance-slider__heading--medium{font-size:clamp(32px,4vw,56px)}.performance-slider__heading--large{font-size:clamp(38px,5vw,72px)}.performance-slider__heading--extra-large{font-size:clamp(44px,6vw,92px)}.performance-slider__description{margin-top:16px;color:inherit;font-size:clamp(15px,1.4vw,19px)}.performance-slider__description>*:first-child{margin-top:0}.performance-slider__description>*:last-child{margin-bottom:0}.performance-slider__button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;margin-top:22px;color:var(--button-text);font-size:15px;font-weight:600;text-decoration:none}.performance-slider__button--solid{padding:11px 24px;border:1px solid var(--button-background);border-radius:999px;background:var(--button-background)}.performance-slider__button--outline{padding:11px 24px;border:1px solid currentColor;border-radius:999px;background:transparent}.performance-slider__button--underline{min-height:auto;padding:0 0 5px;border-bottom:1px solid currentColor;background:transparent}.performance-slider__arrow,.performance-slider__autoplay{position:absolute;z-index:4;display:grid;width:46px;height:46px;padding:0;place-items:center;border:0;border-radius:50%;background:var(--slider-button-background);color:var(--slider-button-color);cursor:pointer;box-shadow:0 4px 18px #0000001f}.performance-slider__arrow{top:50%;transform:translateY(-50%)}.performance-slider__arrow--previous{left:20px}.performance-slider__arrow--next{right:20px}.performance-slider__autoplay{right:20px;bottom:20px;width:38px;height:38px}.performance-slider__pagination{position:absolute;right:75px;bottom:32px;left:75px;z-index:4;display:flex;align-items:center;justify-content:center;gap:8px;pointer-events:none}.performance-slider__dot{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer;pointer-events:auto;transition:width .18s ease,background-color .18s ease}.performance-slider__dot.is-active{width:26px;border-radius:999px;background:#fff}@media screen and (max-width:749px){.performance-slider--fixed{width:min(calc(100% - 24px),1440px)}.performance-slider--height-custom .performance-slider__slide,.performance-slider--height-custom .performance-slider__media{height:var(--slider-mobile-height)}.performance-slider--height-adapt .performance-slider__media{aspect-ratio:var(--mobile-ratio)}.performance-slider__content{padding:24px 20px 56px}.performance-slider__content--mobile-top-left{align-items:flex-start;justify-content:flex-start}.performance-slider__content--mobile-top-center{align-items:flex-start;justify-content:center}.performance-slider__content--mobile-top-right{align-items:flex-start;justify-content:flex-end}.performance-slider__content--mobile-middle-left{align-items:center;justify-content:flex-start}.performance-slider__content--mobile-middle-center{align-items:center;justify-content:center}.performance-slider__content--mobile-middle-right{align-items:center;justify-content:flex-end}.performance-slider__content--mobile-bottom-left{align-items:flex-end;justify-content:flex-start}.performance-slider__content--mobile-bottom-center{align-items:flex-end;justify-content:center}.performance-slider__content--mobile-bottom-right{align-items:flex-end;justify-content:flex-end}.performance-slider__text--mobile-left{text-align:left}.performance-slider__text--mobile-center{text-align:center}.performance-slider__text--mobile-right{text-align:right}.performance-slider__heading--extra-large,.performance-slider__heading--large{font-size:clamp(34px,10vw,54px)}.performance-slider__arrow{width:38px;height:38px}.performance-slider__arrow--previous{left:10px}.performance-slider__arrow--next{right:10px}.performance-slider__pagination{right:58px;bottom:22px;left:58px}.performance-slider__autoplay{right:12px;bottom:12px;width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.performance-slider__track{scroll-behavior:auto}.performance-slider__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/performance-image-slider.css.map */
