Coco Mademoiselle (boxed) 100ml

111,000

Coco Mademoiselle is the ultimate chic statement—zesty orange and sensual rose wrapped in seductive patchouli, for the woman who turns elegance into power.

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

Coco Mademoiselle by Chanel is a bold yet elegant fragrance that captures the spirit of a modern, free-spirited woman. It opens with sparkling citrus notes of orange and bergamot, leading into a heart of sensual rose and jasmine. The base unfolds into a warm, seductive blend of patchouli, vetiver, vanilla, and white musk. Chic and unforgettable, Coco Mademoiselle is a timeless scent—sophisticated, feminine, and unapologetically confident.

Shopping Cart
Coco Mademoiselle (boxed) 100mlCoco Mademoiselle (boxed) 100ml
111,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'; } }); }); });