Billing & Shipping

Additional information

Your order

Product Subtotal
Main Squeeze Adira Allure Strokers  × 1
$59.00
Subtotal $59.00

Shipping

Enter your address to view shipping options.
Tax $0.00
Total $59.00
  • Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.

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"); }); } });