.product-card{
    border-radius:10px;
    transition:0.3s;
    background:#fff;
}

.product-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    transform:translateY(-4px);
}

.product-title a{
    text-decoration:none;
    color:#333;
    font-size:16px;
}