{"product_id":"london-the-city-of-contrast-perfume-100ml-edp-lattafa-pride","title":"London The City Of Contrast Perfume 100ml EDP Lattafa Pride","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=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026amp;family=Cormorant+Garamond:wght@300;400;600\u0026amp;family=Bebas+Neue\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --red:    #C8102E;\n    --navy:   #012169;\n    --gold:   #C9A84C;\n    --cream:  #FAF6EE;\n    --smoke:  #F0EBE0;\n    --charcoal: #1A1A2E;\n    --mist:   #E8E4DC;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    background: var(--cream);\n    color: var(--charcoal);\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--navy);\n    position: relative;\n    overflow: hidden;\n    padding: 70px 40px 60px;\n    text-align: center;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      repeating-linear-gradient(\n        0deg,\n        transparent,\n        transparent 38px,\n        rgba(255,255,255,0.04) 38px,\n        rgba(255,255,255,0.04) 40px\n      ),\n      repeating-linear-gradient(\n        90deg,\n        transparent,\n        transparent 38px,\n        rgba(255,255,255,0.04) 38px,\n        rgba(255,255,255,0.04) 40px\n      );\n  }\n  \/* Union Jack decorative cross *\/\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to right, transparent 48%, rgba(200,16,46,0.18) 48%, rgba(200,16,46,0.18) 52%, transparent 52%),\n      linear-gradient(to bottom, transparent 48%, rgba(200,16,46,0.18) 48%, rgba(200,16,46,0.18) 52%, transparent 52%);\n    pointer-events: none;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 13px;\n    letter-spacing: 6px;\n    color: var(--gold);\n    margin-bottom: 18px;\n    position: relative;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-weight: 900;\n    font-size: clamp(2.8rem, 7vw, 5.5rem);\n    color: #fff;\n    line-height: 1.05;\n    position: relative;\n    text-shadow: 0 4px 30px rgba(0,0,0,0.4);\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold);\n  }\n  .hero-sub {\n    font-size: clamp(1.1rem, 2.5vw, 1.4rem);\n    color: rgba(255,255,255,0.75);\n    margin-top: 16px;\n    font-weight: 300;\n    letter-spacing: 1px;\n    position: relative;\n  }\n\n  .hero-rule {\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, var(--red), var(--gold));\n    margin: 28px auto 0;\n    border-radius: 2px;\n    position: relative;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .wrapper {\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ── INTRO DESCRIPTION ── *\/\n  .intro-section {\n    background: var(--cream);\n    padding: 56px 0 0;\n    border-bottom: 3px solid var(--navy);\n  }\n  .intro-section p {\n    font-size: clamp(1.2rem, 2.5vw, 1.55rem);\n    line-height: 1.8;\n    font-weight: 300;\n    color: #2c2c3e;\n    max-width: 820px;\n    margin: 0 auto 48px;\n    text-align: center;\n  }\n  .intro-section p span.highlight {\n    color: var(--navy);\n    font-weight: 600;\n  }\n\n  \/* ── SPECS \u0026 NOTES GRID ── *\/\n  .grid-two {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n  }\n  @media(max-width:640px){ .grid-two { grid-template-columns: 1fr; } }\n\n  .panel {\n    padding: 48px 40px;\n  }\n  .panel-navy  { background: var(--navy); color: #fff; }\n  .panel-red   { background: var(--red);  color: #fff; }\n  .panel-gold  { background: var(--gold); color: var(--charcoal); }\n  .panel-smoke { background: var(--smoke); color: var(--charcoal); }\n\n  .panel-label {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 11px;\n    letter-spacing: 5px;\n    opacity: 0.65;\n    margin-bottom: 14px;\n    text-transform: uppercase;\n  }\n  .panel h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.7rem, 3.5vw, 2.4rem);\n    font-weight: 700;\n    line-height: 1.15;\n    margin-bottom: 28px;\n  }\n\n  .spec-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n  .spec-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: clamp(1rem, 2vw, 1.2rem);\n    font-weight: 300;\n    line-height: 1.5;\n  }\n  .spec-list li strong {\n    font-weight: 600;\n    white-space: nowrap;\n    min-width: 130px;\n  }\n  .spec-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--gold);\n    margin-top: 7px;\n    flex-shrink: 0;\n  }\n  .panel-navy .spec-dot { background: var(--gold); }\n  .panel-smoke .spec-dot { background: var(--navy); }\n\n  \/* ── NOTES SECTION ── *\/\n  .notes-section {\n    background: var(--charcoal);\n    padding: 64px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .notes-section::before {\n    content: 'NOTES';\n    position: absolute;\n    right: -30px;\n    top: 50%;\n    transform: translateY(-50%) rotate(90deg);\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 120px;\n    color: rgba(255,255,255,0.03);\n    pointer-events: none;\n    letter-spacing: 10px;\n  }\n  .notes-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\n    color: #fff;\n    text-align: center;\n    margin-bottom: 48px;\n    font-weight: 700;\n  }\n  .notes-section h2 span { color: var(--gold); font-style: italic; }\n\n  .notes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n  }\n  @media(max-width:640px){ .notes-grid { grid-template-columns: 1fr; } }\n\n  .note-card {\n    padding: 36px 28px;\n    text-align: center;\n    border-top: 4px solid transparent;\n    transition: transform .3s ease;\n  }\n  .note-card:hover { transform: translateY(-4px); }\n  .note-card.top    { background: rgba(201,168,76,0.12);  border-color: var(--gold); }\n  .note-card.middle { background: rgba(1,33,105,0.35);    border-color: #4a6fa5; }\n  .note-card.base   { background: rgba(200,16,46,0.12);   border-color: var(--red); }\n\n  .note-icon {\n    font-size: 2.6rem;\n    margin-bottom: 14px;\n    display: block;\n  }\n  .note-tier {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 11px;\n    letter-spacing: 5px;\n    color: rgba(255,255,255,0.45);\n    margin-bottom: 10px;\n  }\n  .note-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.1rem, 2.2vw, 1.45rem);\n    color: #fff;\n    margin-bottom: 10px;\n    font-weight: 700;\n  }\n  .note-items {\n    font-size: clamp(1rem, 1.8vw, 1.2rem);\n    color: rgba(255,255,255,0.7);\n    font-weight: 300;\n    line-height: 1.7;\n  }\n\n  \/* ── SCENT PROFILE ── *\/\n  .profile-section {\n    padding: 72px 0;\n    background: var(--smoke);\n    border-top: 4px solid var(--red);\n    border-bottom: 4px solid var(--navy);\n  }\n  .profile-section .wrapper {\n    display: grid;\n    grid-template-columns: 180px 1fr;\n    gap: 48px;\n    align-items: start;\n  }\n  @media(max-width:640px){\n    .profile-section .wrapper { grid-template-columns: 1fr; }\n  }\n  .profile-label-block {\n    text-align: center;\n  }\n  .profile-label-block .big-letter {\n    font-family: 'Playfair Display', serif;\n    font-size: 140px;\n    line-height: 1;\n    font-style: italic;\n    color: var(--red);\n    opacity: 0.18;\n    display: block;\n    margin-bottom: -30px;\n  }\n  .profile-label-block h2 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 20px;\n    letter-spacing: 5px;\n    color: var(--navy);\n    writing-mode: vertical-rl;\n    transform: rotate(180deg);\n    margin: 0 auto;\n    line-height: 1;\n  }\n  .profile-text h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.6rem);\n    font-weight: 700;\n    margin-bottom: 22px;\n    color: var(--charcoal);\n  }\n  .profile-text h2 em { color: var(--red); font-style: italic; }\n  .profile-text p {\n    font-size: clamp(1.1rem, 2vw, 1.35rem);\n    line-height: 1.85;\n    font-weight: 300;\n    color: #2c2c3e;\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section {\n    background: var(--navy);\n    padding: 72px 0;\n    color: #fff;\n  }\n  .faq-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 52px;\n    color: var(--gold);\n  }\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    max-width: 800px;\n    margin: 0 auto;\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n  .faq-item {\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n    padding: 32px 36px;\n  }\n  .faq-item:last-child { border-bottom: none; }\n  .faq-item h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.1rem, 2.2vw, 1.4rem);\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 14px;\n    line-height: 1.35;\n  }\n  .faq-item p {\n    font-size: clamp(1rem, 1.9vw, 1.2rem);\n    font-weight: 300;\n    line-height: 1.8;\n    color: rgba(255,255,255,0.75);\n  }\n  .faq-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 28px;\n    color: var(--gold);\n    float: left;\n    margin-right: 18px;\n    line-height: 1;\n    margin-top: 2px;\n  }\n\n  \/* ── EMIRATES OUD TRUST BANNER ── *\/\n  .trust-section {\n    background: var(--red);\n    padding: 56px 0;\n    text-align: center;\n  }\n  .trust-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.6rem);\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 18px;\n  }\n  .trust-section p {\n    font-size: clamp(1.1rem, 2vw, 1.35rem);\n    font-weight: 300;\n    color: rgba(255,255,255,0.88);\n    max-width: 760px;\n    margin: 0 auto;\n    line-height: 1.8;\n  }\n  .trust-badges {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-top: 40px;\n  }\n  .badge {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.3);\n    padding: 18px 28px;\n    text-align: center;\n    min-width: 160px;\n  }\n  .badge-icon { font-size: 2rem; display: block; margin-bottom: 8px; }\n  .badge-text { font-size: 1rem; color: rgba(255,255,255,0.9); font-weight: 400; letter-spacing: 0.5px; }\n\n  \/* ── FOOTER RULE ── *\/\n  .footer-rule {\n    height: 8px;\n    background: linear-gradient(90deg, var(--navy) 33%, var(--red) 33% 66%, var(--gold) 66%);\n  }\n\n  \/* ── ANIMATIONS ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero h1, .hero-sub, .hero-eyebrow, .hero-rule {\n    animation: fadeUp .8s ease both;\n  }\n  .hero-eyebrow { animation-delay: 0s; }\n  .hero h1      { animation-delay: .15s; }\n  .hero-sub     { animation-delay: .3s; }\n  .hero-rule    { animation-delay: .45s; }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eLattafa Pride · Eau de Parfum · 100ml\u003c\/div\u003e\n\u003ch1\u003eLondon \u003cem\u003eThe City\u003c\/em\u003e\u003cbr\u003eOf Contrast\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eUrban Sophistication  ·  Vibrant Energy  ·  Enduring Elegance\u003c\/p\u003e\n\u003cdiv class=\"hero-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── INTRO ── --\u003e\n\u003csection class=\"intro-section\"\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003cp\u003eLondon The City Of Contrast captures the \u003cspan class=\"highlight\"\u003edual nature of urban sophistication and vibrant energy\u003c\/span\u003e. This fragrance is a masterclass in the citrus-floral genre, offering a sharp, high-end profile that radiates professional energy. It is the premier choice for the UK enthusiast seeking a premium perfume that balances \u003cspan class=\"highlight\"\u003ezesty citrus with a creamy sandalwood heart\u003c\/span\u003e, making it a majestic selection for those who want a versatile, cosmopolitan aura.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── SPECS + NOTES GRID ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"grid-two\"\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"panel panel-navy\"\u003e\n\u003cdiv class=\"panel-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ch2\u003eProduct\u003cbr\u003eDetails\u003c\/h2\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSuitable for\u003c\/strong\u003e Unisex\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBrand\u003c\/strong\u003e Lattafa Pride\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eType\u003c\/strong\u003e Eau de Parfum\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSize\u003c\/strong\u003e 100ml\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSpecialty\u003c\/strong\u003e Premium Arabic Perfume\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Why choose --\u003e\n\u003cdiv class=\"panel panel-smoke\"\u003e\n\u003cdiv class=\"panel-label\"\u003eWhy Emirates Oud\u003c\/div\u003e\n\u003ch2\u003eYour Premier\u003cbr\u003eDestination\u003c\/h2\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e100% Authenticity Guarantee on every bottle\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003eClimate-controlled storage protects volatile citrus oils and delicate white florals\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003eFull, high-definition sillage preserved from warehouse to your door\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e\n\u003cdiv\u003eLegendary freshness — exactly as the perfumer intended\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\u003cdiv class=\"wrapper\"\u003e\n\u003ch2\u003eFragrance \u003cspan\u003eNotes\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"notes-grid\"\u003e\n\u003cdiv class=\"note-card top\"\u003e\n\u003cspan class=\"note-icon\"\u003e🍋\u003c\/span\u003e\n\u003cdiv class=\"note-tier\"\u003eTop Notes\u003c\/div\u003e\n\u003ch3\u003eThe Opening\u003c\/h3\u003e\n\u003cdiv class=\"note-items\"\u003eLemon\u003cbr\u003eTangerine Heart\u003cbr\u003ePink Pepper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card middle\"\u003e\n\u003cspan class=\"note-icon\"\u003e🌸\u003c\/span\u003e\n\u003cdiv class=\"note-tier\"\u003eHeart Notes\u003c\/div\u003e\n\u003ch3\u003eThe Soul\u003c\/h3\u003e\n\u003cdiv class=\"note-items\"\u003eGinger\u003cbr\u003eNeroli\u003cbr\u003eTuberose\u003cbr\u003eApple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card base\"\u003e\n\u003cspan class=\"note-icon\"\u003e🪵\u003c\/span\u003e\n\u003cdiv class=\"note-tier\"\u003eBase Notes\u003c\/div\u003e\n\u003ch3\u003eThe Foundation\u003c\/h3\u003e\n\u003cdiv class=\"note-items\"\u003eSandalwood\u003cbr\u003eVanilla\u003cbr\u003eMusk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── SCENT PROFILE ── --\u003e\n\u003csection class=\"profile-section\"\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003cdiv class=\"profile-label-block\"\u003e\n\u003cspan class=\"big-letter\"\u003eS\u003c\/span\u003e\n\u003ch2\u003eSCENT PROFILE\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"profile-text\"\u003e\n\u003ch2\u003e\n\u003cem\u003eRadiant,\u003c\/em\u003e Zesty \u0026amp; Creamy\u003c\/h2\u003e\n\u003cp\u003eLondon The City Of Contrast opens with a burst of \u003cstrong\u003eLemon and Tangerine\u003c\/strong\u003e for an immediate sensation of sparkling citrus and spicy heat. The heart reveals a sophisticated core where \u003cstrong\u003eNeroli and Ginger\u003c\/strong\u003e provide a clean floral texture with a sharp fruit undertone. The dry-down reveals a majestic, silky foundation of \u003cstrong\u003eSandalwood\u003c\/strong\u003e. Anchored by \u003cstrong\u003eVanilla and Musk\u003c\/strong\u003e, it leaves a persistent and comforting trail that stays vibrant on the skin for \u003cstrong\u003eover 10 hours\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── FAQ ── --\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-num\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eHow can I verify the authenticity of this Lattafa Pride product in the UK?\u003c\/h3\u003e\n\u003cp\u003eEvery genuine bottle features a \u003cstrong\u003e3D holographic security seal\u003c\/strong\u003e on the packaging and a specific batch code on the glass, which serves as a guarantee of its original production source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-num\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eIs the spray mechanism designed for a fine mist or a direct stream?\u003c\/h3\u003e\n\u003cp\u003eThe atomizer is precision-engineered to deliver a \u003cstrong\u003ebroad and fine pressurised mist\u003c\/strong\u003e, allowing the fragrance to settle evenly across your skin or clothing without wasting any oil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-num\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eWhat environment is best for preserving the quality of these citrus oils?\u003c\/h3\u003e\n\u003cp\u003eFor the best results, store the perfume in its original box in a \u003cstrong\u003ecool, dark cupboard\u003c\/strong\u003e, away from the humidity of a bathroom or the heat of a radiator.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── TRUST BANNER ── --\u003e\n\u003csection class=\"trust-section\"\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003ch2\u003eWhy Choose Opaline Fragnance?\u003c\/h2\u003e\n\u003cp\u003eOpaline Fragnance is your premier destination for Lattafa Pride in the UK. Our climate-controlled storage is vital for protecting the volatile citrus oils and delicate white floral molecules, ensuring your perfume delivers the full, high-definition sillage and legendary freshness this urban masterpiece is celebrated for.\u003c\/p\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003cspan class=\"badge-icon\"\u003e🔐\u003c\/span\u003e\n\u003cdiv class=\"badge-text\"\u003e100% Authentic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003cspan class=\"badge-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv class=\"badge-text\"\u003eClimate Stored\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003cspan class=\"badge-icon\"\u003e🇬🇧\u003c\/span\u003e\n\u003cdiv class=\"badge-text\"\u003eUK Specialist\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003cspan class=\"badge-icon\"\u003e⏱️\u003c\/span\u003e\n\u003cdiv class=\"badge-text\"\u003e10+ Hour Wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"footer-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Opaline Fragnance","offers":[{"title":"Default Title","offer_id":53735565689175,"sku":null,"price":35.49,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/9166\/3703\/files\/1_a7db57cf-b6e1-4c5f-bfb7-1277a7f86cfa.jpg?v=1780928624","url":"https:\/\/opalinefragnance.co.uk\/products\/london-the-city-of-contrast-perfume-100ml-edp-lattafa-pride","provider":"Opaline Fragnance ","version":"1.0","type":"link"}