Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-base.hover-ready.state-hover .fade-in-block,
body .woodmart-hover-base.hover-ready:hover .fade-in-block {
visibility: hidden;
opacity: 0;
transition: none;
}
body .woodmart-hover-base.hover-ready:hover .content-product-imagin {
visibility: hidden;
opacity: 0;
transition: none;
-webkit-transform: none;
transform: none;
}
body .woodmart-hover-base.hover-ready:hover .product-wrapper {
-webkit-transform: none;
transform: none;
}
Best Regards