/* R3 UX2-C1: mobile PDP gallery behavior */
@media (max-width: 767px) {
  body.single-product.hsj-r3-mobile-pdp-gallery-active .woocommerce-product-gallery__image .zoomImg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.single-product.hsj-r3-mobile-pdp-gallery-active .woocommerce-product-gallery__wrapper,
  body.single-product.hsj-r3-mobile-pdp-gallery-active .woocommerce-product-gallery__image,
  body.single-product.hsj-r3-mobile-pdp-gallery-active .woocommerce-product-gallery .flex-viewport {
    overflow: hidden !important;
  }

  body.single-product.hsj-r3-mobile-pdp-gallery-active .woocommerce-product-gallery__image a {
    cursor: zoom-in !important;
    touch-action: manipulation !important;
  }
}
