.product-card{background:var(--snow-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #0000000a;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card__image-wrapper{aspect-ratio:1;background:#f5f7fa;display:block;position:relative;overflow:hidden}.product-card__image{object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__body{padding:1rem 1.25rem}.product-card__name-link{text-decoration:none}.product-card__name{color:var(--charcoal);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__bottom{justify-content:space-between;align-items:center;display:flex}.product-card__price{color:var(--charcoal);font-size:1rem;font-weight:800}.product-card__cart-btn{background:var(--mint-green);color:var(--charcoal);border-radius:var(--radius-pill);transition:var(--transition-smooth);justify-content:center;align-items:center;padding:6px 18px;font-size:.85rem;font-weight:800;text-decoration:none;display:inline-flex}.product-card__cart-btn:hover{background:#a7dcb8}@media (max-width:480px){.product-card__body{padding:.75rem 1rem}.product-card__name{font-size:.85rem}.product-card__price{font-size:.9rem}.product-card__cart-btn{padding:5px 14px;font-size:.8rem}}
