UNDER MAINTENANCE

Thank you for supporting our small business! Unfortunately our website is currently under maintenance and will not be live again until the 31st of October from 3am onwards (Australian Eastern Daylight Time).

In the meantime, please be aware of fake scam stores that have been trying to impersonate us. These are the URLs we know of so far;

1. baybella.store
2. officialbaybella.com
3. baybellalashes.com
4. thebaybella.shop
5. shopbaybella.com
6. officialbeautie.com

If you see any stores impersonating us which are not on this list, please email help@baybella.com.au so we can report them.

And if you'd like be notified on when our page will go live again, please enter your email below and we will contact you as soon as this page is live again!

Sincerely,
The Baybella Team.

Last updated on 17th Oct, 2023.

document.addEventListener("DOMContentLoaded", function() { function changePreorderText() { let preorderText = document.querySelector('[data-cart-primary-submit-text]'); if (preorderText) { preorderText.innerText = "Add to Cart"; // Set text preorderText.style.visibility = "visible"; // Ensure visibility preorderText.style.opacity = "1"; // Ensure it's fully visible preorderText.style.display = "inline"; // Prevent it from being hidden } } // Run function every 500ms to override Shopify’s dynamic changes let interval = setInterval(changePreorderText, 500); // Stop after 5 seconds to optimize performance setTimeout(() => clearInterval(interval), 5000); });