.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--color-primary-200,#bbf7d0);transform:translateY(-4px);box-shadow:0 10px 20px #00000014}.product-image-wrapper{aspect-ratio:1;background:#f9fafb;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.product-card .product-image{object-fit:contain;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.08)}.product-badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 4px #0000001a}.product-badge.sale{color:#fff;background:#ef4444}.product-info{border-top:1px solid #f3f4f6;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;display:flex}.product-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.product-category{color:var(--color-primary-600,#16a34a);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600;text-decoration:none}.product-weight{color:#9ca3af;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:11px}.product-title-link{color:inherit;text-decoration:none}.product-name{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0 0 1rem;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-prices{flex-direction:column;display:flex}.product-price{color:#111827;font-size:18px;font-weight:700}.product-price-original{color:#9ca3af;font-size:12px;text-decoration:line-through}.product-add-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.product-add-btn:hover{background:var(--color-primary-600,#16a34a);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #16a34a4d}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;display:grid}@media (max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}
