{"product_id":"new-york-the-city-of-dreams-perfume-100ml-edp-lattafa-pride","title":"New York the City of Dreams Perfume 100ml EDP Lattafa Pride","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400\u0026amp;family=Cormorant+Garamond:wght@300;400;500;600\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8C96D;\n    --gold-dark: #8B6914;\n    --black: #0A0A0A;\n    --charcoal: #1A1A1A;\n    --dark-grey: #2C2C2C;\n    --mid-grey: #4A4A4A;\n    --light-grey: #F5F2EE;\n    --cream: #FAF7F2;\n    --white: #FFFFFF;\n    --accent-red: #8B1A1A;\n    --accent-green: #2D4A2D;\n    --cognac: #7B3F1A;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background-color: var(--charcoal);\n    color: var(--cream);\n    font-family: 'Cormorant Garamond', serif;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--black) 0%, var(--charcoal) 40%, #1C1208 100%);\n    border-bottom: 2px solid var(--gold);\n    padding: 60px 40px 50px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 60% 40% at 50% 110%, rgba(201,168,76,0.18) 0%, transparent 70%),\n      repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(201,168,76,0.03) 40px, rgba(201,168,76,0.03) 41px);\n    pointer-events: none;\n  }\n  .hero-brand {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 18px;\n  }\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(42px, 7vw, 88px);\n    font-weight: 900;\n    line-height: 1.05;\n    color: var(--white);\n    margin-bottom: 10px;\n  }\n  .hero-title span {\n    color: var(--gold);\n    font-style: italic;\n  }\n  .hero-subtitle {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(20px, 3vw, 28px);\n    color: var(--gold-light);\n    margin-bottom: 28px;\n    letter-spacing: 1px;\n  }\n  .hero-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n    margin: 0 auto;\n    max-width: 400px;\n  }\n  .hero-divider span { flex: 1; height: 1px; background: var(--gold); opacity: 0.5; }\n  .hero-divider em {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    letter-spacing: 4px;\n    color: var(--gold);\n    text-transform: uppercase;\n    font-style: normal;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .page-wrapper {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ── INTRO BLOCK ── *\/\n  .intro-block {\n    background: linear-gradient(135deg, #1C1208, #0A0A0A);\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 4px;\n    padding: 52px 48px;\n    margin: 56px 0;\n    position: relative;\n  }\n  .intro-block::before {\n    content: '\"';\n    position: absolute;\n    top: -20px;\n    left: 36px;\n    font-family: 'Playfair Display', serif;\n    font-size: 120px;\n    color: var(--gold);\n    opacity: 0.15;\n    line-height: 1;\n  }\n  .intro-block p {\n    font-size: clamp(19px, 2.5vw, 24px);\n    font-weight: 400;\n    line-height: 1.75;\n    color: var(--cream);\n  }\n\n  \/* ── SECTION HEADINGS ── *\/\n  .section-label {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: 32px;\n    line-height: 1.15;\n  }\n  .gold-rule {\n    width: 60px;\n    height: 2px;\n    background: var(--gold);\n    margin-bottom: 32px;\n  }\n\n  \/* ── SPECIFICATIONS ── *\/\n  .specs-section {\n    margin: 60px 0;\n  }\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 2px;\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n  .spec-item {\n    background: var(--dark-grey);\n    padding: 28px 24px;\n    transition: background 0.2s;\n  }\n  .spec-item:hover { background: #363636; }\n  .spec-label {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 8px;\n  }\n  .spec-value {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    color: var(--white);\n    font-weight: 500;\n  }\n\n  \/* ── NOTES PYRAMID ── *\/\n  .notes-section { margin: 60px 0; }\n  .notes-pyramid {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .note-tier {\n    display: grid;\n    grid-template-columns: 140px 1fr;\n    align-items: center;\n    gap: 0;\n    border-radius: 4px;\n    overflow: hidden;\n  }\n  .note-tier-label {\n    padding: 28px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .note-tier-label .tier-name {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n  .note-tier-label .tier-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n    font-style: italic;\n    opacity: 0.7;\n  }\n  .note-tier-content {\n    padding: 28px 32px;\n  }\n  .note-tier-content .note-names {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 2.5vw, 26px);\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.4;\n  }\n  \/* Top notes *\/\n  .note-tier.top { background: linear-gradient(90deg, #1A1208 0%, #201608 100%); }\n  .note-tier.top .tier-name { color: var(--gold); }\n  .note-tier.top .note-tier-label { border-right: 2px solid var(--gold); }\n  \/* Heart notes *\/\n  .note-tier.heart { background: linear-gradient(90deg, #1A0A08 0%, #200E0A 100%); }\n  .note-tier.heart .tier-name { color: #D4784C; }\n  .note-tier.heart .note-tier-label { border-right: 2px solid #D4784C; }\n  \/* Base notes *\/\n  .note-tier.base { background: linear-gradient(90deg, #0A1208 0%, #0E180E 100%); }\n  .note-tier.base .tier-name { color: #6BAF78; }\n  .note-tier.base .note-tier-label { border-right: 2px solid #6BAF78; }\n\n  \/* ── SCENT PROFILE ── *\/\n  .profile-section { margin: 60px 0; }\n  .profile-card {\n    background: linear-gradient(135deg, #0F0A04, #1A1208);\n    border: 1px solid rgba(201,168,76,0.25);\n    border-radius: 4px;\n    padding: 52px 48px;\n    position: relative;\n  }\n  .profile-card .profile-icon {\n    font-size: 48px;\n    margin-bottom: 24px;\n    display: block;\n  }\n  .profile-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    font-weight: 700;\n    color: var(--gold-light);\n    margin-bottom: 28px;\n    font-style: italic;\n  }\n  .profile-card p {\n    font-size: clamp(18px, 2.2vw, 22px);\n    line-height: 1.8;\n    color: var(--cream);\n    margin-bottom: 20px;\n  }\n  .profile-card p:last-child { margin-bottom: 0; }\n  .profile-highlight {\n    display: inline;\n    background: linear-gradient(120deg, rgba(201,168,76,0.2) 0%, rgba(201,168,76,0.1) 100%);\n    border-bottom: 1px solid var(--gold);\n    padding: 0 4px;\n    color: var(--gold-light);\n    font-weight: 600;\n  }\n\n  \/* ── WHY US ── *\/\n  .why-section { margin: 60px 0; }\n  .why-card {\n    background: linear-gradient(135deg, #0A0F0A, #121A12);\n    border: 1px solid rgba(107,175,120,0.3);\n    border-radius: 4px;\n    padding: 52px 48px;\n  }\n  .why-card p {\n    font-size: clamp(18px, 2.2vw, 22px);\n    line-height: 1.8;\n    color: var(--cream);\n    margin-bottom: 20px;\n  }\n  .why-card p:last-child { margin-bottom: 0; }\n  .why-card .highlight-green {\n    color: #6BAF78;\n    font-weight: 600;\n  }\n\n  \/* ── RELATED ── *\/\n  .related-section { margin: 60px 0; }\n  .related-card {\n    background: linear-gradient(135deg, #150A0A, #1C1010);\n    border: 1px solid rgba(212,120,76,0.3);\n    border-radius: 4px;\n    padding: 40px 48px;\n    display: flex;\n    align-items: center;\n    gap: 32px;\n  }\n  .related-icon { font-size: 52px; flex-shrink: 0; }\n  .related-text {}\n  .related-text .related-label {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #D4784C;\n    margin-bottom: 8px;\n  }\n  .related-text .related-name {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: 8px;\n    font-style: italic;\n  }\n  .related-text .related-desc {\n    font-size: 17px;\n    color: rgba(250,247,242,0.7);\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section { margin: 60px 0; }\n  .faq-list { display: flex; flex-direction: column; gap: 4px; }\n  .faq-item {\n    background: var(--dark-grey);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n  .faq-q {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(19px, 2.3vw, 24px);\n    font-weight: 600;\n    color: var(--gold-light);\n    padding: 28px 32px 24px;\n    border-bottom: 1px solid rgba(201,168,76,0.15);\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n  }\n  .faq-q::before {\n    content: 'Q';\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: var(--gold);\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.3);\n    padding: 4px 8px;\n    border-radius: 2px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .faq-a {\n    font-size: clamp(17px, 2vw, 21px);\n    color: var(--cream);\n    padding: 24px 32px 28px 80px;\n    line-height: 1.75;\n    position: relative;\n  }\n  .faq-a::before {\n    content: 'A';\n    position: absolute;\n    left: 32px;\n    top: 24px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: #6BAF78;\n    background: rgba(107,175,120,0.1);\n    border: 1px solid rgba(107,175,120,0.25);\n    padding: 4px 8px;\n    border-radius: 2px;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--black);\n    border-top: 2px solid var(--gold);\n    padding: 40px;\n    text-align: center;\n    margin-top: 80px;\n  }\n  .footer-brand {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 10px;\n    letter-spacing: 2px;\n  }\n  .footer-tagline {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.5);\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 640px) {\n    .hero { padding: 48px 24px 40px; }\n    .intro-block { padding: 36px 28px; }\n    .profile-card { padding: 36px 28px; }\n    .why-card { padding: 36px 28px; }\n    .related-card { flex-direction: column; text-align: center; padding: 32px 28px; }\n    .faq-a { padding-left: 60px; }\n    .note-tier { grid-template-columns: 110px 1fr; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-brand\"\u003eLattafa Pride · Eau de Parfum\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eNew York\u003cbr\u003e\u003cspan\u003eCity of Dreams\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003e100ml · Spiced Chypre · Men's Fragrance\u003c\/p\u003e\n\u003cdiv class=\"hero-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cem\u003ePremium Arabic Perfume\u003c\/em\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-wrapper\"\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eNew York the City of Dreams by Lattafa Pride is a 100ml Eau de Parfum that captures the bustling energy and grit of the urban landscape. This fragrance is a masterclass in the spiced chypre genre, offering a boozy, high-end profile that radiates bold, professional energy. It is the premier choice for the UK enthusiast seeking a premium perfume that balances sharp spices with a sophisticated cognac heart, making it a majestic selection for those who want a commanding, cosmopolitan aura.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eAt a Glance\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSpecifications\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\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\"\u003eMen\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 Pride\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFragrance Type\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 Perfume\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=\"section-label\"\u003eThe Composition\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFragrance Notes\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"notes-pyramid\"\u003e\n\u003cdiv class=\"note-tier top\"\u003e\n\u003cdiv class=\"note-tier-label\"\u003e\n\u003cdiv class=\"tier-name\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"tier-sub\"\u003eFirst impression\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-tier-content\"\u003e\n\u003cdiv class=\"note-names\"\u003eBlack Pepper \u0026amp; Nutmeg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-tier heart\"\u003e\n\u003cdiv class=\"note-tier-label\"\u003e\n\u003cdiv class=\"tier-name\"\u003eMiddle Notes\u003c\/div\u003e\n\u003cdiv class=\"tier-sub\"\u003eThe heart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-tier-content\"\u003e\n\u003cdiv class=\"note-names\"\u003eMimosa · Rose · Muguet · Cognac\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-tier base\"\u003e\n\u003cdiv class=\"note-tier-label\"\u003e\n\u003cdiv class=\"tier-name\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"tier-sub\"\u003eThe foundation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-tier-content\"\u003e\n\u003cdiv class=\"note-names\"\u003ePatchouli · Labdanum · Cedarwood · Oakmoss\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=\"section-label\"\u003eThe Experience\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe Scent Profile: Bold, Boozy, and Earthy\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"profile-card\"\u003e\n\u003cspan class=\"profile-icon\"\u003e🖤\u003c\/span\u003e\n\u003ch3\u003eAn Urban Masterpiece, Layer by Layer\u003c\/h3\u003e\n\u003cp\u003eNew York, the City of Dreams, opens with a burst of \u003cspan class=\"profile-highlight\"\u003eBlack Pepper and Nutmeg\u003c\/span\u003e for an immediate sensation of dry heat and masculine spice.\u003c\/p\u003e\n\u003cp\u003eThe heart reveals a sophisticated core where \u003cspan class=\"profile-highlight\"\u003eCognac and Mimosa\u003c\/span\u003e provide a smooth, intoxicating texture with a floral undertone.\u003c\/p\u003e\n\u003cp\u003eThe dry-down reveals a majestic, mossy foundation of \u003cspan class=\"profile-highlight\"\u003eOakmoss\u003c\/span\u003e. Anchored by Patchouli and Cedarwood, it leaves a persistent and forest-like trail that stays vibrant on the skin for \u003cspan class=\"profile-highlight\"\u003eover 10 hours\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IF YOU LIKE --\u003e\n\u003cdiv class=\"related-section\"\u003e\n\u003cdiv class=\"related-card\"\u003e\n\u003cdiv class=\"related-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"related-text\"\u003e\n\u003cdiv class=\"related-label\"\u003eYou May Also Love\u003c\/div\u003e\n\u003cdiv class=\"related-name\"\u003eLove In Paris — 100ml EDP\u003c\/div\u003e\n\u003cdiv class=\"related-desc\"\u003eIf you enjoy Syrupy, Toasted, and Silky scent profiles, explore Love In Paris Perfume 100ml EDP by Lattafa Pride.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY EMIRATES OUD --\u003e\n\u003cdiv class=\"why-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eOur Promise\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWhy Choose Opaline Fragnance?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cp\u003eOpaline Fragnance is your premier destination for Lattafa Pride in the UK. We \u003cspan class=\"highlight-green\"\u003eguarantee 100% authenticity\u003c\/span\u003e for this New York City of Dreams 100ml bottle.\u003c\/p\u003e\n\u003cp\u003eOur climate-controlled storage is vital for protecting the complex cognac accords and delicate spice oils, ensuring your perfume delivers the full, high-definition sillage and legendary depth this urban masterpiece is celebrated for.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eNeed to Know\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow is the authenticity of this Lattafa Pride product verified in the UK?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEvery genuine bottle includes a 3D holographic sticker on the box and a unique batch code on the glass, confirming its origin from the official Lattafa production lines.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs the spray mechanism designed for a wide or narrow distribution?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe atomizer is precision-engineered to deliver a broad and fine mist, allowing the fragrance to settle evenly across your suit or skin without creating concentrated wet spots.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat environment is best for preserving the quality of these woody resins?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eFor the best results, store the perfume in its original box in a cool, dark cupboard, away from the humidity of a bathroom or the heat of a radiator.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end page-wrapper --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- FOOTER --\u003e","brand":"Opaline Fragnance","offers":[{"title":"Default Title","offer_id":53734865240407,"sku":null,"price":35.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/9166\/3703\/files\/5_92a3f864-5471-4ef1-9e12-8488f3fd4f30.jpg?v=1780923400","url":"https:\/\/opalinefragnance.co.uk\/products\/new-york-the-city-of-dreams-perfume-100ml-edp-lattafa-pride","provider":"Opaline Fragnance ","version":"1.0","type":"link"}