body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery *,
body.single-product .wp-post-image,
body.single-product div.product div.images,
body.single-product div.product div.images *,
body.single-product .pswp,
body.single-product .pswp *,
body.single-product .photoswipe,
body.single-product .photoswipe *,
body.single-product [class*="photoswipe"],
body.single-product [class*="photoswipe"] *,
body.single-product [class*="PhotoSwipe"],
body.single-product [class*="PhotoSwipe"] * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
}

body.single-product .woocommerce-product-gallery img,
body.single-product .woocommerce-product-gallery picture,
body.single-product .wp-post-image,
body.single-product div.product div.images img,
body.single-product .pswp img,
body.single-product .pswp__img,
body.single-product .photoswipe img,
body.single-product [class*="photoswipe"] img,
body.single-product [class*="PhotoSwipe"] img {
    -webkit-user-drag: none !important;
    user-drag: none !important;
}
