Xerjoff Alexandria II (boxed)

200,000

Alexandria II is pure opulence—velvety rose, creamy sandalwood, and rich oud wrapped in sweet vanilla and spice for a scent that’s deep, regal, and unforgettable.

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

Xerjoff Alexandria II is a lavish, enchanting scent that blends old-world elegance with exotic richness. It opens with a warm breeze of cinnamon, lavender, and apple—sweet, spicy, and inviting—before giving way to a heart of Bulgarian rose and cedarwood that feels both romantic and grounded. At the base, creamy sandalwood and smooth oud meet amber and vanilla, creating a luxurious dry-down that’s soft, smoky, and utterly majestic. Alexandria II is more than a fragrance—it’s a statement of power, mystery, and refined seduction.

Shopping Cart
Xerjoff Alexandria II (boxed)Xerjoff Alexandria II (boxed)
200,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'; } }); }); });