Summer Fragrance Sale – 30% OFFShop Now

Category: New Arrivals

✨ New Arrivals – Coming Soon

Coming Soon

Midday Elixir

Inspired by Aqua Di Gio Elixir

Coming Soon

Arabian Jungle

Inspired by Arabesque Ormonde Jayne

Coming Soon

Blanco Latte

Inspired by Blanco Latte Alexandria Fragrance

Coming Soon

Red Snapper

Inspired by King Fragrance World

Coming Soon

Osmanthus Secret

Inspired by Osmanthus Nector, Gucci

Coming Soon

1983 X

Inspired by Tobacco Honey, Guerlain

Coming Soon

InfraMyst

Inspired by Cuir Infrarogue, Maison Cirveli

Coming Soon

Royalty

Inspired by Royal Oud, Creed

Coming Soon

Unknown Lands

Inspired by Outland, Amouage

Coming Soon

Speechless

Inspired by Speachless Lorenzo Pazzaglia

Coming Soon

Golden Viella

Inspired by Vetiver & Golden Vanilla by Jo Malone

Coming Soon

Mother Land

Inspired by Carlisle Perfume de Marley

Coming Soon

PLAYBOY

Inspired by Bad Boy Elixir, Carolina Herrera

Coming Soon

Rainbow

Inspired by Caden, Oman Luxury

Coming Soon

NOOR

Inspired by Nasaj, Oman Luxury

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)'; }); }); }); });