.product-image-holder:hover .product-image {
  transition: all 0.35s;
  opacity: 0 !important;
}
.product-image-holder:hover .product-hover-image {
  transition: all 0.35s;
  opacity: 1 !important;
}