Skip to content
No products found
Showing 0 of 0
Back to top
/* FORCE ALL THUMBNAIL WRAPPERS TO ACCEPT CLICKS */ .media-gallery__thumb-image, [id*="-thumb-"], .thumbnail-list__item, .thumbnail-list__item *, media-gallery-thumb, .media-gallery__thumbs * { pointer-events: auto !important; cursor: pointer !important; } /* Clear pseudo overlays */ .thumbnail-list__item::before, .thumbnail-list__item::after, .media-gallery__thumb-image::before, .media-gallery__thumb-image::after { pointer-events: none !important; }