You may be interested in…
Your cart is currently empty!
New in store
window.addEventListener("load", function () {
setTimeout(function () {
window.dispatchEvent(new Event("resize"));
}, 300);
});
document.addEventListener("touchstart", function () {
window.dispatchEvent(new Event("resize"));
}, { once: true });