Shipping & Returns data

Due to high demand, our 50% off discount is only available through pre-orders as we are out of stock and are awaiting a new shipment. 

Thus, all pre-orders placed today will be shipped out between the 21st Feb - 7th Mar.

Please note: The pre-order processing times above do not apply to customers who have purchased prior to today!

Also, the delivery times below only indicate how long it takes to deliver once your order has been shipped out from our warehouse.


* = Business Days. 

AUSTRALIA STANDARD
NSW 2-3 days* 
VIC 2-3 days*
QLD 2-5 days*
WA 4-5 days*
SA 2-3 days* 
NT 4-6 days*
TAS 2-4 days*
ACT 3-4 days*
INTERNATIONAL STANDARD
United States 5-12 days*
United Kingdom, Ireland 6-12 days*
New Zealand 5-12 days*
Canada 10-28 days*
Western Europe 10-22 days*
Rest of Europe 10-28 days*
Central & South America  14-30 days* 
Asia, Middle East   10-22 days*

Returns: We're confident that you'll love our lashes. However if for any reason it doesn't work out, we offer a 30 Day Money Back Guarantee on all purchased items so you have zero risk when shopping with Baybella Beauty!

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