simple-carousel{--simple-carousel-per-view: 1;--simple-carousel-gap: 1.6rem;display:block;position:relative}.simple-carousel__track{display:flex;gap:var(--simple-carousel-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.simple-carousel__track::-webkit-scrollbar{display:none}.simple-carousel__slide{flex:0 0 calc((100% - (var(--simple-carousel-gap) * (var(--simple-carousel-per-view) - 1))) / var(--simple-carousel-per-view));min-width:0;scroll-snap-align:start}.simple-carousel__dots{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:2rem 0 0;padding:0;list-style:none}.simple-carousel__dot{display:block;width:1rem;height:1rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.4);border-radius:50%;background:transparent;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.simple-carousel__dot.is-active{background:rgb(var(--color-foreground));transform:scale(1.15)}.simple-carousel__dot:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.simple-carousel-arrow[disabled],.custom-prev[disabled],.custom-next[disabled],.custom-prev_rv[disabled],.custom-next_rv[disabled]{cursor:default;opacity:.35}@media(prefers-reduced-motion:reduce){.simple-carousel__track{scroll-behavior:auto}.simple-carousel__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-simple-carousel.css.map */
