.hover-effect-opacity:hover .product-image-main {
    opacity: 0;
}

.hover-effect-opacity:hover .product-image-hover {
    opacity: 1 !important;
}