.product-slider{--slides-visible:4;display:block;position:relative;overflow:hidden}@media screen and (max-width:61.875rem){.product-slider{--slides-visible:3}}@media screen and (max-width:48rem){.product-slider{--slides-visible:2}}@media screen and (max-width:36rem){.product-slider{--slides-visible:1}}.product-slider__inner{pointer-events:fill;overflow:hidden}.product-slider__product-area{--gap-size:var(--spacer-md);box-sizing:content-box;gap:var(--gap-size);flex-wrap:nowrap;padding-bottom:17px;display:flex;position:relative}.product-slider__product-area:focus-within .product-card.visible:not(:focus){opacity:.3}.product-slider__product-area:after{content:"";background:0 0;min-width:10rem;height:1px;display:block;position:relative;top:0;right:0}@media screen and (max-width:61.875rem){.product-slider__product-area{width:min(100vw - 12rem,100%);margin-inline:auto;max-width:none!important}}@media screen and (max-width:36rem){.product-slider__product-area{--gap-size:0}}.product-slider__product-area .product-card{width:calc((100% - var(--gap-size)*(var(--slides-visible) - 1))/var(--slides-visible));pointer-events:none;opacity:0;transform:translateX(calc(-100%*var(--current-index) - var(--gap-size)*var(--current-index)));flex-shrink:0;transition:opacity .24s,transform .24s}.product-slider__product-area .product-card__link{display:contents}@media screen and (max-width:36rem){.product-slider__product-area .product-card{transform:translateX(calc(-100%*var(--current-index)));width:100%}}.product-slider__product-area .product-card.visible,.product-slider__product-area .product-card:focus{opacity:1;pointer-events:all}.product-slider button{background:0 0;background:var(--color-white);filter:drop-shadow(0 .747159px 2.21381px #61616105)drop-shadow(0 1.79553px 5.32008px #61616108)drop-shadow(0 3.38082px 10.0172px #6161610a)drop-shadow(0 6.0308px 17.869px #6161610a)drop-shadow(0 11.28px 33.4221px #6161610d)drop-shadow(0 27px 80px #61616112);aspect-ratio:1;pointer-events:all;z-index:3;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.25rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-slider button svg{pointer-events:none}.product-slider button path{stroke:var(--color-blue-500);transition:all .12s}.product-slider button[data-direction=prev]{left:2rem}.product-slider button[data-direction=next]{right:2rem}.product-slider button[disabled]{cursor:not-allowed;background:var(--color-porcelain-400)!important}.product-slider button[disabled] path{stroke:var(--color-charcoal-300)}.product-slider button:not([disabled]):hover,.product-slider button:not([disabled]):focus{background:var(--color-blue-500)}.product-slider button:not([disabled]):hover path,.product-slider button:not([disabled]):focus path{stroke:var(--color-white)}.product-slider.no-overflow button{display:none}