✨ 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.
PERFUME ESCENTIA
0
Home
About
Products
Alcohol Based Perfumes
Designer Perfumes
Perfume Oils
Diffusers
Splashes
Deodorant
Contact
Product Reviews
Wholesale
0
Diffuser Perfumes
Search
Filter Products
Price: Low to High
Price: High to Low
Most Popular
In Stock
Apply
No products available.
Choose Fragrance
Choose Bottle Size
Quantity
Add to Cart
}); /* ========================= 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'); } });