/* Ensure product grid gallery arrows are clickable on mobile (above image link overlay) */
@media (max-width: 1024px) {
	.wd-product .wd-product-grid-slider-nav {
		position: absolute;
		z-index: 9999 !important; /* above any image/link overlays */
		pointer-events: auto !important;
	}
	.wd-product .wd-product-grid-slider-nav > div {
		pointer-events: auto !important;
	}
	/* make sure the product image link does not cover arrows */
	.wd-product .product-image-link {
		position: relative;
		z-index: 1 !important;
	}
}

