Skip to content
Home
Product
Ultrasonic Diffusers
Wood grain diffusers
Ceramic diffusers
Ultrasonic Micropore aroma Diffuser
Nebulizing Diffusers
Car Essential Oil Diffusers
Commercial scent diffusers
Metal essential oil diffusers
Wall-mounted scent diffusers
Waterless essential oil diffusers
Portable essential Oil Diffusers
Smart scent diffusers
Ultra-high frequency atomizing essential oil diffuser
Private Label Essential Oils in Bulk
OEM&ODM
Custom ceramic/stone diffuser
Customized Cold-air home scent diffuser machine
Blog
About
Home
/ Products tagged “JC008”
JC008
Showing the single result
Default sorting
Sort by popularity
Sort by latest
Sort by price: low to high
Sort by price: high to low
Select options
Carrier Oil & Base Oil
Extra Virgin Coconut Oil
0.25
$
–
9.70
$
Price range: 0.25$ through 9.70$
We've detected you might be speaking a different language. Do you want to change to:
English
English
Spanish
Change Language
Close and do not switch language
We've detected you might be speaking a different language. Do you want to change to:
English
English
Spanish
Change Language
WhatsApp us
Certification
SDS
UL
Rohs
MSDS
FCC
CE
IFRA
Contact Us
Leave a message and get a professional reply within 24 hours
Your Name
Your Email
Your mobile number
Company Name
Your Message
Send Now
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('
Estimated Total (EXW)
$0.00
'); $(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(); } } });