.plp-products{background:var(--plp-color-white, #fff);max-width:100%;overflow-x:clip}.plp-products__heading{margin:0 0 24px}.plp-products__grid{display:grid;gap:12px;list-style:none;margin:0;padding:0;min-width:0;max-width:100%;width:100%;box-sizing:border-box}.plp-products__grid>li{min-width:0;max-width:100%}.plp-products--cols-mobile-1{grid-template-columns:1fr}.plp-products--cols-mobile-2{grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px)and (max-width:1199px){.plp-products--cols-desktop-2,.plp-products--cols-desktop-3,.plp-products--cols-desktop-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media only screen and (min-width:1200px){.plp-products--cols-desktop-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.plp-products--cols-desktop-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.plp-products--cols-desktop-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}.plp-card{position:relative;background:var(--plp-color-surface);border:1px solid var(--plp-color-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;min-width:0;cursor:pointer}.plp-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.plp-card__link:focus-visible{outline:2px solid var(--plp-color-text);outline-offset:-2px}.plp-card__gallery{position:relative;z-index:2;aspect-ratio:1;background:var(--plp-color-surface);overflow:hidden;user-select:none;-webkit-user-select:none}.plp-card__slides{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y;overscroll-behavior-x:contain}.plp-card__slides--swipeable{cursor:grab}.plp-card__slides--swipeable:active{cursor:grabbing}.plp-card__slides::-webkit-scrollbar{display:none}.plp-card__slide{flex:0 0 100%;scroll-snap-align:start;height:100%;display:flex;align-items:center;justify-content:center;background:var(--plp-color-surface)}.plp-card__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;-webkit-user-drag:none;user-drag:none;pointer-events:none}.plp-card__slide--cover img{object-fit:cover}.plp-card__gallery .plp-card__gallery-nav{position:absolute;top:50%;z-index:3;pointer-events:auto}@media only screen and (max-width:767px){.plp-card__gallery .plp-card__gallery-nav{display:none!important}}@media only screen and (min-width:768px){.plp-card__gallery{--flickity-btn-size: 45px;--flickity-btn-position: 10px;overflow:hidden}.plp-card__gallery .plp-card__gallery-nav{opacity:0;visibility:hidden;transform:scale(0) translateY(-50%);transition:opacity .2s ease,transform .25s ease-out,visibility 0s linear .2s}.plp-card:hover .plp-card__gallery .plp-card__gallery-nav:not(:disabled){opacity:1;visibility:visible;transform:scale(1) translateY(-50%);transition-delay:0s}.plp-card:hover .plp-card__gallery .plp-card__gallery-nav:not(:disabled):hover{transform:scale(1.12) translateY(-50%)}}.plp-card__progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:#17171740;z-index:2}.plp-card__progress-bar{display:block;height:100%;width:33.333%;background:var(--plp-color-text);transition:transform .2s ease,width .2s ease;transform:translate(0)}.plp-card__body{padding:16px;display:flex;flex-direction:column;flex:1;background:var(--plp-color-white);border-top:1px solid var(--plp-color-border)}.plp-card__top{flex:1 1 auto;display:flex;flex-direction:column;gap:12px;min-height:0}.plp-card__footer{flex-shrink:0;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:12px}.plp-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.plp-card__title{flex:1;min-width:0;margin:0;font-family:var(--plp-font-heading);font-size:var(--plp-card-title-size, 24px);font-weight:var(--plp-heading-weight, 400);line-height:var(--plp-heading-line-height, 1.2);letter-spacing:var(--plp-card-title-tracking, -.6px);text-transform:none}.plp-card__title span{color:var(--plp-color-text)}.plp-card__price{flex-shrink:0;font-family:var(--plp-font-heading);font-size:var(--plp-card-price-size, 20px);font-weight:var(--plp-heading-weight, 400);line-height:var(--plp-heading-line-height, 1.2);letter-spacing:var(--plp-card-price-tracking, -.2px);text-transform:uppercase;color:var(--plp-color-text);white-space:nowrap}.plp-card__price .plp-card__price-new,.plp-card__price{font-family:var(--plp-font-heading)}.plp-card__price s{opacity:.6;margin-left:4px}.plp-card__description{margin:0}.plp-card__specs{display:flex;flex-wrap:wrap;justify-content:space-between;gap:clamp(8px,3%,12px);list-style:none;margin:0;padding:0;border-top:none}.plp-card__spec{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 0}.plp-card__spec-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.plp-card__spec-icon img{width:20px;height:20px;display:block}.plp-card__spec-text{display:flex;flex-direction:column;min-width:0;text-transform:uppercase}.plp-card__spec-label{font-family:var(--plp-font-body);font-size:var(--plp-card-spec-label-size, 12px);font-weight:var(--plp-card-spec-label-weight, 500);line-height:var(--plp-card-spec-label-line-height, 1.3);letter-spacing:var(--plp-card-spec-label-tracking, -.24px);color:var(--plp-color-text-muted)}.plp-card__spec-value{font-family:var(--plp-font-heading);font-size:var(--plp-card-spec-value-size, 14px);font-weight:var(--plp-heading-weight, 400);line-height:var(--plp-card-spec-value-line-height, 1.2);letter-spacing:0;text-transform:uppercase;color:var(--plp-color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plp-card__cta{position:relative;z-index:2;width:100%;margin-top:0;font-size:16px;line-height:1;text-align:center}.plp-products__pagination{margin-top:32px}@media only screen and (min-width:768px){.plp-products__grid{padding:0}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-plp-products.css.map */
