/* Fix cursor for product images when zoom is disabled */
.woocommerce-product-gallery__image img {
    cursor: default !important;
    pointer-events: none; /* מונע לחיצה על התמונה שפותחת אותה סתם כך */
}