Sale!

YSL Tuxedo (boxed)

Original price was: ₦495,000.Current price is: ₦222,000.

Tuxedo by YSL is a bold, smoky, and spicy leather fragrance—perfect for those who want to exude elegance and confident mystery.

Availability: 1 in stock

Tuxedo by Yves Saint Laurent is a sophisticated and daring scent that opens with bright bergamot and spicy pink pepper, unveiling a rich heart of smoky tobacco and smooth patchouli. The deep leather base adds a luxurious and sensual finish, evoking the timeless allure of a classic tuxedo. Ideal for evening wear and special occasions, this fragrance is made for those who want to stand out with refined boldness.

Shopping Cart
YSL Tuxedo (boxed)YSL Tuxedo (boxed)
Original price was: ₦495,000.Current price is: ₦222,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'; } }); }); });