/* Disable the hover-swap secondary product image everywhere (desktop + touch).
 * The swap relies purely on CSS :hover and was showing both images
 * simultaneously overlapped instead of a clean crossfade, on desktop too.
 * Disabled site-wide until the underlying effect is properly fixed. */
.etheme-product-hover-swap-image {
    opacity: 0 !important;
    visibility: hidden !important;
}