.product-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}