/* FCM 9.7.6: casual public image-copy deterrence. This is not DRM. */
.woocommerce-product-gallery img,
ul.products li.product img,
.fcm-unified-collection-page img,
.fcm-museum img,
.fcm-public-comparison img,
.fcm-related-shirts img,
.fcm-related-products img,
.fcm-blog-card img,
img.wp-post-image{
	-webkit-user-drag:none;
	-webkit-touch-callout:none;
	user-select:none;
}

/* FCM 9.7.7: public shirt-photo deterrence. */
.woocommerce-product-gallery img,
ul.products li.product img,
.fcm-unified-collection-page img,
.fcm-museum img,
.fcm-public-comparison img,
.fcm-related-shirts img,
.fcm-related-products img,
.product img.wp-post-image,
img.fcm-protected-photo{
 -webkit-user-drag:none!important;
 user-drag:none!important;
 -webkit-touch-callout:none!important;
 user-select:none!important;
 -webkit-user-select:none!important;
}


/* FCM 9.7.8: WooCommerce Block Gallery + FCM viewer protection. */
.wp-block-woocommerce-product-gallery,
.wp-block-woocommerce-product-gallery *,
.wc-block-product-gallery,
.wc-block-product-gallery *,
.wc-block-product-gallery-large-image__wrapper,
.wc-block-product-gallery-large-image__wrapper *,
.wc-block-product-gallery-thumbnails,
.wc-block-product-gallery-thumbnails *,
.fcm-gallery-modal,
.fcm-gallery-modal *,
.fcm-gallery-modal__figure,
.fcm-gallery-modal__image,
.fcm-gallery-modal__thumb,
.fcm-gallery-modal__thumb *{
	-webkit-touch-callout:none!important;
	-webkit-user-select:none!important;
	user-select:none!important;
}
.wp-block-woocommerce-product-gallery img,
.wc-block-product-gallery img,
.wc-block-product-gallery-large-image__wrapper img,
.wc-block-product-gallery-thumbnails img,
.fcm-gallery-modal img,
.fcm-gallery-modal__image{
	-webkit-user-drag:none!important;
	user-drag:none!important;
	-webkit-touch-callout:none!important;
	-webkit-user-select:none!important;
	user-select:none!important;
}
