.carousel{display:block;position:relative}.carousel__viewport{overflow:hidden;border-radius:var(--carousel-radius, 10px)}.carousel__track{display:flex;transition:transform .5s ease;will-change:transform}.carousel__track--no-anim{transition:none!important}.carousel__slide{position:relative;flex:0 0 100%;width:100%}.carousel__link{display:block;width:100%;height:var(--carousel-height-desktop, 668px);text-decoration:none}.carousel__image,.carousel__link>svg{display:block;width:100%;height:100%;object-fit:cover}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding:0;border:none;border-radius:50%;cursor:pointer;background:#fffc;color:#3a3d42;line-height:0;opacity:.5;transition:background-color .2s ease,opacity .2s ease,transform .2s ease}.carousel__arrow-icon{width:28px;height:28px}.carousel__arrow:hover{background:#fff;opacity:1}.carousel__arrow:focus-visible{outline:2px solid rgb(var(--color-foreground, 18 18 18));outline-offset:2px}.carousel__arrow--prev{left:38px}.carousel__arrow--next{right:38px}.carousel__dots{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:2;display:flex;gap:10px;margin:0;padding:0}.carousel__dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;cursor:pointer;background:#ffffff80;transition:background-color .2s ease}.carousel__dot.is-active{background:#fff}@media screen and (max-width:749px){.carousel__link{height:var(--carousel-height-mobile, 300px)}.carousel__arrow{width:38px;height:38px}.carousel__arrow-icon{width:22px;height:22px}.carousel__arrow--prev{left:12px}.carousel__arrow--next{right:12px}.carousel__dots{bottom:12px;gap:8px}.carousel__dot{width:8px;height:8px}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
