{"product_id":"nabatieh-perfume-90ml-edp-french-avenue","title":"Nabatieh Perfume 90ml EDP French Avenue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400\u0026amp;family=Nunito:wght@400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gold: #c9973a;\n    --gold-light: #e8c06a;\n    --gold-pale: #f5e7c8;\n    --cream: #fdf6ec;\n    --deep: #1a0e05;\n    --brown: #4a2c10;\n    --smoke: #7a6a58;\n    --rose: #c4604a;\n    --teal: #2e7d72;\n    --sand: #e8d5b0;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    background: var(--cream);\n    color: var(--deep);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .product-description {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 40px 24px 60px;\n  }\n\n  \/* ── HERO INTRO ── *\/\n  .hero-intro {\n    background: linear-gradient(135deg, #2b1506 0%, #5c2d0e 50%, #2b1506 100%);\n    border-radius: 20px;\n    padding: 48px 40px;\n    margin-bottom: 40px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n  .hero-intro::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse at 20% 50%, rgba(201,151,58,0.18) 0%, transparent 60%),\n      radial-gradient(ellipse at 80% 50%, rgba(201,151,58,0.12) 0%, transparent 60%);\n  }\n  .hero-intro .ornament {\n    font-size: 32px;\n    letter-spacing: 12px;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 16px;\n  }\n  .hero-intro h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 6vw, 60px);\n    font-weight: 700;\n    color: #fff;\n    line-height: 1.1;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n    position: relative;\n  }\n  .hero-intro h1 span {\n    color: var(--gold-light);\n  }\n  .hero-intro .brand-tag {\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 24px;\n    display: block;\n    position: relative;\n  }\n  .hero-intro .intro-text {\n    font-size: 18px;\n    color: rgba(255,255,255,0.88);\n    max-width: 600px;\n    margin: 0 auto;\n    line-height: 1.8;\n    position: relative;\n  }\n\n  \/* ── SPECS GRID ── *\/\n  .specs-section {\n    margin-bottom: 40px;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(26px, 4vw, 34px);\n    font-weight: 700;\n    color: var(--brown);\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: linear-gradient(to right, var(--gold), transparent);\n    border-radius: 2px;\n  }\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 14px;\n  }\n  .spec-card {\n    background: #fff;\n    border-radius: 14px;\n    padding: 18px 20px;\n    border-left: 4px solid var(--gold);\n    box-shadow: 0 2px 12px rgba(74,44,16,0.08);\n  }\n  .spec-label {\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--smoke);\n    margin-bottom: 4px;\n  }\n  .spec-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--deep);\n  }\n\n  \/* ── NOTES ── *\/\n  .notes-section {\n    margin-bottom: 40px;\n  }\n  .notes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n  }\n  .note-card {\n    border-radius: 18px;\n    padding: 28px 24px;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n  .note-card::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 100px; height: 100px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.08);\n  }\n  .note-card.top-notes    { background: linear-gradient(135deg, #b83c28, #e06040); }\n  .note-card.middle-notes { background: linear-gradient(135deg, #c9973a, #e8b84b); }\n  .note-card.base-notes   { background: linear-gradient(135deg, #1e5c56, #2e7d72); }\n\n  .note-card .note-badge {\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    opacity: 0.8;\n    margin-bottom: 10px;\n  }\n  .note-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n  .note-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n  .note-pill {\n    background: rgba(255,255,255,0.22);\n    border: 1px solid rgba(255,255,255,0.35);\n    border-radius: 50px;\n    padding: 5px 13px;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  \/* ── JOURNEY ── *\/\n  .journey-section {\n    margin-bottom: 40px;\n  }\n  .journey-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    position: relative;\n  }\n  .journey-steps::before {\n    content: '';\n    position: absolute;\n    left: 28px;\n    top: 28px;\n    bottom: 28px;\n    width: 3px;\n    background: linear-gradient(to bottom, var(--rose), var(--gold), var(--teal));\n    border-radius: 3px;\n  }\n  .journey-step {\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n    padding: 24px 0;\n  }\n  .step-icon {\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    flex-shrink: 0;\n    position: relative;\n    z-index: 1;\n    box-shadow: 0 4px 14px rgba(0,0,0,0.15);\n  }\n  .step-icon.opening  { background: linear-gradient(135deg, #b83c28, #e06040); }\n  .step-icon.heart    { background: linear-gradient(135deg, #c9973a, #e8b84b); }\n  .step-icon.drydown  { background: linear-gradient(135deg, #1e5c56, #2e7d72); }\n\n  .step-body {\n    flex: 1;\n    background: #fff;\n    border-radius: 16px;\n    padding: 22px 26px;\n    box-shadow: 0 2px 12px rgba(74,44,16,0.07);\n    margin-top: 4px;\n  }\n  .step-body h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--brown);\n    margin-bottom: 6px;\n  }\n  .step-body p {\n    font-size: 17px;\n    color: #444;\n    line-height: 1.75;\n  }\n\n  \/* ── WHY BUY ── *\/\n  .why-section {\n    margin-bottom: 40px;\n  }\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .why-card {\n    background: linear-gradient(135deg, var(--brown), #7a3e18);\n    border-radius: 16px;\n    padding: 24px 22px;\n    color: #fff;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .why-icon {\n    font-size: 26px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .why-text {\n    font-size: 16px;\n    font-weight: 600;\n    line-height: 1.5;\n    color: rgba(255,255,255,0.92);\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section {\n    margin-bottom: 40px;\n  }\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n  .faq-item {\n    background: #fff;\n    border-radius: 14px;\n    padding: 24px 28px;\n    border-left: 5px solid var(--gold);\n    box-shadow: 0 2px 10px rgba(74,44,16,0.07);\n  }\n  .faq-q {\n    font-size: 18px;\n    font-weight: 800;\n    color: var(--brown);\n    margin-bottom: 8px;\n  }\n  .faq-a {\n    font-size: 17px;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 560px) {\n    .hero-intro { padding: 36px 22px; }\n    .step-body { padding: 18px 18px; }\n    .journey-steps::before { left: 24px; }\n    .step-icon { width: 48px; height: 48px; font-size: 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero-intro\"\u003e\n\u003cspan class=\"ornament\"\u003e✦ ✦ ✦\u003c\/span\u003e \u003cspan class=\"brand-tag\"\u003eFrench Avenue\u003c\/span\u003e\n\u003ch1\u003e\n\u003cspan\u003eNabatieh\u003c\/span\u003e Perfume\u003c\/h1\u003e\n\u003cp class=\"intro-text\"\u003eCrafted for women and men who enjoy warm sweetness with a smooth Arabian perfume touch. It blends spices, almonds, coffee, and creamy vanilla into a captivating scent. This unisex perfume stands out because it mixes richness with freshness — making it perfect for everyday wear in the UK.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSuitable For\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWomen \u0026amp; Men\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFrench Avenue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFragrance Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAromatic Woody\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e90ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLongevity\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6–8 Hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAll Seasons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-color: var(--rose);\" class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWarm, Sweet \u0026amp; Long Lasting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FRAGRANCE NOTES --\u003e\n\u003csection class=\"notes-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"notes-grid\"\u003e\n\u003cdiv class=\"note-card top-notes\"\u003e\n\u003cdiv class=\"note-badge\"\u003eTop Notes\u003c\/div\u003e\n\u003ch3\u003eThe Opening\u003c\/h3\u003e\n\u003cdiv class=\"note-pill-row\"\u003e\n\u003cspan class=\"note-pill\"\u003eCardamom\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eCinnamon\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eAlmond\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card middle-notes\"\u003e\n\u003cdiv class=\"note-badge\"\u003eMiddle Notes\u003c\/div\u003e\n\u003ch3\u003eThe Heart\u003c\/h3\u003e\n\u003cdiv class=\"note-pill-row\"\u003e\n\u003cspan class=\"note-pill\"\u003eDate\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eCoffee\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eIris\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eVanilla\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card base-notes\"\u003e\n\u003cdiv class=\"note-badge\"\u003eBase Notes\u003c\/div\u003e\n\u003ch3\u003eThe Base\u003c\/h3\u003e\n\u003cdiv class=\"note-pill-row\"\u003e\n\u003cspan class=\"note-pill\"\u003eTonka Bean\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eCedarwood\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eSmoky Notes\u003c\/span\u003e \u003cspan class=\"note-pill\"\u003eAkigalawood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SCENT JOURNEY --\u003e\n\u003csection class=\"journey-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe Scent Journey\u003c\/h2\u003e\n\u003cdiv class=\"journey-steps\"\u003e\n\u003cdiv class=\"journey-step\"\u003e\n\u003cdiv class=\"step-icon opening\"\u003e🌶️\u003c\/div\u003e\n\u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eThe Opening\u003c\/h4\u003e\n\u003cp\u003eThe scent begins with spicy cardamom and cinnamon blended with smooth almond. It smells warm, cosy, and instantly inviting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"journey-step\"\u003e\n\u003cdiv class=\"step-icon heart\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eThe Heart\u003c\/h4\u003e\n\u003cp\u003eThe heart becomes creamy and soft as vanilla mixes with coffee and iris. This stage feels smooth and elegant, with a comforting sweetness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"journey-step\"\u003e\n\u003cdiv class=\"step-icon drydown\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"step-body\"\u003e\n\u003ch4\u003eThe Dry Down\u003c\/h4\u003e\n\u003cp\u003eAs it settles, tonka bean, smoky notes, akigalawood, and cedarwood create a warm, sensual finish. The dry down feels long lasting and gently smoky with a sweet undertone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY BUY --\u003e\n\u003csection class=\"why-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Buy From Opaline Fragnance UK?\u003c\/h2\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003eAuthentic French Avenue and Arabian perfumes sourced from trusted suppliers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003eFast, reliable, fully tracked delivery across the UK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003eSecure packaging designed to protect every bottle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003eWide selection of unisex perfumes for everyday and special occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003eFriendly UK support team ready to help you pick the right scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs Nabatieh Perfume for men, women, or unisex?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eIt is a unisex perfume suitable for both men and women.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I wear it daily or only on special occasions?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYou can wear it every day. Its warm, balanced character makes it effortless for any occasion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow long does it last?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYou can expect this to last around 6–8 hours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Opaline Fragnance","offers":[{"title":"Default Title","offer_id":53737397354839,"sku":null,"price":35.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/9166\/3703\/files\/8_92556896-a72b-4d28-91b3-264a1cbed7af.jpg?v=1780942283","url":"https:\/\/opalinefragnance.co.uk\/products\/nabatieh-perfume-90ml-edp-french-avenue","provider":"Opaline Fragnance ","version":"1.0","type":"link"}