Billing & Shipping

Additional information

Your order

Product Subtotal
Placeholder Product Size Chart Preview  × 1
$0.00
Subtotal $0.00

Shipping

Enter your address to view shipping options.
Tax $0.00
Total $0.00

error: Content is protected !!
document.addEventListener("DOMContentLoaded", function () { const shopItem = document.querySelector(".menu-item-shop"); const blogItem = document.querySelector(".menu-item-blog"); const body = document.body; // Shop Hover if (shopItem) { shopItem.addEventListener("mouseenter", () => { body.classList.add("mega-shop-hover"); }); shopItem.addEventListener("mouseleave", () => { body.classList.remove("mega-shop-hover"); }); } // Blog Hover if (blogItem) { blogItem.addEventListener("mouseenter", () => { body.classList.add("mega-blog-hover"); }); blogItem.addEventListener("mouseleave", () => { body.classList.remove("mega-blog-hover"); }); } // Also keep the menu open if you're hovering directly over it const megaShop = document.querySelector(".mega-menu-shop"); const megaBlog = document.querySelector(".mega-menu-blog"); if (megaShop) { megaShop.addEventListener("mouseenter", () => { body.classList.add("mega-shop-hover"); }); megaShop.addEventListener("mouseleave", () => { body.classList.remove("mega-shop-hover"); }); } if (megaBlog) { megaBlog.addEventListener("mouseenter", () => { body.classList.add("mega-blog-hover"); }); megaBlog.addEventListener("mouseleave", () => { body.classList.remove("mega-blog-hover"); }); } });