.product-mini .hover-image {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-mini:hover .hover-image {
  opacity: 1;
}
