/* iPhone/iPad Safari ve Android uzun basma menüsü koruması. */
img,
picture,
picture source,
figure,
.wp-block-image,
.wp-block-gallery,
.gallery,
.elementor-widget-image,
.elementor-image,
.woocommerce-product-gallery {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

@supports selector(a:has(> img)) {
    a:has(> img),
    a:has(> picture) {
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
    }
}

img {
    pointer-events: auto;
    -webkit-user-drag: none !important;
}
