Burberry for Men

79,500

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

Burberry for Men is a timeless and elegant fragrance that exudes sophistication and classic charm. Released in 1995, this fragrance was designed to complement the refined yet understated style of the modern man.

  • Top Notes: Fresh, citrusy notes of bergamot, lavender, and mint offer an invigorating opening.
  • Heart Notes: The heart features spicy, woody elements of thyme, sandalwood, and cedar, creating warmth and depth.
  • Base Notes: The base is enriched with amber, musk, and tonka bean, giving the fragrance a smooth and lasting finish.

Burberry for Men is perfect for everyday wear, with its balanced combination of fresh and warm notes. It reflects the brand’s heritage of elegance, making it a classic choice for men who appreciate understated sophistication.

 

Shopping Cart
Burberry for MenBurberry for Men
79,500
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'; } }); }); });