www.el-nabil.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: https://mail.thedailycontact.nl/SF8Fwd0OQzA/YANAnWmL-d2noatSyklTdfMm6YEWszO_T7xwMiH-v_kDWMCwW0k9U05ts-qh4Bk4ikXkDJZI8VXd52G9WGYB...
Effective URL: https://www.el-nabil.com/products/white-musc-spray-voiture?utm_source=newsletter&utm_medium=email&utm_campaign=50N
Submission: On August 06 via api from BE — Scanned from NL

Form analysis 10 forms found in the DOM

POST /cart?locale=en

<form class="Cart Drawer__Content" action="/cart?locale=en" method="POST" novalidate="">
  <div class="Drawer__Main" data-scrollable="">
    <p class="Cart__Empty Heading u-h5">Your cart is empty</p>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_6701213810801" accept-charset="UTF-8" class="ProductForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="ProductForm__Variants"><input type="hidden" name="id" data-sku="SV.WHMU.01" value="39713777025137">
    <div class="ProductForm__QuantitySelector">
      <div class="QuantitySelector QuantitySelector--large"><span class="QuantitySelector__Button Link Link--secondary" data-action="decrease-quantity"><svg class="Icon Icon--minus" role="presentation" viewBox="0 0 16 2">
            <path d="M1,1 L15,1" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"></path>
          </svg></span>
        <input type="text" class="QuantitySelector__CurrentQuantity" pattern="[0-9]*" name="quantity" value="1">
        <span class="QuantitySelector__Button Link Link--secondary" data-action="increase-quantity"><svg class="Icon Icon--plus" role="presentation" viewBox="0 0 16 16">
            <g stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
              <path d="M8,1 L8,15"></path>
              <path d="M1,8 L15,8"></path>
            </g>
          </svg></span>
      </div>
    </div>
  </div><button type="submit" id="AddToCart" class=" ProductForm__AddToCart Button Button--secondary Button--full" data-action="add-to-cart"><span>Add to the basket</span><span class="Button__SeparatorDot"></span>
    <span data-money-convertible=""><span class="Bold-theme-hook-DO-NOT-DELETE bold_product_price_2" data-override-value-set="1" data-override-value="1299" style="display:none !important;"></span><span class="money" data-original-value="1299"
        data-eur="&amp;euro;12.99 EUR">€12.99 EUR</span></span></button>
</form>

POST //productreviews.shopifycdn.com/api/reviews/create

