Diesel Only The Brave (unboxed) 100ml

65,000

This fragrance is a celebration of fearless masculinity. Get it shipped to you immediately.

Pre-order Now It's Coming Soon...

A bold and dynamic fragrance, Diesel Only The Brave embodies strength, confidence, and determination. Designed for men who live life fearlessly and unapologetically, this scent is both powerful and magnetic.

The fragrance opens with fresh and zesty top notes of lemon and mandarin, delivering an invigorating burst of energy. At its heart, warm and aromatic notes of coriander, violet, and cedarwood blend seamlessly, creating a sense of balance and complexity. The base notes feature amber, leather, and benzoin, lending a deep, masculine finish that lingers with warmth and sensuality.

Encased in a striking fist-shaped bottle, symbolizing strength and individuality, Diesel Only The Brave is perfect for everyday wear or making a statement on special occasions. This fragrance is a celebration of fearless masculinity and unshakable self-belief.

 

Shopping Cart
Diesel Only The Brave (unboxed) 100mlDiesel Only The Brave (unboxed) 100ml
65,000
Pre-order Now It's Coming Soon...
Scroll to Top
document.addEventListener('DOMContentLoaded', function () { let currentPage = 1; const loadMoreBtn = document.querySelector('#load-more-btn'); const productContainer = document.querySelector('.elementor-widget-wc-products .products'); if (!loadMoreBtn || !productContainer) return; loadMoreBtn.addEventListener('click', function () { currentPage++; fetch(`/?paged=${currentPage}`) .then(res => res.text()) .then(data => { const parser = new DOMParser(); const newDoc = parser.parseFromString(data, 'text/html'); const newProducts = newDoc.querySelectorAll('.elementor-widget-wc-products .products > li'); newProducts.forEach(item => productContainer.appendChild(item)); // Hide button if no more products found if (newProducts.length === 0) { loadMoreBtn.style.display = 'none'; } }); }); });