FREE EXPRESS SHIPPING Within Australia When You Spend $100 Or More     FREE EXPRESS SHIPPING Within Australia When You Spend $100 Or More     FREE EXPRESS SHIPPING Within Australia When You Spend $100 Or More    
INFORMATION QUESTIONS

FREQUENTLY ASKED QUESTIONS

Will I receive the same product that I see in the picture?

Yes! We take great care in showcasing our products accurately. However, slight variations may occur due to lighting, screen resolution, and packaging updates.

 

Where can I view my sales receipt?

After placing an order, you will receive a confirmation email with your sales receipt. You can also log in to your account and check your order history for purchase details.

How can I return an item?

If you're not satisfied with your order, you can initiate a return within [X] days of purchase. Please visit our Returns & Refunds page for detailed instructions and eligibility criteria.

 

Will you restock items indicated as “out of stock?”

Yes, we restock popular products regularly. If an item is out of stock, you can sign up for notifications on the product page to be alerted when it becomes available.

Where can I ship my order?

We offer shipping across Australia and select international locations. Shipping availability may vary depending on your country. Please check our Shipping Policy for more details.

INFORMATION ABOUT US

CONTACT US FOR ANY QUESTIONS

    Shopping cart
    Start typing to see products you are looking for.
    jQuery(document).ready(function($) { // Function to re-style and initialize the Google Pay / Apple Pay buttons function initializePaymentButtons() { // Check if Stripe.js is loaded if (typeof Stripe === 'undefined') return; var stripe = Stripe('[<]?php echo esc_js(get_option( "woocommerce_stripe_settings_publishable_key" )); ?[>]'); // Get Stripekey var elements = stripe.elements(); var paymentRequest = stripe.paymentRequest({ country: 'US', // Modify for your region currency: 'usd', // Modify for your currency total: { label: 'Total', amount: [ < ]?php echo WC()-[ > ]cart-[ > ]total; ?[ > ], // Get cart total }, requestPayerName: true, requestPayerEmail: true, }); var prButton = elements.create('paymentRequestButton', { paymentRequest: paymentRequest, }); // Check if Payment Request API can be used paymentRequest.canMakePayment().then(function(result) { if (result) { prButton.mount('#payment-request-button'); } else { $('#payment-request-button').hide(); // Hide button if not supported } }); } // Initialize the buttons when the page loads initializePaymentButtons(); // Reinitialize buttons when the cart is updated $(document.body).on('added_to_cart updated_cart', function() { initializePaymentButtons(); // Reinitialize on cart update }); // Trigger reinitialization when the mini cart is opened $('.minicart').on('click', function() { initializePaymentButtons(); // Reinitialize when mini cart is clicked }); });
    Select your currency