.volices-card-slider{display:block;position:relative;width:100%;aspect-ratio:var(--vcs-ratio,4/5);overflow:hidden;background:#f7f7f5;color:inherit}
.volices-card-slider__link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}
.volices-card-slider__track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;touch-action:pan-x pan-y}
.volices-card-slider__track::-webkit-scrollbar{display:none}
.volices-card-slider__slide{flex:0 0 100%;width:100%;height:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}
.volices-card-slider__slide img,.volices-card-slider__placeholder{display:block;width:100%!important;height:100%!important;max-width:none;object-fit:cover}
.volices-card-slider__arrow{position:absolute;top:50%;z-index:8;display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;margin:0;border:0;border-radius:999px;background:rgb(255 255 255/.9);color:#111;box-shadow:0 1px 7px rgb(0 0 0/.16);transform:translateY(-50%);cursor:pointer;-webkit-tap-highlight-color:transparent}
.volices-card-slider__arrow svg{width:13px;height:13px;pointer-events:none}
.volices-card-slider__arrow--prev{left:7px}
.volices-card-slider__arrow--next{right:7px}
.volices-card-slider__arrow[disabled]{opacity:.28;cursor:default}
@media(min-width:750px){
  .volices-card-slider__arrow{opacity:0;transition:opacity .16s ease}
  .volices-card-slider:hover .volices-card-slider__arrow,.volices-card-slider:focus-within .volices-card-slider__arrow{opacity:1}
  .volices-card-slider:hover .volices-card-slider__arrow[disabled],.volices-card-slider:focus-within .volices-card-slider__arrow[disabled]{opacity:.22}
}
@media(max-width:749px){
  .volices-card-slider__arrow{opacity:1}
  .product-card slideshow-arrows{mix-blend-mode:normal!important;z-index:12!important}
  .product-card slideshow-arrows .slideshow-control{display:flex!important;opacity:1!important;visibility:visible!important}
}
