MFK Oud Satin Mood (unboxed) 100ml

170,000

This fragrance is designed for those who appreciate intricate, bold compositions that exude sophistication and allure. Get it shipped to you immediately.

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

Oud Satin Mood by Maison Francis Kurkdjian is a luxurious and opulent fragrance that evokes the feel of satin fabric against the skin. This ambery, woody-floral scent is built around the richness of oud wood, paired with the elegance of Damascena rose, and balanced by sweet vanilla and benzoin.

The fragrance opens with violet and geranium notes, leading into a heart of cinnamon and styrax, which add a warm and spicy depth. The base features the signature oud, enveloped in creamy vanilla and amber accords, creating a sensual and long-lasting sillage​

This fragrance is designed for those who appreciate intricate, bold compositions that exude sophistication and allure.

Shopping Cart
MFK Oud Satin Mood (unboxed) 100mlMFK 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'; } }); }); });