{"title":"Fragrances","description":null,"products":[{"product_id":"lattafa-khamrah-eau-de-parfum-100-ml","title":"LATTAFA KHAMRAH EAU DE PARFUM 100 ML","description":"\u003c!-- ================= Lattafa Khamrah — White \/ Black \/ Gold Card ================= --\u003e\n\u003cstyle\u003e\n    #khamrah-card{\n      \/* Light theme tokens *\/\n      --kh-bg:#ffffff;                \/* card background (white) *\/\n      --kh-ink:#121212;               \/* primary text (near-black) *\/\n      --kh-ink-dim:rgba(18,18,18,.72);\n      --kh-divider:rgba(0,0,0,.08);\n      --kh-panel:#fafafa;\n\n      \/* Accents: black, gold, amber (apple-juice \/ beer) *\/\n      --kh-gold:#c7a23a;              \/* rich gold *\/\n      --kh-gold-deep:#a8821f;         \/* deeper gold *\/\n      --kh-amber:#e6b255;             \/* apple-juice amber *\/\n      --kh-amber-deep:#d0902a;        \/* deeper amber *\/\n\n      --kh-radius:16px;\n      --kh-gap:clamp(16px,3vw,28px);\n\n      color:var(--kh-ink);\n      background:var(--kh-bg);\n      border:1px solid var(--kh-divider);\n      border-radius:var(--kh-radius);\n      padding:var(--kh-gap);\n      line-height:1.6;\n      font-family:system-ui,-apple-system,Segoe UI,Roboto,\"Helvetica Neue\",Arial;\n      box-shadow:0 10px 28px rgba(0,0,0,.05);\n      position:relative; overflow:hidden;\n    }\n    #khamrah-card *{box-sizing:border-box}\n\n    \/* Subtle gilded corner glow *\/\n    #khamrah-card::after{\n      content:\"\";\n      position:absolute; inset:-30% -30% auto auto; width:60%; height:60%;\n      background:radial-gradient(60% 60% at 80% 20%, rgba(230,178,85,.16), transparent 60%);\n      pointer-events:none;\n    }\n\n    \/* Header *\/\n    #kh-header{display:grid; gap:10px; margin-bottom:var(--kh-gap)}\n    #kh-title{\n      margin:0; font-weight:850; letter-spacing:.2px;\n      font-size:clamp(22px,3.2vw,32px);\n      display:flex; align-items:center; gap:.6rem;\n    }\n    .kh-crest{\n      width:1.3em; height:1.3em; flex:0 0 auto;\n      display:inline-block;\n      filter:drop-shadow(0 1px 2px rgba(0,0,0,.18));\n    }\n    #kh-sub{color:var(--kh-ink-dim); font-size:clamp(14px,2.2vw,16px)}\n\n    \/* Divider line with gold gradient *\/\n    .kh-rule{\n      height:1px; border:0; margin:10px 0 0;\n      background:linear-gradient(90deg, transparent, var(--kh-amber), transparent);\n      opacity:.6;\n    }\n\n    \/* Specs grid *\/\n    .kh-specs{\n      display:grid; gap:12px;\n      grid-template-columns:repeat(auto-fit,minmax(160px,1fr));\n      background:var(--kh-panel);\n      border:1px solid var(--kh-divider);\n      border-radius:12px; padding:14px;\n    }\n    .kh-spec{display:flex; flex-direction:column; gap:4px}\n    .kh-k{font-size:13px; color:var(--kh-ink-dim); text-transform:uppercase; letter-spacing:.3px}\n    .kh-v{font-weight:650; font-size:15px}\n\n    \/* Notes cards *\/\n    .kh-section{ margin-top:var(--kh-gap) }\n    .kh-h{ margin:0 0 10px; font-weight:800; color:#000; font-size:18px }\n    .kh-notes{\n      display:grid; gap:14px;\n      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    }\n    .kh-note{\n      background:var(--kh-panel);\n      border:1px solid var(--kh-divider);\n      border-radius:12px; padding:14px;\n    }\n    .kh-note h4{ margin:0 0 8px; font-size:13px; color:var(--kh-ink-dim); text-transform:uppercase; letter-spacing:.4px }\n    .kh-chips{ display:flex; flex-wrap:wrap; gap:8px }\n    .kh-chip{\n      padding:6px 10px; border-radius:999px; font-size:13px; font-weight:650;\n      color:#111; background:rgba(230,178,85,.18);\n      border:1px solid rgba(167,132,31,.28);\n      transition:transform .2s;\n    }\n    .kh-chip:hover{ transform:scale(1.05) }\n\n    \/* Main Accords bars (gold → amber gradient) *\/\n    .kh-accords{ display:grid; gap:12px }\n    .kh-accord label{ display:flex; justify-content:space-between; font-size:14px; color:var(--kh-ink-dim) }\n    .kh-bar{\n      height:8px; border-radius:999px; background:rgba(0,0,0,.08); overflow:hidden;\n    }\n    .kh-bar i{\n      display:block; height:100%;\n      background:linear-gradient(90deg,var(--kh-gold),var(--kh-amber));\n      width:var(--w,50%); border-radius:999px;\n    }\n\n    \/* Similar \/ Inspired by *\/\n    .kh-compare{\n      margin-top:var(--kh-gap); padding:14px;\n      border:1px dashed rgba(167,132,31,.45);\n      border-radius:12px;\n      background:linear-gradient(90deg, rgba(231,189,96,.12), rgba(230,178,85,.08));\n    }\n    .kh-badge{\n      display:inline-flex; align-items:center; gap:8px;\n      padding:8px 14px; border-radius:999px; font-weight:800; color:#fff;\n      background:linear-gradient(180deg,var(--kh-gold),var(--kh-gold-deep));\n      box-shadow:0 8px 18px rgba(167,132,31,.26);\n      margin-right:10px; white-space:nowrap;\n    }\n\n    \/* Collapsible blocks *\/\n    details.kh-details{\n      margin-top:var(--kh-gap);\n      border:1px solid var(--kh-divider); border-radius:12px;\n      background:var(--kh-panel);\n    }\n    details.kh-details summary{\n      cursor:pointer; padding:12px 16px; list-style:none; font-weight:700;\n    }\n    details.kh-details[open] summary{ background:rgba(0,0,0,.03) }\n    details.kh-details \u003e div{ padding:12px 16px }\n\n    \/* Footer badges *\/\n    .kh-badges{ display:flex; flex-wrap:wrap; gap:10px; margin-top:var(--kh-gap) }\n    .kh-pill{\n      padding:8px 14px; border-radius:999px; font-weight:750; color:#111;\n      background:linear-gradient(180deg, #fff7e3, #ffe6b0);\n      border:1px solid rgba(167,132,31,.28);\n    }\n\n    \/* Responsive tweaks *\/\n    @media (max-width:680px){\n      .kh-note .kh-chips{ gap:6px }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"khamrah-card\" aria-labelledby=\"kh-title\"\u003e\n\u003c!-- Header --\u003e\u003cheader id=\"kh-header\"\u003e\n\u003ch2 id=\"kh-title\"\u003e\n\u003c!-- Minimal gold crest --\u003e \u003csvg class=\"kh-crest\" viewbox=\"0 0 64 64\" aria-hidden=\"true\"\u003e\n        \u003cdefs\u003e\n          \u003clineargradient id=\"gild\" x1=\"0\" x2=\"1\"\u003e\n            \u003cstop offset=\"0\" stop-color=\"#e6b255\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"1\" stop-color=\"#a8821f\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n        \u003c\/defs\u003e\n        \u003cpath d=\"M32 6l8 12 14 4-10 10 2 14-14-6-14 6 2-14L10 22l14-4z\" fill=\"url(#gild)\" stroke=\"#000\" stroke-opacity=\".08\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Lattafa Khamrah — 100ml EDP\u003c\/h2\u003e\n\u003cp id=\"kh-sub\"\u003eOriental–spicy luxury: sparkling bergamot and warm cinnamon over a creamy heart of praline and fruits, resting on opulent vanilla, oud, myrrh, amber, tonka and benzoin.\u003c\/p\u003e\n\u003chr class=\"kh-rule\"\u003e\u003c\/header\u003e\u003c!-- Quick Specs --\u003e\n\u003csection class=\"kh-specs\" aria-label=\"Key specifications\"\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003eLattafa\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eFamily\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003eOriental • Spicy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eVolume\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003e100 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eLongevity\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003eLong-lasting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eOccasions\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003eEvening • Special events\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-spec\"\u003e\n\u003cdiv class=\"kh-k\"\u003eBottle\u003c\/div\u003e\n\u003cdiv class=\"kh-v\"\u003eLuxurious crystal design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Fragrance Notes --\u003e\n\u003csection class=\"kh-section\" aria-label=\"Fragrance notes\"\u003e\n\u003ch3 class=\"kh-h\"\u003eFragrance Notes\u003c\/h3\u003e\n\u003cdiv class=\"kh-notes\"\u003e\n\u003cdiv class=\"kh-note\"\u003e\n\u003ch4\u003eTop\u003c\/h4\u003e\n\u003cdiv class=\"kh-chips\"\u003e\n\u003cspan class=\"kh-chip\"\u003eBergamot\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eCinnamon\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eClary Sage\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eSpices\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-note\"\u003e\n\u003ch4\u003eHeart\u003c\/h4\u003e\n\u003cdiv class=\"kh-chips\"\u003e\n\u003cspan class=\"kh-chip\"\u003ePraline\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eSweet Fruity Notes\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eTuberose\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eRose\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eSaffron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-note\"\u003e\n\u003ch4\u003eBase\u003c\/h4\u003e\n\u003cdiv class=\"kh-chips\"\u003e\n\u003cspan class=\"kh-chip\"\u003eVanilla\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eOud\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eMyrrh\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eAmber\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eTonka Bean\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eBenzoin\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003eMusk\u003c\/span\u003e \u003cspan class=\"kh-chip\"\u003ePrecious Woods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Main Accords (editable weights; can be mapped to metafield) --\u003e\n\u003csection class=\"kh-section\" aria-label=\"Main accords\"\u003e\n\u003ch3 class=\"kh-h\"\u003eMain Accords\u003c\/h3\u003e\n\u003cdiv class=\"kh-accords\"\u003e\n\u003c!-- If you maintain custom.main_accords (e.g., \"Spicy:85,Amber:70,Vanilla:65,Woody:55,Oud:45,Sweet:40\")\n           you can replace these static bars by parsing it in Liquid. --\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eSpicy Warmth \u003cspan\u003e85%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 85%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eAmber Glow \u003cspan\u003e70%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 70%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eVanilla Sweetness \u003cspan\u003e65%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 65%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eWoody Depth \u003cspan\u003e55%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 55%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eOud Smoke \u003cspan\u003e45%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 45%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kh-accord\"\u003e\n\u003clabel\u003eSweet Gourmand \u003cspan\u003e40%\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"kh-bar\"\u003e\n\u003ci style=\"--w: 40%;\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Similar \/ Inspired by (optional metafield pull) --\u003e\n\u003csection class=\"kh-compare\" aria-label=\"Similar vibe\"\u003e\u003cspan class=\"kh-badge\"\u003e⚜️ Opulent Oriental\u003c\/span\u003e \u003cstrong\u003eSimilar Vibe \/ Inspired by:Kilian Angels\u003c\/strong\u003e\u003c\/section\u003e\n\u003c!-- Fragrance Evolution --\u003e\n\u003cdetails class=\"kh-details\"\u003e\n\u003csummary\u003eFragrance Evolution\u003c\/summary\u003e\n\u003cdiv\u003eOpens with exotic spices \u0026amp; bergamot → melts into praline, fruits, rose \u0026amp; saffron → settles in a deep, warm base of amber, oud, musk, vanilla, myrrh, tonka \u0026amp; benzoin.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ --\u003e\n\u003cdetails class=\"kh-details\"\u003e\n\u003csummary\u003eFAQ\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cb\u003eWhat does it smell like?\u003c\/b\u003e Rich, spicy opening with citrus lift; a creamy, sweet heart; and an opulent amber-oud dry-down.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eInspiration?\u003c\/b\u003e The grandeur of Eastern perfumery—luxury, warmth, and ceremony.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eEveryday wear?\u003c\/b\u003e Best for evenings \u0026amp; special occasions; powerful enough to leave a lasting impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Badges --\u003e\n\u003cdiv class=\"kh-badges\"\u003e\n\u003cspan class=\"kh-pill\"\u003e🕯️ Amber-Spicy Aura\u003c\/span\u003e \u003cspan class=\"kh-pill\"\u003e🕰️ Long-Lasting\u003c\/span\u003e \u003cspan class=\"kh-pill\"\u003e🖤 Unisex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= End Khamrah Card ================= --\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":44187527348467,"sku":"","price":29.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5563.jpg?v=1752363468"},{"product_id":"lattafa-badee-al-oud-amethyst-eau-de-parfum-100-ml","title":"LATTAFA BADEE AL OUD AMETHYST EAU DE PARFUM 100 ML","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cspan\u003eBade’e Al Oud\/Oud for Glory by Lattafa Perfumes is an oriental, warm and woody fragrance launched in 2020. It has an excellent sillage. The most stunnig oud for exceptional tastes. The fragrance opens with sweet notes of Saffron, Lavender and Nutmeg. Its heart is composed of notes of Agarwood (Oud) and Patchouli whereas the base notes are essentially Agarwood (Oud), Musk and Patchouli.\u003c\/span\u003e\u003c\/p\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":44187609497843,"sku":"","price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/FullSizeRender_27187946-1f18-4cd2-b827-15f7a388e543.jpg?v=1704143019"},{"product_id":"lattafa-mayar-eau-de-parfum-100ml","title":"LATTAFA MAYAR EAU DE PARFUM 100ML","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch1\u003e\n\u003cspan\u003eLATTAFA MAYAR IS A PERFUME THAT IS GREAT FOR SPRING\/SUMMER. IT HAS SOME BITTER REFRESHING FRUITINESS WITH SOME NICE WHITE FLORALS. \u003c\/span\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003ch1\u003e\n\u003cspan\u003e1- FRAGRANCE FOR WOMEN.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e2- TOP NOTES IS TANGERINE.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e3- MIDDLE NOTE ARE HONEYSUCKLE AND PARSLEY.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e4- BASE NOTES ARE TUBEROSE AND NEROLI.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":44187613757683,"sku":"","price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-6463.jpg?v=1752861060"},{"product_id":"lattafa-yara-eau-de-parfum","title":"Lattafa - Yara Eau De Parfum","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eYara by Lattafa Perfumes\u003c\/title\u003e\n  \u003cstyle\u003e\n    body {\n      font-family: Arial, sans-serif;\n      color: #333;\n      background-color: #fff;\n      margin: 0;\n      padding: 0;\n    }\n    .content-wrapper {\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 8px;\n      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n      margin: 20px auto;\n      max-width: 1200px;\n      position: relative;\n      border: 2px solid #ffb6c1;\n    }\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      animation: fadeIn 2s ease-in-out;\n    }\n    .header h1 {\n      font-size: 2.5em;\n      color: #ffb6c1;\n      margin: 0;\n      text-shadow: 2px 2px 4px rgba(255, 192, 203, 0.5);\n    }\n    .header p {\n      font-size: 1.2em;\n      color: #666;\n      margin: 10px 0;\n    }\n    .description {\n      font-size: 1.2em;\n      line-height: 1.8;\n      color: #333;\n      margin-bottom: 20px;\n      animation: slideIn 2s ease-in-out;\n    }\n    .details, .points, .progress-bar-container {\n      margin-bottom: 30px;\n    }\n    .details h3, .points h3 {\n      color: #ffb6c1;\n      font-size: 1.8em;\n      margin: 0 0 15px 0;\n      text-shadow: 1px 1px 3px rgba(255, 192, 203, 0.5);\n    }\n    .details p, .points ul li {\n      font-size: 1.1em;\n      margin: 10px 0;\n      color: #333;\n    }\n    .details ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .details ul li {\n      margin: 10px 0;\n      display: flex;\n      align-items: center;\n    }\n    .details ul li::before {\n      content: '✨';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #ffb6c1;\n    }\n    .points ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .points ul li {\n      margin: 10px 0;\n      padding: 10px;\n      border-bottom: 1px solid #ddd;\n      display: flex;\n      align-items: center;\n      transition: background-color 0.3s ease;\n    }\n    .points ul li:hover {\n      background-color: #ffe4e1;\n    }\n    .points ul li::before {\n      content: '🌟';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #ffb6c1;\n    }\n    .progress-bar-container {\n      margin: 20px 0;\n    }\n    .progress-bar {\n      height: 25px;\n      border-radius: 12px;\n      background-color: #ddd;\n      position: relative;\n      overflow: hidden;\n      margin-bottom: 10px;\n      box-shadow: 0 4px 8px rgba(255, 182, 193, 0.5);\n    }\n    .progress-bar span {\n      display: block;\n      height: 100%;\n      width: 0;\n      background-color: #ffb6c1;\n      position: absolute;\n      top: 0;\n      left: 0;\n      transition: width 1s ease-in-out;\n      box-shadow: 0 0 8px rgba(255, 182, 193, 0.7);\n    }\n    .progress-bar-label {\n      position: absolute;\n      width: 100%;\n      text-align: center;\n      line-height: 25px;\n      color: #fff;\n      font-size: 1em;\n      font-weight: bold;\n    }\n    .footer {\n      text-align: center;\n      margin-top: 20px;\n    }\n    .footer p {\n      font-size: 1em;\n      color: #666;\n    }\n    .faq-section {\n      margin-top: 30px;\n    }\n    .faq-section h2 {\n      font-size: 1.8em;\n      color: #ffb6c1;\n      margin-bottom: 15px;\n      text-shadow: 1px 1px 3px rgba(255, 192, 203, 0.5);\n      text-align: center;\n    }\n    .faq {\n      margin: 10px 0;\n    }\n    .faq button {\n      background-color: #ffb6c1;\n      color: #000;\n      border: none;\n      border-radius: 5px;\n      padding: 15px;\n      width: 100%;\n      text-align: left;\n      font-size: 1.1em;\n      cursor: pointer;\n      outline: none;\n      transition: background-color 0.3s ease, box-shadow 0.3s ease;\n      box-shadow: 0 4px 8px rgba(255, 182, 193, 0.5);\n    }\n    .faq button:hover {\n      background-color: #ff8c9e;\n      box-shadow: 0 6px 12px rgba(255, 182, 193, 0.7);\n    }\n    .faq-content {\n      display: none;\n      padding: 15px;\n      border: 1px solid #ddd;\n      border-radius: 5px;\n      background-color: #f9f9f9;\n      color: #333;\n    }\n    .faq-content.active {\n      display: block;\n      animation: fadeInUp 1s ease-in-out;\n    }\n    @media (max-width: 600px) {\n      .header h1 {\n        font-size: 1.8em;\n      }\n      .description, .details h3, .points h3, .points ul li, .details ul li {\n        font-size: 1em;\n      }\n    }\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n    @keyframes slideIn {\n      from { transform: translateY(20px); opacity: 0; }\n      to { transform: translateY(0); opacity: 1; }\n    }\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"content-wrapper\"\u003e\n    \u003cheader class=\"header\"\u003e\n      \u003ch1\u003eYara by Lattafa Perfumes\u003c\/h1\u003e\n      \u003cp\u003eElegance and Confidence in Every Spritz\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"description\"\u003e\n      \u003cp\u003e\n        Discover the enchanting allure of \u003cstrong\u003eYara by Lattafa Perfumes\u003c\/strong\u003e, a luxurious Oriental Floral fragrance crafted for the modern woman. This exquisite perfume combines an intricate blend of exotic and sophisticated notes, designed to make every moment memorable, whether it’s an ordinary day or a special occasion. Immerse yourself in a scent that speaks of elegance, confidence, and timeless femininity.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"details\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Lattafa\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFragrance Family:\u003c\/strong\u003e Oriental Floral\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVolume:\u003c\/strong\u003e 100ml\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Long-lasting, with a beautiful dry-down that evolves throughout the day.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Ideal for both daily wear and special occasions.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Elegant and luxurious bottle design, perfect for display.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"points\"\u003e\n      \u003ch3\u003eFragrance Notes:\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e Tangerine 🍊, Heliotrope 🌸, Orchid 🌺\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHeart Notes:\u003c\/strong\u003e Tropical Notes 🍍, Gourmand 🍬\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e Vanilla 🍦, Sandalwood 🌿, Musk 🐾\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"progress-bar-container\"\u003e\n      \u003cdiv class=\"progress-bar\"\u003e\n        \u003cspan style=\"width: 60%;\"\u003e\u003c\/span\u003e\n        \u003cdiv class=\"progress-bar-label\"\u003eFragrance Evolution\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eThis fragrance starts with a fruity and almost liquor-like opening, transitioning to a warm, musky vanilla scent with hints of sandalwood peeking through. It maintains a powdery undertone throughout its wear.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"faq-section\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e1. What does Lattafa Yara smell like?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eLattafa Yara begins with a fruity and liquor-like scent upon first spray. As it develops, it evolves into a warm, musky vanilla fragrance with subtle hints of sandalwood. The scent remains powdery throughout its wear.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e2. What is Yara perfume inspired by?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eYara is inspired by the opulence of the Orient, offering a sensory journey filled with intrigue and allure. The fragrance reveals a harmonious blend of sweet, vanilla, and powdery notes, evoking a sense of indulgence and luxury.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e3. Is Yara a sweet perfume?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eYara is a floral perfume with a creamy and slightly powdery quality. It is sweet but not overly gourmand. The fragrance offers a flowery sweetness that is both elegant and refined.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"footer\"\u003e\n      \u003cp\u003eIndulge in the timeless elegance of Yara. Perfect for any occasion, this fragrance is your key to making a lasting impression.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    document.querySelectorAll('.faq-toggle').forEach(button =\u003e {\n      button.addEventListener('click', () =\u003e {\n        const content = button.nextElementSibling;\n        content.classList.toggle('active');\n        button.classList.toggle('active');\n      });\n    });\n  \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":44955379237107,"sku":"","price":19.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5565.jpg?v=1752362825"},{"product_id":"lattafa-badee-al-oud-amethyst-for-women-and-men","title":"Lattafa Bade'e Al Oud Amethyst for Women and Men","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eUse \u003cstrong\u003eBade'e Al Oud Amethyst by Lattafa Perfumes\u003c\/strong\u003eto establish a \u003cstrong\u003eclassy and inviting\u003c\/strong\u003e atmosphere. This captivating fragrance is a beautiful blend, suitable for both women and men.\u003c\/p\u003e\n\u003cp data-sourcepos=\"7:1-7:408\"\u003eThe scent opens with a touch of spicy pink pepper and refreshing bergamot, like a vibrant first impression. Its heart unfolds with a luxurious bouquet of Turkish and Bulgarian roses, intertwined with delicate jasmine, creating a sense of elegance and timeless beauty. As the fragrance settles, a warm and inviting base of agarwood (oud), amber, and vanilla emerges, leaving a trail of mystery and sensuality.\u003c\/p\u003e\n\u003cp data-sourcepos=\"9:1-9:131\"\u003eBade'e Al Oud Amethyst is \u003cstrong\u003eperfect for special occasions or everyday wear\u003c\/strong\u003e, adding a touch of luxury and confidence to your presence.\u003c\/p\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45867185340659,"sku":"","price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/4B239BA1-1F0D-44D4-A11C-1722C1711400.jpg?v=1718797081"},{"product_id":"al-wisam","title":"Rasasi Al Wisam","description":"\u003cbody\u003e\n\u003cp data-sourcepos=\"5:1-5:105\"\u003eEnjoy a sophisticated and energizing scent with Al Wisam Day by Rasasi, an alluring scent tailored for modern men.\u003c\/p\u003e\n\u003cp data-sourcepos=\"5:1-5:105\"\u003eWith a rush of citrus bergamot, relaxing lavender, and refreshing geranium, this exhilarating perfume opens up and leaves you feeling energised and ready to take on the day. Rich rose, creamy sandalwood, and earthy clary sage provide a distinctive center that adds depth and richness to the smell as it develops. Ultimately, a robust base of earthy oakmoss, musky agarwood (oud), and warm amber leaves a persistent trail of success and confidence.\u003cbr\u003e\u003cbr\u003eAl Wisam Day is the ideal daily partner, appropriate for every occasion. Its adaptable and energizing aroma is certain to make an impression, giving you the confidence and flair to take on the day.\u003cbr\u003e\u003c\/p\u003e\n\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eRasasi Al Wissam\u003c\/title\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            color: #333;\n            background-color: #ffffff; \/* Ensure background is white *\/\n            margin: 0;\n            padding: 0;\n        }\n        .content-wrapper {\n            background-color: #ffffff; \/* Background for content *\/\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n            margin: 20px auto;\n            max-width: 1200px;\n            position: relative;\n            border: 2px solid #4a2c2a; \/* Updated border color *\/\n        }\n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            animation: fadeIn 2s ease-in-out;\n        }\n        .header h1 {\n            font-size: 2.5em;\n            color: #4a2c2a; \/* Updated color *\/\n            margin: 0;\n            text-shadow: 2px 2px 4px rgba(74, 44, 42, 0.5); \/* Updated color *\/\n        }\n        .header p {\n            font-size: 1.2em;\n            color: #666;\n            margin: 10px 0;\n        }\n        .description {\n            font-size: 1.2em;\n            line-height: 1.8;\n            color: #333;\n            margin-bottom: 20px;\n            animation: slideIn 2s ease-in-out;\n        }\n        .details, .points, .progress-bar-container {\n            margin-bottom: 30px;\n        }\n        .details h3, .points h3 {\n            color: #4a2c2a; \/* Updated color *\/\n            font-size: 1.8em;\n            margin: 0 0 15px 0;\n            text-shadow: 1px 1px 3px rgba(74, 44, 42, 0.5); \/* Updated color *\/\n        }\n        .details p, .points ul li {\n            font-size: 1.1em;\n            margin: 10px 0;\n            color: #333;\n        }\n        .details ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .details ul li {\n            margin: 10px 0;\n            display: flex;\n            align-items: center;\n        }\n        .details ul li::before {\n            content: '✨';\n            margin-right: 10px;\n            font-size: 1.5em;\n            color: #4a2c2a; \/* Updated color *\/\n        }\n        .points ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .points ul li {\n            margin: 10px 0;\n            padding: 10px;\n            border-bottom: 1px solid #ddd;\n            display: flex;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n        .points ul li:hover {\n            background-color: #eaeaea; \/* Light grey background on hover *\/\n        }\n        .points ul li::before {\n            content: '🌟';\n            margin-right: 10px;\n            font-size: 1.5em;\n            color: #4a2c2a; \/* Updated color *\/\n        }\n        .progress-bar-container {\n            margin: 20px 0;\n        }\n        .progress-bar {\n            height: 25px;\n            border-radius: 12px;\n            background-color: #ddd;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 10px;\n            box-shadow: 0 4px 8px rgba(74, 44, 42, 0.5); \/* Updated color *\/\n        }\n        .progress-bar span {\n            display: block;\n            height: 100%;\n            width: 0;\n            background-color: #4a2c2a; \/* Updated color *\/\n            position: absolute;\n            top: 0;\n            left: 0;\n            transition: width 1s ease-in-out;\n            box-shadow: 0 0 8px rgba(74, 44, 42, 0.7); \/* Updated color *\/\n        }\n        .progress-bar-label {\n            position: absolute;\n            width: 100%;\n            text-align: center;\n            line-height: 25px;\n            color: #fff;\n            font-size: 1em;\n            font-weight: bold;\n        }\n        .footer {\n            text-align: center;\n            margin-top: 20px;\n        }\n        .footer p {\n            font-size: 1em;\n            color: #666;\n        }\n        .faq-section {\n            margin-top: 30px;\n        }\n        .faq-section h2 {\n            font-size: 1.8em;\n            color: #4a2c2a; \/* Updated color *\/\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(74, 44, 42, 0.5); \/* Updated color *\/\n            text-align: center;\n        }\n        .faq {\n            margin: 10px 0;\n        }\n        .faq button {\n            background-color: #4a2c2a; \/* Updated color *\/\n            color: #fff;\n            border: none;\n            border-radius: 5px;\n            padding: 15px;\n            width: 100%;\n            text-align: left;\n            font-size: 1.1em;\n            cursor: pointer;\n            outline: none;\n            transition: background-color 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 4px 8px rgba(74, 44, 42, 0.5); \/* Updated color *\/\n        }\n        .faq button:hover {\n            background-color: #3b1e1b; \/* Updated color *\/\n            box-shadow: 0 6px 12px rgba(74, 44, 42, 0.7); \/* Updated color *\/\n        }\n        .faq-content {\n            display: none;\n            padding: 15px;\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            background-color: #f9f9f9;\n            color: #333;\n        }\n        .faq-content.active {\n            display: block;\n            animation: fadeInUp 1s ease-in-out;\n        }\n        @media (max-width: 600px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            .description, .details h3, .points h3, .points ul li, .details ul li {\n                font-size: 1em;\n            }\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n        @keyframes slideIn {\n            from { transform: translateY(20px); opacity: 0; }\n            to { transform: translateY(0); opacity: 1; }\n        }\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"content-wrapper\"\u003e\n        \u003cheader class=\"header\"\u003e\n            \u003ch1\u003eRasasi Al Wissam\u003c\/h1\u003e\n            \u003cp\u003eA Statement of Elegance and Luxury\u003c\/p\u003e\n        \u003c\/header\u003e\n        \u003csection class=\"description\"\u003e\n            \u003cp\u003eDiscover the regal allure of \u003cstrong\u003eRasasi Al Wissam\u003c\/strong\u003e, an exceptional fragrance that embodies opulence and sophistication. Crafted by Rasasi, this perfume blends luxurious notes of spices, floral, and woody elements, creating a scent that is both bold and refined. Ideal for making a memorable impression, Al Wissam is perfect for those who appreciate the finer things in life.\u003c\/p\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"details\"\u003e\n            \u003ch3\u003eProduct Details\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Rasasi\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eFragrance Family:\u003c\/strong\u003e Oriental Spicy\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVolume:\u003c\/strong\u003e 100ml\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Long-lasting with a complex, evolving aroma.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Perfect for evening wear and special occasions.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Elegant and luxurious bottle, designed to reflect the richness of the fragrance.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"points\"\u003e\n            \u003ch3\u003eFragrance Notes:\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e Saffron 🌟, Cardamom 🌿\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHeart Notes:\u003c\/strong\u003e Rose 🌹, Jasmine 🌸\n                \u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e Oud 🌳, Amber 🟠, Musk 🐾\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"progress-bar-container\"\u003e\n            \u003cdiv class=\"progress-bar\"\u003e\n                \u003cspan style=\"width: 80%;\"\u003e\u003c\/span\u003e\n                \u003cdiv class=\"progress-bar-label\"\u003eFragrance Evolution\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eRasasi Al Wissam opens with an intriguing blend of saffron and cardamom, leading to a heart enriched with the elegance of rose and jasmine. The fragrance deepens into a rich, woody base of oud and amber, complemented by a hint of musk, ensuring a sophisticated and long-lasting impression.\u003c\/p\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"faq-section\"\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cdiv class=\"faq\"\u003e\n                \u003cbutton class=\"faq-toggle\"\u003e1. What does Rasasi Al Wissam smell like?\u003c\/button\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n                    \u003cp\u003eRasasi Al Wissam presents a complex and luxurious scent profile. It begins with a spicy and aromatic opening of saffron and cardamom, transitions into a floral heart of rose and jasmine, and concludes with a rich base of oud, amber, and musk. The fragrance is both bold and elegant.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq\"\u003e\n                \u003cbutton class=\"faq-toggle\"\u003e2. What inspired the creation of Al Wissam?\u003c\/button\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n                    \u003cp\u003eAl Wissam draws inspiration from the grandeur and opulence of Eastern perfumery traditions. The fragrance is designed to evoke a sense of luxury and sophistication, blending traditional ingredients with a modern twist to create an unforgettable scent experience.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq\"\u003e\n                \u003cbutton class=\"faq-toggle\"\u003e3. Is Rasasi Al Wissam suitable for everyday wear?\u003c\/button\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n                    \u003cp\u003eRasasi Al Wissam, with its rich and complex scent, is more suited for evening wear and special occasions. Its deep, spicy, and woody notes are designed to make a memorable impact and are best appreciated in a setting where its full character can be enjoyed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"footer\"\u003e\n            \u003cp\u003eExperience the elegance of Rasasi Al Wissam. Ideal for moments that call for sophistication and a lasting impression.\u003c\/p\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n        document.querySelectorAll('.faq-toggle').forEach(button =\u003e {\n            button.addEventListener('click', () =\u003e {\n                const content = button.nextElementSibling;\n                content.classList.toggle('active');\n                button.classList.toggle('active');\n            });\n        });\n    \u003c\/script\u003e\n\n\n\n\n\n\n    \u003c\/body\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961580282099,"sku":null,"price":38.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/d0c6f02cee6606e9dfd59f23f597e30d.png?v=1720445180"},{"product_id":"faqat-lil-rijal","title":"Rasasi Faqat Lil Rijal for Men","description":"\u003cp\u003eShow a sophisticated and powerful vibe with \u003cstrong\u003eFaqat Lil Rijal by Rasasi\u003c\/strong\u003e, a seductive scent for men.\u003c\/p\u003e\n\u003cp\u003eWith its strong opening notes of oud, saffron, and bergamot, this strong fragrance \u003cstrong\u003egrabs attention\u003c\/strong\u003e right away and makes a lasting impact. A distinct heart of rice, cardamom, jasmine, and geranium opens up as the scent develops, offering a touch of warmth and interesting complexity. Last but not least, a strong foundation of oud, leather, patchouli, sandalwood, and musk produces a rich, lasting scent that denotes assurance and achievement.\u003c\/p\u003e\n\u003cp\u003eThe ideal option for a man who enjoys a \u003cstrong\u003estrong and elegant scent\u003c\/strong\u003e is Faqat Lil Rijal. This alluring aroma is guaranteed to grab attention and gain respect, whether you're making a strong entry at a business meeting or creating a lasting impression on a special event.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961580511475,"sku":null,"price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5844.jpg?v=1752505143"},{"product_id":"egra-woman","title":"Rasasi Egra Woman","description":"\u003cp\u003e\u003cstrong\u003e\u003c\/strong\u003eIntroducing Egra Woman, a captivating scent that will awaken your senses! With top notes of Pepper, Water Lily, Freesia and Bergamot, and a heart of Jasmine, Orange Blossom and Plum, this fragrance will transport you to a beautiful garden full of blooming flowers. The base notes of Musk, Patchouli and Sandalwood add depth and sophistication to this 100ml bottle. Experience the passion and inspiration of Egra Woman today! \u003cspan data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961581002995,"sku":null,"price":21.25,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5842.jpg?v=1752504682"},{"product_id":"oudh-al-abiyad","title":"Rasasi Oudh Al Abiyad","description":"\u003cp\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003eThis product boasts top notes of Bergamot, Ciste Germanium, and Rose, with a heart of Precious Woods, Lily of the Valley, Cedar Wood, Lilac, and Sandalwood, and a base of Woody, Musky, Mossy, and Ambary Tones, all in a 50ml size.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582444787,"sku":null,"price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5840.jpg?v=1752504185"},{"product_id":"shuhrah-pour-homme","title":"Rasasi Shuhrah Pour Homme","description":"\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\nDiscover the captivating scents of Tomato Leaf, Freesia, and Rose in the top notes, followed by the elegant blend of Rose, Sandalwood, Jasmine, and Cedar in the heart. The final base notes of Leather, Agarwood (Oud), Musk, Oakmoss, and Amber add a touch of sophistication and allure to this 90ml fragrance.\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582510323,"sku":null,"price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-0238.jpg?v=1740776831"},{"product_id":"shuhrah-pour-femme","title":"Rasasi Shuhrah Pour Femme","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Infuse your senses with the invigorating blend of Sage and Lemon, followed by a delicate heart of Lily-of-the-Valley, Jasmine, and Iris. The base notes of Patchouli, Agarwood (Oud), Musk, and Ambergris provide a captivating finish to this 90ml bottle, making it a must-have for any fragrance lover.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582641395,"sku":null,"price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5835.jpg?v=1752503928"},{"product_id":"rumz-al-rasasi-pour-lui-zebra","title":"Rumz Al Rasasi 9325 Pour Lui","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Experience the irresistible and seductive scent of Rumz Al Rasasi 9325 Pour Lui. Let yourself be enchanted by the top notes of pineapple, lime, lemon, bergamot, black pepper, plum, and pear, which are perfectly balanced with heart notes of jasmine, freesia, and lily-of-the-valley. The base notes of ambergris, cedar, leather, white musk, oakmoss, and patchouli create a long-lasting and alluring aroma. Available in a convenient 50ml size, this fragrance is a must-have for any true scent connoisseur.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582674163,"sku":null,"price":30.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5833.jpg?v=1752503808"},{"product_id":"rumz-al-rasasi-pour-elle-zebra","title":"Rumz Al Rasasi 9325 Pour Elle","description":"\u003cdiv id=\"tb-rumz-9325-elle\" itemprop=\"description\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n  \u003cstyle\u003e\n    \/* ===== Rumz Al Rasasi 9325 Pour Elle — Zebra theme (scoped) ===== *\/\n    #tb-rumz-9325-elle{\n      --bg:#ffffff;\n      --fg:#111214;\n      --muted:rgba(17,18,20,.68);\n      --ring:rgba(17,18,20,.08);\n      --zebra-dark:#0f0f10;\n      --zebra-light:#f6f7f8;\n      --accent:#111214; \/* chic black accent *\/\n      --chip:#f3f4f6;\n      --radius:14px;\n      --shadow:0 6px 24px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);\n      color:var(--fg);\n      background: var(--bg);\n      border:1px solid var(--ring);\n      border-radius:var(--radius);\n      padding: clamp(16px, 2.6vw, 32px);\n      position:relative; overflow:hidden; isolation:isolate;\n    }\n\n    \/* Subtle animated \"zebra silk\" background *\/\n    #tb-rumz-9325-elle::before{\n      content:\"\"; position:absolute; inset:-10% -30% auto -30%;\n      height:120vmax; width:160vmax; z-index:-1; opacity:.08;\n      background:\n        repeating-linear-gradient(65deg, var(--zebra-dark) 0 22px, var(--zebra-light) 22px 56px);\n      filter:blur(10px);\n      animation: tbZebraWave 28s linear infinite;\n      transform-origin: 50% 50%;\n    }\n    @keyframes tbZebraWave {\n      0%   { transform: translate3d(0,0,0) rotate(0deg) scale(1); }\n      50%  { transform: translate3d(1%, -1%, 0) rotate(180deg) scale(1.03); }\n      100% { transform: translate3d(0,0,0) rotate(360deg) scale(1); }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      #tb-rumz-9325-elle::before { animation:none; }\n    }\n\n    \/* Header *\/\n    #tb-rumz-9325-elle .head{ display:grid; gap:.55rem; margin-bottom:.8rem; }\n    #tb-rumz-9325-elle h2{\n      margin:0; font-weight:800; letter-spacing:.2px;\n      font-size: clamp(1.25rem, 2.4vw, 1.6rem); line-height:1.15;\n    }\n    #tb-rumz-9325-elle .sub{ color:var(--muted); font-size:clamp(.92rem, 1.6vw, 1rem); }\n    #tb-rumz-9325-elle .badge{\n      display:inline-flex; align-items:center; gap:.5rem;\n      padding:.45rem .8rem; border-radius:999px;\n      background:#fff; border:1px solid var(--ring); box-shadow:var(--shadow);\n      font-weight:700; font-size:.85rem; color:var(--fg);\n    }\n    #tb-rumz-9325-elle .badge i{\n      width:18px; height:18px; display:inline-block; border-radius:3px;\n      background:\n        repeating-linear-gradient(120deg, #000 0 7px, #fff 7px 14px);\n      border:1px solid var(--ring);\n    }\n\n    \/* Intro *\/\n    #tb-rumz-9325-elle .intro{\n      margin:.5rem 0 1rem; color:var(--fg);\n      font-size:clamp(.98rem, 1.7vw, 1.05rem); line-height:1.6;\n    }\n\n    \/* Accords *\/\n    #tb-rumz-9325-elle .accords{\n      margin-top:1rem; padding:1rem; background:#fff;\n      border:1px dashed var(--ring); border-radius:12px;\n    }\n    #tb-rumz-9325-elle .accords h3{ margin:0 0 .7rem; font-size:1rem; }\n    #tb-rumz-9325-elle .chips{\n      display:grid; grid-template-columns:repeat(auto-fit, minmax(150px, 1fr)); gap:.6rem;\n    }\n    #tb-rumz-9325-elle .chip{\n      background:var(--chip); border:1px solid var(--ring); border-radius:12px;\n      padding:.6rem .7rem; display:grid; gap:.35rem;\n    }\n    #tb-rumz-9325-elle .chip b{ font-weight:700; }\n    #tb-rumz-9325-elle .bar{\n      height:6px; border-radius:999px; background:rgba(17,18,20,.10); overflow:hidden;\n    }\n    #tb-rumz-9325-elle .bar\u003ei{\n      display:block; height:100%;\n      background:linear-gradient(90deg, #000, #444);\n      width:var(--w,50%); transition:width .8s ease;\n    }\n\n    \/* Notes *\/\n    #tb-rumz-9325-elle .notes{ display:grid; gap:.9rem; grid-template-columns:repeat(3,1fr); margin-top:1.1rem; }\n    #tb-rumz-9325-elle .noteCol{\n      background:#fff; border:1px solid var(--ring); border-radius:12px; padding:.9rem; box-shadow:var(--shadow);\n    }\n    #tb-rumz-9325-elle .noteCol h4{ margin:0 0 .55rem; font-size:.95rem; letter-spacing:.2px; }\n    #tb-rumz-9325-elle .noteCol ul{ margin:0; padding-left:1.1rem; }\n\n    \/* Two-up *\/\n    #tb-rumz-9325-elle .grid2{ display:grid; gap:.9rem; grid-template-columns:repeat(2,1fr); margin-top:1.1rem; }\n    #tb-rumz-9325-elle .card{ background:#fff; border:1px solid var(--ring); border-radius:12px; padding:.9rem; }\n    #tb-rumz-9325-elle .card ul{ margin:.4rem 0 0; padding-left:1.1rem; }\n\n    .tagline{ margin-top:1rem; font-style:italic; color:var(--muted); font-size:.95rem; }\n    .tiny{ margin-top:.7rem; font-size:.82rem; color:var(--muted); }\n\n    \/* Responsive *\/\n    @media (max-width:720px){\n      #tb-rumz-9325-elle .notes{ grid-template-columns:1fr; }\n      #tb-rumz-9325-elle .grid2{ grid-template-columns:1fr; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"head\"\u003e\n    \u003cspan class=\"badge\" itemprop=\"brand\"\u003e\u003ci aria-hidden=\"true\"\u003e\u003c\/i\u003e Rasasi\u003c\/span\u003e\n    \u003ch2 itemprop=\"name\"\u003eRumz Al Rasasi 9325 Pour Elle — Eau de Parfum (Women)\u003c\/h2\u003e\n    \u003cdiv class=\"sub\"\u003eWoody • Powdery • Musky • Warm Spicy • Patchouli • Iris • Amber • Earthy • Ozonic\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"intro\" itemprop=\"description\"\u003e\n    \u003cstrong\u003eRumz Al Rasasi 9325 Pour Elle\u003c\/strong\u003e pairs a chic, powdery iris heart with modern woods and sensual musk,\n    accented by a warm spicy sparkle and airy ozonic lift. The result is an elegant “clean-yet-bold” trail that feels\n    sophisticated in the day and irresistibly polished at night—framed by the line’s signature \u003cem\u003ezebra\u003c\/em\u003e identity.\n  \u003c\/p\u003e\n\n  \u003c!-- Accords --\u003e\n  \u003csection class=\"accords\" aria-label=\"Main Accords\"\u003e\n    \u003ch3\u003eMain Accords\u003c\/h3\u003e\n    \u003cdiv class=\"chips\"\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Woody — strong\"\u003e\n        \u003cb\u003eWoody\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:78%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Powdery — strong\"\u003e\n        \u003cb\u003ePowdery\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:74%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Musky — prominent\"\u003e\n        \u003cb\u003eMusky\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:70%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Warm Spicy — accent\"\u003e\n        \u003cb\u003eWarm Spicy\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:48%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Patchouli — depth\"\u003e\n        \u003cb\u003ePatchouli\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:56%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Iris — powdery floral\"\u003e\n        \u003cb\u003eIris\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:60%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Amber — warmth\"\u003e\n        \u003cb\u003eAmber\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:44%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Earthy — nuance\"\u003e\n        \u003cb\u003eEarthy\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:38%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chip\" aria-label=\"Ozonic — airy lift\"\u003e\n        \u003cb\u003eOzonic\u003c\/b\u003e\n        \u003cdiv class=\"bar\"\u003e\u003ci style=\"--w:28%\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tiny\"\u003eAccord bars are indicative and may vary with skin chemistry and climate.\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Notes pyramid (crafted to match listed accords) --\u003e\n  \u003csection class=\"notes\" aria-label=\"Fragrance Notes\"\u003e\n    \u003cdiv class=\"noteCol\"\u003e\n      \u003ch4\u003eTop Notes\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eBergamot\u003c\/li\u003e\n        \u003cli\u003eGreen Apple\u003c\/li\u003e\n        \u003cli\u003eBlackcurrant\u003c\/li\u003e\n        \u003cli\u003eOzonic Notes\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"noteCol\"\u003e\n      \u003ch4\u003eHeart Notes\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eIris\u003c\/li\u003e\n        \u003cli\u003eRose\u003c\/li\u003e\n        \u003cli\u003eJasmine\u003c\/li\u003e\n        \u003cli\u003ePink Pepper\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"noteCol\"\u003e\n      \u003ch4\u003eBase Notes\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eMusk\u003c\/li\u003e\n        \u003cli\u003ePatchouli\u003c\/li\u003e\n        \u003cli\u003eAmber\u003c\/li\u003e\n        \u003cli\u003eCedarwood\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Highlights \u0026 Wear Guide --\u003e\n  \u003csection class=\"grid2\" aria-label=\"Highlights and Wear Guide\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003eWhy You’ll Love It\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eSignature \u003cstrong\u003epowdery-woody iris\u003c\/strong\u003e with clean musky elegance.\u003c\/li\u003e\n        \u003cli\u003eWarm spicy sparkles add modern confidence without overwhelming.\u003c\/li\u003e\n        \u003cli\u003eVersatile: office-appropriate yet refined for evenings.\u003c\/li\u003e\n        \u003cli\u003eIconic \u003cstrong\u003ezebra\u003c\/strong\u003e presentation—stylish and gift-worthy.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003eWhen to Wear\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eAll-season; shines in spring \u0026amp; autumn.\u003c\/li\u003e\n        \u003cli\u003eDay to night—meetings, dinners, and special occasions.\u003c\/li\u003e\n        \u003cli\u003ePairs beautifully with minimalist chic outfits.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"tagline\"\u003ePowdery iris wrapped in polished woods and musk—elegant, modern, unmistakably \u003cem\u003eRumz\u003c\/em\u003e.\u003c\/p\u003e\n\n  \u003cdiv class=\"tiny\"\u003e\n    • Product: \u003cspan itemprop=\"mpn\"\u003eRumz Al Rasasi 9325 Pour Elle\u003c\/span\u003e by \u003cspan itemprop=\"brand\"\u003eRasasi\u003c\/span\u003e.\u003cbr\u003e\n    • Category: \u003cspan itemprop=\"category\"\u003eEau de Parfum\u003c\/span\u003e. • Suitability: Women. • Box design: Zebra.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582772467,"sku":null,"price":29.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5802.jpg?v=1752501082"},{"product_id":"daarej-pour-homme","title":"Rasasi Daarej Pour Homme","description":"\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\nUnleash your senses with the aromatic Top notes of Cumin, Cardamom, and Artemisia, evoking a feeling of adventure and boldness. The captivating Heart of Rose and Orris Root adds a touch of romance and sophistication. Finally, the warm and alluring Base notes of Vanilla, Tonka Bean, Amber, Sandalwood, Patchouli, and Musk leave a lingering impression. Available in a convenient size of 100ml.\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582805235,"sku":null,"price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-0234.jpg?v=1740776539"},{"product_id":"daarej-pour-femme","title":"Rasasi Daarej Pour Femme","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cmeta name=\"description\" content=\"Discover Rasasi Daarej Pour Femme, a sophisticated Oriental Floral fragrance that embodies elegance and femininity. Perfect for daily wear and special occasions.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"Rasasi Daarej Pour Femme, Rasasi, women's perfume, Oriental Floral, luxury fragrance, long-lasting perfume, elegant scent\"\u003e\n  \u003cmeta name=\"author\" content=\"Your Brand Name\"\u003e\n  \u003ctitle\u003eRasasi Daarej Pour Femme - Elegant \u0026amp; Feminine Fragrance\u003c\/title\u003e\n  \u003cstyle\u003e\n    body {\n      font-family: Arial, sans-serif;\n      color: #333;\n      background-color: #ffffff;\n      margin: 0;\n      padding: 0;\n    }\n\n    .content-wrapper {\n      background-color: #ffffff;\n      padding: 30px;\n      border-radius: 8px;\n      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n      margin: 20px auto;\n      max-width: 1200px;\n      position: relative;\n      border: 1px solid #e5e5e5;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      animation: fadeIn 2s ease-in-out;\n    }\n\n    .header h1 {\n      font-size: 2.5em;\n      color: #c71585;\n      margin: 0;\n      text-shadow: 1px 1px 3px rgba(199, 21, 133, 0.3);\n    }\n\n    .header p {\n      font-size: 1.2em;\n      color: #666;\n      margin: 10px 0;\n    }\n\n    .description {\n      font-size: 1.2em;\n      line-height: 1.8;\n      color: #555;\n      margin-bottom: 20px;\n      animation: slideIn 2s ease-in-out;\n    }\n\n    .details, .points, .progress-bar-container {\n      margin-bottom: 30px;\n    }\n\n    .details h3, .points h3 {\n      color: #c71585;\n      font-size: 1.8em;\n      margin: 0 0 15px 0;\n      text-shadow: 1px 1px 3px rgba(199, 21, 133, 0.3);\n    }\n\n    .details p, .points ul li {\n      font-size: 1.1em;\n      margin: 10px 0;\n      color: #555;\n    }\n\n    .details ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .details ul li {\n      margin: 10px 0;\n      display: flex;\n      align-items: center;\n    }\n\n    .details ul li::before {\n      content: '✨';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #c71585;\n    }\n\n    .points ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .points ul li {\n      margin: 10px 0;\n      padding: 10px;\n      border-bottom: 1px solid #ddd;\n      display: flex;\n      align-items: center;\n      transition: background-color 0.3s ease;\n    }\n\n    .points ul li:hover {\n      background-color: #f8f0f5;\n    }\n\n    .points ul li::before {\n      content: '🌸';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #c71585;\n    }\n\n    .progress-bar-container {\n      margin: 20px 0;\n    }\n\n    .progress-bar {\n      height: 25px;\n      border-radius: 12px;\n      background-color: #ddd;\n      position: relative;\n      overflow: hidden;\n      margin-bottom: 10px;\n      box-shadow: 0 4px 8px rgba(199, 21, 133, 0.2);\n    }\n\n    .progress-bar span {\n      display: block;\n      height: 100%;\n      width: 0;\n      background-color: #c71585;\n      position: absolute;\n      top: 0;\n      left: 0;\n      transition: width 1s ease-in-out;\n      box-shadow: 0 0 8px rgba(199, 21, 133, 0.4);\n    }\n\n    .progress-bar-label {\n      position: absolute;\n      width: 100%;\n      text-align: center;\n      line-height: 25px;\n      color: #fff;\n      font-size: 1em;\n      font-weight: bold;\n    }\n\n    .footer {\n      text-align: center;\n      margin-top: 20px;\n    }\n\n    .footer p {\n      font-size: 1em;\n      color: #666;\n    }\n\n    .faq-section {\n      margin-top: 30px;\n    }\n\n    .faq-section h2 {\n      font-size: 1.8em;\n      color: #c71585;\n      margin-bottom: 15px;\n      text-shadow: 1px 1px 3px rgba(199, 21, 133, 0.3);\n      text-align: center;\n    }\n\n    .faq {\n      margin: 10px 0;\n    }\n\n    .faq button {\n      background-color: #c71585;\n      color: #fff;\n      border: none;\n      border-radius: 5px;\n      padding: 15px;\n      width: 100%;\n      text-align: left;\n      font-size: 1.1em;\n      cursor: pointer;\n      outline: none;\n      transition: background-color 0.3s ease, box-shadow 0.3s ease;\n      box-shadow: 0 4px 8px rgba(199, 21, 133, 0.2);\n    }\n\n    .faq button:hover {\n      background-color: #a0116b;\n      box-shadow: 0 6px 12px rgba(199, 21, 133, 0.4);\n    }\n\n    .faq-content {\n      display: none;\n      padding: 15px;\n      border: 1px solid #ddd;\n      border-radius: 5px;\n      background-color: #f9f9f9;\n      color: #555;\n    }\n\n    .faq-content.active {\n      display: block;\n      animation: fadeInUp 1s ease-in-out;\n    }\n\n    @media (max-width: 600px) {\n      .header h1 {\n        font-size: 1.8em;\n      }\n\n      .description, .details h3, .points h3, .points ul li, .details ul li {\n        font-size: 1em;\n      }\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n\n    @keyframes slideIn {\n      from { transform: translateY(20px); opacity: 0; }\n      to { transform: translateY(0); opacity: 1; }\n    }\n\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003cdiv class=\"content-wrapper\"\u003e\n    \u003cheader class=\"header\"\u003e\n      \u003ch1\u003eRasasi Daarej Pour Femme\u003c\/h1\u003e\n      \u003cp\u003eElegance and Femininity in Every Note\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"description\"\u003e\n      \u003cp\u003e\n        Immerse yourself in the enchanting world of \u003cstrong\u003eRasasi Daarej Pour Femme\u003c\/strong\u003e, a sophisticated Oriental Floral fragrance that celebrates femininity and grace. With its unique blend of floral and spicy notes, this perfume is designed for the confident woman who embraces her individuality.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"details\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Rasasi\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFragrance Family:\u003c\/strong\u003e Oriental Floral\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVolume:\u003c\/strong\u003e 100ml\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Long-lasting with a captivating dry-down.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Suitable for both daily wear and special occasions.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e A beautifully designed bottle that reflects the elegance within.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"points\"\u003e\n      \u003ch3\u003eFragrance Notes:\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e Coriander 🌿, Cardamom 🌰, Orange Blossom 🌼\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHeart Notes:\u003c\/strong\u003e Jasmine 🌸, Rose 🌹, Orris Root 🌾\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e Vanilla 🍦, Musk 🐾, Sandalwood 🌲\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"progress-bar-container\"\u003e\n      \u003cdiv class=\"progress-bar\"\u003e\n        \u003cspan style=\"width: 70%;\"\u003e\u003c\/span\u003e\n        \u003cdiv class=\"progress-bar-label\"\u003eFragrance Evolution\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eRasasi Daarej Pour Femme opens with a burst of spices and citrus, developing into a floral heart, and finally settling into a warm, musky base with a touch of sweetness.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"faq-section\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e1. What does Rasasi Daarej Pour Femme smell like?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eRasasi Daarej Pour Femme is a beautifully balanced fragrance with spicy top notes, a rich floral heart, and a warm, musky base. It’s a perfect blend of elegance and sensuality.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e2. Is Daarej Pour Femme suitable for everyday wear?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eYes, Daarej Pour Femme is versatile enough for daily wear as well as special occasions. Its long-lasting scent ensures you stay refreshed throughout the day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e3. How long does Daarej Pour Femme last?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eDaarej Pour Femme has impressive longevity, lasting for up to 8 hours or more on the skin, with a moderate to strong projection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"footer\"\u003e\n      \u003cp\u003eCelebrate your femininity with Rasasi Daarej Pour Femme, a fragrance that leaves a lasting impression wherever you go.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    document.querySelectorAll('.faq-toggle').forEach(button =\u003e {\n      button.addEventListener('click', () =\u003e {\n        const content = button.nextElementSibling;\n        content.classList.toggle('active');\n        button.classList.toggle('active');\n      });\n    });\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961582838003,"sku":null,"price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5831.jpg?v=1752503720"},{"product_id":"junoon-leather","title":"Rasasi Junoon Leather","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Discover the rich blend of Junoon Leather's Top notes of Cardamom and Agarwood (Oud), followed by the Heart notes of Amber, Spices, and Pepper. The base notes of Amber, Musk, and Agarwood (Oud) truly capture the essence of this exotic fragrance in a 50ml bottle. Experience the passion and inspiration behind this captivating scent.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583067379,"sku":"","price":63.75,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5829.jpg?v=1752503641"},{"product_id":"hawas-for-him","title":"Rasasi Hawas For Him","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Discover the captivating scent of Hawas For Him, featuring a blend of refreshing apple, bergamot, lemon, and spicy cinnamon in the top notes. Immerse yourself in the heart notes of watery accords, juicy plum, delicate orange blossom, and warm cardamom. The base notes of ambergris, musk, driftwood, and patchouli will leave a lasting impression. Available in a 100ml size.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583231219,"sku":null,"price":33.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5795.jpg?v=1752500611"},{"product_id":"hope-pour-femme","title":"Rasasi Hope Pour Femme","description":"\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\nIndulge in the exquisite blend of juicy melon and succulent plum, intertwined with the delicate fragrance of fresh roses and the warmth of musk and sandalwood. This 50ml bottle captures the essence of allure and elegance.\n\u003cdiv data-mce-fragment=\"1\" class=\"fragrantica-blockquote\" v-pre=\"\"\u003e\u003c\/div\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583263987,"sku":null,"price":19.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5827.jpg?v=1752503542"},{"product_id":"romance-for-men","title":"Rasasi Romance Forever","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003e\u003c\/span\u003e Indulge in the captivating scent of Romance Forever, featuring a blend of Petitgrain, Clary Sage, Artemisia, Bergamot, Cypress, Lemon, and Basil. Let the scents of Jasmine, Nutmeg, Rose, Iris, Mate, and Labdanum sweep you away to a world of indulgent romance. The base of Sandalwood, Amber, and Musk adds a luxurious touch to this 100ml fragrance.\u003cspan data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583427827,"sku":null,"price":19.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5822.jpg?v=1752503442"},{"product_id":"romance-for-women","title":"Rasasi Romance For Women","description":"\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\nExperience the exquisite scent of Romance For Women. The top notes of Hyacinth, Ylang-Ylang, Galbanum, Raspberry, Peach, and Apricot create a vibrant and invigorating blend. A heart of Jasmine and Rose adds a touch of classic femininity. The base notes of Powdery Notes, Sandalwood, Musk, Amber, and Cedar perfectly balance the fragrance. This 45ml size is perfect for on-the-go application, so you can carry the romance with you wherever you go. Indulge in the allure of Romance For Women today!\n\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583493363,"sku":null,"price":18.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/RomanceForWoman.jpg?v=1720445231"},{"product_id":"royale-blue","title":"Rasasi Royale Blue Pour Homme","description":"\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\nDiscover the captivating scent of Royale Blue Pour Homme featuring refreshing Sea Notes, zesty Bergamot, succulent Melon, and earthy Galbanum in its top notes. The heart of this fragrance blooms with elegant Lavender, delicate Violet, alluring Jasmine, and romantic Rose. The base notes of sensual Musk, warm Sandalwood, rich Cedar, deep Patchouli, and comforting Amber leave a lasting and irresistible impression. Available in a convenient 75ml size, this fragrance is a must-have for any man who appreciates quality and luxury.\n\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583821043,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5820.jpg?v=1752502195"},{"product_id":"royale-blue-pour-femme","title":"Rasasi Royale Blue Pour Femme","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Experience the invigorating fusion of Sea Notes, Galbanum, Bergamot, Melon, Apple, Orange, and Peach in our exquisite Royale Blue Pour Femme fragrance. Indulge in the sweet floral blend of Lavender, Jasmine, Peony, and Rose at the heart, while the rich and earthy scents of Patchouli, Cedar, Vetiver, Musk, and Amber linger in the base. With a 50ml size, this perfume is perfect for everyday use. Transform your senses and feel confident and alluring with Royale Blue Pour Femme.\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583853811,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5818.jpg?v=1752502089"},{"product_id":"emotion-pour-homme","title":"Rasasi Emotion Pour Homme","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e Discover the alluring scent of Emotion Pour Homme with its top notes of African Orange Flower and Bergamot, heart notes of Lavender, Rose, Violet, and Cinnamon, and base notes of Tonka Bean, Patchouli, Amber, Musk, and Sandalwood. Perfectly packaged in a 100ml size, this fragrance will awaken your senses and evoke strong emotions. Let this irresistible blend of scents ignite your passion and inspire you to experience a new level of confidence.\u003cspan data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961583984883,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5816.jpg?v=1752502029"},{"product_id":"emotion-pour-femme","title":"Rasasi  Emotion Pour Femme","description":"\u003cp\u003eIntroducing Emotion Pour Femme - a blend of refreshing Bergamot, Amalfi Lemon, Orange, and Mandarin Orange, combined with the exotic scents of Pineapple, Water Lily, Kiwi, and Jasmine. As you bask in its radiance, you'll also be captivated by the sweet and alluring notes of Freesia and Black Currant. And as a finishing touch, the delicate fragrances of Musk, Vanilla, Virginia Cedar, and Sandalwood will leave you feeling confident and empowered. Available in a 50ml size.\u003cspan data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584017651,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5814.jpg?v=1752501961"},{"product_id":"blue-for-men","title":"Rasasi  Blue For Men","description":"\u003cp\u003e \u003c\/p\u003e\nExperience the fresh and invigorating scent of Blue For Men. Top notes of mint and mandarin orange awaken the senses, while heart notes of pepper, rose, jasmine, geranium, and coriander add a touch of spice and elegance. The base of woodsy notes and amber creates a warm and long-lasting aroma. Available in a convenient 100ml size, perfect for everyday use.\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584214259,"sku":null,"price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-0232_fdb3a0f0-9923-4bf5-9850-ab6ed4016fbb.jpg?v=1740776409"},{"product_id":"relation-pour-homme","title":"Rasasi Relation Pour Homme","description":"\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\nThe energizing top notes of Bergamot and Orange Blossom perfectly complement the soothing heart of Lavender, Violet, Cinnamon and Rose. The fragrance is grounded by the warm base notes of Tonka Bean, Amber, Musk, Patchouli and Sandalwood, creating a balanced and captivating scent in a compact 50ml size.\n\u003cdiv class=\"product__description rte quick-add-hidden\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584247027,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5812.jpg?v=1752501864"},{"product_id":"entebaa-pour-femme","title":"Entebaa Pour Femme","description":"\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\nExperience the irresistible blend of pear, black currant, and peach in the top notes, followed by the delicate scents of mimosa and rose in the heart. Finally, indulge in the subtle and alluring base of musk. This 100ml bottle is the perfect size for a long-lasting fragrance.\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584410867,"sku":null,"price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5809.jpg?v=1752501773"},{"product_id":"entebaa-pour-homme","title":"Entebaa Pour Homme","description":"\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003eExperience the captivating blend of Plum, Lime, Pineapple, and Black Pepper in the top notes of this 100ml bottle. The heart boasts a rich combination of Guaiac Wood, Patchouli, and Vetiver, while the base lingers with a warm and sweet finish of Praline, Vanilla, and Tonka Bean. Unleash your senses and indulge in the enticing fragrance of Entebaa Pour Homme.\u003cbr\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584476403,"sku":null,"price":28.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5810.jpg?v=1752501417"},{"product_id":"hawas-for-her","title":"Rasasi Hawas Gold For Her","description":"\u003cp data-mce-fragment=\"1\"\u003eExperience the alluring scent of Hawas For Her. With top notes of Apple, Pomegranate, and Grapefruit, this fragrance is invigorating and refreshing. The middle notes of Iris, Jasmine Sambac, and Citruses add a floral and citrusy touch, while the base notes of Praline, Patchouli, and Vetiver provide a warm and sensual finish. Elevate your senses and feel confident with Hawas For Her.\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584541939,"sku":null,"price":38.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5793.jpg?v=1752500557"},{"product_id":"oud-al-mubakhar","title":"Rasasi Oud Al Mubakhar","description":"\u003cp data-mce-fragment=\"1\"\u003eExperience true luxury and distinction with Oud Al Mubakhar. Our perfume expertly combines oriental ingredients, evoking a sense of opulence. The opening notes will transport you to another world with the irresistible scent of bergamot. As the fragrance settles, revel in the beautiful floral heart notes. And finally, the base notes emerge, offering a warm and exquisite aroma. Let the scents blend to create a refreshing and warm experience.\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584836851,"sku":null,"price":17.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5806.jpg?v=1752501225"},{"product_id":"lincontournable-blue-2-for-men","title":"Rasasi  L'Incontournable Blue 2 for Men","description":"\u003cp data-mce-fragment=\"1\"\u003eUnleash the irresistible charm of L'Incontournable Blue 2 for Men. Citruses, Bergamot, and Wormwood create a refreshing top layer, while Spicy Notes, Cardamom, and Geranium add a touch of excitement. The base notes of Woody Notes, Sandalwood, and Musk exude a warm and masculine aroma. Elevate your confidence and leave a lasting impression.\u003c\/p\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584869619,"sku":null,"price":21.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5804.jpg?v=1752501166"},{"product_id":"hawas-ice","title":"Rasasi Hawas Ice","description":"\u003cbody\u003e\n\u003cp\u003eIndulge in the invigorating scent of Hawas Ice. Top notes of crisp Apple, tangy Italian Lemon, zesty Sicilian Bergamot and spicy Star Anise leave a refreshing trail. The heart of Plum, delicate Orange Blossom and warming Cardamon, combined with base notes of Musk, rich Amber, earthy Moss and woody Driftwood, give this fragrance a unique and irresistible allure. Embrace the icy coolness and awaken your senses.\u003c\/p\u003e\n\u003c!----\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eRasasi Hawas Ice\u003c\/title\u003e\n  \u003cstyle\u003e\n    body {\n      font-family: Arial, sans-serif;\n      color: #333;\n      background-color: #f0f8ff; \/* Light blue background *\/\n      margin: 0;\n      padding: 0;\n    }\n    .content-wrapper {\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 8px;\n      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n      margin: 20px auto;\n      max-width: 1200px;\n      position: relative;\n      border: 2px solid #87ceeb; \/* Light sky blue border *\/\n    }\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      animation: fadeIn 2s ease-in-out;\n    }\n    .header h1 {\n      font-size: 2.5em;\n      color: #1e90ff; \/* Dodger blue *\/\n      margin: 0;\n      text-shadow: 2px 2px 4px rgba(30, 144, 255, 0.5);\n    }\n    .header p {\n      font-size: 1.2em;\n      color: #4682b4; \/* Steel blue *\/\n      margin: 10px 0;\n    }\n    .description {\n      font-size: 1.2em;\n      line-height: 1.8;\n      color: #333;\n      margin-bottom: 20px;\n      animation: slideIn 2s ease-in-out;\n    }\n    .details, .points, .progress-bar-container {\n      margin-bottom: 30px;\n    }\n    .details h3, .points h3 {\n      color: #1e90ff; \/* Dodger blue *\/\n      font-size: 1.8em;\n      margin: 0 0 15px 0;\n      text-shadow: 1px 1px 3px rgba(30, 144, 255, 0.5);\n    }\n    .details p, .points ul li {\n      font-size: 1.1em;\n      margin: 10px 0;\n      color: #333;\n    }\n    .details ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .details ul li {\n      margin: 10px 0;\n      display: flex;\n      align-items: center;\n    }\n    .details ul li::before {\n      content: '✨';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #1e90ff; \/* Dodger blue *\/\n    }\n    .points ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .points ul li {\n      margin: 10px 0;\n      padding: 10px;\n      border-bottom: 1px solid #ddd;\n      display: flex;\n      align-items: center;\n      transition: background-color 0.3s ease;\n    }\n    .points ul li:hover {\n      background-color: #e0ffff; \/* Light cyan *\/\n    }\n    .points ul li::before {\n      content: '🌟';\n      margin-right: 10px;\n      font-size: 1.5em;\n      color: #1e90ff; \/* Dodger blue *\/\n    }\n    .progress-bar-container {\n      margin: 20px 0;\n    }\n    .progress-bar {\n      height: 25px;\n      border-radius: 12px;\n      background-color: #ddd;\n      position: relative;\n      overflow: hidden;\n      margin-bottom: 10px;\n      box-shadow: 0 4px 8px rgba(173, 216, 230, 0.5); \/* Light blue shadow *\/\n    }\n    .progress-bar span {\n      display: block;\n      height: 100%;\n      width: 0;\n      background-color: #1e90ff; \/* Dodger blue *\/\n      position: absolute;\n      top: 0;\n      left: 0;\n      transition: width 1s ease-in-out;\n      box-shadow: 0 0 8px rgba(30, 144, 255, 0.7);\n    }\n    .progress-bar-label {\n      position: absolute;\n      width: 100%;\n      text-align: center;\n      line-height: 25px;\n      color: #fff;\n      font-size: 1em;\n      font-weight: bold;\n    }\n    .footer {\n      text-align: center;\n      margin-top: 20px;\n    }\n    .footer p {\n      font-size: 1em;\n      color: #666;\n    }\n    .faq-section {\n      margin-top: 30px;\n    }\n    .faq-section h2 {\n      font-size: 1.8em;\n      color: #1e90ff; \/* Dodger blue *\/\n      margin-bottom: 15px;\n      text-shadow: 1px 1px 3px rgba(30, 144, 255, 0.5);\n      text-align: center;\n    }\n    .faq {\n      margin: 10px 0;\n    }\n    .faq button {\n      background-color: #1e90ff; \/* Dodger blue *\/\n      color: #fff;\n      border: none;\n      border-radius: 5px;\n      padding: 15px;\n      width: 100%;\n      text-align: left;\n      font-size: 1.1em;\n      cursor: pointer;\n      outline: none;\n      transition: background-color 0.3s ease, box-shadow 0.3s ease;\n      box-shadow: 0 4px 8px rgba(30, 144, 255, 0.5);\n    }\n    .faq button:hover {\n      background-color: #4682b4; \/* Steel blue *\/\n      box-shadow: 0 6px 12px rgba(30, 144, 255, 0.7);\n    }\n    .faq-content {\n      display: none;\n      padding: 15px;\n      border: 1px solid #ddd;\n      border-radius: 5px;\n      background-color: #f9f9f9;\n      color: #333;\n    }\n    .faq-content.active {\n      display: block;\n      animation: fadeInUp 1s ease-in-out;\n    }\n    @media (max-width: 600px) {\n      .header h1 {\n        font-size: 1.8em;\n      }\n      .description, .details h3, .points h3, .points ul li, .details ul li {\n        font-size: 1em;\n      }\n    }\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n    @keyframes slideIn {\n      from { transform: translateY(20px); opacity: 0; }\n      to { transform: translateY(0); opacity: 1; }\n    }\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003cdiv class=\"content-wrapper\"\u003e\n    \u003cheader class=\"header\"\u003e\n      \u003ch1\u003eRasasi Hawas Ice\u003c\/h1\u003e\n      \u003cp\u003eRefreshingly Cool and Invigorating\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"description\"\u003e\n      \u003cp\u003e\n        Experience the crisp and energizing essence of \u003cstrong\u003eRasasi Hawas Ice\u003c\/strong\u003e, a vibrant fragrance that captures the refreshing spirit of a cool breeze. This perfume blends invigorating citrus and marine notes with subtle woody undertones, creating a scent that is both refreshing and sophisticated. Perfect for those who seek a burst of freshness in their fragrance collection.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"details\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBrand:\u003c\/strong\u003e Rasasi\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFragrance Family:\u003c\/strong\u003e Aquatic Citrus\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVolume:\u003c\/strong\u003e 100ml\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Long-lasting freshness with a crisp finish.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOccasions:\u003c\/strong\u003e Ideal for daily wear and casual settings.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Sleek and modern bottle design, perfect for any collection.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"points\"\u003e\n      \u003ch3\u003eFragrance Notes:\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTop Notes:\u003c\/strong\u003e Bergamot 🍋, Lemon 🍋, Marine Accord 🌊\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHeart Notes:\u003c\/strong\u003e Lavender 🌿, Geranium 🌸\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBase Notes:\u003c\/strong\u003e Cedarwood 🌲, Amber 🌟\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"progress-bar-container\"\u003e\n      \u003cdiv class=\"progress-bar\"\u003e\n        \u003cspan style=\"width: 75%;\"\u003e\u003c\/span\u003e\n        \u003cdiv class=\"progress-bar-label\"\u003eFragrance Evolution\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eThis fragrance opens with a burst of citrus freshness, followed by a cool marine accord. The base notes provide a warm, woody finish, creating a balanced and refreshing scent experience.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"faq-section\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e1. What does Rasasi Hawas Ice smell like?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eRasasi Hawas Ice features a refreshing blend of citrus and marine notes, creating a cool and invigorating fragrance. It transitions into a warm, woody base with subtle hints of amber.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e2. Is Hawas Ice suitable for all-day wear?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eYes, Rasasi Hawas Ice is perfect for all-day wear. Its fresh and vibrant scent is ideal for daily activities and casual settings.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cbutton class=\"faq-toggle\"\u003e3. How long does Rasasi Hawas Ice last?\u003c\/button\u003e\n        \u003cdiv class=\"faq-content\"\u003e\n          \u003cp\u003eThe fragrance offers long-lasting freshness, maintaining its invigorating scent throughout the day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"footer\"\u003e\n      \u003cp\u003eEmbrace the freshness of Rasasi Hawas Ice. Ideal for those who appreciate a revitalizing and elegant scent experience.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    document.querySelectorAll('.faq-toggle').forEach(button =\u003e {\n      button.addEventListener('click', () =\u003e {\n        const content = button.nextElementSibling;\n        content.classList.toggle('active');\n        button.classList.toggle('active');\n      });\n    });\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"Rasasi","offers":[{"title":"Default Title","offer_id":45961584902387,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5791.jpg?v=1752500489"},{"product_id":"hareem-al-sultan","title":"Hareem Al Sultan - Ard Al Zaafaran","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e Indulge in the decadent aromas of rich dark chocolate and crisp red apple, with a heart of delicate peony and a base of warm vanilla and soothing sandalwood, all in a generous 100ml size. Experience the luxurious blend of scents that will leave you feeling indulged and inspired.\u003cbr\u003e\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962221977843,"sku":null,"price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-0400.jpg?v=1763491056"},{"product_id":"dirham","title":"Dirham - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\nIndulge in the captivating scents of Dirham, with top notes of Bergamot, Citrus, and Cardamom, heart notes of Roses, Jasmine, and Lavender, and a base of Vetiver, Sandalwood, and Cedar. Experience the essence of luxury and sophistication in this 100ml size.\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222108915,"sku":null,"price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5643.jpg?v=1752389965"},{"product_id":"dirham-wardi","title":"Dirham Wardi - Ard Al Zaafaran","description":"\u003cp\u003e\u003cstrong\u003e\u003c\/strong\u003e Indulge in the exquisite aroma of Dirham Wardi, featuring a blend of Rose, Orange Blossom, Black Currant, and Pear at the top, followed by a luxurious heart of Praline, Jasmine, and Iris. The base notes of Patchouli, Vanilla, and Tonka Bean add depth and warmth to this 100ml bottle of pure indulgence.\u003cspan data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222207219,"sku":"","price":16.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5623.jpg?v=1752389268"},{"product_id":"shams-al-emarat-khususi","title":"Shams Al Emarat Khususi - Ard Al Zaafaran","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003eThis fragrance combines the warmth of vanilla, the crispness of apple, and the zest of mandarin orange. The heart of the scent is filled with rich vanilla, delicate rose, bold amber, fragrant spices, and exotic ylang-ylang. The base notes are grounded in white musk, aromatic agarwood, soothing sandalwood, and earthy patchouli. Whether you're a fan of sweet, floral, or woody scents, this 100ml bottle offers something for everyone. Plus, it comes with a bonus perfumed deodorant, so you can smell amazing from head to toe.\u003cbr\u003e\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222272755,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5621.jpg?v=1752389218"},{"product_id":"oud-abyad","title":"Oud Abyad - Ard Al Zaafaran","description":"\u003cstrong\u003e\u003c\/strong\u003eExperience the luxurious scents of Oud Abyad, featuring top notes of saffron, cardamom, and white musk, heart notes of roses, jasmine, and patchouli, and base notes of amber, vanilla, labdanum, and vetiver. Available in a 100ml size to indulge in the perfect amount of this captivating fragrance.\u003cbr\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222305523,"sku":null,"price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5649.jpg?v=1752390303"},{"product_id":"fakhar-al-oud","title":"Fakhar Al Oud - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eExperience the luxurious blend of exotic saffron and agarwood (oud), enhanced by aromatic nutmeg and earthy nagarmotha. Notes of warm cedar and smooth sandalwood transport you to a tranquil oasis, finished off with accents of sweet vanilla, rich amber, and sensual musk. Elevate your senses with Fakhar Al Oud!\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222371059,"sku":"","price":23.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5631.jpg?v=1752389543"},{"product_id":"turab-al-dhahab","title":"Turab Al Dhahab - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eUnleash your inner passion and radiate confidence with Turab Al Dhahab! This luxurious fragrance features top notes of white flowers and lime for a fresh and invigorating scent. Delight in the creamy smoothness of coconut milk, vanilla, and nutmeg, with musk as a lingering base note. \u003cspan data-mce-fragment=\"1\"\u003eThis 100ml bottle also comes with a free Perfumed Deodorant for an extra touch of luxury.\u003c\/span\u003e\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222403827,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5641.jpg?v=1752389897"},{"product_id":"oudi","title":"Oudi - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eImmerse yourself in luxury with Oudi, a captivating fragrance filled with notes of Agarwood (Oud), Rose, Patchouli, Amber, Cinnamon, Cedar, Oakmoss, Sandalwood, and White Musk. Feel confident and alluring with each spray of this premium perfume. Experience the power of its exotic ingredients and elevate your fragrance game. \u003cspan data-mce-fragment=\"1\"\u003eThis 100ml bottle also comes with a free Perfumed Deodorant for an extra touch of luxury.\u003c\/span\u003e\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222698739,"sku":"","price":16.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5625.jpg?v=1752389362"},{"product_id":"jazzab-silver","title":"Jazzab Silver - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eIndulge in the intoxicating scent of Jazzab Silver. With top notes of Citruses, Lemon and Tea Leaf, and middle notes of Incense and Vetiver, this fragrance is irresistibly fresh and invigorating. The base notes of Cedar, Musk and Vetiver add depth and sensuality, making it the perfect fragrance for any occasion. Elevate your senses and leave a lasting impression with Jazzab Silver.\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222797043,"sku":"","price":20.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5639.jpg?v=1752389835"},{"product_id":"oud-romancea","title":"Oud Romancea - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eIndulge in the passionate and sensual scent of Oud Romancea. With alluring top notes of Black Currant, Bergamot, and Mandarin Orange, followed by a heart of Gardenia, Spicy Notes, Jasmine, Cinnamon, and Ylang-Ylang, this fragrance is sure to awaken your senses. The base notes of Agarwood, Incense, Patchouli, Sandalwood, and Amber provide a deep and mysterious undertone, making it a must-have for any romantic occasion.\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962222993651,"sku":null,"price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5637.jpg?v=1752389760"},{"product_id":"bab-al-wardi","title":"Bab Al Wardi - Ard Al Zaafaran","description":"\u003cp\u003eUnlock the allure of Bab Al Wardi, a captivating fragrance with top notes of cedar, citrus, and rose. Let the heart notes of flowers, oud, pink pepper and grapefruit awaken your senses, while the base notes of oud, amber, woody notes, cedar, and patchouli create a rich, enticing aroma. Elevate your scent game today!\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962223059187,"sku":null,"price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5629.jpg?v=1752389477"},{"product_id":"mousuf","title":"Mousuf - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eExperience the captivating scent of Mousuf! This luxurious fragrance blends the succulent aroma of grapes and rich chocolate with the sultry notes of musk and oud. Delight your senses with the lingering hints of toffee, tobacco, and floral notes, creating a truly irresistible and alluring aroma. Elevate your everyday routine with Mousuf.\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962223157491,"sku":null,"price":22.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5647.jpg?v=1752390118"},{"product_id":"teef-al-hub","title":"Teef Al Hub - Ard Al Zaafaran","description":"\u003cp data-mce-fragment=\"1\"\u003eDiscover the intoxicating and seductive scent of Teef Al Hub. Unleash your passion with top notes of Agarwood, Red Berries, and Pineapple. Indulge in the sensual blend of Rose, Almond Blossom, and Magnolia at the heart. Finally, bask in the warmth of Black Vanilla Husk, Caramel, and Patchouli, all wrapped up with Woody Notes. Sensual, addictive, and irresistible.\u003c\/p\u003e","brand":"Ard Al Zaafaran","offers":[{"title":"Default Title","offer_id":45962223288563,"sku":null,"price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5635.jpg?v=1752389693"},{"product_id":"al-nashama-caprice","title":"Lattafa Al Nashama Caprice -  La Nuit de L'Homme Bleu Électrique Clone","description":"\u003cp\u003eIndulge in the exotic and invigorating blend of Al Nashama Caprice. With top notes of Cardamom, Ginger, Bergamot and Lemon, and a heart of Lavender, Geranium and Mint, this fragrance will awaken your senses. A base of Amber, Cedarwood, Patchouli and Vetiver adds a warm and grounding touch. Elevate your everyday with Al Nashama Caprice!\u003c\/p\u003e\n\u003c!----\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45980493742323,"sku":"","price":25.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-3879.png?v=1773819585"},{"product_id":"eternal-oud","title":"Lattafa Eternal Oud","description":"\u003cp\u003eExperience the everlasting allure of Eternal Oud. Sultry Plum and Grapefruit top notes awaken the senses, while Heliotrope and Orchid create a delicate floral heart. The base notes of Amber, Benzoin, Vanilla, Labdanum, Tonka Bean and Agarwood (Oud) provide a rich and lingering finish. Unleash your inner passion.\u003c\/p\u003e\n\u003c!----\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45980493807859,"sku":"","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/EternalOud.webp?v=1720866297"},{"product_id":"al-nashama","title":"Lattafa Al Nashama","description":"\u003cp\u003eExperience the exotic and captivating scent of Al Nashama. With top notes of Bergamot and Sage, balanced with the warmth of Plum and Jasmine, and finished with a blend of Saffiano Leather, Amber, and Patchouli, this fragrance embodies luxury and sensuality. Elevate your senses and make a lasting impression.\u003c\/p\u003e\n\u003c!----\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45980493840627,"sku":"","price":25.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-7062.jpg?v=1753423595"},{"product_id":"maahir-legacy","title":"Lattafa Maahir Legacy","description":"\u003cp\u003eTransport yourself to an invigorating oasis with Maahir Legacy. Bursting with top notes of lime, mint, grapefruit, lavender, and pineapple, this fragrance will awaken your senses. Mid notes of juniper berry, black pepper, rosemary, geranium, and frankincense add a touch of spice, while base notes of ambroxan, oakmoss, vetiver, tonka bean, and cashmeran provide a grounding, earthy finish. Experience the power of nature with Maahir Legacy.\u003c\/p\u003e\n\u003c!----\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45980494168307,"sku":"","price":25.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5858.jpg?v=1752524528"},{"product_id":"teriaq","title":"Lattafa Teriaq","description":"\u003cp\u003eIndulge in the irresistible scent of Teriaq! With top notes of caramel, bitter almond, pink pepper, and apricot, this fragrance is both sweet and spicy. The heart of honey, rhubarb, white flowers, and rose adds a delicate and floral touch, while the base notes of leather, vanilla, musk, vetiver, and labdanum provide a warm and sensual finish. Experience the ultimate sensory pleasure with Teriaq!\u003c\/p\u003e","brand":"Lattafa","offers":[{"title":"Default Title","offer_id":45980494233843,"sku":"","price":29.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/4104\/6515\/files\/IMG-5592.jpg?v=1752363813"}],"url":"https:\/\/trb-cosmetics.com\/collections\/fragrances.oembed?page=12","provider":"Traboulsi Cosmetics","version":"1.0","type":"link"}