/* TTHead 2026-09-23: only the approved barcode logo; never a text watermark. */
html body.tthead-auto-watermark .woocommerce-product-gallery__image::after,
html body li.tthead-auto-watermark .image-block::after { content: none !important; display: none !important; }

/* Targeted clean photos only. Already branded images are excluded. */
html body :is(.woocommerce-product-gallery__image, li.product .image-block):has(:is(img[src*="37040866-tthead-"],img[src*="N102810-01-main"],img[src*="N102391-01-main"],img[src*="N102395-01-main"],img[src*="N102397-01-main"])) { position: relative !important; }
html body :is(.woocommerce-product-gallery__image, li.product .image-block):has(:is(img[src*="37040866-tthead-"],img[src*="N102810-01-main"],img[src*="N102391-01-main"],img[src*="N102395-01-main"],img[src*="N102397-01-main"]))::after { content: "" !important; display: block !important; position: absolute !important; inset: 25% !important; width: 50% !important; height: 50% !important; background: url("/wp-content/uploads/2018/05/water-mark1.png") center / contain no-repeat !important; transform: none !important; pointer-events: none !important; z-index: 2 !important; }