Showing all 3 results

Sort by:
Ma Windor Power Blazer
PRE ORDER This product has multiple variants. The options may be chosen on the product page
Ma Window Power Blazer
PRE ORDER This product has multiple variants. The options may be chosen on the product page
The MasMam Blazer
PRE ORDER This product has multiple variants. The options may be chosen on the product page
document.addEventListener("DOMContentLoaded", function () { function updateMobileAddToCart() { const mobileBtn = document.getElementById("tbay-click-addtocart"); if (mobileBtn && mobileBtn.textContent.trim() === "Add to cart") { mobileBtn.textContent = "PRE ORDER"; } } updateMobileAddToCart(); // Watch for dynamic content loading on mobile const observer = new MutationObserver(updateMobileAddToCart); observer.observe(document.body, { childList: true, subtree: true }); });