{"product_id":"lattafa-khamrah-eau-de-parfum-100-ml","title":"LATTAFA KHAMRAH EAU DE PARFUM 100 ML","description":"\u003cbody\u003e\n\u003cp style=\"font-weight: 400;\"\u003eLattafa Khamrah is a luxurious oriental-spicy unisex perfume that combines precious spices, the warmth of woody notes and the softness of vanilla. The fragrance is released by the Arab luxury perfume brand Lattafa Perfumes and comes in a luxurious crystal bottle. The top accord of Khamrah is the citrusy freshness of bergamot framed by the warm, velvety spice of cinnamon and refined clary sage. The heart of the perfume resonates with the delightful creamy smell of praline, melting in a fragrant haze of sweet fruity notes and tuberose floral nuances. Whereas the base of Lattafa Khamrah delivers a sumptuous aromatic trail that blends the sensual sweetness of vanilla with spicy precious woods, sweet smoky oud, smoky aromatic myrrh, spicy tonka bean and vanilla resinous benzoin, shimmering softly in the beams. refined amber.  \u003c\/p\u003e    \u003cmeta charset=\"UTF-8\"\u003e    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e    \u003ctitle\u003eLattafa Khamrah Perfume\u003c\/title\u003e    \u003cstyle\u003e        body {            font-family: Arial, sans-serif;            color: #333;            background-color: #fff;            margin: 0;            padding: 0;        }        .content-wrapper {            background-color: #fff;            padding: 30px;            border-radius: 8px;            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);            margin: 20px auto;            max-width: 1200px;            position: relative;            border: 2px solid #6d4c41; \/* Updated color *\/        }        .header {            text-align: center;            margin-bottom: 30px;            animation: fadeIn 2s ease-in-out;        }        .header h1 {            font-size: 2.5em;            color: #6d4c41; \/* Updated color *\/            margin: 0;            text-shadow: 2px 2px 4px rgba(109, 76, 65, 0.5); \/* Updated color *\/        }        .header p {            font-size: 1.2em;            color: #666;            margin: 10px 0;        }        .description {            font-size: 1.2em;            line-height: 1.8;            color: #333;            margin-bottom: 20px;            animation: slideIn 2s ease-in-out;        }        .details, .points, .progress-bar-container {            margin-bottom: 30px;        }        .details h3, .points h3 {            color: #6d4c41; \/* Updated color *\/            font-size: 1.8em;            margin: 0 0 15px 0;            text-shadow: 1px 1px 3px rgba(109, 76, 65, 0.5); \/* Updated color *\/        }        .details p, .points ul li {            font-size: 1.1em;            margin: 10px 0;            color: #333;        }        .details ul {            list-style: none;            padding: 0;            margin: 0;        }        .details ul li {            margin: 10px 0;            display: flex;            align-items: center;        }        .details ul li::before {            content: '✨';            margin-right: 10px;            font-size: 1.5em;            color: #6d4c41; \/* Updated color *\/        }        .points ul {            list-style: none;            padding: 0;            margin: 0;        }        .points ul li {            margin: 10px 0;            padding: 10px;            border-bottom: 1px solid #ddd;            display: flex;            align-items: center;            transition: background-color 0.3s ease;        }        .points ul li:hover {            background-color: #f5f5f5; \/* Updated color *\/        }        .points ul li::before {            content: '🌟';            margin-right: 10px;            font-size: 1.5em;            color: #6d4c41; \/* Updated color *\/        }        .progress-bar-container {            margin: 20px 0;        }        .progress-bar {            height: 25px;            border-radius: 12px;            background-color: #ddd;            position: relative;            overflow: hidden;            margin-bottom: 10px;            box-shadow: 0 4px 8px rgba(109, 76, 65, 0.5); \/* Updated color *\/        }        .progress-bar span {            display: block;            height: 100%;            width: 0;            background-color: #6d4c41; \/* Updated color *\/            position: absolute;            top: 0;            left: 0;            transition: width 1s ease-in-out;            box-shadow: 0 0 8px rgba(109, 76, 65, 0.7); \/* Updated color *\/        }        .progress-bar-label {            position: absolute;            width: 100%;            text-align: center;            line-height: 25px;            color: #fff;            font-size: 1em;            font-weight: bold;        }        .footer {            text-align: center;            margin-top: 20px;        }        .footer p {            font-size: 1em;            color: #666;        }        .faq-section {            margin-top: 30px;        }        .faq-section h2 {            font-size: 1.8em;            color: #6d4c41; \/* Updated color *\/            margin-bottom: 15px;            text-shadow: 1px 1px 3px rgba(109, 76, 65, 0.5); \/* Updated color *\/            text-align: center;        }        .faq {            margin: 10px 0;        }        .faq button {            background-color: #6d4c41; \/* Updated color *\/            color: #fff;            border: none;            border-radius: 5px;            padding: 15px;            width: 100%;            text-align: left;            font-size: 1.1em;            cursor: pointer;            outline: none;            transition: background-color 0.3s ease, box-shadow 0.3s ease;            box-shadow: 0 4px 8px rgba(109, 76, 65, 0.5); \/* Updated color *\/        }        .faq button:hover {            background-color: #5a3c29; \/* Updated color *\/            box-shadow: 0 6px 12px rgba(109, 76, 65, 0.7); \/* Updated color *\/        }        .faq-content {            display: none;            padding: 15px;            border: 1px solid #ddd;            border-radius: 5px;            background-color: #f9f9f9;            color: #333;        }        .faq-content.active {            display: block;            animation: fadeInUp 1s ease-in-out;        }        @media (max-width: 600px) {            .header h1 {                font-size: 1.8em;            }            .description, .details h3, .points h3, .points ul li, .details ul li {                font-size: 1em;            }        }        @keyframes fadeIn {            from { opacity: 0; }            to { opacity: 1; }        }        @keyframes slideIn {            from { transform: translateY(20px); opacity: 0; }            to { transform: translateY(0); opacity: 1; }        }        @keyframes fadeInUp {            from { opacity: 0; transform: translateY(20px); }            to { opacity: 1; transform: translateY(0); }        }    \u003c\/style\u003e    \u003cdiv class=\"content-wrapper\"\u003e        \u003cheader class=\"header\"\u003e            \u003ch1\u003eLattafa Khamrah\u003c\/h1\u003e            \u003cp\u003eExperience the Essence of Luxury\u003c\/p\u003e        \u003c\/header\u003e        \u003csection class=\"description\"\u003e            \u003cp\u003eImmerse yourself in the opulent world of \u003cstrong\u003eLattafa Khamrah\u003c\/strong\u003e, a fragrance that embodies luxury and sophistication. This exquisite Oriental fragrance is crafted with a blend of rich spices and deep, sensual notes, perfect for making a statement on any occasion. Experience a scent that resonates with elegance and allure, capturing the essence of timeless elegance.\u003c\/p\u003e        \u003c\/section\u003e        \u003csection class=\"details\"\u003e            \u003ch3\u003eProduct Details\u003c\/h3\u003e            \u003cul\u003e                \u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Lattafa\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eFragrance Family:\u003c\/strong\u003e Oriental Spicy\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eVolume:\u003c\/strong\u003e 100ml\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Long-lasting with a deep, evolving aroma.\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Ideal for evening wear and special occasions.\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Luxurious bottle with a design that reflects the opulence of the fragrance.\u003c\/li\u003e            \u003c\/ul\u003e        \u003c\/section\u003e        \u003csection class=\"points\"\u003e            \u003ch3\u003eFragrance Notes:\u003c\/h3\u003e            \u003cul\u003e                \u003cli\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e Spices 🌶️, Bergamot 🍋\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eHeart Notes:\u003c\/strong\u003e Rose 🌹, Saffron 🌟\u003c\/li\u003e                \u003cli\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e Amber 🟠, Oud 🌳, Musk 🐾\u003c\/li\u003e            \u003c\/ul\u003e                \u003c\/section\u003e        \u003csection class=\"progress-bar-container\"\u003e            \u003cdiv class=\"progress-bar\"\u003e                \u003cspan style=\"width: 70%;\"\u003e\u003c\/span\u003e                \u003cdiv class=\"progress-bar-label\"\u003eFragrance Evolution\u003c\/div\u003e            \u003c\/div\u003e            \u003cp\u003eLattafa Khamrah opens with a burst of exotic spices and bergamot, leading to a heart enriched with luxurious rose and saffron. The base reveals a deep, warm blend of amber, oud, and musk, offering a captivating and enduring finish.\u003c\/p\u003e        \u003c\/section\u003e        \u003csection class=\"faq-section\"\u003e            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e            \u003cdiv class=\"faq\"\u003e                \u003cbutton class=\"faq-toggle\"\u003e1. What does Lattafa Khamrah smell like?\u003c\/button\u003e                \u003cdiv class=\"faq-content\"\u003e                    \u003cp\u003eLattafa Khamrah features a rich, spicy opening with hints of bergamot, transitioning into a heart of rose and saffron. The fragrance settles into a warm, amber and oud base with musk, creating a deep and luxurious scent profile.\u003c\/p\u003e                \u003c\/div\u003e            \u003c\/div\u003e            \u003cdiv class=\"faq\"\u003e                \u003cbutton class=\"faq-toggle\"\u003e2. What is the inspiration behind Khamrah?\u003c\/button\u003e                \u003cdiv class=\"faq-content\"\u003e                    \u003cp\u003eKhamrah is inspired by the opulent traditions of the Orient, reflecting the grandeur and sophistication of Eastern perfumery. The fragrance captures the essence of luxury with its complex blend of spices and rich notes.\u003c\/p\u003e                \u003c\/div\u003e            \u003c\/div\u003e            \u003cdiv class=\"faq\"\u003e                \u003cbutton class=\"faq-toggle\"\u003e3. Is Khamrah suitable for everyday wear?\u003c\/button\u003e                \u003cdiv class=\"faq-content\"\u003e                    \u003cp\u003eWhile Lattafa Khamrah is versatile, its rich and intense scent makes it more suitable for evening wear and special occasions rather than daily use. Its deep, spicy notes are designed to make a memorable impression.\u003c\/p\u003e                \u003c\/div\u003e            \u003c\/div\u003e        \u003c\/section\u003e        \u003csection class=\"footer\"\u003e            \u003cp\u003eEmbrace the richness of Lattafa Khamrah and let its luxurious scent define your presence. Perfect for moments when you want to leave a lasting impression.\u003c\/p\u003e        \u003c\/section\u003e    \u003c\/div\u003e    \u003cscript\u003e        document.querySelectorAll('.faq-toggle').forEach(button =\u003e {            button.addEventListener('click', () =\u003e {                const content = button.nextElementSibling;                content.classList.toggle('active');                button.classList.toggle('active');            });        });    \u003c\/script\u003e\n\u003c\/body\u003e","brand":"Lattafa","offers":[{"title":"LATTAFA KHAMRAH EAU DE PARFUM 100 ML","offer_id":48660484718848,"sku":null,"price":37.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/3189\/1968\/files\/FullSizeRender_72e09b32-fc22-4cf9-93af-808777c30a96.jpg?v=1777464721","url":"https:\/\/themedaid.com\/products\/lattafa-khamrah-eau-de-parfum-100-ml","provider":"The Medaid Store International","version":"1.0","type":"link"}