Zoom effect: because your image product has a smaller width (600px) than the box that contains the image (620px) so it will do not have the effect: https://prnt.sc/p-rDR7Dem53b
So, my coder gives you 2 ways to solve:
1. you have to raise the width of the product when you import.
2. Use the CSS code to reduce the width of the box that contains the image. The larger the width difference, the clearer the zoom effect.
This is the CSS code, you can adjust to be fit with your site:
@media (min-width: 992px){
body .product-page.style-01 .woocommerce-product-gallery{
width; 48%;
}
}
Hope that this will be useful for you. And I hope that you will be satisfied with this support and go to this link: https://themeforest.net/item/moozo-tools-woocommerce-theme/reviews/26453795 and rate 5 stars for us. Thank you!