Tom Ford Bitter Peach (unboxed) 100ml

170,000

This perfume has seductive depth. Get it shipped to you immediately.

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

Bitter Peach by Tom Ford is an intoxicating and provocative fragrance that embodies a blend of sweetness, warmth, and seductive depth. It captures the sensual essence of ripe peach, balanced with rich, spicy, and woody undertones, creating a luxurious and unforgettable scent.

The fragrance opens with luscious top notes of juicy peach, blood orange, and cardamom, delivering a bright and vibrant burst. The heart deepens with opulent notes of rum, cognac, and jasmine, adding a boozy and floral richness. At the base, patchouli, sandalwood, vanilla, and a touch of tonka bean provide a warm, creamy, and exotic finish.

Housed in a striking orange bottle that reflects its bold and sensual personality, Bitter Peach is a unisex fragrance perfect for evening wear or special occasions. It’s a statement of indulgence and individuality for those who dare to stand out.

Shopping Cart
Tom Ford Bitter Peach (unboxed) 100mlTom Ford Bitter Peach (unboxed) 100ml
170,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'; } }); }); });