Sale!

Dior Amber Nuit (boxed)

Original price was: ₦445,000.Current price is: ₦200,000.

Amber Nuit is luxurious warmth—rich amber, exotic spices, and velvety rose blend into a scent that’s deep, sensual, and utterly captivating.

Availability: 3 in stock

Dior Amber Nuit is an alluring, opulent fragrance that radiates sophistication and mystery. It opens with a spicy-sweet burst of pink pepper, blending into a heart of rose and geranium, which adds floral warmth and complexity. The base reveals deep amber, wood, and resins, creating a warm, golden veil that lingers on the skin. Intense yet refined, Amber Nuit is a scent that speaks of timeless luxury—sensual, elegant, and captivating in every layer.

Shopping Cart
Dior Amber Nuit (boxed)Dior Amber Nuit (boxed)
Original price was: ₦445,000.Current price is: ₦200,000.

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