.evolve-product-carousel{--local-card-radius: 1.6875rem;--local-card-min-height: 32rem;--local-text-inset-y: clamp(var(--evolve-gap-lg), 5vw, var(--evolve-gap-xl));--local-text-inset-x: clamp(var(--evolve-gap-lg), 7vw, 7.125rem);--local-circles-width: 420px;--local-circle-size: 5.5rem}.evolve-product-carousel__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--evolve-gap-md);margin:0;padding-bottom:var(--header-padding-bottom)}.evolve-product-carousel__head.section__header{margin:0}.evolve-product-carousel__heading{margin:0;color:var(--evolve-dark);font-weight:500}.evolve-product-carousel__heading :is(p,span,a,strong,em){font:inherit;color:inherit;letter-spacing:inherit;margin:0}.evolve-product-carousel__controls{flex-shrink:0}.evolve-product-carousel__controls .swiper-button-prev,.evolve-product-carousel__controls .swiper-button-next{position:relative;top:auto;left:auto;right:auto;margin:0}.evolve-product-carousel__viewport{outline:none}.evolve-product-carousel__viewport:focus-visible{outline:2px solid var(--evolve-dark);outline-offset:4px;border-radius:var(--local-card-radius)}@media(min-width:768px){.evolve-product-carousel__viewport.swipe-mobile{display:block!important;overflow:visible;padding-inline:0;margin-inline:0;scroll-padding-inline:0}.evolve-product-carousel__track{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:100%;gap:var(--evolve-gap-md);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;outline:none}.evolve-product-carousel__track::-webkit-scrollbar{display:none}.evolve-product-carousel__track>.evolve-product-carousel__slide{scroll-snap-align:start;width:100%;min-width:0}}.evolve-product-carousel__slide{position:relative;scroll-snap-align:start;scroll-snap-stop:always;background:var(--local-slide-bg);color:var(--local-slide-text);border-radius:var(--local-card-radius);min-height:var(--local-card-min-height);overflow:hidden;isolation:isolate}.evolve-product-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.evolve-product-carousel__media picture{display:block;width:100%;height:100%}.evolve-product-carousel__img{width:100%;height:100%;object-fit:cover;display:block}.evolve-product-carousel__media-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(70deg,var(--local-slide-bg) 0%,var(--local-slide-bg) 42%,color-mix(in srgb,var(--local-slide-bg) 55%,transparent) 58%,transparent 70%)}.evolve-product-carousel__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:auto;max-width:none;padding:var(--local-text-inset-y) var(--evolve-gap-md) var(--local-text-inset-y) var(--local-text-inset-x);height:100%;justify-content:flex-start;color:var(--local-slide-text);box-sizing:border-box}.evolve-product-carousel__name{margin:0;color:var(--local-slide-text);font-weight:500}.evolve-product-carousel__name :is(p,span,a,strong,em){font:inherit;color:inherit;letter-spacing:inherit;margin:0}.evolve-product-carousel__subline{margin:var(--evolve-heading-gap) 0 0;font-family:var(--font-heading-family);font-size:max(16px,var(--font-body-size));line-height:var(--font-body-line-height);font-weight:500;color:var(--local-slide-text);max-width:100%}.evolve-product-carousel__body{margin:var(--evolve-gap-md) 0 0;font-size:max(16px,var(--font-body-size));line-height:var(--font-body-line-height);color:var(--local-slide-text);opacity:.92;max-width:100%}.evolve-product-carousel__body>*{margin:0}.evolve-product-carousel__body>*+*{margin-top:var(--evolve-gap-sm)}.evolve-product-carousel__circles{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;margin:var(--evolve-gap-lg) 0 0;padding:0;list-style:none;width:100%}.evolve-product-carousel__circle{display:inline-flex;flex-direction:column;align-items:flex-start;gap:var(--evolve-gap-xs);text-align:left;min-width:0;max-width:100%}.evolve-product-carousel__circle-disc{display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;width:var(--local-circle-size);height:var(--local-circle-size);border-radius:50%;background:transparent;border:1px solid color-mix(in srgb,var(--local-slide-text) 20%,transparent)}.evolve-product-carousel__circle-icon{color:var(--local-slide-text);opacity:.9;width:2.8rem;height:2.8rem}.evolve-product-carousel__circle-img{width:65%;height:65%;object-fit:contain;display:block}.evolve-product-carousel__circle-label{align-self:stretch;text-align:left;min-height:2.5em;font-family:var(--font-heading-family);font-weight:500;line-height:1.25;color:var(--local-slide-text);opacity:.85;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:manual;hyphens:manual}.evolve-product-carousel__cta{display:inline-flex;align-items:center;gap:var(--evolve-gap-xs);margin:var(--evolve-gap-lg) 0 0;margin-top:auto;padding:var(--evolve-gap-sm) var(--evolve-gap-lg);font-family:var(--font-heading-family);font-size:var(--font-body-size);font-weight:600;line-height:1;color:var(--local-cta-color, var(--local-slide-bg));background:var(--local-cta-bg, var(--local-slide-text));border:0;border-radius:var(--evolve-radius-pill);text-decoration:none;align-self:flex-start;transition:opacity .2s ease,transform .2s ease}.evolve-product-carousel__cta:hover,.evolve-product-carousel__cta:focus-visible{color:var(--local-cta-color, var(--local-slide-bg));text-decoration:none;opacity:.9}.evolve-product-carousel__cta:focus-visible{outline:2px solid var(--local-slide-text);outline-offset:3px}.evolve-product-carousel__cta-arrow{display:inline-block;transition:transform .2s ease}.evolve-product-carousel__cta:hover .evolve-product-carousel__cta-arrow,.evolve-product-carousel__cta:focus-visible .evolve-product-carousel__cta-arrow{transform:translate(4px)}.evolve-product-carousel__dots{display:none;gap:var(--evolve-gap-xs);justify-content:center;margin:var(--evolve-gap-md) 0 0}.evolve-product-carousel__dot{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;padding:0}.evolve-product-carousel__dot:before{content:"";width:6px;height:6px;border-radius:var(--evolve-radius-pill);background:color-mix(in srgb,var(--evolve-dark) 22%,transparent);transition:width .25s ease,background-color .25s ease}.evolve-product-carousel__dot.is-active:before{width:22px;background:color-mix(in srgb,var(--evolve-dark) 65%,transparent)}.evolve-product-carousel__dot:focus-visible{outline:2px solid var(--evolve-dark);outline-offset:2px;border-radius:var(--evolve-radius-pill)}@media(min-width:990px){.evolve-product-carousel{--local-card-min-height: 520px;--local-text-inset-x: clamp(var(--evolve-gap-xl), 7.8vw, 7.125rem)}.evolve-product-carousel__slide{display:flex;align-items:stretch;min-height:var(--local-card-min-height)}.evolve-product-carousel__content{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;min-height:100%;width:auto;max-width:none;padding-right:var(--evolve-gap-md)}.evolve-product-carousel__cta{display:inline-flex;width:auto;align-self:flex-start}.evolve-product-carousel__name,.evolve-product-carousel__subline,.evolve-product-carousel__body,.evolve-product-carousel__circles{width:var(--local-circles-width);max-width:var(--local-circles-width)}}@media(max-width:989px){.evolve-product-carousel__slide{min-height:auto;display:flex;flex-direction:column}.evolve-product-carousel__media{position:relative;height:auto;aspect-ratio:1;flex-shrink:0}.evolve-product-carousel__media-fade{background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--local-slide-bg) 50%,transparent) 70%,var(--local-slide-bg) 100%)}.evolve-product-carousel__content{width:100%;max-width:none;padding:var(--evolve-gap-lg) var(--evolve-gap-md) var(--evolve-gap-xl);height:auto;justify-content:flex-start}.evolve-product-carousel__name,.evolve-product-carousel__subline,.evolve-product-carousel__body{max-width:none;width:auto}.evolve-product-carousel__circles{max-width:none;width:100%}.evolve-product-carousel__controls{display:none}.evolve-product-carousel__dots{display:flex}}@media(min-width:768px)and (max-width:989px){.evolve-product-carousel__track{gap:1.2rem;padding-inline:0;margin-inline:0;scroll-padding-inline:0;-webkit-overflow-scrolling:touch}.evolve-product-carousel__slide{scroll-snap-align:start}}@media(min-width:768px)and (max-width:989px){.evolve-product-carousel__track{grid-auto-columns:45%}}@media(max-width:767.98px){.evolve-product-carousel{--local-circle-size: 3.5rem;--local-card-min-height: min( calc((100vw - 2rem)*1.36) , 560px)}.evolve-product-carousel__head{flex-direction:column;align-items:flex-start;gap:var(--evolve-gap-sm);padding-bottom:var(--header-padding-bottom-mobile)}.evolve-product-carousel__viewport:focus-visible{outline-offset:2px}.evolve-product-carousel__viewport.swipe-mobile{--column-width-mobile: calc(100vw - (var(--page-padding) * 2))}.evolve-product-carousel__track.swipe-mobile__inner{column-gap:var(--evolve-gap-md)}.evolve-product-carousel__slide{display:block;min-height:auto;height:auto;scroll-snap-align:start;scroll-snap-stop:always}.evolve-product-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;aspect-ratio:auto;border-radius:0}.evolve-product-carousel__media-fade{display:block;background:linear-gradient(180deg,var(--local-slide-bg) 0%,var(--local-slide-bg) 32%,color-mix(in srgb,var(--local-slide-bg) 55%,transparent) 50%,color-mix(in srgb,var(--local-slide-bg) 10%,transparent) 72%,color-mix(in srgb,var(--local-slide-bg) 30%,transparent) 100%)}.evolve-product-carousel__img{object-position:center bottom;border-radius:0}.evolve-product-carousel__content{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;max-width:none;height:auto;min-height:var(--local-card-min-height);padding:var(--evolve-gap-lg) var(--evolve-gap-md) var(--evolve-gap-lg);justify-content:flex-start}.evolve-product-carousel__body{margin-top:var(--evolve-gap-sm)}.evolve-product-carousel__circles{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:var(--evolve-gap-xs);margin-top:auto;padding-top:var(--evolve-gap-lg)}.evolve-product-carousel--hide-circles-mobile .evolve-product-carousel__circles{display:none}.evolve-product-carousel--hide-circles-mobile .evolve-product-carousel__cta{margin-top:auto}.evolve-product-carousel__circle{flex:1 1 0;align-items:center;gap:var(--evolve-gap-md)}.evolve-product-carousel__circle-icon{width:1.75rem;height:1.75rem}.evolve-product-carousel__circle-label{align-self:stretch;text-align:center;min-height:0;opacity:1}.evolve-product-carousel__cta{display:flex;width:100%;justify-content:center;margin-top:var(--evolve-gap-lg);padding:var(--evolve-gap-sm) var(--evolve-gap-md)}.evolve-product-carousel__controls{display:none}.evolve-product-carousel__dots{display:flex;margin-top:3.2rem}}@media(prefers-reduced-motion:reduce){.evolve-product-carousel__track{scroll-behavior:auto}.evolve-product-carousel__controls .swiper-button-prev,.evolve-product-carousel__controls .swiper-button-next,.evolve-product-carousel__cta,.evolve-product-carousel__cta-arrow,.evolve-product-carousel__dot:before{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/evolve-product-carousel.css.map */
