Free Shipping within the Continental U.S.
OUR STORY | MEET THE TEAM | FAQS | CONTACT
- Account
- Cart - 0
-
POPULAR
- Smell Therapy Kit
- Signature Blends Nasal Inhaler Bundle
- Eucalyptus Shower Spray
- Breathe Nasal Inhaler
-
SHOP BY
- By Essential Oil
- Eucalyptus
- Citrus
- Peppermint
- Lavender
- Lemongrass
- Wintergreen
- Chamomile
- Rosemary
- Lemon
- By Concern
- Congestion Relief
- Sleep Aid
- By Category
- Nasal Inhalers
- Diffuser Oils
- Hand Sanitizer
- Cleaning Products
- Bundles/Gift Sets
- By Blend
- Breathe
- Frost
- Dream
- Happy
- Love
- Peace
- Blaze
- Energy
- Migraine
- Nausea
- Single Note Essential Oils
-
SMELL LOSS
- Smell Therapy Kit
- Smell Therapy Kit Phase II: Scent Diversification
- Smell Therapy Bundle
-
NASAL INHALERS
- By Essential Oil
- Eucalyptus
- Peppermint
- Lavender
- Tea Tree
- Rose
- Clove
- Frankincense
- Lemon
- Grapefruit
- Cinnamon
- Bergamot
- (find more)
- Shop Gift Bundles
- By Concern
- Smell Loss
- Sleep
- Congestion
- Headaches
- Nausea
- By Blend
- Breathe
- Migraine
- Nausea
- Frost
- Dream
- Happy
- Love
- Peace
- Blaze
- Energy
- Best Seller
- Signature Blends Nasal Inhaler Bundle
- SHOP NOW
-
- By Product
- Breathe Aromatherapy Shower Spray
- Eucalyptus Aromatherapy Shower Spray
- Lavender Aromatherapy Shower Spray
- Dream Aromatherapy Shower Spray
- Shower Spray Bundles
- By Concern
- Congestion Relief
- Sleep Aid
- Best Seller
- LAVENDER SHOWER SPRAY
- SHOP NOW
-
HOME CARE
- By Product
- Hand Sanitizer
- Diffuser Oils
- Multi-Surface Cleaner
- Aromatherapy Shower Mist Spray
- By Essential Oil
- Eucalyptus
- Citrus
- Peppermint
- Lavender
- Lemongrass
- Chamomile
- By Category
- Hand Sanitizer
- Aromatherapy
- Cleaning Products
- Best Seller
- DREAM ROOM + LINEN SPRAY
- SHOP NOW
-
- By Product
- Yoga Mat Spray
- Mosquito Repellent
- Hand Sanitizer
- Room and Linen Spray
- Multi-Surface Cleaner
- Best Seller
- ROSEMARY LEMON YOGA MAT CLEANING SPRAY
- SHOP NOW
- OUR STORY
Sale
CRUELTY FREE
MADE IN THE USA
PLANT DERIVED
- Description
- Why MOXĒ Eucalyptus Shower Spray?
- Ingredients
- How to Use
Description
Turn YourShower Into a Spa
Experience a home spa experience like no other by filling your shower with the delightful and heavenly aroma of pure eucalyptus.
Immerse yourself in deep relaxation from the aromatherapy benefits of eucalyptus essential oil. The steam from the water will create a natural diffuser for the eucalyptus oil, leaving you with a clear, invigorated feeling that soothes your mind and your senses.
Not only does eucalyptus have relaxing properties, this essential oil will also help clear you of any congestion, helping you to breathe freely.
With over 100 uses, this bottle of essential oil mist gives you relief for over 100 morning or evening showers!
Why MOXĒ Eucalyptus Shower Spray?
Eucalyptus Shower Spray: Pump a few sprays of eucalyptus essential oil into your warm and steamy shower and let the natural power of eucalyptus enhance the showering experience. This wonder oil creates a refreshing and revitalizing scent that is found to help alleviate muscle pain and reduce stress and anxiety levels. Eucalyptus essential oil not only provides relaxation but also aids in clearing congestion, allowing you to breathe freely.
Ingredients
Eucalyptus (Eucalyptus globulus)
How to Use
Step 1: Spray downward into shower stream and along walls. Repeat as desired.
Step 2: Allow essential oils to activate with steam.
Step 3: Take a deep breath and experience pure tranquility.
Also bought together
${data.product_title}
Now $${(data.original_line_price / 100).toFixed(2)} Was
`; $(".cart-items").append(divData); console.log("product added"); // location.reload(); $(".pdp_upsell").trigger("click"); $('.minicart-spinner').css('display', 'none'); $('.add_to_cart_btn').val('ADD TO CART'); $("body").addClass('sticky-mini-cart'); $("#cartSlideoutWrapper").removeClass('slideout-panel-hidden'); $("html").addClass('slideout-open'); console.log("clicked"); }); }, }); }, }); }); }); $(document).on('click', ".slide-menu.cart-menu-close", function() { $("body").removeClass('sticky-mini-cart'); $("#cartSlideoutWrapper").addClass('slideout-panel-hidden'); $("html").removeClass('slideout-open'); }); $(document).on('click', ".sticky-mini-cart #main-body", function() { $("body").removeClass('sticky-mini-cart'); $("#cartSlideoutWrapper").addClass('slideout-panel-hidden'); $("html").removeClass('slideout-open'); }); $(document).on('click', ".cart-item-increase", function() { var ID = $(this).attr("variant-id"); console.log("count increased"); var cart_item_qty = $(this).prev('input').val(); console.log(cart_item_qty); var newcart_qty = parseFloat(cart_item_qty) + 1; console.log(newcart_qty); //$(".cart-item-quantity").val(newcart_qty); var org_price = $(".cart-item-increase").parent(".money").text(); $.ajax({ type: "POST", url: "/cart/change.js", data: { quantity: newcart_qty, id: ID, }, dataType: "json", // Content-Type: "application/json" success: function (cart) { console.log(cart); console.log("cart"); var cartData = ''; cart.items.forEach(data => { console.log(data); cartData += `
${data.product_title}
Now $${(data.original_line_price / 100).toFixed(2)} Was
`; }); $(".cart-items").html(cartData); }, }); }); $(document).on('click', ".cart-item-decrease", function() { var ID = $(this).attr("variant-id"); console.log("count decreased"); var cart_item_qty = $(this).next('input').val(); if(cart_item_qty ==1){ return false; } console.log(cart_item_qty); var newcart_qty = parseFloat(cart_item_qty) - 1; console.log(newcart_qty); //$(".cart-item-quantity").val(newcart_qty); var org_price = $(".cart-item-increase").parent(".money").text(); $.ajax({ type: "POST", url: "/cart/change.js", data: { quantity: newcart_qty, id: ID, }, dataType: "json", // Content-Type: "application/json" success: function (cart) { console.log(cart); console.log("cart"); var cartData = ''; $(".cart-item-count-header").text(cart.item_count); cart.items.forEach(data => { console.log(data); cartData += `
${data.product_title}
Now $${(data.original_line_price / 100).toFixed(2)} Was
`; }); $(".cart-items").html(cartData); }, }); }); $(document).on('click', ".remove-item-mini", function() { var ID = $(this).attr("variant-id"); console.log("remove button clicked"); console.log(ID); $.ajax({ type: "POST", url: "/cart/change.js", data: { quantity: 0, id: ID, }, dataType: "json", // Content-Type: "application/json" success: function (data) { $(".cart-item[variant-id=" + ID + "]").remove(); console.log("data removed"); console.log(data); }, }); });