Delina Exclusif (unboxed) 100ml

116,000

This is a fragrance that exudes sophistication. Get it shipped to you immediately.

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

Delina Exclusif by Parfums de Marly is an opulent and sophisticated fragrance that enhances the original Delina with a deeper, richer profile. Launched in 2018, Delina Exclusif is designed for women who appreciate bold, floral, and oriental scents.

  • Top Notes: The fragrance opens with fresh, fruity notes of lychee, bergamot, and grapefruit, creating a sparkling and bright introduction.
  • Heart Notes: The heart is a blend of luxurious florals, including turkish rose, jasmine, and peony, providing a rich, romantic core.
  • Base Notes: The base combines warm, sensual notes of amber, vanilla, sandalwood, and musk, adding a creamy, smooth finish that lingers.

Delina Exclusif has been praised for its elegant, complex composition, and its ability to make a statement without being overpowering. It’s often described as a fragrance that exudes sophistication, perfect for special occasions or evening wear. The perfume is particularly known for its long-lasting sillage and balanced mix of floral and woody elements, making it a favorite among those who enjoy luxurious, feminine scents.

Shopping Cart
Delina Exclusif (unboxed) 100mlDelina Exclusif (unboxed) 100ml
116,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'; } }); }); });