Sale!

Baccarat Rouge 540 (open box) 70ml

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

Baccarat Rouge 540 is an airy, amber-woody scent with saffron, jasmine, and cedarwood—luxurious, unforgettable, and effortlessly bold.

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

Baccarat Rouge 540 is a luminous and highly addictive fragrance that blends transparency with intensity. Created by master perfumer Francis Kurkdjian, it opens with radiant saffron and jasmine, leading into a heart of ambergris and warm cedarwood. The scent finishes with soft, resinous fir balsam and a whisper of musk, creating an airy yet powerful signature. Elegant, mysterious, and instantly recognizable, Baccarat Rouge 540 is a true modern icon—crafted for those who leave a lasting impression.

Shopping Cart
Baccarat Rouge 540 (open box) 70mlBaccarat Rouge 540 (open box) 70ml
Original price was: ₦200,000.Current price is: ₦119,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'; } }); }); });