<form method="post" action="//productreviews.shopifycdn.com/api/reviews/create" id="new-review-form_6701213810801" class="new-review-form" onsubmit="SPR.submitForm(this);return false;"><input type="hidden" name="review[rating]"><input type="hidden"
    name="product_id" value="6701213810801">
  <h3 class="spr-form-title">WRITE A REVIEW</h3>
  <fieldset class="spr-form-contact">
    <div class="spr-form-contact-name">
      <label class="spr-form-label" for="review_author_6701213810801">NAME</label>
      <input class="spr-form-input spr-form-input-text " id="review_author_6701213810801" type="text" name="review[author]" value="" placeholder="">
    </div>
    <div class="spr-form-contact-email">
      <label class="spr-form-label" for="review_email_6701213810801">EMAIL</label>
      <input class="spr-form-input spr-form-input-email " id="review_email_6701213810801" type="email" name="review[email]" value="" placeholder="">
    </div>
  </fieldset>
  <fieldset class="spr-form-review">
    <div class="spr-form-review-rating">
      <label class="spr-form-label" for="review[rating]"></label>
      <div class="spr-form-input spr-starrating ">
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="1" aria-label="1 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="2" aria-label="2 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="3" aria-label="3 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="4" aria-label="4 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="5" aria-label="5 of 5 stars">&nbsp;</a>
      </div>
    </div>
    <div class="spr-form-review-title">
      <label class="spr-form-label" for="review_title_6701213810801">TITLE</label>
      <input class="spr-form-input spr-form-input-text " id="review_title_6701213810801" type="text" name="review[title]" value="" placeholder="">
    </div>
    <div class="spr-form-review-body">
      <label class="spr-form-label" for="review_body_6701213810801"> REVIEWS <span role="status" aria-live="polite" aria-atomic="true">
          <span class="spr-form-review-body-charactersremaining">(1500)</span>
          <span class="visuallyhidden">remaining characters</span>
        </span>
      </label>
      <div class="spr-form-input">
        <textarea class="spr-form-input spr-form-input-textarea " id="review_body_6701213810801" data-product-id="6701213810801" name="review[body]" rows="10" placeholder=""></textarea>
        <script>
          function sprUpdateCount(e) {
            var $el = SPR.$(e.currentTarget);
            SPR.$(".spr-form-review-body-charactersremaining").html('(' + (1500 - $el.val().length) + ')');
          }
          SPR.$("textarea[data-product-id=6701213810801]").keyup(sprUpdateCount).trigger("keyup");
        </script>
      </div>
    </div>
  </fieldset>
  <fieldset class="spr-form-actions">
    <input type="submit" class="spr-button spr-button-primary button button-primary btn btn-primary" value="SEND">
  </fieldset>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_6699892801649" accept-charset="UTF-8" class="ProductForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="ProductForm__Variants"><input type="hidden" name="id" data-sku="RF.PUWH.01" value="39710050287729"><input type="hidden" name="quantity" value="1"></div><button type="submit" id="AddToCart"
    class=" ProductForm__AddToCart Button Button--secondary Button--full" data-action="add-to-cart"><span>Add to the basket</span></button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_4452091625585" accept-charset="UTF-8" class="ProductForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="ProductForm__Variants"><input type="hidden" name="id" data-sku="RF.MULV.01" value="31580617310321"><input type="hidden" name="quantity" value="1"></div><button type="submit" id="AddToCart"
    class=" ProductForm__AddToCart Button Button--secondary Button--full" data-action="add-to-cart"><span>Add to the basket</span></button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_4452109090929" accept-charset="UTF-8" class="ProductForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="ProductForm__Variants"><input type="hidden" name="id" data-sku="RF.MUSL.01" value="31580664430705"><input type="hidden" name="quantity" value="1"></div><button type="submit" id="AddToCart"
    class=" ProductForm__AddToCart Button Button--secondary Button--full" data-action="add-to-cart"><span>Add to the basket</span></button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_4452110467185" accept-charset="UTF-8" class="ProductForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="ProductForm__Variants"><input type="hidden" name="id" data-sku="RF.MURO.01" value="31580670034033"><input type="hidden" name="quantity" value="1"></div><button type="submit" id="AddToCart"
    class=" ProductForm__AddToCart Button Button--secondary Button--full" data-action="add-to-cart"><span>Add to the basket</span></button>
</form>

POST /contact#footer-newsletter

<form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="Footer__Newsletter Form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <input type="email" name="contact[email]" class="Form__Input" aria-label="Entrez votre email" placeholder="Enter your email" required="">
  <button type="submit" class="Form__Submit Button Button--primary">Sign Up</button>
</form>

Name: GET /search

<form action="/search" name="GET" role="search" class="Search__Form">
  <input type="search" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Search..." autofocus="">
  <input type="hidden" name="type" value="product">
</form>

newsletter

<form id="form--alert-stock" class="Form Form--spacingTight" action="newsletter">
  <div class="Form__Item">
    <input type="text" id="email--alert-stock" class="Form__Input" name="email" value="" placeholder="Email*" aria-label=">Email*" autofocus="" required="">
    <label class="Form__FloatingLabel">Email</label>
  </div>
  <div class="Form__CheckboxWrapper Form__CheckboxAlert" data-children-count="1" style="position: relative;">
    <input type="checkbox" class="Form__Checkbox" id="accepts_marketing" value="0">
    <svg class="Icon Icon--checkmark" role="presentation" viewBox="0 0 24 24">
      <polygon fill="currentColor" points="9,20 2,13 5,10 9,14 19,4 22,7 "></polygon>
    </svg>
    <label for="accepts_marketing">I also subscribe to the newsletter to receive exclusive offers.</label>
  </div>
  <button id="stock--alert" style="margin-top: 15px;" class="Button Button--primary Button--full"> I register </button>
  <p id="alert--1" class="Alert--custom Alert Alert--large Alert--success">You are already registered for this product. We will send you an email as soon as it is back in stockYou are already registered for this product. We will send you an email as
    soon as it is back in stock.</p>
  <p id="alert--2" class="Alert--custom Alert Alert--large Alert--error">Enter a valid email address!</p>
  <p id="alert--3" class="Alert--custom Alert--large Alert Alert--success">You're well registered! We will send you an email as soon as the product is back in stock.</p>
