How to fade in secondary product image on hover in Woocommerce product archive?

I’ve solved with this:

I’ve added custom code widget and paste this code:

<?php echo get_first_gallery_image_auto(); ?>

and done