Sale!

L’homme Prada Intense (boxed) 100ml

Original price was: ₦111,000.Current price is: ₦97,000.

L’Homme Prada Intense is a smooth, powdery, and sensual fragrance with rich iris, amber, and leather—perfect for a confident man who values elegance with depth.

Availability: 1 in stock

L’Homme Prada Intense deepens the clean, sophisticated DNA of the original with a luxurious blend of soft iris, warm amber, and smooth leather. The scent opens with subtle neroli and tonka bean, giving way to a heart of powdery florals wrapped in a sensual base of patchouli and sandalwood. It’s refined yet bold, ideal for evening wear or cooler seasons—a modern gentleman’s scent that feels polished, mysterious, and quietly powerful.

Shopping Cart
L'homme Prada Intense (boxed) 100mlL’homme Prada Intense (boxed) 100ml
Original price was: ₦111,000.Current price is: ₦97,000.

Availability: 1 in stock

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'; } }); }); });