.product-slider{position:relative}.product-slider__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__item{flex:0 0 280px;scroll-snap-align:start}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;background:var(--color-bg-primary);border:1px solid var(--color-border);color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base);opacity:0}.product-slider:hover .slider-arrow{opacity:1}.slider-arrow:hover{border-color:var(--color-gold-primary);color:var(--color-gold-primary);background:var(--color-bg-secondary)}.slider-arrow.is-hidden{opacity:0;pointer-events:none}.slider-arrow--prev{left:-20px}.slider-arrow--prev svg{transform:rotate(180deg)}.slider-arrow--next{right:-20px}.slider-arrow svg{width:18px;height:18px}@media(min-width:768px){.product-slider__track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;overflow-x:visible;scroll-snap-type:none}.product-slider__item{flex:none}.slider-arrow{display:none}}@media(max-width:767px){.product-slider__item{flex:0 0 240px}.slider-arrow{width:36px;height:36px}.slider-arrow--prev{left:-12px}.slider-arrow--next{right:-12px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-slider.css.map */
