/**
 * 123eetstoel v2.6.0
 * Product cards only swap imagery when a real second image is available.
 */
.es-product-card.has-single-image .es-product-card__alternate,
.es-product-card:not(.has-alternate) .es-product-card__alternate {
  display: none !important;
}

.es-product-card.has-single-image:hover .es-product-card__primary,
.es-product-card:not(.has-alternate):hover .es-product-card__primary {
  opacity: 1 !important;
  transform: scale(1.015) !important;
}

.es-product-card.has-alternate:hover .es-product-card__primary {
  opacity: 0 !important;
}

.es-product-card.has-alternate:hover .es-product-card__alternate {
  opacity: 1 !important;
}
