{"product_id":"jouri-perfume-100ml-edp-lattafa","title":"Jouri Perfume 100ml EDP Lattafa","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,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gold:       #C9A84C;\n    --gold-light: #E8D5A3;\n    --gold-pale:  #FDF6E3;\n    --rose:       #C9748A;\n    --rose-light: #F5D6DF;\n    --plum:       #6B3A52;\n    --plum-deep:  #3D1F30;\n    --cream:      #FAF6F0;\n    --white:      #FFFFFF;\n    --text-dark:  #2A1A20;\n    --text-mid:   #5A3D4A;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Jost', sans-serif;\n    background: var(--cream);\n    color: var(--text-dark);\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--plum-deep) 0%, var(--plum) 50%, #8B4F6A 100%);\n    padding: 64px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 70% 30%, rgba(201,168,76,0.18) 0%, transparent 70%),\n                radial-gradient(ellipse at 20% 80%, rgba(201,116,138,0.15) 0%, transparent 60%);\n  }\n  .hero-eyebrow {\n    font-family: 'Jost', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold-light);\n    margin-bottom: 18px;\n    position: relative;\n  }\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(52px, 8vw, 88px);\n    font-weight: 300;\n    color: var(--white);\n    line-height: 1.05;\n    letter-spacing: 2px;\n    position: relative;\n    margin-bottom: 8px;\n  }\n  .hero-title em {\n    color: var(--gold);\n    font-style: italic;\n  }\n  .hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(18px, 3vw, 24px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--gold-light);\n    position: relative;\n    margin-top: 10px;\n  }\n  .hero-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n    margin: 28px auto 0;\n    position: relative;\n  }\n  .hero-divider span {\n    width: 80px;\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--gold));\n  }\n  .hero-divider span:last-child {\n    background: linear-gradient(to left, transparent, var(--gold));\n  }\n  .hero-divider i {\n    font-style: normal;\n    font-size: 18px;\n    color: var(--gold);\n  }\n\n  \/* ── LAYOUT ── *\/\n  .container {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ── INTRO DESCRIPTION ── *\/\n  .intro-section {\n    background: var(--white);\n    padding: 56px 48px;\n    text-align: center;\n    border-bottom: 1px solid var(--gold-light);\n  }\n  .intro-section p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(20px, 2.5vw, 26px);\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--text-mid);\n    max-width: 700px;\n    margin: 0 auto;\n  }\n\n  \/* ── SPECS BAND ── *\/\n  .specs-band {\n    background: linear-gradient(90deg, var(--plum-deep), var(--plum));\n    padding: 32px 24px;\n  }\n  .specs-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 0;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .spec-item {\n    flex: 1 1 160px;\n    text-align: center;\n    padding: 16px 20px;\n    border-right: 1px solid rgba(201,168,76,0.25);\n  }\n  .spec-item:last-child { border-right: none; }\n  .spec-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 6px;\n  }\n  .spec-value {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 400;\n    color: var(--white);\n  }\n\n  \/* ── NOTES SECTION ── *\/\n  .notes-section {\n    padding: 64px 24px;\n    background: var(--cream);\n  }\n  .section-heading {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .section-heading h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 5vw, 48px);\n    font-weight: 300;\n    color: var(--plum-deep);\n    margin-bottom: 10px;\n  }\n  .section-heading .rule {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n  }\n  .section-heading .rule span {\n    width: 60px;\n    height: 1px;\n    background: var(--gold);\n  }\n  .section-heading .rule i {\n    font-style: normal;\n    font-size: 14px;\n    color: var(--gold);\n    letter-spacing: 2px;\n  }\n\n  .notes-pyramid {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n  .note-card {\n    border-radius: 4px;\n    padding: 28px 36px;\n    display: flex;\n    align-items: flex-start;\n    gap: 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .note-card.top-note {\n    background: linear-gradient(135deg, #FFF9ED, #FEF0D0);\n    border-left: 5px solid var(--gold);\n  }\n  .note-card.mid-note {\n    background: linear-gradient(135deg, #FDF0F4, #F9E0E8);\n    border-left: 5px solid var(--rose);\n  }\n  .note-card.base-note {\n    background: linear-gradient(135deg, #F3EDF8, #E8DDEF);\n    border-left: 5px solid var(--plum);\n  }\n  .note-icon {\n    font-size: 36px;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n  .note-content {}\n  .note-type {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .top-note .note-type  { color: var(--gold); }\n  .mid-note .note-type  { color: var(--rose); }\n  .base-note .note-type { color: var(--plum); }\n  .note-ingredients {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 3vw, 28px);\n    font-weight: 400;\n    color: var(--text-dark);\n    line-height: 1.3;\n  }\n\n  \/* ── SCENT PROFILE ── *\/\n  .profile-section {\n    background: linear-gradient(160deg, var(--plum-deep) 0%, #5A2B42 100%);\n    padding: 72px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .profile-section::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(201,168,76,0.12), transparent 70%);\n  }\n  .profile-section .section-heading h2 { color: var(--gold-light); }\n  .profile-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(19px, 2.5vw, 24px);\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.85;\n    color: rgba(255,255,255,0.88);\n    max-width: 700px;\n    margin: 0 auto;\n    text-align: center;\n    position: relative;\n  }\n  .profile-text strong {\n    color: var(--gold-light);\n    font-style: normal;\n    font-weight: 400;\n  }\n\n  \/* ── WHY CHOOSE ── *\/\n  .why-section {\n    padding: 64px 24px;\n    background: var(--white);\n  }\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 28px;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n  .why-card {\n    background: var(--cream);\n    border: 1px solid var(--gold-light);\n    border-radius: 4px;\n    padding: 32px 24px;\n    text-align: center;\n  }\n  .why-card .why-icon { font-size: 32px; margin-bottom: 14px; }\n  .why-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: var(--plum-deep);\n    margin-bottom: 10px;\n  }\n  .why-card p {\n    font-size: 15px;\n    line-height: 1.65;\n    color: var(--text-mid);\n    font-weight: 300;\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section {\n    padding: 64px 24px;\n    background: var(--gold-pale);\n  }\n  .faq-list {\n    max-width: 760px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n  .faq-item {\n    background: var(--white);\n    border-left: 4px solid var(--gold);\n    border-radius: 2px;\n    padding: 28px 32px;\n  }\n  .faq-item h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(19px, 2.2vw, 23px);\n    font-weight: 600;\n    color: var(--plum-deep);\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n  .faq-item p {\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--text-mid);\n    font-weight: 300;\n  }\n\n  \/* ── COMPANION ── *\/\n  .companion-section {\n    background: linear-gradient(135deg, #1A0D13, var(--plum-deep));\n    padding: 56px 24px;\n    text-align: center;\n  }\n  .companion-section p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--gold-light);\n    max-width: 600px;\n    margin: 0 auto;\n    line-height: 1.8;\n  }\n  .companion-section .companion-name {\n    display: inline-block;\n    margin-top: 18px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 600;\n    font-style: normal;\n    color: var(--gold);\n    letter-spacing: 1px;\n  }\n\n  \/* ── FOOTER STRIP ── *\/\n  .footer-strip {\n    background: var(--plum-deep);\n    padding: 20px 24px;\n    text-align: center;\n  }\n  .footer-strip p {\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold-light);\n    opacity: 0.7;\n  }\n\n  @media (max-width: 600px) {\n    .intro-section { padding: 40px 24px; }\n    .note-card { padding: 22px 20px; flex-direction: column; gap: 12px; }\n    .spec-item { flex: 1 1 140px; }\n    .faq-item { padding: 22px 20px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eLattafa · Premium Arabic Perfume\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003e\u003cem\u003eJouri\u003c\/em\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003e100ml Eau de Parfum  ·  Floral \u0026amp; Exotic\u003c\/p\u003e\n\u003cdiv class=\"hero-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003ci\u003e✦\u003c\/i\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── INTRO ── --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp\u003eJouri Perfume by Lattafa celebrates floral elegance and exotic fruit abundance. This fragrance offers a luminous and sophisticated profile that radiates graceful and captivating energy — the premier choice for those seeking a premium Arabic perfume that balances a vivid fruit opening with a lush floral heart, making it a breathtaking selection for a refined and unforgettable feminine presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SPECS BAND ── --\u003e\n\u003cdiv class=\"specs-band\"\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSuitable For\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWomen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLattafa\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eEau de Parfum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e100ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSpecialty\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium Arabic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FRAGRANCE NOTES ── --\u003e\n\u003cdiv class=\"notes-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003ci\u003e✦\u003c\/i\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-pyramid\"\u003e\n\u003cdiv class=\"note-card top-note\"\u003e\n\u003cdiv class=\"note-icon\"\u003e🍊\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003cdiv class=\"note-type\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"note-ingredients\"\u003eOrange  ·  Cherry  ·  Pitahaya\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card mid-note\"\u003e\n\u003cdiv class=\"note-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003cdiv class=\"note-type\"\u003eMiddle Notes\u003c\/div\u003e\n\u003cdiv class=\"note-ingredients\"\u003eFrangipani  ·  Water Lily  ·  Raspberry  ·  Peony\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card base-note\"\u003e\n\u003cdiv class=\"note-icon\"\u003e🪵\u003c\/div\u003e\n\u003cdiv class=\"note-content\"\u003e\n\u003cdiv class=\"note-type\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"note-ingredients\"\u003ePatchouli  ·  Vanilla  ·  Tonka\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SCENT PROFILE ── --\u003e\n\u003cdiv class=\"profile-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eThe Scent Profile\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\n\u003cspan style=\"background: var(--gold-light);\"\u003e\u003c\/span\u003e\u003ci style=\"color: var(--gold-light);\"\u003e✦\u003c\/i\u003e\u003cspan style=\"background: var(--gold-light);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"profile-text\"\u003eJouri opens with a radiant burst of \u003cstrong\u003eOrange, Cherry and Pitahaya\u003c\/strong\u003e, delivering an immediate sensation of sparkling tropical clarity. The heart blossoms into a stunning floral bouquet where \u003cstrong\u003eFrangipani and Water Lily\u003c\/strong\u003e offer airy softness, while \u003cstrong\u003eRaspberry and Peony\u003c\/strong\u003e add a delicate fruity blush. The dry down settles into a warm foundation of \u003cstrong\u003ePatchouli and Tonka\u003c\/strong\u003e, anchored by creamy \u003cstrong\u003eVanilla\u003c\/strong\u003e, leaving a velvety trail that lingers beautifully on the skin for hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHY CHOOSE ── --\u003e\n\u003cdiv class=\"why-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eWhy Choose Opaline Fragnance?\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003ci\u003e✦\u003c\/i\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e✅\u003c\/div\u003e\n\u003ch3\u003e100% Authentic\u003c\/h3\u003e\n\u003cp\u003eEvery bottle is guaranteed genuine — sourced directly and verified for authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3\u003eClimate Controlled\u003c\/h3\u003e\n\u003cp\u003eOur storage protects delicate floral essences and exotic fruit molecules from degradation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eFull Sillage\u003c\/h3\u003e\n\u003cp\u003eProper preservation ensures you receive the full luminous sillage and legendary elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FAQ ── --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003ci\u003e✦\u003c\/i\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow does Jouri perform in colder UK weather conditions?\u003c\/h3\u003e\n\u003cp\u003eThe warm patchouli and tonka base amplifies beautifully in cooler temperatures, creating a cocooning and luxurious presence that is ideal for autumn and winter months.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWould Jouri work as a daytime signature scent or is it better reserved for evenings?\u003c\/h3\u003e\n\u003cp\u003eThe luminous citrus and floral opening makes Jouri a versatile fragrance that transitions effortlessly from a daytime office scent to an elevated evening wear option without feeling out of place in either setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the raspberry note prominent enough to make this fragrance feel youthful and playful?\u003c\/h3\u003e\n\u003cp\u003eThe raspberry sits within the floral heart as a supporting accent, giving it just enough fruity blush to feel vibrant and modern without overshadowing the elegant oriental character of the composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan Jouri be layered with a complementary body mist for added longevity?\u003c\/h3\u003e\n\u003cp\u003eLayering Jouri over a lightly vanilla scented body mist creates an excellent base that anchors the aromatic molecules to the skin and significantly extends the projection throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── COMPANION ── --\u003e\n\u003cdiv class=\"companion-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv style=\"margin-bottom: 24px;\" class=\"section-heading\"\u003e\n\u003ch2 style=\"color: var(--gold-light); font-size: clamp(26px,4vw,38px);\"\u003eA Perfect Companion\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\n\u003cspan style=\"background: var(--gold);\"\u003e\u003c\/span\u003e\u003ci style=\"color: var(--gold);\"\u003e✦\u003c\/i\u003e\u003cspan style=\"background: var(--gold);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThose drawn to the opulent world of Arabic perfumery will find the \u003cspan class=\"companion-name\"\u003eArrogate Oud Bakhur Perfume 150ml Assaf\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px;\"\u003ea deeply rewarding companion to their collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FOOTER STRIP ── --\u003e\n\u003cdiv class=\"footer-strip\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Opaline Fragnance","offers":[{"title":"Default Title","offer_id":53726932566359,"sku":null,"price":23.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/9166\/3703\/files\/1_c9a9d7b9-d1f7-4a01-90ab-4ab0ead12ef1.jpg?v=1780846216","url":"https:\/\/opalinefragnance.co.uk\/products\/jouri-perfume-100ml-edp-lattafa","provider":"Opaline Fragnance ","version":"1.0","type":"link"}