/* Disable Zoom on Hover for Single Product Page */
.single-product div.product div.images img {
    transform: none !important;
}

/* Optional: Disable Lightbox */
.single-product div.product div.images a img {
    pointer-events: none !important;
}

