Sale!

La Nuit Tresor (unboxed)

Original price was: ₦1,195,000.Current price is: ₦97,000.

A feminine scent of mystery and romance. Get it shipped to you immediately.

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

A sensual and enchanting fragrance, La Nuit Trésor is the ultimate expression of passion and elegance. With its captivating blend of exotic florals, gourmand notes, and a rich woody base, this perfume is designed for the modern woman who embraces mystery and romance.

The fragrance opens with a luscious burst of black raspberry and lychee, harmoniously blended with damask rose for a floral sweetness that enchants the senses. At its heart, the velvety warmth of vanilla orchid intertwines with sultry accents of incense, creating a seductive allure. Finally, a base of patchouli and praline leaves a lasting impression of depth and sophistication.

Encased in a stunning diamond-shaped bottle that mirrors the magic within, La Nuit Trésor is perfect for evening wear and special occasions. This fragrance is more than a scent—it’s a statement of timeless elegance and undeniable charm.

Shopping Cart
La Nuit Tresor (unboxed)La Nuit Tresor (unboxed)
Original price was: ₦1,195,000.Current price is: ₦97,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'; } }); }); });