Versace Eros (unboxed) 100ml

87,000

This fragrance is perfect for those who appreciate powerful, seductive scents that leave a lasting impression. Get it shipped to you immediately.

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

Versace Eros is a sensual, powerful fragrance designed to capture the essence of passion, love, and desire. Released in 2012, it is inspired by the Greek god of love, Eros, symbolizing attraction and emotional intensity. The fragrance is a perfect balance of fresh, woody, and oriental notes, making it both captivating and masculine.

  • Top Notes: The fragrance opens with a fresh burst of mint, lemon, and green apple, which provides an invigorating and crisp introduction.
  • Heart Notes: The heart reveals warm, spicy floral notes of tonka bean, geranium, and amber.
  • Base Notes: The base is rich with sensual and woody notes of vanilla, cedarwood, and oakmoss, giving it a smooth and long-lasting finish.

Versace Eros is known for its bold, aromatic character that evokes confidence and attraction. It is perfect for evening wear or special occasions, with its intense sillage and rich complexity. This fragrance is ideal for men who appreciate powerful, seductive scents that leave a lasting impression.

Shopping Cart
Versace Eros (unboxed) 100mlVersace Eros (unboxed) 100ml
87,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'; } }); }); });