.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.15);
}