Bodhi Fragrance Oil

Premium IFRA-compliant floral & fruity fragrance oil by WD Aroma featuring notes of grass, lavender, herbs, vanilla. Wholesale EXW, MOQ 5 L, tiered pricing for 10 mL / 100 mL / 200 mL / 1 L. Cruelty-free.

Price range: 0.85$ through 69.85$

Total: $0.00

Similar diffusers:

DETAILS:

Weight N/A
Capacity

10 mL / 0.34 fl.oz, 100 mL / 3.38 fl.oz, 200 mL / 6.76 fl.oz, 1 L / 33.81 fl.oz

Bodhi Fragrance Oil is a premium IFRA-compliant fragrance oil from WD Aroma, expertly blended for professional aroma diffusion.

FRAGRANCE FAMILY: Floral & Fruity Fragrance Oil

SCENT NOTES: Grass, lavender, herbs, vanilla

SCENT STRENGTH: Strong

WHERE TO DIFFUSE: Ideal for home ultrasonic and waterless diffusers to fill living spaces with a fresh, uplifting atmosphere.

FEATURES & BENEFITS:

  • IFRA-certified and skin-safe when used as directed
  • Highly concentrated for economical, long-lasting diffusion
  • Cruelty-free — never tested on animals
  • Consistent batch quality with MSDS, COA and SGS documentation available

Sold wholesale at EXW pricing. Minimum order quantity: 5 L per fragrance. Tiered pricing available across 10 mL, 100 mL, 200 mL and 1 L volumes.

Reviews

There are no reviews yet.

Be the first to review “Bodhi Fragrance Oil”

Certification

Contact Us

Leave a message and get a professional reply within 24 hours

jQuery(function($) { // ===== MOBILE MENU TOGGLE FIX ===== $(document).on('click touchend', '#mega-menu-wrap-primary .mega-menu-toggle button.mega-toggle-animated', function(e) { e.preventDefault(); e.stopPropagation(); var $toggle = $(this).closest('.mega-menu-toggle'); var $wrap = $(this).closest('.mega-menu-wrap'); var $menu = $wrap.find('#mega-menu-primary'); var $close = $wrap.find('button.mega-close'); if ($toggle.hasClass('mega-menu-open')) { $toggle.removeClass('mega-menu-open'); $menu.css({left: '-300px', display: 'none'}); $close.css({visibility: 'hidden', opacity: 0}); $('body').css('overflow', ''); } else { $toggle.addClass('mega-menu-open'); $menu.css({left: '0', display: 'flex'}); $close.css({visibility: 'visible', opacity: 1}); $('body').css('overflow', 'hidden'); } }); $(document).on('click touchend', '#mega-menu-wrap-primary button.mega-close', function(e) { e.preventDefault(); var $wrap = $(this).closest('.mega-menu-wrap'); $wrap.find('.mega-menu-toggle').removeClass('mega-menu-open'); $wrap.find('#mega-menu-primary').css({left: '-300px', display: 'none'}); $(this).css({visibility: 'hidden', opacity: 0}); $('body').css('overflow', ''); }); // ===== PRODUCT PAGE ===== if (!$('body').hasClass('single-product')) return; var price = 0; $('.quantity input.qty').after('Enter quantity to calculate total ↓'); $('.single_add_to_cart_button').before(''); $(document).on('found_variation', '.variations_form', function(e, v) { price = parseFloat(v.display_price) || 0; ut(); }); $(document).on('reset_data', '.variations_form', function() { price = 0; $('#ws-total').hide(); $('.ws-qty-hint').show(); }); $('input.qty').on('change input keyup', ut); function ut() { var q = parseInt($('input.qty').val()) || 0; if (price > 0 && q > 0) { $('#ws-total-price').text('$' + (price * q).toFixed(2)); $('#ws-total').show(); $('.ws-qty-hint').hide(); } else if (q === 0) { $('#ws-total').hide(); $('.ws-qty-hint').show(); } } });