.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.product-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__badge{position:absolute;top:12px;left:12px;z-index:10;padding:4px 10px;font-size:12px;font-weight:700;border-radius:4px}.product-card__badge--sale{background:#e3000b;color:#fff}.product-card__image{position:relative;aspect-ratio:1;background:#f8f8f8;display:flex;align-items:center;justify-content:center;padding:16px}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__placeholder{width:80px;height:80px;color:#ccc}.product-card__placeholder svg{width:100%;height:100%}.product-card__info{padding:16px}.product-card__sku{font-size:13px;color:#888;margin:0 0 4px}.product-card__title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.product-card__price-regular{font-size:20px;font-weight:700;color:#1a1a1a}.product-card__price-sale{font-size:20px;font-weight:700;color:#e3000b}.product-card__price-original{font-size:14px;color:#888;text-decoration:line-through}.product-card__stock{display:flex;align-items:center;gap:6px;font-size:13px;color:#22c55e}.product-card__stock-dot{width:8px;height:8px;background:#22c55e;border-radius:50%}.product-card__stock--out{color:#888}.product-card__stock--out .product-card__stock-dot{display:none}.product-card--skeleton .product-card__image,.product-card--skeleton .product-card__title,.product-card--skeleton .product-card__price{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-card--skeleton .product-card__image{aspect-ratio:1}.product-card--skeleton .product-card__title{height:42px;border-radius:4px}.product-card--skeleton .product-card__price{height:24px;width:80px;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-card.css.map */
