With a sophisticated unisex scent loved by both men and women, our captive cologne is created from a blend of precious essential oils which will leave you feeling fresh and invigorated. The zesty and refreshing combination of neroli, orange and bergamot sits atop a woody, spicy base of cedarwood and bay leaf and is contained in a beautiful glass spray bottle. Directions: Spray a small amount onto skin, avoiding eyes and open wounds. Reapply whenever required, avoiding open wounds. Head to our sustainability page to learn more. Why You Will Love It Sophisticated Profile: A complex "citrus-meets-spice" blend that is fresh enough for day and sophisticated enough for night. Invigorating Top Notes: Neroli and Bergamot provide an immediate burst of freshness that lifts the spirits. Spicy Foundation: Anchored by Bay Leaf and Cedarwood, giving the fragrance a warm, spicy, and long-lasting finish. Perfect For All-Day Wear: Perfect as a signature "unisex" scent that transitions seamlessly from the office to dinner. Natural Fragrance Fans: An excellent choice for those who want a premium cologne without synthetic "fragrance" chemicals. Travel: The beautiful 30ml glass spray bottle is the ideal size for keeping in a bag or travel kit for refreshes on the go. Popular Scents Petals (Body Mist): Our best-selling floral signature. A sophisticated "rosy" blend featuring Rose Geranium, Ylang Ylang, and Palmarosa, grounded by the resinous warmth of Frankincense and Peru Balsam. Sleep (Body Mist): A blend designed to quiet the mind. It utilises the calming properties of Lavender and Chamomile essential oils to help reduce stress and promote a general feeling of well-being. Calm (Body Mist): A complex, woody, and herbaceous "must-have" for unwinding. It features Australian Sandalwood, Valerian, and Holy Basil to target nervous tension, balanced with a bright note of Mandarin. Ingredients natural organic sugarcane alcohol, essential oils of bergamot, neroli, white cypress, cedarwood atlas, rosemary, sweet orange, litsea cubeba, petitgrain, lavender, bay leaf and styrax benzoin. Pair it with HAND + BODY LOTION WILD ORANGE (400ML) $35.00 ADD TO CART .dindi-accordion-container { border-bottom: 1px solid #e8e8e1; margin: 20px 0; } .dindi-accordion-item { border-top: 1px solid #e8e8e1; } .dindi-accordion-button { display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; background: none; border: none; text-align: left; outline: none; } .dindi-accordion-title { font-weight: bold; text-transform: none; letter-spacing: 0.1em; font-size: 16px; color: #000; } .dindi-accordion-icon { width: 12px; height: 12px; transition: transform 0.3s ease; display: flex; align-items: center; } .dindi-accordion-button[aria-expanded="true"] .dindi-accordion-icon { transform: rotate(180deg); } .dindi-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease-out; } .dindi-accordion-content-inner { padding: 0 0 0px 0; } .dindi-accordion-content ul { list-style: disc; padding-left: 1.5rem; margin: 0; } .dindi-accordion-content li { margin-bottom: 5px; font-size: 16px; } .dindi-accordion-content a { color: inherit; text-decoration: underline; } .dindi-accordion-container:last-of-type { border-top: none; border-bottom: none; margin-top: 0; } document.querySelectorAll('.dindi-accordion-button').forEach(button => { button.addEventListener('click', () => { const expanded = button.getAttribute('aria-expanded') === 'true'; const content = button.nextElementSibling; // Reset all others (Optional - if you want only one open at a time) /* document.querySelectorAll('.dindi-accordion-button').forEach(otherBtn => { if (otherBtn !== button) { otherBtn.setAttribute('aria-expanded', 'false'); otherBtn.nextElementSibling.style.maxHeight = null; } }); */ button.setAttribute('aria-expanded', !expanded); content.style.maxHeight = expanded ? null : content.scrollHeight + "px"; }); }); document.getElementById('ajax-add-button').addEventListener('click', function(e) { e.preventDefault(); // Stop the page from redirecting const formData = { 'items': [{ 'id': 44384739033274, 'quantity': 1 }] }; fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(formData) }) .then(response => { return response.json(); }) .then(data => { // Optional: Change button text to show success this.querySelector('span').innerText = 'ADDED!'; this.style.background = '#c4795d'; // Turns orange briefly // Optional: Trigger your theme's cart drawer if it exists if (window.theme && window.theme.cart) { // This part depends on your specific Shopify theme } setTimeout(() => { this.querySelector('span').innerText = 'ADD TO CART'; this.style.background = '#000'; }, 2000); }) .catch((error) => { console.error('Error:', error); }); });