Kuh-seng Extract

100% pure Kuh-seng Extract — premium quality essential oil from WD Aroma. Available in 10ml, 100ml, 200ml and 1L bulk sizes. EXW wholesale pricing. MOQ: 5L. Product Code: TQY004.

Price range: 0.24$ through 8.73$

Total: $0.00

Similar diffusers:

DETAILS:

Weight N/A

PART USED: 100% Pure Natural Extract
SYNONYMS: Kuh-seng Extract
COMMON NAMES: Kuh-seng Extract
EXTRACTION METHOD: Steam Distilled Essential Oil
NOTE CLASSIFICATION: Middle Note

Composition: Single Note
Capacity: Available in 10 mL / 0.34 fl.oz, 100 mL / 3.38 fl.oz, 200 mL / 6.76 fl.oz, 1 L / 33.81 fl.oz

PRODUCT DESCRIPTION

FEATURES & BENEFITS

Includes naturally occurring constituents characteristic of Kuh-seng Extract
Aromatic and versatile for various applications
May promote feelings of balance and well-being
Has natural properties that enhance any formulation

AROMATIC PROFILE

From the bottle: Characteristic fresh, natural aroma of Kuh-seng Extract
Pure and authentic scent profile, ideal for aromatherapy and personal care products

WHERE TO DIFFUSE

Fill your living space with the natural aroma for a soothing and refreshing environment.
Infuse your workspace with this pure essential oil for a focused and productive atmosphere.
Unwind with a spa-like setting by combining with other complementary essential oils.

WHOLESALE INFORMATION

All prices are EXW (Ex Works) pricing.
Minimum Order Quantity (MOQ): 5 Liters
This product is available in wholesale bulk quantities.
Prices vary by capacity — please refer to product variants for detailed pricing.

Manufacturer: WD Aroma
Product Code: TQY004

Reviews

There are no reviews yet.

Be the first to review “Kuh-seng Extract”

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(); } } });