✨ Welcome to Perfume Escentia — Where Elegance Awakens the Senses. 🌸 Discover signature fragrances that define timeless sophistication. 🚚 Enjoy nationwide delivery with luxury packaging in every order. 🎁 Join Escentia Club for exclusive offers & early access to new collections.

Diffuser Perfumes

No products available.

}); /* ========================= CART EXPIRATION (30 DAYS) ========================== */ const timestamp = localStorage.getItem('cart_timestamp'); if (timestamp && (Date.now() - Number(timestamp) > 30 * 24 * 60 * 60 * 1000)) { localStorage.removeItem('cart'); localStorage.removeItem('cart_timestamp'); cart = []; } /* ========================= PAYMENT SUCCESS ========================== */ const urlParams = new URLSearchParams(window.location.search); if (urlParams.get('payment') === 'success') { localStorage.removeItem('cart'); localStorage.removeItem('cart_timestamp'); cart = []; window.dispatchEvent(new Event('storage')); window.history.replaceState({}, document.title, window.location.pathname); showToast('Payment successful. Cart cleared.', 'success'); } });