Sale!

Tobacco Vanille Set (Perfume + Body Spray)

Original price was: ₦525,000.Current price is: ₦215,000.

Tobacco Vanille is dark, spicy, and unapologetically luxurious—think warm tobacco leaves, creamy vanilla, and a whisper of spice that lingers like velvet on skin.

Availability: 1 in stock

Tom Ford Tobacco Vanille is an opulent, addictive scent that reimagines a classic gentlemen’s club with a modern, sensual twist. It opens with a bold burst of tobacco leaf and aromatic spices, melting into a heart of creamy tonka bean, cocoa, and sweet vanilla. The base settles into a warm, velvety blend of dried fruits and woods, creating a rich, enveloping trail. Deep, elegant, and intoxicating, Tobacco Vanille is for those who command attention—a signature of confident luxury and timeless seduction.

Shopping Cart
Tobacco Vanille Set (Perfume + Body Spray)Tobacco Vanille Set (Perfume + Body Spray)
Original price was: ₦525,000.Current price is: ₦215,000.

Availability: 1 in stock

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