OEM Trusted
Since 1999
Since 1999
, since that's Shopify's mandated app/pixel injection point and can carry checkout- or consent-critical code that must not be delayed or rewritten. */ window.theme = window.theme || {}; (function () { var fired = false; var queue = []; var events = ['scroll', 'mousemove', 'touchstart', 'keydown']; var fallbackTimer; function run() { if (fired) return; fired = true; clearTimeout(fallbackTimer); events.forEach(function (evt) { window.removeEventListener(evt, run, { passive: true }); }); queue.splice(0).forEach(function (fn) { try { fn(); } catch (e) {} }); } events.forEach(function (evt) { window.addEventListener(evt, run, { passive: true, once: true }); }); fallbackTimer = setTimeout(run, 8000); theme.delayThirdParty = function (fn) { if (fired) { fn(); } else { queue.push(fn); } }; })(); theme.delayThirdParty(function () { var script = document.createElement('script'); script.src = 'https://t.contentsquare.net/uxa/1e6b56265deb0.js'; script.async = true; document.body.appendChild(script); });