.product-card-slider{--pcs-slides: 1.5;--pcs-gap: var(--pcs-gap-mobile, 16px);--pcs-inset: var(--pcs-inset-mobile, 16px);--pcs-title-size: var(--pcs-title-size-mobile, 16px);--pcs-price-size: var(--pcs-price-size-mobile, 20px);--pcs-compare-size: var(--pcs-compare-size-mobile, var(--pcs-price-size));--pcs-title-gap: 12px;--pcs-price-gap: 10px;--pcs-swatch-gap-y: 10px;--pcs-swatch-size: 22px;--pcs-swatch-gap: 8px;--pcs-swatch-border: #b2b2b2;--pcs-rating-space: 22px;--pcs-rating-gap: 10px;--pcs-pad-top: 12px;--pcs-pad-bottom: var(--pcs-inset-mobile, 20px);--pcs-dot-size: 5px;--pcs-dot-active: 52px;--pcs-dot-gap: 6px;--pcs-atc-size: 11px;--pcs-atc-pad-x: 10px;--pcs-atc-pad-y: 12px;--pcs-atc-height: calc(var(--pcs-atc-size) + 2 * var(--pcs-atc-pad-y) + 3px);--pcs-title-box: max(calc(var(--pcs-title-size) * 2.4), var(--pcs-atc-height));--pcs-card-border-width: 0px;--pcs-card-border-color: transparent;--pcs-card-radius: 0px;--pcs-arrow-size: 40px;--pcs-arrow-gap: 10px;--pcs-arrow-edge: 16px;--pcs-arrow-space: calc(var(--pcs-arrow-size) + var(--pcs-arrow-gap));--pcs-arrow-reserve: max( 0px, calc(var(--pcs-arrow-space) + var(--pcs-arrow-edge) - var(--container-pad-x)) )}.product-card-slider__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.product-card-slider__heading{margin:0;color:rgb(var(--heading-color));font-size:22px;font-weight:500;line-height:1.2;text-transform:none}.product-card-slider__view-all{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:rgb(var(--text-color));font-size:14px;font-weight:400;line-height:1.2;text-decoration:none}.product-card-slider__view-all-label{text-decoration:underline;text-underline-offset:3px}.product-card-slider__view-all-arrow{display:none;width:18px;height:auto;flex:0 0 auto}.product-card-slider__viewport{position:relative}.product-card-slider__swiper{width:calc(100% + var(--container-pad-x) * 2);margin-inline-start:calc(-1 * var(--container-pad-x))}.product-card-slider__slide{height:auto;display:flex}.product-card-slider__slide,.product-card-slider__slide *{box-sizing:border-box}.product-card-slider__card{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;border:var(--pcs-card-border-width) solid var(--pcs-card-border-color);border-radius:var(--pcs-card-radius);color:rgb(var(--text-color));text-decoration:none;overflow:hidden}.product-card-slider__media{position:relative;overflow:hidden;background-color:rgb(var(--text-color) / .05)}.product-card-slider__media img{display:block;width:100%}.product-card-slider__details{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--pcs-pad-top) var(--pcs-inset) var(--pcs-pad-bottom)}.product-card-slider__title{margin:0;font-size:var(--pcs-title-size);font-weight:var(--pcs-title-weight, 500);line-height:1.2;text-transform:none}.product-card-slider__prices{display:flex;align-items:baseline;gap:var(--pcs-price-gap);margin-top:auto;padding-top:var(--pcs-title-gap)}.product-card-slider__price{font-size:var(--pcs-price-size, 20px);font-weight:var(--pcs-price-weight, 600);letter-spacing:.05em;line-height:1}.product-card-slider__was{color:rgb(var(--text-color) / .45);font-size:var(--pcs-compare-size, var(--pcs-price-size, 20px));font-weight:400;letter-spacing:.05em;line-height:1;text-decoration:line-through}.product-card-slider__swatches{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--pcs-swatch-gap);margin-top:var(--pcs-swatch-gap-y)}.product-card-slider__swatch{display:block;width:var(--pcs-swatch-size);height:var(--pcs-swatch-size);flex:0 0 auto;border:1px solid var(--pcs-swatch-border);border-radius:999px;background-color:var(--pcs-swatch-color, transparent);background-image:var(--pcs-swatch-image, none);background-position:center;background-size:cover}.product-card-slider__swatch--action{margin:0;padding:0;-webkit-appearance:none;appearance:none;cursor:pointer;font:inherit;touch-action:manipulation}.product-card-slider__swatch--action:focus-visible{outline:2px solid rgb(var(--text-color));outline-offset:2px}.product-card-slider__swatch--current{border-color:rgb(var(--text-color))}.product-card-slider__swatch-more{font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.product-card-slider__rating-space{height:var(--pcs-rating-space);margin-top:var(--pcs-rating-gap)}.product-card-slider__nav{display:none}.product-card-slider__dots{overflow:hidden;max-width:100%;margin:24px auto 0}.product-card-slider__dots-strip{display:flex;align-items:center;gap:var(--pcs-dot-gap);width:max-content;will-change:transform}.product-card-slider__dot{--pcs-dot-weight: 0;display:block;width:calc(var(--pcs-dot-size) + var(--pcs-dot-weight) * (var(--pcs-dot-active) - var(--pcs-dot-size)));height:var(--pcs-dot-size);flex:0 0 auto;padding:0;border:0;border-radius:999px;background-color:rgb(var(--text-color));opacity:calc(.25 + var(--pcs-dot-weight) * .75);cursor:pointer;-webkit-appearance:none;appearance:none}@media(hover:hover){.product-card-slider__media img{transition:transform .9s cubic-bezier(.22,.61,.36,1)}.product-card-slider__card:hover .product-card-slider__media img{transform:scale(1.04)}.product-card-slider__arrow:not(.swiper-button-disabled):hover{background-color:rgb(var(--text-color) / .06)}}@media(prefers-reduced-motion:reduce){.product-card-slider__media img{transition:none}.product-card-slider__card:hover .product-card-slider__media img{transform:none}}@media only screen and (min-width:768px){.product-card-slider{--pcs-track-w: min(100vw, var(--page-container-width));--pcs-card-w: calc( ( var(--pcs-track-w) - 2 * var(--container-pad-x) - 2 * var(--pcs-arrow-reserve) - (var(--pcs-slides) - 1) * var(--pcs-gap) ) / var(--pcs-slides) );--pcs-gap: clamp(8px, 1.2vw, var(--pcs-gap-max, 24px));--pcs-inset: clamp(8px, calc(var(--pcs-card-w) * .05), var(--pcs-inset-max, 20px));--pcs-title-size: clamp(12px, calc(var(--pcs-card-w) * .085), var(--pcs-title-size-max, 20px));--pcs-price-size: clamp(13px, calc(var(--pcs-card-w) * .1), var(--pcs-price-size-max, 20px));--pcs-compare-size: clamp( 12px, calc(var(--pcs-card-w) * .085), var(--pcs-compare-size-max, var(--pcs-price-size-max, 20px)) );--pcs-title-gap: clamp(6px, calc(var(--pcs-card-w) * .045), 15px);--pcs-pad-top: clamp(8px, calc(var(--pcs-card-w) * .05), 16px);--pcs-pad-bottom: var(--pcs-inset);--pcs-atc-size: clamp(9px, calc(var(--pcs-card-w) * .07), 12px);--pcs-atc-pad-x: clamp(6px, calc(var(--pcs-card-w) * .05), 14px);--pcs-atc-pad-y: clamp(9px, calc(var(--pcs-card-w) * .055), 14px);--pcs-swatch-gap-y: 12px;--pcs-swatch-size: clamp(18px, calc(var(--pcs-card-w) * .08), 26px);--pcs-rating-space: 25px;--pcs-rating-gap: 12px}.product-card-slider__header{margin-bottom:24px}.product-card-slider__heading{font-size:30px}.product-card-slider__view-all-arrow{display:block}.product-card-slider__swiper{width:100%;margin-inline-start:0}.product-card-slider__viewport{padding-inline:var(--pcs-arrow-reserve)}.product-card-slider__nav{display:block;position:absolute;inset-inline:var(--pcs-arrow-reserve);top:0;height:0;padding-top:calc((100% - (var(--pcs-slides) - 1) * var(--pcs-gap)) / var(--pcs-slides));pointer-events:none}.product-card-slider__arrow{position:absolute;top:50%;display:flex;width:var(--pcs-arrow-size);height:var(--pcs-arrow-size);align-items:center;justify-content:center;padding:0;transform:translateY(-50%);border:1px solid rgb(var(--text-color) / .15);border-radius:999px;background-color:rgb(var(--bg-color));color:rgb(var(--text-color));cursor:pointer;pointer-events:auto;-webkit-appearance:none;appearance:none}.product-card-slider__arrow--prev{inset-inline-start:calc(-1 * var(--pcs-arrow-space))}.product-card-slider__arrow--next{inset-inline-end:calc(-1 * var(--pcs-arrow-space))}.product-card-slider__arrow.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.product-card-slider__arrow-icon,.product-card-slider__arrow svg{display:block;width:20px;height:20px;object-fit:contain}.product-card-slider__dots{display:none}}.product-card-slider--no-swiper .product-card-slider__swiper{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.product-card-slider--no-swiper .product-card-slider__slide{width:calc((100% - (var(--pcs-slides) - 1) * var(--pcs-gap)) / var(--pcs-slides));margin-inline-end:var(--pcs-gap)}.product-card-slider--no-swiper .product-card-slider__nav,.product-card-slider--no-swiper .product-card-slider__dots{display:none}.product-card-slider__card--split .product-card-slider__media-link,.product-card-slider__card--split .product-card-slider__details-link{color:inherit;text-decoration:none}.product-card-slider__card--split .product-card-slider__media-link{display:block;position:relative}.product-card-slider__card--split .product-card-slider__details{position:relative}.product-card-slider__details-link{display:flex;flex:1 1 auto;flex-direction:column}.product-card-slider__shot-group{position:relative}.product-card-slider__shot-group[hidden]{display:none}.product-card-slider__shot{opacity:0}.product-card-slider__shot:not(:first-child){position:absolute;top:0;right:0;bottom:0;left:0}.product-card-slider__shot--active{opacity:1}.product-card-slider__shot-nav{display:none}@media only screen and (min-width:1000px)and (hover:hover){.product-card-slider__shot-nav{display:block}.product-card-slider__shot-arrow{position:absolute;z-index:2;top:50%;display:flex;width:28px;height:28px;align-items:center;justify-content:center;padding:0;transform:translateY(-50%);border:0;border-radius:0;background-color:rgb(var(--bg-color) / .7);color:rgb(var(--text-color));opacity:0;cursor:pointer;pointer-events:none;transition:opacity .15s ease,background-color .15s ease;-webkit-appearance:none;appearance:none}.product-card-slider__shot-arrow--prev{inset-inline-start:8px}.product-card-slider__shot-arrow--next{inset-inline-end:8px}.product-card-slider__shot-arrow svg{display:block;width:16px;height:16px;stroke:currentColor;fill:none}.product-card-slider__card--actions:hover .product-card-slider__shot-arrow{opacity:1;pointer-events:auto}.product-card-slider__shot-arrow:hover{background-color:rgb(var(--bg-color) / .92)}.product-card-slider__shot-arrow:focus-visible{opacity:1;pointer-events:auto;outline:2px solid rgb(var(--text-color));outline-offset:2px}}.product-card-slider__atc{display:none}@media only screen and (min-width:1000px)and (hover:hover){.product-card-slider__atc{display:flex;position:absolute;z-index:1;top:var(--pcs-pad-top);inset-inline:0;height:var(--pcs-title-box);align-items:center;padding:0 var(--pcs-inset);background-color:rgb(var(--bg-color));opacity:0;pointer-events:none;transition:opacity .2s ease}.product-card-slider__card--actions .product-card-slider__title{display:-webkit-box;height:var(--pcs-title-box);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.product-card-slider__atc .form{width:100%;min-width:0}.product-card-slider__atc-btn{display:block;width:100%;min-width:0;max-width:100%;height:var(--pcs-title-box);padding:calc((var(--pcs-title-box) - var(--pcs-atc-size) - 3px) / 2) var(--pcs-atc-pad-x);font-size:var(--pcs-atc-size);letter-spacing:.04em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card-slider__atc-btn[disabled]{opacity:.7}.product-card-slider__card--actions:hover .product-card-slider__atc,.product-card-slider__card--actions:focus-within .product-card-slider__atc{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.product-card-slider__shot-arrow,.product-card-slider__atc{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/section-product-card-slider.css.map */
