White Diamonds Fragrance Oil

Premium IFRA-compliant perfume fragrance oil by WD Aroma featuring notes of clear flower, amber, musk. Wholesale EXW, MOQ 5 L, tiered pricing for 10 mL / 100 mL / 200 mL / 1 L. Cruelty-free.

Rango de precios: de 0.67$ a 52.39$

Total: $0.00

Difusores similares:

DETALLES:

Peso N/A
Capacidad

10 mL / 0,34 onzas líquidas, 100 mL / 3,38 onzas líquidas, 200 mL / 6,76 onzas líquidas, 1 L / 33,81 onzas líquidas

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

FRAGRANCE FAMILY: Aceite de fragancia para perfumes

SCENT NOTES: Flor clara, ámbar, almizcle

WHERE TO DIFFUSE: Designed for waterless nebulizing and HVAC scent diffusers, delivering a refined, long-lasting perfume-grade projection.

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.

Valoraciones

No hay valoraciones aún.

Sé el primero en valorar “White Diamonds Fragrance Oil”

Certificación

Contáctenos

Deja un mensaje y recibirás una respuesta profesional en un plazo de 24 horas

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('Ingresa la cantidad para calcular el 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(); } } });