Product Availability Notifier
Premium Wireless Headphones

Premium Wireless Headphones

$249.99 Out of Stock

Experience immersive, high-fidelity audio with our latest noise-cancelling headphones. Currently unavailable, but they'll be back soon!

Get Notified When It's Back

Enter your email below, and we'll send you a one-time notification the moment this product is available for purchase again.

Please enter a valid email address.

`; emailInput.classList.add('border-red-500'); emailInput.focus(); return; } // On successful submission emailInput.classList.remove('border-red-500'); // Hide form and show success message formContainer.innerHTML = ''; messageContainer.innerHTML = `

Thank You!

We've registered your request. You'll receive an email at ${email} as soon as the product is back in stock.

`; }; // --- Attach Event Listener --- notifyBtn.addEventListener('click', handleNotifyClick); // Allow submission on Enter key press in the email field emailInput.addEventListener('keypress', (event) => { if (event.key === 'Enter') { event.preventDefault(); // Prevent form submission if it were inside a
handleNotifyClick(); } }); });
Scroll to Top