.cdv-product-carousel{--cdv-carousel-edge-space:0px;position:relative;width:100%;box-sizing:border-box}
.cdv-product-carousel .cdv-product-card{background:transparent}
.cdv-product-carousel__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}
.cdv-product-carousel__viewport::-webkit-scrollbar{display:none}
.cdv-product-carousel__track{display:flex;gap:var(--cdv-carousel-gap-desktop,20px);align-items:stretch}
.cdv-product-carousel__slide{flex:0 0 calc((100% - ((var(--cdv-carousel-items-desktop,4) - 1) * var(--cdv-carousel-gap-desktop,20px))) / var(--cdv-carousel-items-desktop,4));min-width:0;height:auto;scroll-snap-align:start}
.cdv-product-carousel__slide>.cdv-product-card{height:100%}
.cdv-product-carousel__nav{display:contents}
.cdv-product-carousel__arrow{z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;border:1px solid #000;border-radius:50%;background:#fff;color:#000;box-shadow:none;cursor:pointer;user-select:none}
.cdv-product-carousel__arrow:hover{background:#000;color:#fff}
.cdv-product-carousel__arrow:focus-visible{outline:2px solid #671b22;outline-offset:2px}
.cdv-product-carousel__arrow[aria-disabled="true"]{opacity:.35;cursor:default;pointer-events:none}
.cdv-product-carousel__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.cdv-product-carousel__notice{text-align:center}
.cdv-product-carousel .cdv-product-card{min-width:0;max-width:100%;box-sizing:border-box}
@media(min-width:768px){.cdv-product-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%)}.cdv-product-carousel__arrow--prev{left:-32px}.cdv-product-carousel__arrow--next{right:-32px}}
@media(max-width:1023px){.cdv-product-carousel__track{gap:var(--cdv-carousel-gap-tablet,16px)}.cdv-product-carousel__slide{flex-basis:calc((100% - ((var(--cdv-carousel-items-tablet,3) - 1) * var(--cdv-carousel-gap-tablet,16px))) / var(--cdv-carousel-items-tablet,3))}}
@media(max-width:767px){.cdv-product-carousel{--cdv-carousel-edge-space:8px}.cdv-product-carousel__nav{display:flex;box-sizing:border-box;justify-content:flex-end;gap:6px;margin-bottom:8px;padding-inline:var(--cdv-carousel-edge-space)}.cdv-product-carousel__viewport{box-sizing:border-box;padding-inline:var(--cdv-carousel-edge-space)}.cdv-product-carousel__track{gap:var(--cdv-carousel-gap-mobile,10px)}.cdv-product-carousel__slide{flex-basis:calc((100% - ((var(--cdv-carousel-items-mobile,2) - 1) * var(--cdv-carousel-gap-mobile,10px))) / var(--cdv-carousel-items-mobile,2));min-width:0}.cdv-product-carousel__arrow{position:static;width:28px;height:28px;transform:none}.cdv-product-carousel__arrow svg{width:15px;height:15px}}
