Armani Code (unboxed) 100ml

75,000

For the modern, confident one who values elegance and understated charm. Get it shipped to you immediately.

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

Armani Code is an iconic men’s fragrance by Giorgio Armani, launched in 2004. It’s known for its sophisticated and seductive profile, combining fresh, spicy, and oriental elements to create a warm and mysterious allure. Perfect for evening wear or special occasions, Armani Code has become a staple in men’s fragrance collections.

  • Top Notes: The fragrance opens with a fresh and citrusy blend of bergamot and lemon, providing an invigorating start.
  • Heart Notes: The heart features star anise, olive blossom, and guaiac wood, adding a spicy and aromatic depth.
  • Base Notes: The base is warm and sensual, with tonka bean, leather, and tobacco, giving the fragrance its signature creamy and smoky finish.

Armani Code is ideal for the modern, confident man who values elegance and understated charm. Its versatile and timeless composition makes it a popular choice for formal settings and romantic evenings.

Shopping Cart
Armani Code (unboxed) 100mlArmani Code (unboxed) 100ml
75,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'; } }); }); });