Hi @danikas!
Thank you for reaching out.
I checked your page and confirmed the zoom-in on the hover effect you describe.
WooCommerce has an Image Zoom In feature by default, but it seems it isn’t related to the one you are describing, which seems related to your Auriane theme.
Check more on this here:
https://woocommerce.com/document/adding-product-images-and-galleries/#what-is-the-image-zoom-in-woocommerce
However, there is a code snippet to disable this feature; you could try it and see if it works for you.
<?php
remove_theme_support( 'wc-product-gallery-zoom' );
Add this snippet using a plugin like Code Snippets to easily add snippets without editing your PHP files.
More about this here:
https://woocommerce.com/document/adding-product-images-and-galleries/#can-i-turn-off-the-image-zoom-functionality
If the zoom-in effect continues after trying this, we suggest reaching out to the theme developer for further assistance. Also, you can reach out to one of our customizations experts listed on the WooCommerce Customizations Page; they can help you with the customization the way you need it.
I hope this helps!