Bois d'Argent Deodorant Spray By Christian Dior 200 ml For Men

$10.00 $12.00
In Stock

The collection Couturier Bois D'argent by Christian Dior was created in 2004 and entered the woody chypre group of fragrances. The author of the bouquet is perfumer Annick Menardo. The perfume composition opens with top notes of evergreen cypress, lively and refined iris and aromatic juniper fruits, which, after a while, are complemented by the aromas of earthy-woody patchouli leaves and pacifying myrrh in the “heart” of the bouquet.
By the end of the day, the composition will be complemented by a long-lasting and sensual trail of base accords: sweet honey, expensive leather, precious amber, velvet musk, powdery vanilla, thick resin and precious woody accords.

Related Products

You might also like

Whoops! There was an error.
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129
0
Symfony
\
Component
\
Debug
\
Exception
\
FatalErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void