</form>

Text Content

Go to content



On the front page
Eau de Parfum
Luxury For Everyone
 * Dubai Collection
 * Woman
 * Man
 * Mixed

Private Collection
Intense Collection
L'Eau by El Nabil
Oud Collection
Eau de Senteur for Children
Perfume Extract
Roll-On Perfume
 * Woman
 * Man
 * Mixed
 * Pack of 12

Musk Tahara
Crystal Collection
Elixir Collection
Prestige Collection
Beauty & Care
Massage Oil
Hair & Beard Serum
Home Fragrance
Room Freshener
 * Classical Collection
 * House Collection
 * Oriental Collection

LUXURY CAR PERFUME
 * Classical Collection
 * House Collection
 * Oriental Collection

Capilla perfume
 * Classical Collection
 * Sweet Collection

Perfume Dressing room
Car Fragrance
Candle & Incense
Scented candles
 * All Candles
 * Candle Accessories

Bakhoor Incense
 * Bakhoor 40gr
 * Bakhoor 70gr
 * Coal 100 pieces

Boxes By EL NABIL
Intense Set
Prestige set
 * Account
 * Search
 * EUR
    * CAD
    * EUR
    * GBP
    * USD

 * 
 * 
 * 
 * 

Cart

Your cart is empty

Pay in 3 free instalments with Scalapay - Buy now, pay later!

EUR
 * CAD
 * EUR
 * GBP
 * USD

 * On the front pageOn the front page
 * Eau de Parfum
    * Luxury For Everyone
       * Dubai Collection
       * Woman
       * Man
       * Mixed
   
    * Private Collection
    * Intense Collection
    * L'Eau by El Nabil
    * Oud Collection
    * Eau de Senteur for Children

 * Perfume Extract
    * Roll-On Perfume
       * Woman
       * Man
       * Mixed
       * Pack of 12
   
    * Musk Tahara
    * Crystal Collection
    * Elixir Collection
    * Prestige Collection

 * Beauty & Care
    * Massage Oil
    * Hair & Beard Serum

 * Home Fragrance
    * Room Freshener
       * Classical Collection
       * House Collection
       * Oriental Collection
   
    * LUXURY CAR PERFUME
       * Classical Collection
       * House Collection
       * Oriental Collection
   
    * Capilla perfume
       * Classical Collection
       * Sweet Collection
   
    * Perfume Dressing room
    * Car Fragrance

 * Candle & Incense
    * Scented candles
       * All Candles
       * Candle Accessories
   
    * Bakhoor Incense
       * Bakhoor 40gr
       * Bakhoor 70gr
       * Coal 100 pieces

 * Boxes By EL NABIL
    * Intense Set
    * Prestige set


 * Account
 * Search
 * Cart (0)

Facebook Pinterest Twitter




WHITE MUSC - LUXURY CAR PERFUME

€12.99 EUR
4,33 € Available in France, Italy, and Germany from 39€ onwards

Add to the basket €12.99 EUR

LUXURY CAR PERFUME
BY EL NABIL

White Musc Car Spray brightens up your car interior with its soft, pure
fragrance of delicate white musk, intensified by a sweet, flowery vanilla note.
A scent you won't soon forget!

Capacity : 85ml

OLFACTORY NOTES

Head: Nutmeg, Pink Berry, Peppermint, Lemon, Orange, Grapefruit
Heart : Jasmine, Cedarwood, Vetiver, Ginger, Dry Notes
Bottom:  Labdanum, Cistus, Patchouli, Santadalwood, Olibanum

INGREDIENTS


Alcohol, Aqua (water), Parfum (perfume), Hydroxycitronellal, Linalool, Hexyl
cinnamal, Alpha-isomethylionone, Coumarin, Benzyl benzoate, Benzyl
salicylate, Farnesol, D-Limonene, Eugenol, Geraniol, Isoeugenol.

INSTRUCTIONS FOR USE

Spray this perfume in the air inside your car and on the textiles in your
vehicle. You'll discover a sophisticated, long-lasting fragrance that will
delight your senses throughout the journey. 






Learn more See pictures
Facebook Pinterest Twitter
FRENCH FRAGRANCES

El Nabil was created to provide the best of French and Oriental fragrance. With
the help of the greatest talents of perfumery in France, El Nabil created for
you perfumes of incomparable quality. El Nabil represents the meeting between
the best of Eastern and Western culture.

