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