Summer Fragrance Sale – 30% OFFShop Now

Category: Women

Addiction – Inspired by Addict by Dior

Price range: ₨ 385 through ₨ 3,000

Belle Amie – Inspired by Delina by Parfums de Marly

Price range: ₨ 380 through ₨ 2,900

Flirtatious Bloom – Inspired by Bombshell by Victoria’s Secret

Price range: ₨ 385 through ₨ 3,000

Golden Belle – Inspired by J’adore by Dior

Price range: ₨ 380 through ₨ 2,900

Hey Darling – Inspired by Oriana by PDM

Price range: ₨ 420 through ₨ 3,200

Marcella – Inspired by Paradox by Prada

Price range: ₨ 400 through ₨ 3,200

Midnight Blossom – Inspired by Fleur Narcotique by Ex Nihilo

Price range: ₨ 445 through ₨ 3,500

Oasis of Roses – Inspired by Les Sables Roses by Louis Vuitton

Price range: ₨ 385 through ₨ 2,999

Radiant Crystal – Inspired by Bright Crystal Absolu by Versace

Price range: ₨ 380 through ₨ 2,900

Rahayi Aura – Inspired by Libre by YSL

Price range: ₨ 500 through ₨ 4,200

Serene Bloom – Inspired by Valaya by Parfums de Marly

Price range: ₨ 425 through ₨ 3,300

Velvet Rebel – Inspired by Good Girl Gone Bad by Kilian

Price range: ₨ 500 through ₨ 4,200

Whispering Bloom – Inspired by Gucci Flora

Price range: ₨ 445 through ₨ 3,500
WhatsApp Chat
document.addEventListener('DOMContentLoaded', function() { const products = document.querySelectorAll('.jas-col-md-5, .jas-col-sm-6, .jas-col-xs-12'); products.forEach(function(product) { const buttons = product.querySelectorAll('.btn-quickview, .add_to_cart_button, a.button'); // Hide initially buttons.forEach(function(btn) { btn.style.opacity = '0'; btn.style.visibility = 'hidden'; btn.style.transition = 'all 0.3s ease'; btn.style.transform = 'translateY(10px)'; // slide-in }); // Show buttons on hover product.addEventListener('mouseenter', function() { buttons.forEach(function(btn) { btn.style.opacity = '1'; btn.style.visibility = 'visible'; btn.style.transform = 'translateY(0)'; // slide up }); }); product.addEventListener('mouseleave', function() { buttons.forEach(function(btn) { btn.style.opacity = '0'; btn.style.visibility = 'hidden'; btn.style.transform = 'translateY(10px)'; }); }); }); });