.js-product.t-store__card img {
    transition: all 0.9s;
}
 
.js-product.t-store__card:hover img {
    transform: scale(1.2);
}
