.product-grid{display:grid;gap:var(--space-4);align-items:stretch}.product-grid--4{grid-template-columns:repeat(4,minmax(280px,1fr))}.product-grid--3{grid-template-columns:repeat(3,minmax(300px,1fr))}.product-grid>li{display:flex;align-items:stretch}.product-grid>li>.product-card{width:100%}.product-slider-outer{position:relative}.product-slider-wrapper{overflow:hidden}.product-slider__controls{display:flex;gap:8px;align-items:center;margin-left:auto}.product-slider__arrow{display:flex;width:40px;height:40px;border-radius:50%;background:var(--color-accent);color:#fff;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);cursor:pointer;flex-shrink:0}.product-slider__arrow--mobile{display:none}.product-grid--slider{display:flex;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--space-4);padding-bottom:var(--space-2)}.product-grid--slider::-webkit-scrollbar{display:none}.product-grid--slider>li{flex:0 0 clamp(300px,20vw,340px);scroll-snap-align:start;list-style:none;display:flex;align-items:stretch}.product-card{display:flex;flex-direction:column;width:100%;background:#fff;overflow:hidden;position:relative;transition:box-shadow var(--transition)}.product-card:hover{box-shadow:var(--shadow-md)}.product-card__media-wrapper{position:relative;aspect-ratio:9 / 10;overflow:hidden;background:#fff;display:block}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__img{transform:scale(1.05) translateY(-4px)}.product-card__media{position:relative}.product-card__badges{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;z-index:2;pointer-events:none;transform:translateZ(0)}.product-card__badge{background:var(--color-accent);color:#fff;font-family:Inter,sans-serif;font-size:9px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:4px;line-height:1.3;margin-top:5px;margin-left:5px}.product-card__badge--sale{background:#e53935}.product-card__badge-sub{background:linear-gradient(135deg,#d99821,#c58a24 48%,#e2ad3f);color:#fff;font-family:var(--font-inter);font-size:var(--text-xs);font-weight:400;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;line-height:1.3;margin-top:2px;margin-left:4px;border-radius:4px}.product-card__status-text{font-family:var(--font-body);font-size:var(--text-m);line-height:1.2}.product-card__category-icon{position:absolute;bottom:var(--space-3);left:var(--space-3);width:30px;height:30px;background:#f5c842;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff}.product-card__wishlist{position:absolute;bottom:var(--space-3);right:var(--space-3);background:none;border:none;cursor:pointer;color:#000;padding:4px;line-height:0;transition:color .2s}.product-card__info{padding:1rem;display:flex;flex-direction:column;flex:1;gap:6px;text-align:center;min-height:140px;background-color:#fff}.product-card__title{font-family:var(--font-body);font-size:var(--text-ml);font-weight:400;line-height:1.35;flex:1;color:#1e1d1b;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:calc(1.35em * 3)}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{font-family:var(--font-body);font-size:var(--text-m);font-weight:400;color:#147a6e;line-height:1.2;margin-bottom:0}.product-card__price-from{font-size:var(--text-sm)}.product-card__status{min-height:1.2em;margin-top:-2px;margin-bottom:14px}.product-card__price-compare{color:var(--color-text-muted);font-size:var(--text-sm);margin-right:var(--space-2)}.product-card__btn{background:var(--color-accent)!important;color:#fff!important;border:none!important;font-family:var(--font-inter);font-size:15px;font-weight:600;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;margin-top:auto;align-self:center;min-width:101px;min-height:37px;padding:7px 18px;border-radius:50px;transition:background .2s ease-in-out!important}.product-card__btn:hover{background:var(--color-accent-dark)!important}.btn--wishlist{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;color:#000;cursor:pointer;flex-shrink:0;align-self:center;transition:border-color var(--transition),color var(--transition)}.btn--wishlist:hover,.btn--wishlist:focus-visible{color:#e05c6f!important}.btn--wishlist.is-wishlisted{color:#e05c6f}.btn--wishlist.is-wishlisted svg{fill:#e05c6f}.product-card__wishlist{width:32px;height:32px;border:none;border-radius:50%;color:#000;flex-shrink:0;margin-left:auto;align-self:center}.product-card__wishlist:hover,.product-card__wishlist:focus-visible{color:#e05c6f!important}.product-card__wishlist.is-wishlisted{color:#e05c6f}.product-card__wishlist.is-wishlisted svg{fill:#e05c6f}@media(max-width:1200px){.product-grid--4,.product-grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,clamp(240px,42vw,300px)),1fr))!important}}@media(max-width:1024px){.product-grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,clamp(230px,44vw,290px)),1fr))!important}.product-grid--slider>li{flex:0 0 clamp(250px,42vw,300px)}.product-slider__arrow--prev{left:-8px}.product-slider__arrow--next{right:-8px}}@media(max-width:640px){.product-delivery-interest__grid{grid-template-columns:1fr}.product-grid--slider>li{flex:0 0 max(170px,calc(50vw - 24px))}.product-slider__arrow--mobile{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:34px;height:34px}.product-slider-outer .product-slider__arrow--prev{left:8px}.product-slider-outer .product-slider__arrow--next{right:8px}.product-grid--4,.product-grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,clamp(170px,46vw,220px)),1fr))!important;gap:var(--space-3)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-card.css.map */