DELIVERY
El Nabil delivers worldwide. In order to know the countries served and the
delivery costs, you can refer to the transport chart by clicking here here

Reviews (18)


REVIEWS

Based on 18 reviews Next" WRITE A REVIEW


WRITE A REVIEW

NAME
EMAIL
         
TITLE
REVIEWS (1500) remaining characters



I LOVE IT.

Céline on Jul 26, 2023

This little car spray smells clean.
It's really nice when you get into your car and smell that scent.
What's more, it lasts a long time!
Really not disappointed on this one!

Reported as inappropriate


VERY PLEASANT

Jaw on Jul 17, 2023

I like it a lot, a scent that doesn't resemble what you find in supermarkets, it
brings originality and curiosity when an outsider enters your coach 😆

Reported as inappropriate


I LOVE IT.

Carlier on Jul 12, 2023

Just as described, I love the smell in my car. It's not overpowering...just
perfect..recommend.

Reported as inappropriate


MY CAR GIVES ME THANKS

Abid on May 10, 2023

A nice and pleasant surprise
Great smell
Hold on a long time!!!
A spray and the car smells like luxury
Thank you
I will order again and again!!!

Reported as inappropriate


SRAY CAR

Meguenni on Apr 30, 2023

The white musk is my perfume so in the car it gives me a boost it's really top !

Reported as inappropriate


WHITE MUSK CAR SPRAY

Amel on Apr 26, 2023

An intoxicating smell that fades after a few hours.
It's a soothing smell especially when you're in traffic 😂

Reported as inappropriate


SMELLS GREAT

HERY on Apr 09, 2023

It smells really good and holds well!


Reported as inappropriate


WHITE MUSK - LUXURY CAR SPRAY

Salamanca on Mar 06, 2023

Excellent 👌🥰

Reported as inappropriate


SPRAY

Rahmani on Feb 01, 2023

Excellent product

Reported as inappropriate


FRESH COTTON

Sousou on Dec 26, 2022

Fresh scent, we validate test already on roomfresher

Reported as inappropriate
1 2


YOU WILL ALSO LIKE


PURE WHITE - ROOM FRESHENER

135 avis
€24.99 EUR

Add to the basket


MUSC LOVE - ROOM FRESHENER

164 avis
€24.99 EUR

Add to the basket


MUSC SLIM - ROOM FRESHENER

168 avis
€24.99 EUR

Add to the basket


MUSC ROSE - ROOM FRESHENER

120 avis
€24.99 EUR

Add to the basket




#LUXURYFOREVERYONE

Our ambition is to bring you refined and high-quality fragrances at very
affordable prices. So that luxury is within everyone's reach!

 * 
 * 
 * 
 * 


MENU

 * On the front page
 * Eau de Parfum
 * Perfume Extract
 * Beauty & Care
 * Home Fragrance
 * Candle & Incense
 * Boxes By EL NABIL


NEED HELP

 * Tracking a package
 * About us
 * Contact us
 * Frequently asked questions
 * General terms and conditions
 * Shipping conditions
 * Legal Notice
 * Data Protection
 * Right of withdrawal


NEWSLETTER

Sign up for immediate 30% off, and our amazing promotions throughout the year!

Sign Up

Perfumes EL NABIL

Manufacturer of luxurious fragrances for over 10 years

 * Amazon
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Mastercard
 * Visa




LET ME KNOW WHEN YOU GET BACK.

Sign up and we will send you an email as soon as we are back in stock.

Email
I also subscribe to the newsletter to receive exclusive offers.
I register

You are already registered for this product. We will send you an email as soon
as it is back in stockYou are already registered for this product. We will send
you an email as soon as it is back in stock.

Enter a valid email address!

You're well registered! We will send you an email as soon as the product is back
in stock.



EN
 * FR
 * ES
 * DE
 * IT
 * PT
 * NL



An automatic popup has been triggered.



Faites-vous plaisir en 3 fois sans frais.

Choisissez Scalapay au moment de finaliser votre commande
Payez avec votre carte Visa, Mastercard ou Amex.
Créez votre compte en quelques clics
Votre inscription vous prendra seulement 2 minutes et l'approbation est
instantanée.
Payez votre achat en 3 mensualités, sans aucun intérêts ni frais supplémentaires
Votre commande est expédiée immédiatement, alors que vous payez en 3
mensualités.
Voir les conditions sur www.scalapay.com