.product-card{background-color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--transition);flex-direction:column;justify-content:space-between;height:100%;padding:0;display:flex;overflow:hidden}.product-image-container{background-color:#f8fafc;width:100%;height:200px;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-card-body{padding:24px 24px 0}.product-card-footer{padding:24px}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color);transform:translateY(-5px)}.product-category{color:var(--secondary-color);text-transform:uppercase;letter-spacing:.5px;background-color:#f1f5f9;border-radius:20px;margin-bottom:16px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.product-title{margin-bottom:12px;font-size:1.25rem}.product-desc{color:var(--text-muted);margin-bottom:20px;font-size:.95rem}.product-btn{width:100%}
