{"product_id":"jasmere-perfume-100ml-edp-french-avenue","title":"Jasmere Perfume 100ml 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,300;0,400;0,600;1,300;1,400\u0026amp;family=Cinzel:wght@400;600;700\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gold: #C9962C;\n    --gold-light: #E8B84B;\n    --gold-pale: #F5DFA0;\n    --cream: #FAF5EC;\n    --ivory: #F2EBD9;\n    --deep: #1A1208;\n    --brown: #3D2B10;\n    --sand: #8B6B3D;\n    --blush: #E8D5C4;\n    --green: #4A6741;\n    --mist: #7DA89B;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background-color: var(--cream);\n    color: var(--deep);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: linear-gradient(135deg, #1A1208 0%, #3D2B10 40%, #6B4A1E 70%, #C9962C 100%);\n    position: relative;\n    overflow: hidden;\n    padding: 80px 40px 60px;\n    text-align: center;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse at 60% 40%, rgba(201,150,44,0.25) 0%, transparent 65%);\n  }\n  .hero-badge {\n    display: inline-block;\n    border: 1px solid var(--gold);\n    color: var(--gold-light);\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    padding: 7px 22px;\n    margin-bottom: 28px;\n    position: relative;\n  }\n  .hero h1 {\n    font-family: 'Cinzel', serif;\n    font-size: clamp(56px, 10vw, 96px);\n    font-weight: 700;\n    color: #fff;\n    letter-spacing: 6px;\n    line-height: 1;\n    position: relative;\n    text-shadow: 0 4px 40px rgba(201,150,44,0.4);\n  }\n  .hero h1 span {\n    color: var(--gold-light);\n    display: block;\n    font-size: 0.38em;\n    letter-spacing: 10px;\n    font-weight: 400;\n    margin-top: 14px;\n  }\n  .hero-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 22px;\n    color: var(--blush);\n    margin-top: 24px;\n    position: relative;\n    opacity: 0.9;\n  }\n  .hero-pills {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-top: 32px;\n    position: relative;\n  }\n  .pill {\n    background: rgba(201,150,44,0.18);\n    border: 1px solid rgba(201,150,44,0.5);\n    color: var(--gold-pale);\n    font-family: 'Cinzel', serif;\n    font-size: 11px;\n    letter-spacing: 2px;\n    padding: 8px 18px;\n    border-radius: 100px;\n  }\n\n  \/* ── INTRO BLOCK ── *\/\n  .intro-block {\n    background: var(--ivory);\n    border-left: 6px solid var(--gold);\n    padding: 50px 48px;\n    margin: 0;\n  }\n  .intro-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(20px, 2.5vw, 26px);\n    line-height: 1.75;\n    color: var(--brown);\n    max-width: 860px;\n  }\n\n  \/* ── SPECS STRIP ── *\/\n  .specs-strip {\n    background: var(--deep);\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 0;\n  }\n  .spec-item {\n    padding: 36px 28px;\n    border-right: 1px solid rgba(201,150,44,0.2);\n    text-align: center;\n  }\n  .spec-item:last-child { border-right: none; }\n  .spec-label {\n    font-family: 'Cinzel', serif;\n    font-size: 10px;\n    letter-spacing: 3px;\n    color: var(--gold);\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .spec-value {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    color: #fff;\n    font-weight: 300;\n  }\n\n  \/* ── NOTES SECTION ── *\/\n  .notes-section {\n    padding: 80px 40px;\n    background: var(--cream);\n  }\n  .section-heading {\n    font-family: 'Cinzel', serif;\n    font-size: clamp(13px, 1.5vw, 15px);\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 54px);\n    font-weight: 300;\n    color: var(--deep);\n    margin-bottom: 52px;\n    line-height: 1.1;\n  }\n  .notes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    max-width: 1100px;\n  }\n  @media (max-width: 700px) { .notes-grid { grid-template-columns: 1fr; } }\n  .note-card {\n    padding: 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .note-card.top { background: #E8F0E6; border-top: 5px solid var(--green); }\n  .note-card.mid { background: #FDF0E6; border-top: 5px solid var(--gold); }\n  .note-card.base { background: #EDE4D8; border-top: 5px solid var(--brown); }\n  .note-tier {\n    font-family: 'Cinzel', serif;\n    font-size: 10px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n  .note-card.top .note-tier { color: var(--green); }\n  .note-card.mid .note-tier { color: var(--gold); }\n  .note-card.base .note-tier { color: var(--brown); }\n  .note-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 600;\n    color: var(--deep);\n    line-height: 1.3;\n    margin-bottom: 8px;\n  }\n  .note-divider {\n    width: 40px;\n    height: 2px;\n    background: currentColor;\n    margin: 14px 0;\n    opacity: 0.35;\n  }\n  .note-card.top .note-divider { color: var(--green); }\n  .note-card.mid .note-divider { color: var(--gold); }\n  .note-card.base .note-divider { color: var(--brown); }\n  .note-desc {\n    font-size: 16px;\n    color: var(--sand);\n    line-height: 1.6;\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n  }\n\n  \/* ── SCENT PROFILE ── *\/\n  .profile-section {\n    background: linear-gradient(180deg, #3D2B10 0%, #1A1208 100%);\n    padding: 90px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .profile-section::before {\n    content: '';\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 500px; height: 500px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(201,150,44,0.12) 0%, transparent 70%);\n  }\n  .profile-section .section-heading { color: var(--gold-light); }\n  .profile-section .section-title { color: var(--ivory); }\n\n  .profile-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 2px;\n    max-width: 1100px;\n  }\n  .profile-card {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(201,150,44,0.2);\n    padding: 44px 36px;\n    position: relative;\n  }\n  .profile-icon {\n    font-size: 36px;\n    margin-bottom: 20px;\n    display: block;\n  }\n  .profile-card-title {\n    font-family: 'Cinzel', serif;\n    font-size: 13px;\n    letter-spacing: 3px;\n    color: var(--gold);\n    margin-bottom: 16px;\n    text-transform: uppercase;\n  }\n  .profile-card-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: rgba(242,235,217,0.88);\n    line-height: 1.7;\n  }\n\n  \/* ── LONGEVITY ── *\/\n  .longevity-bar {\n    background: var(--ivory);\n    padding: 60px 40px;\n    display: flex;\n    align-items: center;\n    gap: 48px;\n    flex-wrap: wrap;\n    border-top: 1px solid var(--blush);\n    border-bottom: 1px solid var(--blush);\n  }\n  .longevity-number {\n    font-family: 'Cinzel', serif;\n    font-size: 80px;\n    font-weight: 700;\n    color: var(--gold);\n    line-height: 1;\n    flex-shrink: 0;\n  }\n  .longevity-number span { font-size: 30px; vertical-align: middle; }\n  .longevity-text h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    color: var(--deep);\n    margin-bottom: 10px;\n  }\n  .longevity-text p {\n    font-size: 17px;\n    color: var(--sand);\n    line-height: 1.7;\n    max-width: 560px;\n  }\n\n  \/* ── WHY US ── *\/\n  .why-section {\n    padding: 80px 40px;\n    background: #F7F0E4;\n  }\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 32px;\n    max-width: 1100px;\n    margin-top: 48px;\n  }\n  .why-card {\n    background: #fff;\n    padding: 40px 32px;\n    border-bottom: 4px solid var(--gold);\n    box-shadow: 0 2px 20px rgba(61,43,16,0.07);\n  }\n  .why-card-icon {\n    font-size: 32px;\n    margin-bottom: 20px;\n    display: block;\n  }\n  .why-card-title {\n    font-family: 'Cinzel', serif;\n    font-size: 15px;\n    letter-spacing: 1px;\n    color: var(--brown);\n    margin-bottom: 14px;\n  }\n  .why-card-text {\n    font-size: 17px;\n    color: #5A4830;\n    line-height: 1.7;\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section {\n    background: var(--deep);\n    padding: 90px 40px;\n  }\n  .faq-section .section-heading { color: var(--gold); }\n  .faq-section .section-title { color: var(--ivory); margin-bottom: 48px; }\n  .faq-list { max-width: 860px; }\n  .faq-item {\n    border-bottom: 1px solid rgba(201,150,44,0.2);\n    padding: 36px 0;\n  }\n  .faq-item:first-child { border-top: 1px solid rgba(201,150,44,0.2); }\n  .faq-q {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    color: var(--gold-light);\n    margin-bottom: 16px;\n    font-style: italic;\n  }\n  .faq-a {\n    font-size: 17px;\n    color: rgba(242,235,217,0.8);\n    line-height: 1.75;\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n  }\n\n  \/* ── FOOTER BAND ── *\/\n  .footer-band {\n    background: linear-gradient(90deg, var(--brown), var(--gold), var(--brown));\n    padding: 28px 40px;\n    text-align: center;\n  }\n  .footer-band p {\n    font-family: 'Cinzel', serif;\n    font-size: 13px;\n    letter-spacing: 3px;\n    color: var(--deep);\n    text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-badge\"\u003eFrench Avenue ×Opaline Fragnance\u003c\/div\u003e\n\u003ch1\u003eJASMERE\u003cspan\u003eby French Avenue\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA Definitive Icon of Botanical Luxury \u0026amp; Sun-Drenched Depth\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"pill\"\u003eUnisex\u003c\/span\u003e \u003cspan class=\"pill\"\u003eEau de Parfum\u003c\/span\u003e \u003cspan class=\"pill\"\u003e100 ml\u003c\/span\u003e \u003cspan class=\"pill\"\u003ePremium Arabic Perfume\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── INTRO ── --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n\u003cp\u003eJasmere by French Avenue is a 100ml Eau de Parfum that stands as a definitive icon of botanical luxury and sun-drenched depth. This fragrance is a masterclass in the white floral genre, offering a high-definition, premium profile that radiates a professional, sophisticated energy. It is the premier choice for the UK enthusiast seeking a premium Arabic perfume that balances a golden herbal opening with a majestic woody heart — making it a radiant selection for those who want a bright, magnetic unisex signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── SPECS STRIP ── --\u003e\n\u003cdiv class=\"specs-strip\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSuitable For\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUnisex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFrench Avenue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFragrance Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eVolume\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSpeciality\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePremium Arabic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FRAGRANCE NOTES ── --\u003e\n\u003csection class=\"notes-section\"\u003e\n\u003cp class=\"section-heading\"\u003eFragrance Composition\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThe Fragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"notes-grid\"\u003e\n\u003cdiv class=\"note-card top\"\u003e\n\u003cspan class=\"note-tier\"\u003eTop Notes\u003c\/span\u003e\n\u003cdiv class=\"note-name\"\u003eBroom · Jasmine Sambac · Linden Blossom\u003c\/div\u003e\n\u003cdiv class=\"note-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"note-desc\"\u003eAn immediate sensation of honeyed brightness and sparkling floral clarity — fresh, luminous and instantly captivating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card mid\"\u003e\n\u003cspan class=\"note-tier\"\u003eMiddle Notes\u003c\/span\u003e\n\u003cdiv class=\"note-name\"\u003eOrange Blossom · Vetiver · Heliotrope\u003c\/div\u003e\n\u003cdiv class=\"note-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"note-desc\"\u003eA sophisticated core providing unique velvet texture with a lush aromatic lift and soft powdered warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card base\"\u003e\n\u003cspan class=\"note-tier\"\u003eBase Notes\u003c\/span\u003e\n\u003cdiv class=\"note-name\"\u003eMusk · Dry Wood\u003c\/div\u003e\n\u003cdiv class=\"note-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"note-desc\"\u003eA majestic, grounded foundation leaving a persistent, powerful trail that anchors the fragrance with earthy depth.\u003c\/p\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\u003cp class=\"section-heading\"\u003eJourney of the Scent\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThe Scent Profile:\u003cbr\u003eRadiant, Floral \u0026amp; Woody\u003c\/h2\u003e\n\u003cdiv class=\"profile-cards\"\u003e\n\u003cdiv class=\"profile-card\"\u003e\n\u003cspan class=\"profile-icon\"\u003e🌸\u003c\/span\u003e\n\u003cdiv class=\"profile-card-title\"\u003eThe Opening\u003c\/div\u003e\n\u003cp class=\"profile-card-text\"\u003eJasmere opens with a burst of Jasmine Sambac and Linden Blossom for an immediate sensation of honeyed brightness and sparkling floral clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"profile-card\"\u003e\n\u003cspan class=\"profile-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"profile-card-title\"\u003eThe Heart\u003c\/div\u003e\n\u003cp class=\"profile-card-text\"\u003eThe heart reveals a sophisticated core where Orange Blossom and Vetiver provide a unique velvet texture with a lush aromatic lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"profile-card\"\u003e\n\u003cspan class=\"profile-icon\"\u003e🪵\u003c\/span\u003e\n\u003cdiv class=\"profile-card-title\"\u003eThe Drydown\u003c\/div\u003e\n\u003cp class=\"profile-card-text\"\u003eThe drydown reveals a majestic, grounded foundation of Dry Wood, anchored by Musk for a vibrant, powerful trail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── LONGEVITY ── --\u003e\n\u003cdiv class=\"longevity-bar\"\u003e\n\u003cdiv class=\"longevity-number\"\u003e10\u003cspan\u003e+ hrs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"longevity-text\"\u003e\n\u003ch3\u003eLong-Lasting Sillage\u003c\/h3\u003e\n\u003cp\u003eJasmere leaves a persistent, powerful trail anchored by Musk, remaining vibrant on the skin for over 10 hours. Its high-definition sillage ensures you leave an impression wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHY EMIRATES OUD ── --\u003e\n\u003csection class=\"why-section\"\u003e\n\u003cp class=\"section-heading\"\u003eYour Premier Destination\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Opaline Fragnance?\u003c\/h2\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-icon\"\u003e🔏\u003c\/span\u003e\n\u003cdiv class=\"why-card-title\"\u003e100% Authenticity Guaranteed\u003c\/div\u003e\n\u003cp class=\"why-card-text\"\u003eOpaline Fragnance is your premier destination for French Avenue in the UK. We guarantee 100% authenticity for every Jasmere 100ml bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cdiv class=\"why-card-title\"\u003eClimate-Controlled Storage\u003c\/div\u003e\n\u003cp class=\"why-card-text\"\u003eOur climate-controlled storage is vital for protecting the delicate flower absolutes and the volatile woody molecules, ensuring your perfume delivers the full high-definition sillage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"why-card-title\"\u003eLegendary Freshness\u003c\/div\u003e\n\u003cp class=\"why-card-text\"\u003eEvery bottle is stored and dispatched to preserve the legendary freshness this masterfully crafted masterpiece is celebrated for across the UK and beyond.\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\u003cp class=\"section-heading\"\u003eGot Questions?\u003c\/p\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\"\u003eHow is the authenticity of this French Avenue product verified in the UK?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eEvery genuine unit features a unique batch code printed on the bottom of the glass along with a security seal on the outer box to confirm its origin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes the spray head produce a fine mist or a localised stream?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eThe atomiser is precision-engineered to deliver an ultra-fine pressurised mist, ensuring the concentrated oils are evenly distributed across your skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat is the best way to clean the exterior of the bottle without damaging the finish?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eTo keep the luxury finish looking its best, wipe the glass and cap with a dry microfiber cloth and avoid using any liquid or chemical cleaners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat environment is recommended for maintaining the potency of the liquid?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eFor long-term preservation, you should store the fragrance in its original packaging within a cool dark space away from the humidity of a bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── FOOTER BAND ── --\u003e\n\u003cdiv class=\"footer-band\"\u003e\n\u003cp\u003eOpaline fragnance · Authentic Arabic Perfumery · United Kingdom\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Opaline Fragnance","offers":[{"title":"Default Title","offer_id":53731922084183,"sku":null,"price":33.49,"currency_code":"GBP","in_stock":true}],"url":"https:\/\/opalinefragnance.co.uk\/products\/jasmere-perfume-100ml-edp-french-avenue","provider":"Opaline Fragnance ","version":"1.0","type":"link"}