/* Disable hover zoom/move effect */
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

.frame-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 10;
}
