dynamic-content-megamenu-menuitem5326

furniture

Bestsellers

document.addEventListener('DOMContentLoaded', function () { if (window.innerWidth > 768) { return; } document.querySelectorAll('.woocommerce ul.products li.product a.woocommerce-LoopProduct-link') .forEach(function (a) { a.addEventListener('touchstart', function () { window.location.href = a.href; }, { passive: true }); }); });