Shipping Info

All orders are processed out within 24 to 48 hours of you placing it.

Delivery times vary by location. A tracking number will be provided shortly after confirmation that your order been shipped. Please note that whilst the below are our best estimates, due to the current COVID-19 situation in Australia this may in some cases take longer.

Location *Estimated Delivery (Business Days)
Australia
2-3 days 
New Zealand
5-14 days
Canada, United States
10-28 days
Europe
10-28 days
Central & South America  14-30 days 
Asia, Middle East  10-28 days
 
 
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); });