Maison Francis Kurkdjian Oud Satin Mood. (unboxed) 100ml

170,000

For those seeking a unique and captivating scent. Get it shipped to you immediately.

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

Maison Francis Kurkdjian Oud Satin Mood is a luxurious and opulent fragrance that combines the rich depth of oud with soft, velvety florals and warm, sweet accords. Introduced in 2015, it is part of MFK’s Oud Mood collection and is renowned for its elegance and sensuality.

  • Top Notes: The fragrance opens with violet accord and rose essence, creating a soft, floral introduction.
  • Heart Notes: At its heart, Laotian oud takes center stage, offering a deep, woody richness balanced with Turkish rose absolute for a romantic touch.
  • Base Notes: The dry down features benzoin, vanilla, and amber, adding a sweet, resinous warmth that lingers beautifully.

Oud Satin Mood is often described as an enveloping and luxurious scent, perfect for evening wear or special occasions. It exudes confidence, sophistication, and mystery, appealing to both men and women who appreciate rich, oriental fragrances with a modern twist. Its silky, smooth profile makes it a standout choice for those seeking a unique and captivating scent.

Shopping Cart
Maison Francis Kurkdjian Oud Satin Mood. (unboxed) 100mlMaison Francis Kurkdjian Oud Satin Mood. (unboxed) 100ml
170,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'; } }); }); });