{"title":"Fresh","description":null,"products":[{"product_id":"mystic-ocean-80ml-edp-long-lasting-refreshing-fragrance","title":"Mystic Ocean 80ML EDP","description":"\u003cstyle\u003e\n  .mystic-ocean-wrapper {\n    --mo-white: #ffffff;\n    --mo-soft-white: #fbfdff;\n    --mo-pale: #eef9fb;\n    --mo-pale-2: #f6fcfd;\n    --mo-border: #cbe3e7;\n    --mo-neutral-border: #ddecee;\n    --mo-trust-border: #d7e9ec;\n\n    --mo-black: #050505;\n    --mo-ink: #071c24;\n    --mo-deep-teal: #063f4d;\n    --mo-ocean: #0788a7;\n    --mo-aqua: #28b5cf;\n    --mo-turquoise: #5bd2df;\n    --mo-seafoam: #d7f5f2;\n    --mo-soft-blue: #e9f9ff;\n    --mo-gold: #c5a059;\n    --mo-soft-gold: #efd487;\n    --mo-sand: #e7d5b2;\n    --mo-citrus: #d8cf5d;\n    --mo-marine: #4ebbd2;\n    --mo-ocean-floral: #f4f8f1;\n    --mo-green: #5f8f70;\n    --mo-sandalwood: #9d7554;\n    --mo-musk: #f2eee7;\n    --mo-character-bg: linear-gradient(135deg, #071c24 0%, #063f4d 52%, #0788a7 100%);\n\n    --mo-heading: #172226;\n    --mo-text: #424d50;\n    --mo-muted: #6b7679;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mo-white);\n    color: var(--mo-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mystic-ocean-wrapper *,\n  .mystic-ocean-wrapper *::before,\n  .mystic-ocean-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .mo-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mo-white);\n    border-bottom: 1px solid var(--mo-border);\n    text-align: center;\n  }\n\n  .mo-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mo-ocean);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mo-main-title {\n    margin: 0 0 10px;\n    color: var(--mo-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mo-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--mo-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .mo-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mo-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mo-story h3 {\n    margin: 0 0 16px;\n    color: var(--mo-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mo-story p {\n    margin: 0 0 17px;\n    color: var(--mo-text);\n    font-size: 1.05rem;\n  }\n\n  .mo-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mo-section-title {\n    margin: 0 0 25px;\n    color: var(--mo-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mo-notes-section,\n  .mo-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-trust-border);\n    border-radius: 10px;\n  }\n\n  .mo-notes-grid,\n  .mo-journey-grid,\n  .mo-accord-grid,\n  .mo-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .mo-note-card {\n    padding: 22px;\n    background: var(--mo-pale-2);\n    border: 1px solid var(--mo-border);\n    border-top: 4px solid var(--mo-ocean);\n    border-radius: 8px;\n  }\n\n  .mo-note-label {\n    margin-bottom: 7px;\n    color: var(--mo-ocean);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mo-note-title {\n    margin-bottom: 7px;\n    color: var(--mo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mo-note-description {\n    color: var(--mo-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .mo-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mo-soft-gold);\n    border: 1px solid var(--mo-soft-gold);\n    border-radius: 10px;\n  }\n\n  .mo-character-card {\n    padding: 30px 24px;\n    background: var(--mo-character-bg);\n    color: var(--mo-white);\n  }\n\n  .mo-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--mo-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mo-character-card p {\n    margin: 0;\n    color: var(--mo-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .mo-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mo-details-box,\n  .mo-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n  }\n\n  .mo-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mo-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mo-neutral-border);\n  }\n\n  .mo-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mo-neutral-border);\n  }\n\n  .mo-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mo-detail-label {\n    color: var(--mo-muted);\n    font-weight: 600;\n  }\n\n  .mo-detail-value {\n    color: var(--mo-heading);\n    text-align: right;\n  }\n\n  .mo-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mo-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mo-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mo-neutral-border);\n  }\n\n  .mo-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .mo-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mo-ocean);\n    font-weight: 700;\n  }\n\n  .mo-journey-intro,\n  .mo-accord-intro,\n  .mo-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mo-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mo-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n  }\n\n  .mo-journey-number,\n  .mo-accord-icon,\n  .mo-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mo-deep-teal);\n    color: var(--mo-soft-gold);\n    border: 1px solid var(--mo-deep-teal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mo-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .mo-journey-card h4,\n  .mo-accord-card h4,\n  .mo-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mo-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mo-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .mo-journey-card p,\n  .mo-accord-card p,\n  .mo-trust-card p {\n    margin: 0;\n    color: var(--mo-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .mo-trust-card p {\n    color: #111111;\n  }\n\n  .mo-accord-card {\n    padding: 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mo-trust-card {\n    padding: 28px 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .mo-accord-icon,\n  .mo-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .mo-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--mo-ink) 0%, var(--mo-deep-teal) 52%, var(--mo-ocean) 100%);\n    color: var(--mo-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .mo-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mo-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mo-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mo-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .mo-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mo-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mo-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mo-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mo-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .mo-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mo-pale-2);\n    border: 1px solid var(--mo-border);\n    border-left: 6px solid var(--mo-ocean);\n    border-radius: 8px;\n  }\n\n  .mo-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mo-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mo-performance-section p {\n    margin: 0;\n    color: var(--mo-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .mo-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mo-border);\n  }\n\n  .mo-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mo-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mo-faq-item {\n    background: var(--mo-white);\n    border-bottom: 1px solid var(--mo-border);\n  }\n\n  .mo-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mo-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mo-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mo-ocean);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mo-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mo-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mo-text);\n    font-size: 1rem;\n  }\n\n  .mo-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .mystic-ocean-wrapper {\n      padding: 35px;\n    }\n\n    .mo-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mo-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mo-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .mo-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mo-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mo-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mo-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mo-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mo-notes-grid,\n    .mo-journey-grid,\n    .mo-accord-grid,\n    .mo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .mo-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mo-character-card {\n      padding: 35px;\n    }\n\n    .mo-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mo-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mo-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mo-section-title,\n    .mo-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mo-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mo-note-description {\n      font-size: 1rem;\n    }\n\n    .mo-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mo-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mo-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mo-detail-row,\n    .mo-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-intro,\n    .mo-accord-intro,\n    .mo-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-card h4,\n    .mo-accord-card h4,\n    .mo-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-card p,\n    .mo-accord-card p,\n    .mo-trust-card p {\n      font-size: 1rem;\n    }\n\n    .mo-statement-section {\n      padding: 44px;\n    }\n\n    .mo-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mo-statement-section p,\n    .mo-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mo-occasion-section {\n      padding: 38px;\n    }\n\n    .mo-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mo-performance-section {\n      padding: 30px;\n    }\n\n    .mo-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mo-trust-section {\n      padding: 44px 38px;\n    }\n\n    .mo-trust-card {\n      padding: 32px 26px;\n    }\n\n    .mo-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mo-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mo-notes-grid,\n    .mo-journey-grid,\n    .mo-accord-grid,\n    .mo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .mystic-ocean-wrapper {\n      padding: 10px;\n    }\n\n    .mo-header {\n      padding: 26px 8px;\n    }\n\n    .mo-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mo-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .mo-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mo-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mo-detail-value {\n      text-align: left;\n    }\n\n    .mo-character-card {\n      padding: 24px 18px;\n    }\n\n    .mo-journey-section,\n    .mo-accord-section,\n    .mo-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mo-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mo-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .mo-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mystic-ocean-wrapper\"\u003e\n\n  \u003cdiv class=\"mo-header\"\u003e\n    \u003cdiv class=\"mo-brand-tag\"\u003eRefreshing Unisex Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"mo-main-title\"\u003eMystic Ocean\u003c\/h2\u003e\n    \u003cp class=\"mo-tagline\"\u003e\n      “Citrus, marine accords, oceanic florals, green notes, sandalwood and musk.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-intro-grid\"\u003e\n\n    \u003cdiv class=\"mo-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/1.png?v=1734352075\" alt=\"Mystic Ocean 80ML EDP in translucent turquoise blue bottle with dark cap, gold framed label and aquatic ocean inspired presentation\" class=\"mo-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mo-story\"\u003e\n      \u003ch3\u003eThe Refreshing Essence of Ocean Breeze\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eMystic Ocean 80ML EDP\u003c\/strong\u003e, a refreshing unisex\n        Eau de Parfum inspired by the beauty of ocean breezes, sunlit waves\n        and serene coastal landscapes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Mystic Ocean opens with a crisp and invigorating blend of citrus and\n        marine accords. This first impression feels clean, bright and aquatic,\n        awakening the senses with a wave of freshness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The heart reveals oceanic florals and green notes. These accords create\n        a calm coastal character, adding natural freshness and a tranquil\n        floral-green feeling that reflects the peaceful mood of the sea.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base settles into sandalwood and musk. Sandalwood gives the scent\n        soft earthy warmth, while musk creates a clean and smooth trail that\n        lingers gently on the skin.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Mystic Ocean is made for anyone who enjoys a fresh aquatic fragrance\n        that feels easy to wear, uplifting and versatile. It works well for\n        daily use, casual outings, gifting and special occasions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a turquoise ocean-inspired bottle with a dark cap and gold\n        framed label, Mystic Ocean visually reflects its aquatic freshness,\n        sea-breeze identity and clean modern fragrance mood.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-notes-section\"\u003e\n\n    \u003ch3 class=\"mo-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"mo-notes-grid\"\u003e\n\n      \u003cdiv class=\"mo-note-card\"\u003e\n        \u003cdiv class=\"mo-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-title\"\u003eCitrus and Marine Accords\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-description\"\u003e\n          A crisp blend of citrus and marine notes creates an invigorating\n          opening with clean, bright and refreshing ocean energy.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-note-card\"\u003e\n        \u003cdiv class=\"mo-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-title\"\u003eOceanic Florals and Green Notes\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-description\"\u003e\n          Oceanic florals and green notes bring a calm coastal feel, evoking\n          the fresh tranquility of seaside landscapes.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-note-card\"\u003e\n        \u003cdiv class=\"mo-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-title\"\u003eSandalwood and Musk\u003c\/div\u003e\n        \u003cdiv class=\"mo-note-description\"\u003e\n          Sandalwood adds earthy warmth, while musk provides a smooth, clean\n          and softly lingering finish.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-character-section\"\u003e\n\n    \u003cdiv class=\"mo-character-card\"\u003e\n      \u003ch3\u003eThe Citrus Marine Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Citrus and marine accords give Mystic Ocean its fresh, clean and\n        energetic first impression, like a cool breeze moving over sunlit\n        water.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mo-character-card\"\u003e\n      \u003ch3\u003eThe Sandalwood Musk Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Sandalwood and musk settle the scent into a soft, warm and smooth base\n        that keeps the fragrance grounded without losing its aquatic freshness.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-details-grid\"\u003e\n\n    \u003cdiv class=\"mo-details-box\"\u003e\n      \u003ch4 class=\"mo-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eMystic Ocean\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eMystic Ocean 80ML EDP\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003e80ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eUnisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eFresh, Aquatic, Citrus, Green and Musky\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eCitrus, Marine Accords\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eOceanic Florals, Green Notes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eSandalwood, Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-detail-row\"\u003e\n        \u003cspan class=\"mo-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"mo-detail-value\"\u003eTurquoise Bottle, Dark Cap and Gold Label\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mo-highlights-box\"\u003e\n      \u003ch4 class=\"mo-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"mo-highlights-list\"\u003e\n        \u003cli\u003e80ml Eau de Parfum with refreshing ocean-inspired character\u003c\/li\u003e\n        \u003cli\u003eUnisex fragrance suitable for men and women\u003c\/li\u003e\n        \u003cli\u003eCitrus creates a crisp and uplifting opening\u003c\/li\u003e\n        \u003cli\u003eMarine accords add fresh aquatic energy\u003c\/li\u003e\n        \u003cli\u003eOceanic florals create a serene coastal mood\u003c\/li\u003e\n        \u003cli\u003eGreen notes bring natural freshness\u003c\/li\u003e\n        \u003cli\u003eSandalwood adds earthy warmth and depth\u003c\/li\u003e\n        \u003cli\u003eMusk leaves a clean and smooth finish\u003c\/li\u003e\n        \u003cli\u003eFresh aquatic profile suitable for everyday wear\u003c\/li\u003e\n        \u003cli\u003eVersatile enough for casual outings and special occasions\u003c\/li\u003e\n        \u003cli\u003eLong-lasting formula listed on the product page\u003c\/li\u003e\n        \u003cli\u003eOcean-inspired bottle presentation makes it gift-friendly\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-journey-section\"\u003e\n\n    \u003ch3 class=\"mo-section-title\"\u003eThe Mystic Ocean Journey\u003c\/h3\u003e\n\n    \u003cp class=\"mo-journey-intro\"\u003e\n      A fresh aquatic fragrance journey from citrus and marine accords into\n      oceanic florals and green notes, finishing with sandalwood and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mo-journey-grid\"\u003e\n\n      \u003cdiv class=\"mo-journey-card\"\u003e\n        \u003cdiv class=\"mo-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCrisp Marine Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Citrus and marine accords create a clean, bright and energising first\n          impression inspired by ocean air.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-journey-card\"\u003e\n        \u003cdiv class=\"mo-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eOceanic Green Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Oceanic florals and green notes bring a peaceful coastal freshness\n          with soft natural depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-journey-card\"\u003e\n        \u003cdiv class=\"mo-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eSandalwood Musk Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Sandalwood and musk settle into a warm, clean and softly lingering\n          dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-accord-section\"\u003e\n\n    \u003ch3 class=\"mo-section-title\"\u003eThe Signature Mystic Ocean Accords\u003c\/h3\u003e\n\n    \u003cp class=\"mo-accord-intro\"\u003e\n      A refreshing Eau de Parfum shaped by citrus freshness, marine accords,\n      oceanic florals, green notes, sandalwood warmth and clean musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mo-accord-grid\"\u003e\n\n      \u003cdiv class=\"mo-accord-card\"\u003e\n        \u003cdiv class=\"mo-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eCitrus Marine\u003c\/h4\u003e\n        \u003cp\u003e\n          Citrus and marine notes create the bright, crisp and refreshing\n          identity of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-accord-card\"\u003e\n        \u003cdiv class=\"mo-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eOceanic Green Floral\u003c\/h4\u003e\n        \u003cp\u003e\n          Oceanic florals and green notes add natural serenity and a coastal\n          landscape effect.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-accord-card\"\u003e\n        \u003cdiv class=\"mo-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eSandalwood Musk\u003c\/h4\u003e\n        \u003cp\u003e\n          Sandalwood and musk create the smooth, warm and softly lingering\n          final trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-statement-section\"\u003e\n    \u003ch3\u003eTurquoise Ocean Freshness with Clean Musky Warmth\u003c\/h3\u003e\n    \u003cp\u003e\n      Mystic Ocean opens with citrus and marine accords, develops through\n      oceanic florals and green notes, then settles into sandalwood and musk.\n      Its turquoise bottle, dark cap and gold label reflect a fragrance\n      designed around sea breeze freshness, coastal serenity and smooth\n      everyday confidence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Wear, Casual Outings and Fresh Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Mystic Ocean is suitable for daily wear, casual outings, special\n      occasions, gifting and fresh signature fragrance use. Its aquatic opening\n      feels clean and uplifting, while sandalwood and musk add warmth and depth\n      to the final trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Mystic Ocean is presented as an 80ml Eau de Parfum with citrus, marine,\n      oceanic floral, green, sandalwood and musk accords. The product page\n      describes it as a long-lasting formula ideal for all-day wear. Actual\n      longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-trust-section\"\u003e\n\n    \u003ch3 class=\"mo-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"mo-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mo-trust-grid\"\u003e\n\n      \u003cdiv class=\"mo-trust-card\"\u003e\n        \u003cdiv class=\"mo-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-trust-card\"\u003e\n        \u003cdiv class=\"mo-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mo-trust-card\"\u003e\n        \u003cdiv class=\"mo-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mo-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Mystic Ocean EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Mystic Ocean opens with citrus and marine accords, develops with\n          oceanic florals and green notes, and settles into sandalwood and\n          musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Mystic Ocean EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Mystic Ocean EDP is listed as an 80ml bottle on the product page.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Mystic Ocean?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Mystic Ocean is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Mystic Ocean for men or women?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Mystic Ocean is listed as a unisex fragrance suitable for both men\n          and women.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Mystic Ocean?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are described as a crisp and invigorating blend of\n          citrus and marine accords.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Mystic Ocean?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are oceanic florals and green notes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Mystic Ocean?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are sandalwood and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Mystic Ocean an aquatic fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Mystic Ocean is described as a fresh aquatic fragrance inspired\n          by ocean breezes, sunlit waves and the spirit of the sea.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Mystic Ocean suitable for everyday wear?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Mystic Ocean is described as suitable for everyday wear, casual\n          outings and special occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Mystic Ocean suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its ocean-inspired bottle design and fresh aquatic fragrance\n          profile make it suitable as a fragrance gift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Mystic Ocean last?\u003c\/summary\u003e\n      \u003cdiv class=\"mo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Mystic Ocean is listed with a long-lasting formula. Actual longevity\n          and projection can vary depending on skin chemistry, application\n          amount, clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47578883883254,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/1.png?v=1734352075"},{"product_id":"ecstatic-peche-edp-80ml","title":"Ecstatic Peche EDP (80ml)","description":"\u003cstyle\u003e\n  .ecstatic-peche-wrapper {\n    --ep-white: #ffffff;\n    --ep-soft-white: #fffdf9;\n    --ep-pale: #fff3df;\n    --ep-pale-2: #fff8ed;\n    --ep-border: #ead6b6;\n    --ep-neutral-border: #efe2cf;\n    --ep-trust-border: #e9ddcc;\n\n    --ep-black: #050505;\n    --ep-ink: #1d130b;\n    --ep-deep-amber: #7a3f16;\n    --ep-amber: #c87924;\n    --ep-gold: #e0a13a;\n    --ep-liquid-gold: #f0b94b;\n    --ep-soft-gold: #f6d27b;\n    --ep-champagne: #f7e4bf;\n    --ep-peach: #f4a66d;\n    --ep-soft-peach: #ffd7bd;\n    --ep-blood-orange: #c94b2c;\n    --ep-cardamom: #8c8a4f;\n    --ep-heliotrope: #d9b1c8;\n    --ep-rum: #8a4a1f;\n    --ep-cognac: #a75d23;\n    --ep-davana: #a97939;\n    --ep-jasmine: #fff4e8;\n    --ep-patchouli: #3f281e;\n    --ep-vanilla: #ead4a8;\n    --ep-sandalwood: #a67850;\n    --ep-tonka: #6f4b34;\n    --ep-cashmeran: #b49a78;\n    --ep-benzoin: #9c5724;\n    --ep-styrax: #7a4126;\n    --ep-labdanum: #5b2f1d;\n    --ep-vetiver: #59613b;\n    --ep-musk: #f4eee6;\n    --ep-character-bg: linear-gradient(135deg, #1d130b 0%, #7a3f16 52%, #c87924 100%);\n\n    --ep-heading: #1f1710;\n    --ep-text: #4c4238;\n    --ep-muted: #75695d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ep-white);\n    color: var(--ep-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .ecstatic-peche-wrapper *,\n  .ecstatic-peche-wrapper *::before,\n  .ecstatic-peche-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ep-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ep-white);\n    border-bottom: 1px solid var(--ep-border);\n    text-align: center;\n  }\n\n  .ep-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ep-amber);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ep-main-title {\n    margin: 0 0 10px;\n    color: var(--ep-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ep-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ep-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ep-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ep-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-border);\n    border-radius: 10px;\n  }\n\n  .ep-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ep-story h3 {\n    margin: 0 0 16px;\n    color: var(--ep-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ep-story p {\n    margin: 0 0 17px;\n    color: var(--ep-text);\n    font-size: 1.05rem;\n  }\n\n  .ep-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ep-section-title {\n    margin: 0 0 25px;\n    color: var(--ep-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ep-notes-section,\n  .ep-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-border);\n    border-radius: 10px;\n  }\n\n  .ep-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ep-pale);\n    border: 1px solid var(--ep-border);\n    border-radius: 10px;\n  }\n\n  .ep-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-trust-border);\n    border-radius: 10px;\n  }\n\n  .ep-notes-grid,\n  .ep-journey-grid,\n  .ep-accord-grid,\n  .ep-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ep-note-card {\n    padding: 22px;\n    background: var(--ep-pale-2);\n    border: 1px solid var(--ep-border);\n    border-top: 4px solid var(--ep-amber);\n    border-radius: 8px;\n  }\n\n  .ep-note-label {\n    margin-bottom: 7px;\n    color: var(--ep-amber);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ep-note-title {\n    margin-bottom: 7px;\n    color: var(--ep-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ep-note-description {\n    color: var(--ep-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ep-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ep-soft-gold);\n    border: 1px solid var(--ep-soft-gold);\n    border-radius: 10px;\n  }\n\n  .ep-character-card {\n    padding: 30px 24px;\n    background: var(--ep-character-bg);\n    color: var(--ep-white);\n  }\n\n  .ep-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ep-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ep-character-card p {\n    margin: 0;\n    color: var(--ep-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ep-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ep-details-box,\n  .ep-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-border);\n    border-radius: 8px;\n  }\n\n  .ep-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ep-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ep-neutral-border);\n  }\n\n  .ep-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ep-neutral-border);\n  }\n\n  .ep-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ep-detail-label {\n    color: var(--ep-muted);\n    font-weight: 600;\n  }\n\n  .ep-detail-value {\n    color: var(--ep-heading);\n    text-align: right;\n  }\n\n  .ep-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ep-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ep-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ep-neutral-border);\n  }\n\n  .ep-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ep-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ep-amber);\n    font-weight: 700;\n  }\n\n  .ep-journey-intro,\n  .ep-accord-intro,\n  .ep-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ep-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ep-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ep-pale);\n    border: 1px solid var(--ep-border);\n    border-radius: 8px;\n  }\n\n  .ep-journey-number,\n  .ep-accord-icon,\n  .ep-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ep-deep-amber);\n    color: var(--ep-soft-gold);\n    border: 1px solid var(--ep-deep-amber);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ep-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ep-journey-card h4,\n  .ep-accord-card h4,\n  .ep-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ep-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ep-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ep-journey-card p,\n  .ep-accord-card p,\n  .ep-trust-card p {\n    margin: 0;\n    color: var(--ep-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ep-trust-card p {\n    color: #111111;\n  }\n\n  .ep-accord-card {\n    padding: 22px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ep-trust-card {\n    padding: 28px 22px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ep-accord-icon,\n  .ep-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ep-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ep-ink) 0%, var(--ep-deep-amber) 52%, var(--ep-amber) 100%);\n    color: var(--ep-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ep-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ep-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ep-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ep-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ep-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ep-pale);\n    border: 1px solid var(--ep-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ep-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ep-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ep-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ep-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ep-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ep-pale-2);\n    border: 1px solid var(--ep-border);\n    border-left: 6px solid var(--ep-amber);\n    border-radius: 8px;\n  }\n\n  .ep-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ep-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ep-performance-section p {\n    margin: 0;\n    color: var(--ep-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ep-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ep-border);\n  }\n\n  .ep-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ep-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ep-faq-item {\n    background: var(--ep-white);\n    border-bottom: 1px solid var(--ep-border);\n  }\n\n  .ep-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ep-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ep-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ep-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ep-amber);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ep-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ep-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ep-text);\n    font-size: 1rem;\n  }\n\n  .ep-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .ecstatic-peche-wrapper {\n      padding: 35px;\n    }\n\n    .ep-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ep-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ep-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ep-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ep-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ep-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ep-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ep-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ep-notes-grid,\n    .ep-journey-grid,\n    .ep-accord-grid,\n    .ep-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ep-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ep-character-card {\n      padding: 35px;\n    }\n\n    .ep-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ep-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ep-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ep-section-title,\n    .ep-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ep-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ep-note-description {\n      font-size: 1rem;\n    }\n\n    .ep-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ep-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ep-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ep-detail-row,\n    .ep-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ep-journey-intro,\n    .ep-accord-intro,\n    .ep-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ep-journey-card h4,\n    .ep-accord-card h4,\n    .ep-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ep-journey-card p,\n    .ep-accord-card p,\n    .ep-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ep-statement-section {\n      padding: 44px;\n    }\n\n    .ep-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ep-statement-section p,\n    .ep-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ep-occasion-section {\n      padding: 38px;\n    }\n\n    .ep-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ep-performance-section {\n      padding: 30px;\n    }\n\n    .ep-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ep-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ep-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ep-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ep-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ep-notes-grid,\n    .ep-journey-grid,\n    .ep-accord-grid,\n    .ep-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .ecstatic-peche-wrapper {\n      padding: 10px;\n    }\n\n    .ep-header {\n      padding: 26px 8px;\n    }\n\n    .ep-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ep-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ep-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ep-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ep-detail-value {\n      text-align: left;\n    }\n\n    .ep-character-card {\n      padding: 24px 18px;\n    }\n\n    .ep-journey-section,\n    .ep-accord-section,\n    .ep-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ep-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ep-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ep-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ecstatic-peche-wrapper\"\u003e\n\n  \u003cdiv class=\"ep-header\"\u003e\n    \u003cdiv class=\"ep-brand-tag\"\u003eAsten Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ep-main-title\"\u003eEcstatic Peche\u003c\/h2\u003e\n    \u003cp class=\"ep-tagline\"\u003e\n      “Peach, blood orange, cardamom, heliotrope, rum, cognac, davana, jasmine, vanilla and patchouli.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-intro-grid\"\u003e\n\n    \u003cdiv class=\"ep-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Ecstatic-Peche-EDP-80-ML-by-Asten.jpg?v=1739208019\" alt=\"Ecstatic Peche EDP 80ml by Asten in transparent golden amber bottle with square cap, cream label and peach gold liquid presentation\" class=\"ep-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-story\"\u003e\n      \u003ch3\u003eGolden Peach Warmth with Amber Vanilla Sensuality\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eEcstatic Peche EDP by Asten\u003c\/strong\u003e, a luxurious\n        \u003cstrong\u003e80ml Eau de Parfum\u003c\/strong\u003e built around sweet peach,\n        amber-vanilla warmth and a rich, sensual dry-down.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ecstatic Peche is described as an Amber Vanilla fragrance for women and\n        men. Its main inspiration is a sweet and succulent peach accord,\n        balanced with bright fruits, warm spice, smooth florals and deep\n        resinous woods.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with peach, blood orange, cardamom and heliotrope.\n        Peach gives the scent its juicy golden sweetness, blood orange adds a\n        vivid citrus edge, cardamom brings aromatic spice and heliotrope\n        creates a soft almond-like floral warmth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Rum, cognac, davana and jasmine form the heart. Rum and cognac give the\n        scent a rich boozy warmth, davana adds fruity aromatic depth and\n        jasmine brings floral elegance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base settles into Indonesian patchouli leaf, vanilla, sandalwood,\n        tonka bean, cashmeran, benzoin, styrax, labdanum and vetiver. This\n        creates a warm, smooth, woody and resinous trail with soft vanilla\n        sweetness and lasting sensuality.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a transparent golden amber bottle with a square cap, cream\n        label and liquid-gold visual tone, Ecstatic Peche visually reflects its\n        peach, amber and vanilla fragrance identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-notes-section\"\u003e\n\n    \u003ch3 class=\"ep-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ep-notes-grid\"\u003e\n\n      \u003cdiv class=\"ep-note-card\"\u003e\n        \u003cdiv class=\"ep-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-title\"\u003ePeach, Blood Orange, Cardamom and Heliotrope\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-description\"\u003e\n          Peach creates juicy sweetness, blood orange adds bright citrus,\n          cardamom brings spice and heliotrope gives soft floral warmth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-note-card\"\u003e\n        \u003cdiv class=\"ep-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-title\"\u003eRum, Cognac, Davana and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-description\"\u003e\n          Rum and cognac add rich boozy warmth, davana brings fruity aromatic\n          depth and jasmine gives elegant floral balance.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-note-card\"\u003e\n        \u003cdiv class=\"ep-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-title\"\u003ePatchouli, Vanilla, Sandalwood, Tonka Bean, Cashmeran, Benzoin, Styrax, Labdanum and Vetiver\u003c\/div\u003e\n        \u003cdiv class=\"ep-note-description\"\u003e\n          A deep base of patchouli, vanilla, woods, resins, tonka and vetiver\n          creates a warm, sensual and long-lasting impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-character-section\"\u003e\n\n    \u003cdiv class=\"ep-character-card\"\u003e\n      \u003ch3\u003eThe Golden Peach Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Peach, blood orange, cardamom and heliotrope create a radiant first\n        impression that feels juicy, sweet, spicy and softly floral.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-character-card\"\u003e\n      \u003ch3\u003eThe Vanilla Resinous Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Patchouli, vanilla, sandalwood, tonka bean, cashmeran, benzoin, styrax,\n        labdanum and vetiver settle into a warm and sensual amber vanilla base.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-details-grid\"\u003e\n\n    \u003cdiv class=\"ep-details-box\"\u003e\n      \u003ch4 class=\"ep-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eEcstatic Peche\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eEcstatic Peche EDP (80ml)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003e80ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eWomen and Men\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eAmber Vanilla, Fruity, Spicy and Woody\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003ePeach, Blood Orange, Cardamom, Heliotrope\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eRum, Cognac, Davana, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003ePatchouli, Vanilla, Sandalwood, Tonka Bean, Cashmeran, Benzoin, Styrax, Labdanum, Vetiver\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-detail-row\"\u003e\n        \u003cspan class=\"ep-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ep-detail-value\"\u003eGolden Amber Bottle, Square Cap and Cream Label\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-highlights-box\"\u003e\n      \u003ch4 class=\"ep-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ep-highlights-list\"\u003e\n        \u003cli\u003eAmber Vanilla Eau de Parfum by Asten\u003c\/li\u003e\n        \u003cli\u003eCreated for women and men\u003c\/li\u003e\n        \u003cli\u003eSweet peach accord gives juicy golden warmth\u003c\/li\u003e\n        \u003cli\u003eBlood orange adds bright citrus freshness\u003c\/li\u003e\n        \u003cli\u003eCardamom brings aromatic spice\u003c\/li\u003e\n        \u003cli\u003eHeliotrope creates soft floral warmth\u003c\/li\u003e\n        \u003cli\u003eRum and cognac add rich boozy depth\u003c\/li\u003e\n        \u003cli\u003eDavana gives fruity aromatic character\u003c\/li\u003e\n        \u003cli\u003eJasmine adds elegant floral balance\u003c\/li\u003e\n        \u003cli\u003eVanilla and tonka bean create sweet warmth\u003c\/li\u003e\n        \u003cli\u003ePatchouli, sandalwood and vetiver add woody depth\u003c\/li\u003e\n        \u003cli\u003eBenzoin, styrax and labdanum build a resinous trail\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-journey-section\"\u003e\n\n    \u003ch3 class=\"ep-section-title\"\u003eThe Ecstatic Peche Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ep-journey-intro\"\u003e\n      A golden Amber Vanilla fragrance journey from peach, blood orange,\n      cardamom and heliotrope into rum, cognac, davana and jasmine, finishing\n      with patchouli, vanilla, woods, resins, tonka and vetiver.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ep-journey-grid\"\u003e\n\n      \u003cdiv class=\"ep-journey-card\"\u003e\n        \u003cdiv class=\"ep-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eJuicy Peach Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Peach, blood orange, cardamom and heliotrope open the fragrance with\n          sweet fruit, citrus sparkle and warm aromatic softness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-journey-card\"\u003e\n        \u003cdiv class=\"ep-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eBoozy Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Rum, cognac, davana and jasmine create a warm, elegant and sensual\n          centre with aromatic richness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-journey-card\"\u003e\n        \u003cdiv class=\"ep-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eVanilla Woody Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Patchouli, vanilla, sandalwood, tonka bean, cashmeran, benzoin,\n          styrax, labdanum and vetiver settle into a rich base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-accord-section\"\u003e\n\n    \u003ch3 class=\"ep-section-title\"\u003eThe Signature Ecstatic Peche Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ep-accord-intro\"\u003e\n      A luxurious Eau de Parfum shaped by succulent peach, citrus brightness,\n      warm spice, boozy richness, soft florals, vanilla sweetness, patchouli,\n      woods, resins and vetiver.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ep-accord-grid\"\u003e\n\n      \u003cdiv class=\"ep-accord-card\"\u003e\n        \u003cdiv class=\"ep-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePeach Citrus Spice\u003c\/h4\u003e\n        \u003cp\u003e\n          Peach, blood orange, cardamom and heliotrope create the sweet,\n          vibrant and spicy-floral opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-accord-card\"\u003e\n        \u003cdiv class=\"ep-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eRum Cognac Jasmine\u003c\/h4\u003e\n        \u003cp\u003e\n          Rum, cognac, davana and jasmine build the warm, boozy and floral\n          centre of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-accord-card\"\u003e\n        \u003cdiv class=\"ep-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eVanilla Resin Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla, patchouli, sandalwood, tonka, cashmeran, benzoin, styrax,\n          labdanum and vetiver create the sensual base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-statement-section\"\u003e\n    \u003ch3\u003eLiquid Gold Peach with Amber Vanilla Warmth\u003c\/h3\u003e\n    \u003cp\u003e\n      Ecstatic Peche opens with peach, blood orange, cardamom and heliotrope,\n      develops through rum, cognac, davana and jasmine, then settles into\n      Indonesian patchouli leaf, vanilla, sandalwood, tonka bean, cashmeran,\n      benzoin, styrax, labdanum and vetiver. Its golden amber bottle reflects a\n      fragrance designed around sweetness, warmth, sensuality and refined\n      luxury.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evenings, Special Occasions and Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Ecstatic Peche is suitable for evening wear, special occasions, premium\n      gifting and confident signature fragrance use. Its peach and citrus\n      opening feels bright and inviting, while rum, cognac, vanilla, patchouli,\n      woods and resins create a warm and memorable trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Ecstatic Peche is presented as an 80ml Eau de Parfum with peach, blood\n      orange, cardamom, heliotrope, rum, cognac, davana, jasmine, Indonesian\n      patchouli leaf, vanilla, sandalwood, tonka bean, cashmeran, benzoin,\n      styrax, labdanum and vetiver. Actual longevity and projection can vary\n      depending on skin chemistry, application amount, clothing, temperature\n      and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-trust-section\"\u003e\n\n    \u003ch3 class=\"ep-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ep-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ep-trust-grid\"\u003e\n\n      \u003cdiv class=\"ep-trust-card\"\u003e\n        \u003cdiv class=\"ep-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-trust-card\"\u003e\n        \u003cdiv class=\"ep-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ep-trust-card\"\u003e\n        \u003cdiv class=\"ep-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Ecstatic Peche EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ecstatic Peche opens with peach, blood orange, cardamom and\n          heliotrope, develops with rum, cognac, davana and jasmine, and\n          settles into Indonesian patchouli leaf, vanilla, sandalwood, tonka\n          bean, cashmeran, benzoin, styrax, labdanum and vetiver.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Ecstatic Peche EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ecstatic Peche EDP is listed as an 80ml bottle on the product page\n          title.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Ecstatic Peche?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ecstatic Peche is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ecstatic Peche for men or women?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Ecstatic Peche as an Amber Vanilla\n          fragrance for women and men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Ecstatic Peche?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are peach, blood orange, cardamom and heliotrope.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Ecstatic Peche?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are rum, cognac, davana and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Ecstatic Peche?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are Indonesian patchouli leaf, vanilla, sandalwood,\n          tonka bean, cashmeran, benzoin, styrax, labdanum and vetiver.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ecstatic Peche an Amber Vanilla fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes Ecstatic Peche as an Amber Vanilla\n          fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ecstatic Peche a peach fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Peach is one of the top notes and the product description states\n          that sweet and succulent peach is the main inspiration of the scent.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Ecstatic Peche?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ecstatic Peche is suitable for evening wear, special occasions,\n          premium gifting and confident signature fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ecstatic Peche suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its golden amber bottle, cream label and warm Amber Vanilla\n          fragrance profile create a premium gift-style presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ep-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Ecstatic Peche last?\u003c\/summary\u003e\n      \u003cdiv class=\"ep-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ecstatic Peche is an Eau de Parfum. Actual longevity and projection\n          can vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579545501942,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Ecstatic-Peche-EDP-80-ML-by-Asten.jpg?v=1739208019"},{"product_id":"la-parle-pour-homme-edp-100ml","title":"La Parle Pour Homme EDP (100ml)","description":"\u003cstyle\u003e\n  .la-parle-wrapper {\n    --lp-white: #ffffff;\n    --lp-soft-white: #fbfcff;\n    --lp-pale: #eef4ff;\n    --lp-pale-2: #f7faff;\n    --lp-border: #d4ddea;\n    --lp-neutral-border: #e4e9f0;\n    --lp-trust-border: #dce4ed;\n\n    --lp-black: #050505;\n    --lp-ink: #0b1020;\n    --lp-navy: #0a1b4a;\n    --lp-blue: #173da8;\n    --lp-royal-blue: #235ad4;\n    --lp-cobalt: #1241bd;\n    --lp-sky-blue: #86a8ec;\n    --lp-ice-blue: #dfe9ff;\n    --lp-silver: #c9ced8;\n    --lp-chrome: #eef1f5;\n    --lp-lemon: #dcca43;\n    --lp-mint: #6da97a;\n    --lp-pink-pepper: #d16a79;\n    --lp-grapefruit: #e58a63;\n    --lp-ginger: #c4873b;\n    --lp-iso: #b9c3d8;\n    --lp-nutmeg: #8a5c37;\n    --lp-jasmine: #f3eadf;\n    --lp-incense: #2e2b28;\n    --lp-vetiver: #5a6640;\n    --lp-cedar: #7c5233;\n    --lp-sandalwood: #a27b55;\n    --lp-patchouli: #3b291f;\n    --lp-labdanum: #7a4a28;\n    --lp-white-musk: #f2eee7;\n    --lp-character-bg: linear-gradient(135deg, #050505 0%, #0a1b4a 52%, #235ad4 100%);\n\n    --lp-heading: #171b24;\n    --lp-text: #424854;\n    --lp-muted: #6f7682;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--lp-white);\n    color: var(--lp-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .la-parle-wrapper *,\n  .la-parle-wrapper *::before,\n  .la-parle-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .lp-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--lp-white);\n    border-bottom: 1px solid var(--lp-border);\n    text-align: center;\n  }\n\n  .lp-brand-tag {\n    margin-bottom: 8px;\n    color: var(--lp-royal-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .lp-main-title {\n    margin: 0 0 10px;\n    color: var(--lp-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .lp-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--lp-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .lp-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .lp-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-border);\n    border-radius: 10px;\n  }\n\n  .lp-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .lp-story h3 {\n    margin: 0 0 16px;\n    color: var(--lp-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lp-story p {\n    margin: 0 0 17px;\n    color: var(--lp-text);\n    font-size: 1.05rem;\n  }\n\n  .lp-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .lp-section-title {\n    margin: 0 0 25px;\n    color: var(--lp-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lp-notes-section,\n  .lp-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-border);\n    border-radius: 10px;\n  }\n\n  .lp-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lp-pale);\n    border: 1px solid var(--lp-border);\n    border-radius: 10px;\n  }\n\n  .lp-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-border);\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .lp-video-title {\n    margin: 0 0 8px;\n    color: var(--lp-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lp-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--lp-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .lp-youtube-frame {\n    position: relative;\n    width: 100%;\n    max-width: 760px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--lp-black);\n    border: 1px solid var(--lp-border);\n    border-radius: 10px;\n    box-shadow: 0 12px 28px rgba(10, 27, 74, 0.14);\n  }\n\n  .lp-youtube-frame::before {\n    content: \"\";\n    display: block;\n    padding-bottom: 56.25%;\n  }\n\n  .lp-youtube-frame iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: block;\n    width: 100%;\n    height: 100%;\n    margin: 0;\n    padding: 0;\n    background: var(--lp-black);\n    border: 0;\n  }\n\n  .lp-video-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .lp-video-link a {\n    display: inline-block;\n    padding: 11px 28px;\n    background: var(--lp-royal-blue);\n    color: var(--lp-white);\n    border: 1px solid var(--lp-royal-blue);\n    border-radius: 4px;\n    font-size: 0.82rem;\n    font-weight: 750;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .lp-video-link a:hover {\n    background: var(--lp-black);\n    border-color: var(--lp-black);\n    color: var(--lp-white);\n  }\n\n  .lp-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-trust-border);\n    border-radius: 10px;\n  }\n\n  .lp-notes-grid,\n  .lp-journey-grid,\n  .lp-accord-grid,\n  .lp-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .lp-note-card {\n    padding: 22px;\n    background: var(--lp-pale-2);\n    border: 1px solid var(--lp-border);\n    border-top: 4px solid var(--lp-royal-blue);\n    border-radius: 8px;\n  }\n\n  .lp-note-label {\n    margin-bottom: 7px;\n    color: var(--lp-royal-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lp-note-title {\n    margin-bottom: 7px;\n    color: var(--lp-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .lp-note-description {\n    color: var(--lp-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .lp-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--lp-silver);\n    border: 1px solid var(--lp-silver);\n    border-radius: 10px;\n  }\n\n  .lp-character-card {\n    padding: 30px 24px;\n    background: var(--lp-character-bg);\n    color: var(--lp-white);\n  }\n\n  .lp-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--lp-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lp-character-card p {\n    margin: 0;\n    color: var(--lp-white-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .lp-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .lp-details-box,\n  .lp-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-border);\n    border-radius: 8px;\n  }\n\n  .lp-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--lp-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--lp-neutral-border);\n  }\n\n  .lp-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lp-neutral-border);\n  }\n\n  .lp-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .lp-detail-label {\n    color: var(--lp-muted);\n    font-weight: 600;\n  }\n\n  .lp-detail-value {\n    color: var(--lp-heading);\n    text-align: right;\n  }\n\n  .lp-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lp-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--lp-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lp-neutral-border);\n  }\n\n  .lp-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .lp-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--lp-royal-blue);\n    font-weight: 700;\n  }\n\n  .lp-journey-intro,\n  .lp-accord-intro,\n  .lp-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--lp-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .lp-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--lp-pale);\n    border: 1px solid var(--lp-border);\n    border-radius: 8px;\n  }\n\n  .lp-journey-number,\n  .lp-accord-icon,\n  .lp-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--lp-navy);\n    color: var(--lp-chrome);\n    border: 1px solid var(--lp-navy);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .lp-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .lp-journey-card h4,\n  .lp-accord-card h4,\n  .lp-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--lp-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .lp-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .lp-journey-card p,\n  .lp-accord-card p,\n  .lp-trust-card p {\n    margin: 0;\n    color: var(--lp-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .lp-trust-card p {\n    color: #111111;\n  }\n\n  .lp-accord-card {\n    padding: 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lp-trust-card {\n    padding: 28px 22px;\n    background: var(--lp-white);\n    border: 1px solid var(--lp-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .lp-accord-icon,\n  .lp-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .lp-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--lp-black) 0%, var(--lp-navy) 52%, var(--lp-royal-blue) 100%);\n    color: var(--lp-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .lp-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--lp-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lp-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--lp-white-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lp-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--lp-pale);\n    border: 1px solid var(--lp-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lp-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--lp-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lp-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--lp-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lp-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--lp-pale-2);\n    border: 1px solid var(--lp-border);\n    border-left: 6px solid var(--lp-royal-blue);\n    border-radius: 8px;\n  }\n\n  .lp-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--lp-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lp-performance-section p {\n    margin: 0;\n    color: var(--lp-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .lp-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--lp-border);\n  }\n\n  .lp-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--lp-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lp-faq-item {\n    background: var(--lp-white);\n    border-bottom: 1px solid var(--lp-border);\n  }\n\n  .lp-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--lp-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .lp-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lp-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--lp-royal-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .lp-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .lp-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--lp-text);\n    font-size: 1rem;\n  }\n\n  .lp-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .la-parle-wrapper {\n      padding: 35px;\n    }\n\n    .lp-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .lp-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .lp-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .lp-tagline {\n      font-size: 1.3rem;\n    }\n\n    .lp-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .lp-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .lp-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .lp-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .lp-notes-grid,\n    .lp-journey-grid,\n    .lp-accord-grid,\n    .lp-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .lp-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .lp-character-card {\n      padding: 35px;\n    }\n\n    .lp-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .lp-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .lp-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .lp-section-title,\n    .lp-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .lp-video-title {\n      font-size: 1.55rem;\n    }\n\n    .lp-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .lp-note-title {\n      font-size: 1.15rem;\n    }\n\n    .lp-note-description {\n      font-size: 1rem;\n    }\n\n    .lp-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .lp-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .lp-box-title {\n      font-size: 1.05rem;\n    }\n\n    .lp-detail-row,\n    .lp-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .lp-journey-intro,\n    .lp-accord-intro,\n    .lp-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .lp-journey-card h4,\n    .lp-accord-card h4,\n    .lp-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .lp-journey-card p,\n    .lp-accord-card p,\n    .lp-trust-card p {\n      font-size: 1rem;\n    }\n\n    .lp-statement-section {\n      padding: 44px;\n    }\n\n    .lp-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .lp-statement-section p,\n    .lp-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .lp-occasion-section {\n      padding: 38px;\n    }\n\n    .lp-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .lp-performance-section {\n      padding: 30px;\n    }\n\n    .lp-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .lp-trust-section {\n      padding: 44px 38px;\n    }\n\n    .lp-trust-card {\n      padding: 32px 26px;\n    }\n\n    .lp-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .lp-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .lp-notes-grid,\n    .lp-journey-grid,\n    .lp-accord-grid,\n    .lp-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .la-parle-wrapper {\n      padding: 10px;\n    }\n\n    .lp-header {\n      padding: 26px 8px;\n    }\n\n    .lp-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .lp-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .lp-tagline {\n      font-size: 0.95rem;\n    }\n\n    .lp-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .lp-detail-value {\n      text-align: left;\n    }\n\n    .lp-character-card {\n      padding: 24px 18px;\n    }\n\n    .lp-journey-section,\n    .lp-accord-section,\n    .lp-video-section,\n    .lp-trust-section {\n      padding: 25px 15px;\n    }\n\n    .lp-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .lp-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .lp-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"la-parle-wrapper\"\u003e\n\n  \u003cdiv class=\"lp-header\"\u003e\n    \u003cdiv class=\"lp-brand-tag\"\u003eOudh Al Anfar Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"lp-main-title\"\u003eLa Parle Pour Homme\u003c\/h2\u003e\n    \u003cp class=\"lp-tagline\"\u003e\n      “Lemon, mint, pink pepper, grapefruit, ginger, Iso E Super, nutmeg, jasmine, incense, vetiver and white musk.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-intro-grid\"\u003e\n\n    \u003cdiv class=\"lp-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/La-Parle-Pour-Homme-EDP-100ml_jpg.webp?v=1739208058\" alt=\"La Parle Pour Homme EDP 100ml by Oudh Al Anfar in blue gradient bottle with silver cap, white La Perle text and Anfar branding\" class=\"lp-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-story\"\u003e\n      \u003ch3\u003eFresh Woody Aromatic Energy with Opulent Oriental Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eLa Parle Pour Homme EDP by Oudh Al Anfar\u003c\/strong\u003e, a\n        refined \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e for men described as a\n        woody aromatic fragrance with aromatic herbs, fresh citrus brightness\n        and an opulent centre and base.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with lemon, mint, pink pepper and grapefruit. Lemon\n        and grapefruit create a bright citrus spark, mint brings cool aromatic\n        freshness and pink pepper adds a clean spicy lift.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ginger, Iso E Super, nutmeg and jasmine shape the heart. Ginger gives\n        vibrant warmth, Iso E Super adds smooth modern woods, nutmeg creates\n        soft spice and jasmine brings a refined floral touch.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base settles into incense, vetiver, cedar, sandalwood, patchouli,\n        labdanum and white musk. Incense adds atmospheric depth, vetiver and\n        cedar create masculine structure, sandalwood softens the woods,\n        patchouli and labdanum add richness, and white musk leaves a clean\n        polished trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a striking blue gradient bottle with a polished silver cap\n        and white Anfar branding, La Parle Pour Homme visually reflects its\n        fresh, modern and masculine aromatic identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-notes-section\"\u003e\n\n    \u003ch3 class=\"lp-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"lp-notes-grid\"\u003e\n\n      \u003cdiv class=\"lp-note-card\"\u003e\n        \u003cdiv class=\"lp-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-title\"\u003eLemon, Mint, Pink Pepper and Grapefruit\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-description\"\u003e\n          Lemon and grapefruit bring citrus energy, mint adds aromatic\n          freshness and pink pepper gives the opening a clean spicy edge.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-note-card\"\u003e\n        \u003cdiv class=\"lp-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-title\"\u003eGinger, Iso E Super, Nutmeg and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-description\"\u003e\n          Ginger and nutmeg create warm spice, Iso E Super adds modern woody\n          smoothness and jasmine brings subtle floral refinement.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-note-card\"\u003e\n        \u003cdiv class=\"lp-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-title\"\u003eIncense, Vetiver, Cedar, Sandalwood, Patchouli, Labdanum and White Musk\u003c\/div\u003e\n        \u003cdiv class=\"lp-note-description\"\u003e\n          Incense, vetiver, cedar, sandalwood, patchouli, labdanum and white\n          musk create an opulent woody aromatic dry-down.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-character-section\"\u003e\n\n    \u003cdiv class=\"lp-character-card\"\u003e\n      \u003ch3\u003eThe Lemon Mint Grapefruit Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        La Parle Pour Homme begins with a fresh citrus-aromatic lift where\n        lemon, mint and grapefruit feel bright, clean and immediately\n        energising.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-character-card\"\u003e\n      \u003ch3\u003eThe Incense Woods Musk Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Incense, vetiver, cedar, sandalwood, patchouli, labdanum and white musk\n        create a rich masculine base with depth, smoothness and lasting\n        elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-details-grid\"\u003e\n\n    \u003cdiv class=\"lp-details-box\"\u003e\n      \u003ch4 class=\"lp-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eLa Parle Pour Homme\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eAnfar Since 1950\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eOriental\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eLemon, Mint, Pink Pepper, Grapefruit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eGinger, Iso E Super, Nutmeg, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eIncense, Vetiver, Cedar, Sandalwood, Patchouli, Labdanum, White Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail-row\"\u003e\n        \u003cspan class=\"lp-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"lp-detail-value\"\u003eBlue Gradient Bottle, Silver Cap and White Branding\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-highlights-box\"\u003e\n      \u003ch4 class=\"lp-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"lp-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum by Oudh Al Anfar\u003c\/li\u003e\n        \u003cli\u003eCreated as a men’s fragrance\u003c\/li\u003e\n        \u003cli\u003eWoody aromatic scent profile with oriental depth\u003c\/li\u003e\n        \u003cli\u003eLemon creates crisp citrus freshness\u003c\/li\u003e\n        \u003cli\u003eMint adds cooling aromatic lift\u003c\/li\u003e\n        \u003cli\u003ePink pepper gives a spicy modern edge\u003c\/li\u003e\n        \u003cli\u003eGrapefruit adds sparkling brightness\u003c\/li\u003e\n        \u003cli\u003eGinger and nutmeg create warm spice\u003c\/li\u003e\n        \u003cli\u003eIso E Super gives smooth woody radiance\u003c\/li\u003e\n        \u003cli\u003eJasmine adds subtle floral refinement\u003c\/li\u003e\n        \u003cli\u003eIncense, vetiver and cedar create masculine depth\u003c\/li\u003e\n        \u003cli\u003eWhite musk leaves a clean polished trail\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-journey-section\"\u003e\n\n    \u003ch3 class=\"lp-section-title\"\u003eThe La Parle Pour Homme Journey\u003c\/h3\u003e\n\n    \u003cp class=\"lp-journey-intro\"\u003e\n      A woody aromatic journey from lemon, mint, pink pepper and grapefruit\n      into ginger, Iso E Super, nutmeg and jasmine, finishing with incense,\n      vetiver, cedar, sandalwood, patchouli, labdanum and white musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lp-journey-grid\"\u003e\n\n      \u003cdiv class=\"lp-journey-card\"\u003e\n        \u003cdiv class=\"lp-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Aromatic Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Lemon, mint, pink pepper and grapefruit create a bright, clean and\n          energising masculine first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-journey-card\"\u003e\n        \u003cdiv class=\"lp-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSpiced Modern Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Ginger, Iso E Super, nutmeg and jasmine build a smooth, aromatic,\n          spicy and subtly floral centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-journey-card\"\u003e\n        \u003cdiv class=\"lp-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eIncense Woody Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Incense, vetiver, cedar, sandalwood, patchouli, labdanum and white\n          musk settle into a rich and opulent base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-accord-section\"\u003e\n\n    \u003ch3 class=\"lp-section-title\"\u003eThe Signature La Parle Accords\u003c\/h3\u003e\n\n    \u003cp class=\"lp-accord-intro\"\u003e\n      A men’s Eau de Parfum shaped by fresh citrus, aromatic mint, pink pepper,\n      ginger spice, modern woods, incense, vetiver, cedar, sandalwood,\n      patchouli, labdanum and white musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lp-accord-grid\"\u003e\n\n      \u003cdiv class=\"lp-accord-card\"\u003e\n        \u003cdiv class=\"lp-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eLemon Mint Grapefruit\u003c\/h4\u003e\n        \u003cp\u003e\n          Lemon, mint and grapefruit create the fresh aromatic brightness that\n          defines the opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-accord-card\"\u003e\n        \u003cdiv class=\"lp-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eGinger Iso Nutmeg\u003c\/h4\u003e\n        \u003cp\u003e\n          Ginger, Iso E Super and nutmeg create a warm, smooth and modern\n          aromatic heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-accord-card\"\u003e\n        \u003cdiv class=\"lp-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eIncense Woods Musk\u003c\/h4\u003e\n        \u003cp\u003e\n          Incense, vetiver, cedar, sandalwood, patchouli, labdanum and white\n          musk give the base its opulent depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-video-section\"\u003e\n    \u003ch3 class=\"lp-video-title\"\u003eExperience La Parle Pour Homme\u003c\/h3\u003e\n\n    \u003cp class=\"lp-video-subtitle\"\u003e\n      Watch La Parle Pour Homme by Oudh Al Anfar and explore its fresh citrus, aromatic herbs, woody depth and masculine oriental mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lp-youtube-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BvVWfKxEWxo\" title=\"La Parle Pour Homme EDP Video\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-video-link\"\u003e\n      \u003ca href=\"https:\/\/www.youtube.com\/watch?v=BvVWfKxEWxo\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on YouTube\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-statement-section\"\u003e\n    \u003ch3\u003eBlue Citrus Freshness with Woody Aromatic Confidence\u003c\/h3\u003e\n    \u003cp\u003e\n      La Parle Pour Homme opens with lemon, mint, pink pepper and grapefruit,\n      develops through ginger, Iso E Super, nutmeg and jasmine, then settles\n      into incense, vetiver, cedar, sandalwood, patchouli, labdanum and white\n      musk. Its blue gradient bottle, silver cap and clean Anfar branding\n      reflect a fragrance built around freshness, confidence and refined\n      masculine depth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Wear, Work and Masculine Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      La Parle Pour Homme is suitable for daily wear, work, casual-smart\n      styling, evening plans, gifting and confident signature fragrance use.\n      The citrus-mint opening feels fresh and clean, while incense, vetiver,\n      woods, labdanum and white musk create a deeper masculine trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      La Parle Pour Homme is presented as a 100ml Eau de Parfum with lemon,\n      mint, pink pepper, grapefruit, ginger, Iso E Super, nutmeg, jasmine,\n      incense, vetiver, cedar, sandalwood, patchouli, labdanum and white musk.\n      Actual longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-trust-section\"\u003e\n\n    \u003ch3 class=\"lp-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"lp-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lp-trust-grid\"\u003e\n\n      \u003cdiv class=\"lp-trust-card\"\u003e\n        \u003cdiv class=\"lp-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-trust-card\"\u003e\n        \u003cdiv class=\"lp-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-trust-card\"\u003e\n        \u003cdiv class=\"lp-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lp-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does La Parle Pour Homme EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          La Parle Pour Homme opens with lemon, mint, pink pepper and\n          grapefruit, develops with ginger, Iso E Super, nutmeg and jasmine,\n          and settles into incense, vetiver, cedar, sandalwood, patchouli,\n          labdanum and white musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is La Parle Pour Homme EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          La Parle Pour Homme EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is La Parle Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          La Parle Pour Homme is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs La Parle Pour Homme for men?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page lists La Parle Pour Homme as a perfume for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in La Parle Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are lemon, mint, pink pepper and grapefruit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in La Parle Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are ginger, Iso E Super, nutmeg and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in La Parle Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are incense, vetiver, cedar, sandalwood, patchouli,\n          labdanum and white musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs La Parle Pour Homme a fresh fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Lemon, mint and grapefruit give the fragrance a fresh,\n          citrus-aromatic opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs La Parle Pour Homme a woody aromatic fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes it as a woody aromatic fragrance,\n          supported by aromatic herbs and an opulent centre and base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear La Parle Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          La Parle Pour Homme is suitable for daily wear, work, casual-smart\n          styling, evening plans, gifting and confident masculine signature\n          fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs La Parle Pour Homme suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its fresh masculine profile, 100ml Eau de Parfum size and blue\n          gradient bottle presentation make it suitable as a fragrance gift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does La Parle Pour Homme last?\u003c\/summary\u003e\n      \u003cdiv class=\"lp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          La Parle Pour Homme is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579570241782,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/La-Parle-Pour-Homme-EDP-100ml_jpg.webp?v=1739208058"},{"product_id":"absolu-d-orient-edp-115ml","title":"Absolu D’Orient EDP (115ml)","description":"\u003cstyle\u003e\n  .absolu-orient-wrapper {\n    --ao-white: #ffffff;\n    --ao-soft-white: #fbfbfa;\n    --ao-pale: #f2f3f1;\n    --ao-pale-2: #f8f8f6;\n    --ao-border: #d7d8d3;\n    --ao-neutral-border: #e5e5e1;\n    --ao-trust-border: #ddddda;\n\n    --ao-black: #050505;\n    --ao-ink: #111111;\n    --ao-charcoal: #181818;\n    --ao-graphite: #323331;\n    --ao-smoke: #646865;\n    --ao-silver: #c8c9c5;\n    --ao-chrome: #e6e6e2;\n    --ao-soft-silver: #f1f2ef;\n    --ao-gunmetal: #4d5050;\n    --ao-pineapple: #d6b84b;\n    --ao-grapefruit: #e58a63;\n    --ao-spice: #b46a32;\n    --ao-bergamot: #d7cf67;\n    --ao-blackcurrant: #342044;\n    --ao-smoky: #2e2f2e;\n    --ao-rose: #b85d69;\n    --ao-patchouli: #3b291f;\n    --ao-cedar: #7c5233;\n    --ao-jasmine: #f2eadf;\n    --ao-ambergris: #b8a17a;\n    --ao-vanilla: #ead8b5;\n    --ao-oakmoss: #4a5a3a;\n    --ao-woody: #604026;\n    --ao-musk: #f2eee7;\n    --ao-character-bg: linear-gradient(135deg, #050505 0%, #323331 52%, #646865 100%);\n\n    --ao-heading: #171717;\n    --ao-text: #444743;\n    --ao-muted: #70726d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ao-white);\n    color: var(--ao-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .absolu-orient-wrapper *,\n  .absolu-orient-wrapper *::before,\n  .absolu-orient-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ao-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ao-white);\n    border-bottom: 1px solid var(--ao-border);\n    text-align: center;\n  }\n\n  .ao-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ao-gunmetal);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ao-main-title {\n    margin: 0 0 10px;\n    color: var(--ao-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ao-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ao-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ao-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ao-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 10px;\n  }\n\n  .ao-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ao-story h3 {\n    margin: 0 0 16px;\n    color: var(--ao-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ao-story p {\n    margin: 0 0 17px;\n    color: var(--ao-text);\n    font-size: 1.05rem;\n  }\n\n  .ao-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ao-section-title {\n    margin: 0 0 25px;\n    color: var(--ao-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ao-notes-section,\n  .ao-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 10px;\n  }\n\n  .ao-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ao-pale);\n    border: 1px solid var(--ao-border);\n    border-radius: 10px;\n  }\n\n  .ao-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .ao-video-title {\n    margin: 0 0 8px;\n    color: var(--ao-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ao-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--ao-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ao-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 8px;\n  }\n\n  .ao-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--ao-white);\n    border: 0;\n  }\n\n  .ao-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .ao-instagram-link a {\n    display: inline-block;\n    padding: 11px 28px;\n    background: var(--ao-gunmetal);\n    color: var(--ao-white);\n    border: 1px solid var(--ao-gunmetal);\n    border-radius: 4px;\n    font-size: 0.82rem;\n    font-weight: 750;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .ao-instagram-link a:hover {\n    background: var(--ao-black);\n    border-color: var(--ao-black);\n    color: var(--ao-white);\n  }\n\n  .ao-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-trust-border);\n    border-radius: 10px;\n  }\n\n  .ao-notes-grid,\n  .ao-journey-grid,\n  .ao-accord-grid,\n  .ao-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ao-note-card {\n    padding: 22px;\n    background: var(--ao-pale-2);\n    border: 1px solid var(--ao-border);\n    border-top: 4px solid var(--ao-gunmetal);\n    border-radius: 8px;\n  }\n\n  .ao-note-label {\n    margin-bottom: 7px;\n    color: var(--ao-gunmetal);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ao-note-title {\n    margin-bottom: 7px;\n    color: var(--ao-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ao-note-description {\n    color: var(--ao-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ao-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ao-silver);\n    border: 1px solid var(--ao-silver);\n    border-radius: 10px;\n  }\n\n  .ao-character-card {\n    padding: 30px 24px;\n    background: var(--ao-character-bg);\n    color: var(--ao-white);\n  }\n\n  .ao-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ao-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ao-character-card p {\n    margin: 0;\n    color: var(--ao-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ao-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ao-details-box,\n  .ao-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 8px;\n  }\n\n  .ao-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ao-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ao-neutral-border);\n  }\n\n  .ao-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ao-neutral-border);\n  }\n\n  .ao-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ao-detail-label {\n    color: var(--ao-muted);\n    font-weight: 600;\n  }\n\n  .ao-detail-value {\n    color: var(--ao-heading);\n    text-align: right;\n  }\n\n  .ao-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ao-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ao-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ao-neutral-border);\n  }\n\n  .ao-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ao-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ao-gunmetal);\n    font-weight: 700;\n  }\n\n  .ao-journey-intro,\n  .ao-accord-intro,\n  .ao-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ao-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ao-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ao-pale);\n    border: 1px solid var(--ao-border);\n    border-radius: 8px;\n  }\n\n  .ao-journey-number,\n  .ao-accord-icon,\n  .ao-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ao-black);\n    color: var(--ao-chrome);\n    border: 1px solid var(--ao-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ao-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ao-journey-card h4,\n  .ao-accord-card h4,\n  .ao-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ao-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ao-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ao-journey-card p,\n  .ao-accord-card p,\n  .ao-trust-card p {\n    margin: 0;\n    color: var(--ao-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ao-trust-card p {\n    color: #111111;\n  }\n\n  .ao-accord-card {\n    padding: 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ao-trust-card {\n    padding: 28px 22px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ao-accord-icon,\n  .ao-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ao-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ao-black) 0%, var(--ao-charcoal) 52%, var(--ao-gunmetal) 100%);\n    color: var(--ao-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ao-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ao-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ao-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ao-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ao-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ao-pale);\n    border: 1px solid var(--ao-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ao-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ao-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ao-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ao-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ao-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ao-pale-2);\n    border: 1px solid var(--ao-border);\n    border-left: 6px solid var(--ao-gunmetal);\n    border-radius: 8px;\n  }\n\n  .ao-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ao-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ao-performance-section p {\n    margin: 0;\n    color: var(--ao-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ao-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ao-border);\n  }\n\n  .ao-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ao-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ao-faq-item {\n    background: var(--ao-white);\n    border-bottom: 1px solid var(--ao-border);\n  }\n\n  .ao-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ao-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ao-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ao-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ao-gunmetal);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ao-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ao-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ao-text);\n    font-size: 1rem;\n  }\n\n  .ao-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .absolu-orient-wrapper {\n      padding: 35px;\n    }\n\n    .ao-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ao-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ao-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ao-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ao-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ao-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ao-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ao-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ao-notes-grid,\n    .ao-journey-grid,\n    .ao-accord-grid,\n    .ao-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ao-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ao-character-card {\n      padding: 35px;\n    }\n\n    .ao-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ao-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ao-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ao-section-title,\n    .ao-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ao-video-title {\n      font-size: 1.55rem;\n    }\n\n    .ao-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .ao-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ao-note-description {\n      font-size: 1rem;\n    }\n\n    .ao-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ao-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ao-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ao-detail-row,\n    .ao-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ao-journey-intro,\n    .ao-accord-intro,\n    .ao-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ao-journey-card h4,\n    .ao-accord-card h4,\n    .ao-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ao-journey-card p,\n    .ao-accord-card p,\n    .ao-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ao-statement-section {\n      padding: 44px;\n    }\n\n    .ao-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ao-statement-section p,\n    .ao-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ao-occasion-section {\n      padding: 38px;\n    }\n\n    .ao-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ao-performance-section {\n      padding: 30px;\n    }\n\n    .ao-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ao-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ao-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ao-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ao-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ao-notes-grid,\n    .ao-journey-grid,\n    .ao-accord-grid,\n    .ao-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .absolu-orient-wrapper {\n      padding: 10px;\n    }\n\n    .ao-header {\n      padding: 26px 8px;\n    }\n\n    .ao-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ao-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ao-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ao-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ao-detail-value {\n      text-align: left;\n    }\n\n    .ao-character-card {\n      padding: 24px 18px;\n    }\n\n    .ao-journey-section,\n    .ao-accord-section,\n    .ao-video-section,\n    .ao-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ao-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ao-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ao-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .ao-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"absolu-orient-wrapper\"\u003e\n\n  \u003cdiv class=\"ao-header\"\u003e\n    \u003cdiv class=\"ao-brand-tag\"\u003eOud Al Anfar Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ao-main-title\"\u003eAbsolu D’Orient\u003c\/h2\u003e\n    \u003cp class=\"ao-tagline\"\u003e\n      “Pineapple, grapefruit, spices, bergamot, black currant, smoky rose, patchouli, cedar, jasmine, ambergris, vanilla and oakmoss.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-intro-grid\"\u003e\n\n    \u003cdiv class=\"ao-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Absolu-D-Orient.jpg?v=1739208131\" alt=\"Absolu D’Orient EDP 115ml by Anfar London in clear silver bottle with black ribbed cap, black and silver framed label and luxury oriental presentation\" class=\"ao-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ao-story\"\u003e\n      \u003ch3\u003eOpulent Oriental Freshness with Smoky Woody Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAbsolu D’Orient by Oud Al Anfar\u003c\/strong\u003e, a luxurious\n        \u003cstrong\u003e115ml Eau de Parfum\u003c\/strong\u003e created to capture the opulence,\n        elegance and sophistication of oriental perfumery.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with pineapple, grapefruit, spices, bergamot and\n        black currant. This first impression feels bright, fruity and refined,\n        balancing juicy tropical sweetness, citrus sparkle, dark berry richness\n        and a warm spicy lift.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Smoky notes, rose, patchouli, cedar and jasmine form the middle of the\n        scent. Smoke gives atmosphere, rose and jasmine bring floral elegance,\n        patchouli adds earthy depth and cedar creates a structured woody heart.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ambergris, vanilla, oakmoss and woody notes complete the base.\n        Ambergris gives a smooth modern glow, vanilla adds warmth, oakmoss\n        brings earthy green depth and woody notes create a lingering refined\n        trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a clear silver bottle with a black ribbed cap, black and\n        silver framed label and Anfar London crest detailing, Absolu D’Orient\n        visually reflects its polished, mysterious and luxurious oriental\n        identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-notes-section\"\u003e\n\n    \u003ch3 class=\"ao-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ao-notes-grid\"\u003e\n\n      \u003cdiv class=\"ao-note-card\"\u003e\n        \u003cdiv class=\"ao-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-title\"\u003ePineapple, Grapefruit, Spicy, Bergamot and Black Currant\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-description\"\u003e\n          Pineapple and grapefruit create fruity citrus brightness, while\n          bergamot, black currant and spice add elegance, depth and warmth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-note-card\"\u003e\n        \u003cdiv class=\"ao-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-title\"\u003eSmoky, Rose, Patchouli, Cedar and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-description\"\u003e\n          Smoky notes add atmosphere, rose and jasmine bring floral refinement,\n          patchouli gives earthiness and cedar adds woody structure.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-note-card\"\u003e\n        \u003cdiv class=\"ao-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-title\"\u003eAmbergris, Vanilla, Oakmoss and Woody Notes\u003c\/div\u003e\n        \u003cdiv class=\"ao-note-description\"\u003e\n          Ambergris, vanilla, oakmoss and woody notes create a smooth, warm,\n          mossy and sophisticated final trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-character-section\"\u003e\n\n    \u003cdiv class=\"ao-character-card\"\u003e\n      \u003ch3\u003eThe Exotic Fruit Spice Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Pineapple, grapefruit, bergamot, black currant and spice create a\n        captivating opening that feels vibrant, exotic and elegant.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ao-character-card\"\u003e\n      \u003ch3\u003eThe Smoky Woody Oriental Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Smoky notes, patchouli, cedar, ambergris, oakmoss, vanilla and woods\n        settle into a mysterious and refined oriental dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-details-grid\"\u003e\n\n    \u003cdiv class=\"ao-details-box\"\u003e\n      \u003ch4 class=\"ao-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eAbsolu D’Orient\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eBrand Line\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eOud Al Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003e115ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eAbsolu D’Orient EDP (115ml)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eScent Family\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eFruity, Spicy, Smoky, Floral and Woody\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003ePineapple, Grapefruit, Spicy, Bergamot, Black Currant\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eSmoky, Rose, Patchouli, Cedar, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eAmbergris, Vanilla, Oakmoss, Woody Notes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-detail-row\"\u003e\n        \u003cspan class=\"ao-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ao-detail-value\"\u003eClear Silver Bottle, Black Cap and Silver Label\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ao-highlights-box\"\u003e\n      \u003ch4 class=\"ao-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ao-highlights-list\"\u003e\n        \u003cli\u003e115ml Eau de Parfum with oriental luxury character\u003c\/li\u003e\n        \u003cli\u003ePineapple adds juicy exotic sweetness\u003c\/li\u003e\n        \u003cli\u003eGrapefruit and bergamot create citrus brightness\u003c\/li\u003e\n        \u003cli\u003eBlack currant gives dark fruity richness\u003c\/li\u003e\n        \u003cli\u003eSpicy notes bring warmth and intrigue\u003c\/li\u003e\n        \u003cli\u003eSmoky notes create mystery and atmosphere\u003c\/li\u003e\n        \u003cli\u003eRose and jasmine add floral sophistication\u003c\/li\u003e\n        \u003cli\u003ePatchouli brings earthy depth\u003c\/li\u003e\n        \u003cli\u003eCedar gives the heart woody structure\u003c\/li\u003e\n        \u003cli\u003eAmbergris adds smooth modern refinement\u003c\/li\u003e\n        \u003cli\u003eVanilla, oakmoss and woody notes create a warm trail\u003c\/li\u003e\n        \u003cli\u003eSilver, black and clear bottle presentation feels premium\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-journey-section\"\u003e\n\n    \u003ch3 class=\"ao-section-title\"\u003eThe Absolu D’Orient Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ao-journey-intro\"\u003e\n      A refined oriental journey from pineapple, grapefruit, spice, bergamot\n      and black currant into smoky rose, patchouli, cedar and jasmine,\n      finishing with ambergris, vanilla, oakmoss and woody notes.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ao-journey-grid\"\u003e\n\n      \u003cdiv class=\"ao-journey-card\"\u003e\n        \u003cdiv class=\"ao-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eExotic Fruity Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, grapefruit, bergamot, black currant and spice introduce\n          the fragrance with bright, rich and captivating energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-journey-card\"\u003e\n        \u003cdiv class=\"ao-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSmoky Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Smoky notes, rose, patchouli, cedar and jasmine create a floral,\n          woody and atmospheric middle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-journey-card\"\u003e\n        \u003cdiv class=\"ao-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eAmbergris Moss Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Ambergris, vanilla, oakmoss and woody notes settle into a smooth,\n          warm and lingering oriental base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-accord-section\"\u003e\n\n    \u003ch3 class=\"ao-section-title\"\u003eThe Signature Absolu D’Orient Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ao-accord-intro\"\u003e\n      A luxurious Eau de Parfum shaped by exotic fruits, citrus sparkle, warm\n      spice, smoky florals, patchouli, cedar, ambergris, vanilla, oakmoss and\n      refined woods.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ao-accord-grid\"\u003e\n\n      \u003cdiv class=\"ao-accord-card\"\u003e\n        \u003cdiv class=\"ao-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePineapple Citrus Spice\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, grapefruit, bergamot, black currant and spice form the\n          bright and captivating opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-accord-card\"\u003e\n        \u003cdiv class=\"ao-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eSmoky Rose Cedar\u003c\/h4\u003e\n        \u003cp\u003e\n          Smoky notes, rose, patchouli, cedar and jasmine create the floral\n          woody heart with oriental depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-accord-card\"\u003e\n        \u003cdiv class=\"ao-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmbergris Vanilla Moss\u003c\/h4\u003e\n        \u003cp\u003e\n          Ambergris, vanilla, oakmoss and woody notes build the smooth,\n          refined and lingering dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-video-section\"\u003e\n    \u003ch3 class=\"ao-video-title\"\u003eExperience Absolu D’Orient\u003c\/h3\u003e\n\n    \u003cp class=\"ao-video-subtitle\"\u003e\n      View Absolu D’Orient by Anfar London and explore its fruity-spicy, smoky-floral and silver-black oriental luxury mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ao-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/DRPdC3FijfA\/embed\/\" title=\"Absolu D’Orient Instagram Reel\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ao-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/DRPdC3FijfA\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-statement-section\"\u003e\n    \u003ch3\u003eSilver-Black Oriental Luxury with Smoky Fruity Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Absolu D’Orient opens with pineapple, grapefruit, spice, bergamot and\n      black currant, develops through smoky rose, patchouli, cedar and jasmine,\n      then settles into ambergris, vanilla, oakmoss and woody notes. Its clear\n      silver bottle, black cap and framed label reflect a fragrance designed\n      around elegance, confidence and oriental sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Special Occasions and Refined Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Absolu D’Orient is suitable for special occasions, evening wear, refined\n      daily styling, premium gifting and confident signature fragrance use. Its\n      exotic fruit opening gives brightness, while smoky florals, cedar,\n      ambergris, vanilla, oakmoss and woods create a deep sophisticated trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Absolu D’Orient is presented as a 115ml Eau de Parfum with pineapple,\n      grapefruit, spicy notes, bergamot, black currant, smoky notes, rose,\n      patchouli, cedar, jasmine, ambergris, vanilla, oakmoss and woody notes.\n      Actual longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-trust-section\"\u003e\n\n    \u003ch3 class=\"ao-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ao-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ao-trust-grid\"\u003e\n\n      \u003cdiv class=\"ao-trust-card\"\u003e\n        \u003cdiv class=\"ao-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-trust-card\"\u003e\n        \u003cdiv class=\"ao-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-trust-card\"\u003e\n        \u003cdiv class=\"ao-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ao-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Absolu D’Orient EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Absolu D’Orient opens with pineapple, grapefruit, spicy notes,\n          bergamot and black currant, develops with smoky notes, rose,\n          patchouli, cedar and jasmine, and settles into ambergris, vanilla,\n          oakmoss and woody notes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Absolu D’Orient EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Absolu D’Orient EDP is supplied in a 115ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Absolu D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Absolu D’Orient is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Absolu D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are pineapple, grapefruit, spicy notes, bergamot and\n          black currant.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Absolu D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are smoky notes, rose, patchouli, cedar and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Absolu D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are ambergris, vanilla, oakmoss and woody notes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Absolu D’Orient a fruity fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Pineapple, grapefruit, bergamot and black currant give Absolu\n          D’Orient a fruity and citrus opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Absolu D’Orient have smoky notes?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Smoky notes are listed in the middle of the fragrance, supported\n          by rose, patchouli, cedar and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Absolu D’Orient a woody fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Cedar, oakmoss and woody notes give Absolu D’Orient a refined\n          woody structure and dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Absolu D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Absolu D’Orient is suitable for special occasions, evening wear,\n          refined daily styling, premium gifting and confident signature\n          fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Absolu D’Orient suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its clear silver bottle, black ribbed cap, framed label and\n          refined oriental fragrance profile create a premium gift-style\n          presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ao-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Absolu D’Orient last?\u003c\/summary\u003e\n      \u003cdiv class=\"ao-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Absolu D’Orient is an Eau de Parfum. Actual longevity and projection\n          can vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579580793078,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Absolu-D-Orient.jpg?v=1739208131"},{"product_id":"amber-d-orient-edp-115ml","title":"Amber D’Orient EDP (115ml)`","description":"\u003cstyle\u003e\n  .amber-orient-wrapper {\n    --am-white: #ffffff;\n    --am-soft-white: #fbfaf6;\n    --am-pale: #f6efd9;\n    --am-pale-2: #fffaf0;\n    --am-border: #dfc987;\n    --am-neutral-border: #eadfbf;\n    --am-trust-border: #e4dcc8;\n\n    --am-black: #050505;\n    --am-ink: #0e0c08;\n    --am-charcoal: #17140f;\n    --am-deep-black: #080706;\n    --am-smoke: #302a24;\n    --am-gold: #c5a059;\n    --am-polished-gold: #e3c265;\n    --am-soft-gold: #f0da91;\n    --am-champagne: #f2e4bd;\n    --am-antique-gold: #9b6d28;\n    --am-bergamot: #d9cf67;\n    --am-apple-blossom: #f5eadc;\n    --am-rose: #b85d69;\n    --am-saffron: #d59a35;\n    --am-peony: #efc4cb;\n    --am-oud: #241109;\n    --am-vanilla: #ead8b5;\n    --am-sandalwood: #967453;\n    --am-musk: #f2eee7;\n    --am-character-bg: linear-gradient(135deg, #050505 0%, #17140f 52%, #302a24 100%);\n\n    --am-heading: #1d1b17;\n    --am-text: #4b463c;\n    --am-muted: #736c5d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--am-white);\n    color: var(--am-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .amber-orient-wrapper *,\n  .amber-orient-wrapper *::before,\n  .amber-orient-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .am-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--am-white);\n    border-bottom: 1px solid var(--am-border);\n    text-align: center;\n  }\n\n  .am-brand-tag {\n    margin-bottom: 8px;\n    color: var(--am-antique-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .am-main-title {\n    margin: 0 0 10px;\n    color: var(--am-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .am-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--am-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .am-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .am-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .am-story h3 {\n    margin: 0 0 16px;\n    color: var(--am-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .am-story p {\n    margin: 0 0 17px;\n    color: var(--am-text);\n    font-size: 1.05rem;\n  }\n\n  .am-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .am-section-title {\n    margin: 0 0 25px;\n    color: var(--am-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .am-notes-section,\n  .am-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .am-video-title {\n    margin: 0 0 8px;\n    color: var(--am-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .am-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--am-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .am-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n  }\n\n  .am-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--am-white);\n    border: 0;\n  }\n\n  .am-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .am-instagram-link a {\n    display: inline-block;\n    padding: 11px 28px;\n    background: var(--am-antique-gold);\n    color: var(--am-white);\n    border: 1px solid var(--am-antique-gold);\n    border-radius: 4px;\n    font-size: 0.82rem;\n    font-weight: 750;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .am-instagram-link a:hover {\n    background: var(--am-black);\n    border-color: var(--am-black);\n    color: var(--am-white);\n  }\n\n  .am-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-trust-border);\n    border-radius: 10px;\n  }\n\n  .am-notes-grid,\n  .am-journey-grid,\n  .am-accord-grid,\n  .am-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .am-note-card {\n    padding: 22px;\n    background: var(--am-pale-2);\n    border: 1px solid var(--am-border);\n    border-top: 4px solid var(--am-antique-gold);\n    border-radius: 8px;\n  }\n\n  .am-note-label {\n    margin-bottom: 7px;\n    color: var(--am-antique-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .am-note-title {\n    margin-bottom: 7px;\n    color: var(--am-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .am-note-description {\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .am-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--am-gold);\n    border: 1px solid var(--am-gold);\n    border-radius: 10px;\n  }\n\n  .am-character-card {\n    padding: 30px 24px;\n    background: var(--am-character-bg);\n    color: var(--am-white);\n  }\n\n  .am-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--am-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .am-character-card p {\n    margin: 0;\n    color: var(--am-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .am-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .am-details-box,\n  .am-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n  }\n\n  .am-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--am-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .am-detail-label {\n    color: var(--am-muted);\n    font-weight: 600;\n  }\n\n  .am-detail-value {\n    color: var(--am-heading);\n    text-align: right;\n  }\n\n  .am-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .am-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--am-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .am-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--am-antique-gold);\n    font-weight: 700;\n  }\n\n  .am-journey-intro,\n  .am-accord-intro,\n  .am-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--am-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .am-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n  }\n\n  .am-journey-number,\n  .am-accord-icon,\n  .am-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--am-black);\n    color: var(--am-soft-gold);\n    border: 1px solid var(--am-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .am-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .am-journey-card h4,\n  .am-accord-card h4,\n  .am-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--am-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .am-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .am-journey-card p,\n  .am-accord-card p,\n  .am-trust-card p {\n    margin: 0;\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .am-trust-card p {\n    color: #111111;\n  }\n\n  .am-accord-card {\n    padding: 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .am-trust-card {\n    padding: 28px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .am-accord-icon,\n  .am-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .am-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--am-black) 0%, var(--am-charcoal) 52%, var(--am-gold) 100%);\n    color: var(--am-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .am-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--am-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .am-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--am-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .am-occasion-section,\n  .am-auth-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .am-auth-section {\n    background: var(--am-pale-2);\n    border-left: 6px solid var(--am-antique-gold);\n  }\n\n  .am-occasion-section h3,\n  .am-auth-section h3 {\n    margin: 0 0 12px;\n    color: var(--am-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .am-occasion-section p,\n  .am-auth-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--am-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .am-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--am-pale-2);\n    border: 1px solid var(--am-border);\n    border-left: 6px solid var(--am-antique-gold);\n    border-radius: 8px;\n  }\n\n  .am-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--am-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .am-performance-section p {\n    margin: 0;\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .am-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--am-border);\n  }\n\n  .am-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--am-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .am-faq-item {\n    background: var(--am-white);\n    border-bottom: 1px solid var(--am-border);\n  }\n\n  .am-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--am-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .am-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .am-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--am-antique-gold);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .am-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .am-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--am-text);\n    font-size: 1rem;\n  }\n\n  .am-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .amber-orient-wrapper {\n      padding: 35px;\n    }\n\n    .am-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .am-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .am-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .am-tagline {\n      font-size: 1.3rem;\n    }\n\n    .am-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .am-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .am-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .am-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .am-notes-grid,\n    .am-journey-grid,\n    .am-accord-grid,\n    .am-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .am-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .am-character-card {\n      padding: 35px;\n    }\n\n    .am-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .am-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .am-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .am-section-title,\n    .am-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .am-video-title {\n      font-size: 1.55rem;\n    }\n\n    .am-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .am-note-title {\n      font-size: 1.15rem;\n    }\n\n    .am-note-description {\n      font-size: 1rem;\n    }\n\n    .am-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .am-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .am-box-title {\n      font-size: 1.05rem;\n    }\n\n    .am-detail-row,\n    .am-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-intro,\n    .am-accord-intro,\n    .am-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-card h4,\n    .am-accord-card h4,\n    .am-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-card p,\n    .am-accord-card p,\n    .am-trust-card p {\n      font-size: 1rem;\n    }\n\n    .am-statement-section {\n      padding: 44px;\n    }\n\n    .am-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .am-statement-section p,\n    .am-occasion-section p,\n    .am-auth-section p {\n      font-size: 1.12rem;\n    }\n\n    .am-occasion-section,\n    .am-auth-section {\n      padding: 38px;\n    }\n\n    .am-occasion-section h3,\n    .am-auth-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .am-performance-section {\n      padding: 30px;\n    }\n\n    .am-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .am-trust-section {\n      padding: 44px 38px;\n    }\n\n    .am-trust-card {\n      padding: 32px 26px;\n    }\n\n    .am-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .am-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .am-notes-grid,\n    .am-journey-grid,\n    .am-accord-grid,\n    .am-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .amber-orient-wrapper {\n      padding: 10px;\n    }\n\n    .am-header {\n      padding: 26px 8px;\n    }\n\n    .am-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .am-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .am-tagline {\n      font-size: 0.95rem;\n    }\n\n    .am-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .am-detail-value {\n      text-align: left;\n    }\n\n    .am-character-card {\n      padding: 24px 18px;\n    }\n\n    .am-journey-section,\n    .am-accord-section,\n    .am-video-section,\n    .am-trust-section {\n      padding: 25px 15px;\n    }\n\n    .am-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .am-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .am-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .am-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"amber-orient-wrapper\"\u003e\n\n  \u003cdiv class=\"am-header\"\u003e\n    \u003cdiv class=\"am-brand-tag\"\u003eAnfar London Amber Oud Fragrance\u003c\/div\u003e\n    \u003ch2 class=\"am-main-title\"\u003eAmber D’Orient\u003c\/h2\u003e\n    \u003cp class=\"am-tagline\"\u003e\n      “Bergamot, apple blossom, rose, saffron, peony, agarwood oud, vanilla and sandalwood.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-intro-grid\"\u003e\n\n    \u003cdiv class=\"am-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Amber-Dorient.webp?v=1739208263\" alt=\"Amber D’Orient EDP 115ml by Anfar London in black bottle with gold framed label, gold crest, black ribbed cap and luxury black gold presentation\" class=\"am-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-story\"\u003e\n      \u003ch3\u003eLuxury Amber Oud with Black-Gold Sophistication\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAmber D’Orient\u003c\/strong\u003e, a luxury amber oud fragrance\n        created around rich Middle Eastern warmth, polished floral spice and a\n        deep agarwood oud signature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot and apple blossom. Bergamot adds a\n        fruity citrus brightness, while apple blossom brings mild floral\n        freshness, giving the opening a smooth, elegant and slightly spicy\n        impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The heart develops with rose, saffron and peony. Rose gives the scent a\n        sweet floral body, saffron adds a bittersweet leathery warmth and peony\n        brings a soft floral nuance with a graceful jasmine-like and gilly\n        flower impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In the base, agarwood oud, vanilla and sandalwood create the luxurious\n        dry-down. Oud brings bittersweet woody intensity, vanilla softens the\n        scent with sweetness and sandalwood adds warm creamy depth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a bold black bottle with a gold framed label, gold crest,\n        ribbed black cap and premium black-gold styling, Amber D’Orient\n        visually reflects its luxury amber oud identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-notes-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"am-notes-grid\"\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eBergamot and Apple Blossom\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          Bergamot creates fruity citrus brightness, while apple blossom adds a\n          mild floral lift with elegant freshness.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eRose, Saffron and Peony\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          Rose and peony create floral softness, while saffron adds a\n          bittersweet leathery spice and warm oriental character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eAgarwood Oud, Vanilla and Sandalwood\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          Agarwood oud gives woody intensity, vanilla brings sweetness and\n          sandalwood adds creamy warmth and depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-character-section\"\u003e\n\n    \u003cdiv class=\"am-character-card\"\u003e\n      \u003ch3\u003eThe Bergamot Apple Blossom Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Fruity citrus brightness and mild floral freshness create a refined\n        opening with smooth aromatic lift.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-character-card\"\u003e\n      \u003ch3\u003eThe Amber Oud Vanilla Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Agarwood oud, vanilla and sandalwood settle into a warm, luxurious and\n        long-lasting amber oud impression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-details-grid\"\u003e\n\n    \u003cdiv class=\"am-details-box\"\u003e\n      \u003ch4 class=\"am-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAmber D’Orient\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAmber D’Orient EDP (115ml)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eDescription Concentration\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eExtrait de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003e115ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eMen \/ Also Suitable for Women\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eScent Family\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAmber Oud, Floral, Woody and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eBergamot, Apple Blossom\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eRose, Saffron, Peony\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAgarwood Oud, Vanilla, Sandalwood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eBlack Bottle, Gold Label and Black-Gold Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-highlights-box\"\u003e\n      \u003ch4 class=\"am-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"am-highlights-list\"\u003e\n        \u003cli\u003eLuxury amber oud fragrance with premium black-gold presentation\u003c\/li\u003e\n        \u003cli\u003eBergamot creates fruity citrus brightness\u003c\/li\u003e\n        \u003cli\u003eApple blossom adds soft floral freshness\u003c\/li\u003e\n        \u003cli\u003eRose brings sweet floral richness\u003c\/li\u003e\n        \u003cli\u003eSaffron adds bittersweet leathery warmth\u003c\/li\u003e\n        \u003cli\u003ePeony gives a soft elegant floral body\u003c\/li\u003e\n        \u003cli\u003eAgarwood oud creates deep woody intensity\u003c\/li\u003e\n        \u003cli\u003eVanilla adds smooth sweetness\u003c\/li\u003e\n        \u003cli\u003eSandalwood provides warm creamy depth\u003c\/li\u003e\n        \u003cli\u003eLabelled as a luxury perfume for men\u003c\/li\u003e\n        \u003cli\u003eAlso described as suitable for women\u003c\/li\u003e\n        \u003cli\u003eIdeal for amber oud lovers and premium gifting\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-journey-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Amber D’Orient Journey\u003c\/h3\u003e\n\n    \u003cp class=\"am-journey-intro\"\u003e\n      A luxury amber oud journey from bergamot and apple blossom into rose,\n      saffron and peony, finishing with agarwood oud, vanilla and sandalwood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-journey-grid\"\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFruity Citrus Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and apple blossom introduce the scent with fresh citrus,\n          mild floral brightness and elegant lift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eRose Saffron Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, saffron and peony build a floral-spicy heart with soft\n          elegance and leathery warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Vanilla Sandalwood\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood oud, vanilla and sandalwood settle into a warm, sweet and\n          luxurious woody base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-accord-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Signature Amber D’Orient Accords\u003c\/h3\u003e\n\n    \u003cp class=\"am-accord-intro\"\u003e\n      A luxury fragrance shaped by citrus brightness, floral spice, saffron\n      warmth, agarwood oud, vanilla sweetness and creamy sandalwood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-accord-grid\"\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and apple blossom create the fresh, fruity and softly floral\n          opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eRose Saffron Peony\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, saffron and peony bring sweet floral elegance with a leathery\n          oriental warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud Vanilla Sandalwood\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood oud, vanilla and sandalwood create the warm, deep and\n          luxurious amber oud signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-video-section\"\u003e\n    \u003ch3 class=\"am-video-title\"\u003eExperience Amber D’Orient\u003c\/h3\u003e\n\n    \u003cp class=\"am-video-subtitle\"\u003e\n      View Amber D’Orient by Anfar London and explore its amber oud, floral-spicy and black-gold luxury mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/DHsw_kFqa1l\/embed\/\" title=\"Amber D’Orient Instagram Reel\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/DHsw_kFqa1l\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-statement-section\"\u003e\n    \u003ch3\u003eBlack-Gold Luxury with Deep Amber Oud Warmth\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber D’Orient opens with bergamot and apple blossom, develops through\n      rose, saffron and peony, then settles into agarwood oud, vanilla and\n      sandalwood. Its black bottle, gold framed label, crest detail and premium\n      presentation reflect a fragrance designed for warmth, depth, confidence\n      and refined Middle Eastern luxury.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Elegant Evenings and Signature Oud Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber D’Orient is suitable for evening wear, special occasions, formal\n      styling, premium gifting and confident signature fragrance use. Its\n      citrus-floral opening feels refined, while saffron, oud, vanilla and\n      sandalwood create a rich and luxurious trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-auth-section\"\u003e\n    \u003ch3\u003ePackaging, Sampling and Gift Options\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber D’Orient is packaged in a black and gold presentation associated\n      with luxury styling. Gift boxes are available on request, and customers\n      who want to sample fragrances can visit London Musk in store for personal\n      assistance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber D’Orient is described on the product page as an Extrait de Parfum,\n      while the product title lists Amber D’Orient EDP (115ml). Actual\n      longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-trust-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"am-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-trust-grid\"\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Amber D’Orient smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber D’Orient opens with bergamot and apple blossom, develops with\n          rose, saffron and peony, and settles into agarwood oud, vanilla and\n          sandalwood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat is the product title on London Musk?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page title is Amber D’Orient EDP (115ml).\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Amber D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product title lists Amber D’Orient as EDP, while the FAQ text on\n          the product page describes it as an Extrait de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Amber D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are bergamot and apple blossom.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Amber D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are rose, saffron and peony.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Amber D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are agarwood oud, vanilla and sandalwood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Amber D’Orient an oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Agarwood oud is one of the base notes, supported by vanilla,\n          sandalwood, saffron, rose, peony, bergamot and apple blossom.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Amber D’Orient for men or women?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page labels it as a luxury perfume for men, while the FAQ\n          text also describes it as suitable for women because the note profile\n          can be enjoyed by both genders.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow is Amber D’Orient packaged?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber D’Orient is packaged in black and gold, with a premium bottle\n          and box presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Amber D’Orient come in a gift box?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page states that gift boxes are available on request.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs there a smaller sample size available?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page states that Amber D’Orient does not currently come\n          in a smaller size. Customers can visit the store to sample products.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Amber D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber D’Orient is suitable for evening wear, formal occasions,\n          premium gifting and confident amber oud signature styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Amber D’Orient last?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Amber D’Orient as long lasting due to its\n          concentration. Actual longevity and projection can vary depending on\n          skin chemistry, application amount, clothing, temperature and\n          environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579584561398,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Amber-Dorient.webp?v=1739208263"},{"product_id":"leather-d-orient-edp-115ml","title":"Leather D’Orient EDP (115ml)","description":"\u003cstyle\u003e\n  .leather-orient-wrapper {\n    --lo-white: #ffffff;\n    --lo-soft-white: #fbfaf6;\n    --lo-pale: #f4efdf;\n    --lo-pale-2: #fffaf0;\n    --lo-border: #dfc987;\n    --lo-neutral-border: #eadfbf;\n    --lo-trust-border: #e4dcc8;\n\n    --lo-black: #050505;\n    --lo-ink: #08120c;\n    --lo-deep-green: #092618;\n    --lo-forest-green: #123f27;\n    --lo-emerald-shadow: #0b2f1d;\n    --lo-gold: #c5a059;\n    --lo-polished-gold: #e3c265;\n    --lo-soft-gold: #f0da91;\n    --lo-champagne: #f2e4bd;\n    --lo-antique-gold: #9b6d28;\n    --lo-leather: #5a311d;\n    --lo-saffron: #d59a35;\n    --lo-orange: #d96c2b;\n    --lo-amber: #b17232;\n    --lo-citrus: #d8c95e;\n    --lo-cedar: #6a4429;\n    --lo-birch: #d7ccb8;\n    --lo-oud: #241109;\n    --lo-dry-amber: #9e6a35;\n    --lo-musk: #f2eee7;\n    --lo-character-bg: linear-gradient(135deg, #050505 0%, #092618 52%, #123f27 100%);\n\n    --lo-heading: #1d1b17;\n    --lo-text: #4b463c;\n    --lo-muted: #736c5d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--lo-white);\n    color: var(--lo-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .leather-orient-wrapper *,\n  .leather-orient-wrapper *::before,\n  .leather-orient-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .lo-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--lo-white);\n    border-bottom: 1px solid var(--lo-border);\n    text-align: center;\n  }\n\n  .lo-brand-tag {\n    margin-bottom: 8px;\n    color: var(--lo-forest-green);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .lo-main-title {\n    margin: 0 0 10px;\n    color: var(--lo-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .lo-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--lo-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .lo-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .lo-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-border);\n    border-radius: 10px;\n  }\n\n  .lo-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .lo-story h3 {\n    margin: 0 0 16px;\n    color: var(--lo-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lo-story p {\n    margin: 0 0 17px;\n    color: var(--lo-text);\n    font-size: 1.05rem;\n  }\n\n  .lo-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .lo-section-title {\n    margin: 0 0 25px;\n    color: var(--lo-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lo-notes-section,\n  .lo-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-border);\n    border-radius: 10px;\n  }\n\n  .lo-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lo-pale);\n    border: 1px solid var(--lo-border);\n    border-radius: 10px;\n  }\n\n  .lo-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-trust-border);\n    border-radius: 10px;\n  }\n\n  .lo-notes-grid,\n  .lo-journey-grid,\n  .lo-accord-grid,\n  .lo-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .lo-note-card {\n    padding: 22px;\n    background: var(--lo-pale-2);\n    border: 1px solid var(--lo-border);\n    border-top: 4px solid var(--lo-forest-green);\n    border-radius: 8px;\n  }\n\n  .lo-note-label {\n    margin-bottom: 7px;\n    color: var(--lo-forest-green);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lo-note-title {\n    margin-bottom: 7px;\n    color: var(--lo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .lo-note-description {\n    color: var(--lo-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .lo-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--lo-gold);\n    border: 1px solid var(--lo-gold);\n    border-radius: 10px;\n  }\n\n  .lo-character-card {\n    padding: 30px 24px;\n    background: var(--lo-character-bg);\n    color: var(--lo-white);\n  }\n\n  .lo-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--lo-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lo-character-card p {\n    margin: 0;\n    color: var(--lo-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .lo-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .lo-details-box,\n  .lo-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-border);\n    border-radius: 8px;\n  }\n\n  .lo-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--lo-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--lo-neutral-border);\n  }\n\n  .lo-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lo-neutral-border);\n  }\n\n  .lo-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .lo-detail-label {\n    color: var(--lo-muted);\n    font-weight: 600;\n  }\n\n  .lo-detail-value {\n    color: var(--lo-heading);\n    text-align: right;\n  }\n\n  .lo-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lo-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--lo-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lo-neutral-border);\n  }\n\n  .lo-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .lo-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--lo-forest-green);\n    font-weight: 700;\n  }\n\n  .lo-journey-intro,\n  .lo-accord-intro,\n  .lo-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--lo-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .lo-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--lo-pale);\n    border: 1px solid var(--lo-border);\n    border-radius: 8px;\n  }\n\n  .lo-journey-number,\n  .lo-accord-icon,\n  .lo-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--lo-deep-green);\n    color: var(--lo-soft-gold);\n    border: 1px solid var(--lo-deep-green);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .lo-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .lo-journey-card h4,\n  .lo-accord-card h4,\n  .lo-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--lo-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .lo-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .lo-journey-card p,\n  .lo-accord-card p,\n  .lo-trust-card p {\n    margin: 0;\n    color: var(--lo-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .lo-trust-card p {\n    color: #111111;\n  }\n\n  .lo-accord-card {\n    padding: 22px;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lo-trust-card {\n    padding: 28px 22px;\n    background: var(--lo-white);\n    border: 1px solid var(--lo-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .lo-accord-icon,\n  .lo-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .lo-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--lo-black) 0%, var(--lo-deep-green) 52%, var(--lo-gold) 100%);\n    color: var(--lo-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .lo-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--lo-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lo-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--lo-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lo-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--lo-pale);\n    border: 1px solid var(--lo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lo-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--lo-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lo-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--lo-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lo-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--lo-pale-2);\n    border: 1px solid var(--lo-border);\n    border-left: 6px solid var(--lo-forest-green);\n    border-radius: 8px;\n  }\n\n  .lo-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--lo-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lo-performance-section p {\n    margin: 0;\n    color: var(--lo-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .lo-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--lo-border);\n  }\n\n  .lo-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--lo-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lo-faq-item {\n    background: var(--lo-white);\n    border-bottom: 1px solid var(--lo-border);\n  }\n\n  .lo-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--lo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .lo-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lo-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--lo-forest-green);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .lo-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .lo-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--lo-text);\n    font-size: 1rem;\n  }\n\n  .lo-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .leather-orient-wrapper {\n      padding: 35px;\n    }\n\n    .lo-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .lo-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .lo-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .lo-tagline {\n      font-size: 1.3rem;\n    }\n\n    .lo-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .lo-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .lo-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .lo-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .lo-notes-grid,\n    .lo-journey-grid,\n    .lo-accord-grid,\n    .lo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .lo-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .lo-character-card {\n      padding: 35px;\n    }\n\n    .lo-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .lo-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .lo-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .lo-section-title,\n    .lo-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .lo-note-title {\n      font-size: 1.15rem;\n    }\n\n    .lo-note-description {\n      font-size: 1rem;\n    }\n\n    .lo-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .lo-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .lo-box-title {\n      font-size: 1.05rem;\n    }\n\n    .lo-detail-row,\n    .lo-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .lo-journey-intro,\n    .lo-accord-intro,\n    .lo-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .lo-journey-card h4,\n    .lo-accord-card h4,\n    .lo-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .lo-journey-card p,\n    .lo-accord-card p,\n    .lo-trust-card p {\n      font-size: 1rem;\n    }\n\n    .lo-statement-section {\n      padding: 44px;\n    }\n\n    .lo-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .lo-statement-section p,\n    .lo-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .lo-occasion-section {\n      padding: 38px;\n    }\n\n    .lo-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .lo-performance-section {\n      padding: 30px;\n    }\n\n    .lo-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .lo-trust-section {\n      padding: 44px 38px;\n    }\n\n    .lo-trust-card {\n      padding: 32px 26px;\n    }\n\n    .lo-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .lo-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .lo-notes-grid,\n    .lo-journey-grid,\n    .lo-accord-grid,\n    .lo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .leather-orient-wrapper {\n      padding: 10px;\n    }\n\n    .lo-header {\n      padding: 26px 8px;\n    }\n\n    .lo-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .lo-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .lo-tagline {\n      font-size: 0.95rem;\n    }\n\n    .lo-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .lo-detail-value {\n      text-align: left;\n    }\n\n    .lo-character-card {\n      padding: 24px 18px;\n    }\n\n    .lo-journey-section,\n    .lo-accord-section,\n    .lo-trust-section {\n      padding: 25px 15px;\n    }\n\n    .lo-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .lo-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .lo-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"leather-orient-wrapper\"\u003e\n\n  \u003cdiv class=\"lo-header\"\u003e\n    \u003cdiv class=\"lo-brand-tag\"\u003eAnfar London Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"lo-main-title\"\u003eLeather D’Orient\u003c\/h2\u003e\n    \u003cp class=\"lo-tagline\"\u003e\n      “Leather, saffron, orange, amber, citrus, cedarwood, birch, oud and dry amber.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-intro-grid\"\u003e\n\n    \u003cdiv class=\"lo-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Leather-D-Orient-Extrait-de-Parfum-By-Anfar-London.webp?v=1739208279\" alt=\"Leather D’Orient EDP by Anfar London in dark green bottle with gold framed label, gold crest, green ribbed cap and luxury oriental presentation\" class=\"lo-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lo-story\"\u003e\n      \u003ch3\u003eMiddle Eastern Leather with Saffron Warmth and Oud Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eLeather D’Orient EDP by Anfar London\u003c\/strong\u003e, an\n        intense and refined fragrance created as an exciting journey into the\n        heart of the Middle East, where sensual, mysterious and luxurious\n        aromas come together.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with leather, saffron and orange. Leather gives the\n        scent its bold and textured identity, saffron adds a precious spicy\n        warmth, and orange brings a fresh luminous brightness that lifts the\n        opening.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        As the fragrance develops, amber, citrus and cedarwood create the\n        middle character. Amber adds warmth and sensuality, citrus keeps the\n        scent vibrant, and cedarwood gives structure, elegance and masculine\n        refinement.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base reveals birch, oud and dry amber. Birch adds a smoky textured\n        edge, oud gives deep oriental richness, and dry amber completes the\n        scent with a warm, refined and mysterious trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a dark green bottle with a gold framed label, gold crest,\n        green ribbed cap and Anfar London branding, Leather D’Orient visually\n        reflects its luxurious leather, saffron and oud character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-notes-section\"\u003e\n\n    \u003ch3 class=\"lo-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"lo-notes-grid\"\u003e\n\n      \u003cdiv class=\"lo-note-card\"\u003e\n        \u003cdiv class=\"lo-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-title\"\u003eLeather, Saffron and Orange\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-description\"\u003e\n          Leather creates bold texture, saffron adds precious spice and orange\n          gives the opening a fresh, warm and vibrant glow.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-note-card\"\u003e\n        \u003cdiv class=\"lo-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-title\"\u003eAmber, Citrus and Cedar Wood\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-description\"\u003e\n          Amber brings sensual warmth, citrus adds brightness and cedar wood\n          gives the heart a refined woody structure.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-note-card\"\u003e\n        \u003cdiv class=\"lo-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-title\"\u003eBirch, Oud and Dry Amber\u003c\/div\u003e\n        \u003cdiv class=\"lo-note-description\"\u003e\n          Birch adds smoky texture, oud creates oriental depth and dry amber\n          leaves a warm, luxurious and mysterious finish.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-character-section\"\u003e\n\n    \u003cdiv class=\"lo-character-card\"\u003e\n      \u003ch3\u003eThe Leather Saffron Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Leather and saffron create a rich, sensual and confident opening, while\n        orange adds freshness and warmth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lo-character-card\"\u003e\n      \u003ch3\u003eThe Birch Oud Dry Amber Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Birch, oud and dry amber settle into a textured oriental base with\n        smoky refinement and mysterious depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-details-grid\"\u003e\n\n    \u003cdiv class=\"lo-details-box\"\u003e\n      \u003ch4 class=\"lo-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eLeather D’Orient\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eLeather D’Orient EDP (115ml)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eDescription Size\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eLeather, Saffron, Orange\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eAmber, Citrus, Cedar Wood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eBirch, Oud, Dry Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-detail-row\"\u003e\n        \u003cspan class=\"lo-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"lo-detail-value\"\u003eDark Green Bottle, Gold Label and Green Cap\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lo-highlights-box\"\u003e\n      \u003ch4 class=\"lo-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"lo-highlights-list\"\u003e\n        \u003cli\u003eLeather fragrance by Anfar London\u003c\/li\u003e\n        \u003cli\u003eInspired by Middle Eastern luxury and refinement\u003c\/li\u003e\n        \u003cli\u003eLeather gives bold sensual texture\u003c\/li\u003e\n        \u003cli\u003eSaffron adds precious warm spice\u003c\/li\u003e\n        \u003cli\u003eOrange creates fresh vibrant brightness\u003c\/li\u003e\n        \u003cli\u003eAmber gives the scent warm depth\u003c\/li\u003e\n        \u003cli\u003eCitrus keeps the heart bright and polished\u003c\/li\u003e\n        \u003cli\u003eCedar wood adds elegant masculine structure\u003c\/li\u003e\n        \u003cli\u003eBirch brings smoky texture\u003c\/li\u003e\n        \u003cli\u003eOud creates deep oriental richness\u003c\/li\u003e\n        \u003cli\u003eDry amber leaves a refined warm trail\u003c\/li\u003e\n        \u003cli\u003eDark green and gold presentation feels premium\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-journey-section\"\u003e\n\n    \u003ch3 class=\"lo-section-title\"\u003eThe Leather D’Orient Journey\u003c\/h3\u003e\n\n    \u003cp class=\"lo-journey-intro\"\u003e\n      A luxurious journey from leather, saffron and orange into amber, citrus\n      and cedar wood, finishing with birch, oud and dry amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lo-journey-grid\"\u003e\n\n      \u003cdiv class=\"lo-journey-card\"\u003e\n        \u003cdiv class=\"lo-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eLeather Saffron Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Leather and saffron introduce bold sensual warmth, lifted by orange\n          for a fresh and vibrant opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-journey-card\"\u003e\n        \u003cdiv class=\"lo-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eAmber Citrus Cedar\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, citrus and cedar wood build a mysterious heart with warmth,\n          brightness and woody refinement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-journey-card\"\u003e\n        \u003cdiv class=\"lo-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eBirch Oud Amber Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch, oud and dry amber complete the fragrance with texture,\n          oriental depth and refined warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-accord-section\"\u003e\n\n    \u003ch3 class=\"lo-section-title\"\u003eThe Signature Leather D’Orient Accords\u003c\/h3\u003e\n\n    \u003cp class=\"lo-accord-intro\"\u003e\n      A masculine Eau de Parfum shaped by leather texture, saffron spice,\n      orange freshness, amber warmth, cedar wood, birch, oud and dry amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lo-accord-grid\"\u003e\n\n      \u003cdiv class=\"lo-accord-card\"\u003e\n        \u003cdiv class=\"lo-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eLeather Saffron\u003c\/h4\u003e\n        \u003cp\u003e\n          Leather and saffron create the bold, sensual and mysterious opening\n          of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-accord-card\"\u003e\n        \u003cdiv class=\"lo-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eAmber Citrus Cedar\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, citrus and cedar wood form the refined heart with warmth,\n          freshness and depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-accord-card\"\u003e\n        \u003cdiv class=\"lo-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eBirch Oud Dry Amber\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch, oud and dry amber give the dry-down its textured oriental\n          signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-statement-section\"\u003e\n    \u003ch3\u003eDark Green Luxury with Golden Leather Oud Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Leather D’Orient opens with leather, saffron and orange, develops through\n      amber, citrus and cedar wood, then settles into birch, oud and dry amber.\n      Its dark green bottle, gold framed label, crest detail and Anfar London\n      presentation reflect a fragrance created for passion, mystery, refinement\n      and Middle Eastern luxury.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evening Wear and Masculine Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Leather D’Orient is suitable for evening wear, formal styling, special\n      occasions, premium gifting and confident masculine signature use. Its\n      leather and saffron opening gives immediate presence, while oud, birch\n      and dry amber create a rich and mysterious trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Leather D’Orient is presented as an Eau de Parfum with leather, saffron,\n      orange, amber, citrus, cedar wood, birch, oud and dry amber notes. Actual\n      longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-trust-section\"\u003e\n\n    \u003ch3 class=\"lo-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"lo-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lo-trust-grid\"\u003e\n\n      \u003cdiv class=\"lo-trust-card\"\u003e\n        \u003cdiv class=\"lo-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-trust-card\"\u003e\n        \u003cdiv class=\"lo-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lo-trust-card\"\u003e\n        \u003cdiv class=\"lo-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lo-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Leather D’Orient EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leather D’Orient opens with leather, saffron and orange, develops\n          with amber, citrus and cedar wood, and settles into birch, oud and\n          dry amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat is the product title of Leather D’Orient on London Musk?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page title is Leather D’Orient EDP (115ml), while the\n          product description text also states For Man 100ml.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Leather D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leather D’Orient is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leather D’Orient for men?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product description states For Man 100ml.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Leather D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are leather, saffron and orange.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Leather D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are amber, citrus and cedar wood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Leather D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are birch, oud and dry amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leather D’Orient an oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Oud appears in the base notes, supported by birch, dry amber,\n          leather, saffron, orange, amber, citrus and cedar wood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leather D’Orient a leather fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Leather is one of the top notes and forms the bold signature\n          identity of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Leather D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leather D’Orient is suitable for evening wear, formal styling,\n          special occasions, premium gifting and confident masculine signature\n          use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Leather D’Orient last?\u003c\/summary\u003e\n      \u003cdiv class=\"lo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leather D’Orient is an Eau de Parfum. Actual longevity and projection\n          can vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579586658550,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Leather-D-Orient-Extrait-de-Parfum-By-Anfar-London.webp?v=1739208279"},{"product_id":"oud-d-orient-edp-115ml","title":"Oud D’Orient EDP (115ml)","description":"\u003cstyle\u003e\n  .oud-orient-wrapper {\n    --ood-white: #ffffff;\n    --ood-soft-white: #fbfaf6;\n    --ood-pale: #f6efd9;\n    --ood-pale-2: #fffaf0;\n    --ood-border: #dfc987;\n    --ood-neutral-border: #eadfbf;\n    --ood-trust-border: #e4dcc8;\n\n    --ood-black: #050505;\n    --ood-ink: #07101d;\n    --ood-navy: #071b44;\n    --ood-deep-navy: #03122d;\n    --ood-royal-navy: #0c2e72;\n    --ood-gold: #c5a059;\n    --ood-polished-gold: #e3c265;\n    --ood-soft-gold: #f0da91;\n    --ood-champagne: #f2e4bd;\n    --ood-antique-gold: #9b6d28;\n    --ood-bergamot: #d9cf67;\n    --ood-apple-blossom: #f5eadc;\n    --ood-rose: #b85d69;\n    --ood-saffron: #d59a35;\n    --ood-peony: #efc4cb;\n    --ood-oud: #241109;\n    --ood-vanilla: #ead8b5;\n    --ood-sandalwood: #967453;\n    --ood-musk: #f2eee7;\n    --ood-character-bg: linear-gradient(135deg, #050505 0%, #071b44 52%, #c5a059 100%);\n\n    --ood-heading: #1d1b17;\n    --ood-text: #4b463c;\n    --ood-muted: #736c5d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ood-white);\n    color: var(--ood-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .oud-orient-wrapper *,\n  .oud-orient-wrapper *::before,\n  .oud-orient-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ood-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ood-white);\n    border-bottom: 1px solid var(--ood-border);\n    text-align: center;\n  }\n\n  .ood-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ood-royal-navy);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ood-main-title {\n    margin: 0 0 10px;\n    color: var(--ood-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ood-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ood-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ood-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ood-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-border);\n    border-radius: 10px;\n  }\n\n  .ood-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ood-story h3 {\n    margin: 0 0 16px;\n    color: var(--ood-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ood-story p {\n    margin: 0 0 17px;\n    color: var(--ood-text);\n    font-size: 1.05rem;\n  }\n\n  .ood-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ood-section-title {\n    margin: 0 0 25px;\n    color: var(--ood-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ood-notes-section,\n  .ood-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-border);\n    border-radius: 10px;\n  }\n\n  .ood-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ood-pale);\n    border: 1px solid var(--ood-border);\n    border-radius: 10px;\n  }\n\n  .ood-auth-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ood-pale-2);\n    border: 1px solid var(--ood-border);\n    border-left: 6px solid var(--ood-royal-navy);\n    border-radius: 8px;\n  }\n\n  .ood-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-trust-border);\n    border-radius: 10px;\n  }\n\n  .ood-notes-grid,\n  .ood-journey-grid,\n  .ood-accord-grid,\n  .ood-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ood-note-card {\n    padding: 22px;\n    background: var(--ood-pale-2);\n    border: 1px solid var(--ood-border);\n    border-top: 4px solid var(--ood-royal-navy);\n    border-radius: 8px;\n  }\n\n  .ood-note-label {\n    margin-bottom: 7px;\n    color: var(--ood-royal-navy);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ood-note-title {\n    margin-bottom: 7px;\n    color: var(--ood-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ood-note-description {\n    color: var(--ood-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ood-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ood-gold);\n    border: 1px solid var(--ood-gold);\n    border-radius: 10px;\n  }\n\n  .ood-character-card {\n    padding: 30px 24px;\n    background: var(--ood-character-bg);\n    color: var(--ood-white);\n  }\n\n  .ood-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ood-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ood-character-card p {\n    margin: 0;\n    color: var(--ood-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ood-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ood-details-box,\n  .ood-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-border);\n    border-radius: 8px;\n  }\n\n  .ood-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ood-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ood-neutral-border);\n  }\n\n  .ood-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ood-neutral-border);\n  }\n\n  .ood-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ood-detail-label {\n    color: var(--ood-muted);\n    font-weight: 600;\n  }\n\n  .ood-detail-value {\n    color: var(--ood-heading);\n    text-align: right;\n  }\n\n  .ood-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ood-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ood-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ood-neutral-border);\n  }\n\n  .ood-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ood-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ood-royal-navy);\n    font-weight: 700;\n  }\n\n  .ood-journey-intro,\n  .ood-accord-intro,\n  .ood-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ood-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ood-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ood-pale);\n    border: 1px solid var(--ood-border);\n    border-radius: 8px;\n  }\n\n  .ood-journey-number,\n  .ood-accord-icon,\n  .ood-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ood-deep-navy);\n    color: var(--ood-soft-gold);\n    border: 1px solid var(--ood-deep-navy);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ood-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ood-journey-card h4,\n  .ood-accord-card h4,\n  .ood-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ood-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ood-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ood-journey-card p,\n  .ood-accord-card p,\n  .ood-trust-card p {\n    margin: 0;\n    color: var(--ood-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ood-trust-card p {\n    color: #111111;\n  }\n\n  .ood-accord-card {\n    padding: 22px;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ood-trust-card {\n    padding: 28px 22px;\n    background: var(--ood-white);\n    border: 1px solid var(--ood-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ood-accord-icon,\n  .ood-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ood-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ood-black) 0%, var(--ood-navy) 52%, var(--ood-gold) 100%);\n    color: var(--ood-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ood-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ood-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ood-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ood-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ood-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ood-pale);\n    border: 1px solid var(--ood-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ood-occasion-section h3,\n  .ood-auth-section h3 {\n    margin: 0 0 12px;\n    color: var(--ood-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ood-occasion-section p,\n  .ood-auth-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ood-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ood-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ood-pale-2);\n    border: 1px solid var(--ood-border);\n    border-left: 6px solid var(--ood-royal-navy);\n    border-radius: 8px;\n  }\n\n  .ood-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ood-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ood-performance-section p {\n    margin: 0;\n    color: var(--ood-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ood-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ood-border);\n  }\n\n  .ood-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ood-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ood-faq-item {\n    background: var(--ood-white);\n    border-bottom: 1px solid var(--ood-border);\n  }\n\n  .ood-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ood-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ood-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ood-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ood-royal-navy);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ood-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ood-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ood-text);\n    font-size: 1rem;\n  }\n\n  .ood-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .oud-orient-wrapper {\n      padding: 35px;\n    }\n\n    .ood-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ood-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ood-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ood-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ood-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ood-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ood-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ood-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ood-notes-grid,\n    .ood-journey-grid,\n    .ood-accord-grid,\n    .ood-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ood-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ood-character-card {\n      padding: 35px;\n    }\n\n    .ood-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ood-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ood-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ood-section-title,\n    .ood-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ood-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ood-note-description {\n      font-size: 1rem;\n    }\n\n    .ood-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ood-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ood-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ood-detail-row,\n    .ood-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ood-journey-intro,\n    .ood-accord-intro,\n    .ood-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ood-journey-card h4,\n    .ood-accord-card h4,\n    .ood-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ood-journey-card p,\n    .ood-accord-card p,\n    .ood-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ood-statement-section {\n      padding: 44px;\n    }\n\n    .ood-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ood-statement-section p,\n    .ood-occasion-section p,\n    .ood-auth-section p {\n      font-size: 1.12rem;\n    }\n\n    .ood-occasion-section,\n    .ood-auth-section {\n      padding: 38px;\n    }\n\n    .ood-occasion-section h3,\n    .ood-auth-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ood-performance-section {\n      padding: 30px;\n    }\n\n    .ood-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ood-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ood-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ood-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ood-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ood-notes-grid,\n    .ood-journey-grid,\n    .ood-accord-grid,\n    .ood-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .oud-orient-wrapper {\n      padding: 10px;\n    }\n\n    .ood-header {\n      padding: 26px 8px;\n    }\n\n    .ood-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ood-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ood-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ood-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ood-detail-value {\n      text-align: left;\n    }\n\n    .ood-character-card {\n      padding: 24px 18px;\n    }\n\n    .ood-journey-section,\n    .ood-accord-section,\n    .ood-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ood-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ood-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ood-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"oud-orient-wrapper\"\u003e\n\n  \u003cdiv class=\"ood-header\"\u003e\n    \u003cdiv class=\"ood-brand-tag\"\u003eOudh Al Anfar Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ood-main-title\"\u003eOud D’Orient\u003c\/h2\u003e\n    \u003cp class=\"ood-tagline\"\u003e\n      “Bergamot, apple blossom, rose, saffron, peony, agarwood oud, vanilla and sandalwood.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-intro-grid\"\u003e\n\n    \u003cdiv class=\"ood-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Oud-Dorient_jpg.webp?v=1734369187\" alt=\"Oud D’Orient EDP by Anfar London in deep navy bottle with gold framed label, gold crest, navy cap and luxury oriental presentation\" class=\"ood-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ood-story\"\u003e\n      \u003ch3\u003eRoyal Arabian Oud with Floral Spice and Golden Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eOud D’Orient EDP\u003c\/strong\u003e, a refined Arabian fragrance\n        created with rich oriental character, luxurious oud depth and the warm\n        sophistication associated with Middle Eastern perfumery.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot and apple blossom. Bergamot brings a\n        fresh citrus brightness, while apple blossom adds a soft floral-fruity\n        lift, creating an elegant first impression before the deeper oriental\n        warmth begins to unfold.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Rose, saffron and peony form the heart. Rose gives the composition\n        classic floral richness, saffron adds precious spicy warmth and peony\n        brings a refined softness that keeps the scent smooth and polished.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In the base, agarwood oud, vanilla and sandalwood create a luxurious\n        dry-down. Oud adds depth and Middle Eastern richness, vanilla gives a\n        soft sweet warmth and sandalwood leaves a creamy woody trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a deep navy bottle with a gold framed label, gold crest,\n        ribbed navy cap and elegant Anfar London presentation, Oud D’Orient\n        visually reflects its royal, sophisticated and oriental fragrance\n        identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-notes-section\"\u003e\n\n    \u003ch3 class=\"ood-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ood-notes-grid\"\u003e\n\n      \u003cdiv class=\"ood-note-card\"\u003e\n        \u003cdiv class=\"ood-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-title\"\u003eBergamot and Apple Blossom\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-description\"\u003e\n          Bergamot gives citrus freshness, while apple blossom adds soft\n          floral-fruity brightness and graceful lift.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-note-card\"\u003e\n        \u003cdiv class=\"ood-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-title\"\u003eRose, Saffron and Peony\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-description\"\u003e\n          Rose and peony create floral elegance, while saffron brings the warm\n          spicy richness of oriental perfumery.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-note-card\"\u003e\n        \u003cdiv class=\"ood-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-title\"\u003eAgarwood Oud, Vanilla and Sandalwood\u003c\/div\u003e\n        \u003cdiv class=\"ood-note-description\"\u003e\n          Agarwood oud creates depth, vanilla softens the trail and sandalwood\n          adds creamy woody sophistication.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-character-section\"\u003e\n\n    \u003cdiv class=\"ood-character-card\"\u003e\n      \u003ch3\u003eThe Bergamot Apple Blossom Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        A fresh citrus-floral opening gives Oud D’Orient an elegant lift before\n        the fragrance moves into its richer oriental heart.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ood-character-card\"\u003e\n      \u003ch3\u003eThe Oud Vanilla Sandalwood Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Agarwood oud, vanilla and sandalwood settle into a warm, smooth and\n        luxurious base with royal Middle Eastern depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-details-grid\"\u003e\n\n    \u003cdiv class=\"ood-details-box\"\u003e\n      \u003ch4 class=\"ood-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eOud D’Orient\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eBrand Line\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eSize Listed\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eProduct Page Title\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eOud D’Orient EDP (115ml)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eManufacture\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eUAE\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eBergamot, Apple Blossom\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eRose, Saffron, Peony\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eAgarwood Oud, Vanilla, Sandalwood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-detail-row\"\u003e\n        \u003cspan class=\"ood-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ood-detail-value\"\u003eDeep Navy Bottle, Gold Label and Royal Crest\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ood-highlights-box\"\u003e\n      \u003ch4 class=\"ood-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ood-highlights-list\"\u003e\n        \u003cli\u003eArabian Eau de Parfum with rich oriental character\u003c\/li\u003e\n        \u003cli\u003eBergamot creates fresh citrus brightness\u003c\/li\u003e\n        \u003cli\u003eApple blossom adds soft floral-fruity lift\u003c\/li\u003e\n        \u003cli\u003eRose gives elegant floral richness\u003c\/li\u003e\n        \u003cli\u003eSaffron brings warm Middle Eastern spice\u003c\/li\u003e\n        \u003cli\u003ePeony adds smooth floral softness\u003c\/li\u003e\n        \u003cli\u003eAgarwood oud creates deep luxurious intensity\u003c\/li\u003e\n        \u003cli\u003eVanilla gives soft sweet warmth\u003c\/li\u003e\n        \u003cli\u003eSandalwood leaves a creamy woody trail\u003c\/li\u003e\n        \u003cli\u003eMade in the UAE\u003c\/li\u003e\n        \u003cli\u003eDeep navy and gold bottle presentation\u003c\/li\u003e\n        \u003cli\u003eIdeal for lovers of refined Arabian oud perfumes\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-journey-section\"\u003e\n\n    \u003ch3 class=\"ood-section-title\"\u003eThe Oud D’Orient Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ood-journey-intro\"\u003e\n      A royal oriental journey from bergamot and apple blossom into rose,\n      saffron and peony, finishing with agarwood oud, vanilla and sandalwood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ood-journey-grid\"\u003e\n\n      \u003cdiv class=\"ood-journey-card\"\u003e\n        \u003cdiv class=\"ood-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Floral Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and apple blossom introduce the fragrance with fresh,\n          elegant and softly floral brightness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-journey-card\"\u003e\n        \u003cdiv class=\"ood-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eRose Saffron Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, saffron and peony create a refined floral-spicy heart with\n          Middle Eastern warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-journey-card\"\u003e\n        \u003cdiv class=\"ood-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Vanilla Sandal\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood oud, vanilla and sandalwood settle into a rich, creamy and\n          luxurious final trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-accord-section\"\u003e\n\n    \u003ch3 class=\"ood-section-title\"\u003eThe Signature Oud D’Orient Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ood-accord-intro\"\u003e\n      A sophisticated Eau de Parfum shaped by citrus brightness, floral spice,\n      precious saffron, agarwood oud, vanilla warmth and creamy sandalwood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ood-accord-grid\"\u003e\n\n      \u003cdiv class=\"ood-accord-card\"\u003e\n        \u003cdiv class=\"ood-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and apple blossom create the bright, fresh and elegant\n          opening of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-accord-card\"\u003e\n        \u003cdiv class=\"ood-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eRose Saffron Peony\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, saffron and peony give Oud D’Orient its floral-spicy oriental\n          heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-accord-card\"\u003e\n        \u003cdiv class=\"ood-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud Vanilla Sandalwood\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood oud, vanilla and sandalwood create the warm, smooth and\n          luxurious base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-statement-section\"\u003e\n    \u003ch3\u003eDeep Navy Royalty with Golden Oud Sophistication\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud D’Orient opens with bergamot and apple blossom, develops through\n      rose, saffron and peony, then settles into agarwood oud, vanilla and\n      sandalwood. Its deep navy bottle, gold framed label and royal crest\n      reflect a fragrance built around Middle Eastern warmth, richness and\n      refined sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Elegant Evenings and Premium Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud D’Orient is suitable for evening wear, special occasions, gifting,\n      formal styling and refined daily signature use. Its floral opening keeps\n      the scent elegant, while saffron, oud, vanilla and sandalwood create a\n      warm luxurious trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-auth-section\"\u003e\n    \u003ch3\u003eAuthenticity and Wholesale\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud D’Orient is presented as an original product supplied from the\n      manufacturer. London Musk also lists wholesale options for this product\n      in the UK, making it suitable for customers and retailers looking for\n      authentic Arabian perfume supply.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud D’Orient is presented as an Eau de Parfum with bergamot, apple\n      blossom, rose, saffron, peony, agarwood oud, vanilla and sandalwood.\n      Actual longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-trust-section\"\u003e\n\n    \u003ch3 class=\"ood-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ood-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ood-trust-grid\"\u003e\n\n      \u003cdiv class=\"ood-trust-card\"\u003e\n        \u003cdiv class=\"ood-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-trust-card\"\u003e\n        \u003cdiv class=\"ood-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ood-trust-card\"\u003e\n        \u003cdiv class=\"ood-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ood-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Oud D’Orient EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud D’Orient opens with bergamot and apple blossom, develops with\n          rose, saffron and peony, and settles into agarwood oud, vanilla and\n          sandalwood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat is the product title of Oud D’Orient on London Musk?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page title is Oud D’Orient EDP (115ml), while the\n          description text lists the size as 100ml.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Oud D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud D’Orient is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Oud D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are bergamot and apple blossom.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Oud D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are rose, saffron and peony.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Oud D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are agarwood oud, vanilla and sandalwood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oud D’Orient an oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Agarwood oud is one of the base notes, supported by vanilla,\n          sandalwood, saffron, rose, peony, bergamot and apple blossom.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhere is Oud D’Orient manufactured?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud D’Orient is listed as manufactured in the UAE.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Oud D’Orient?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud D’Orient is suitable for evening wear, special occasions,\n          formal styling, gifting and refined daily signature use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oud D’Orient suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its deep navy bottle, gold framed label, gold crest and\n          refined oriental fragrance profile create a premium gift-style\n          presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ood-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Oud D’Orient last?\u003c\/summary\u003e\n      \u003cdiv class=\"ood-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud D’Orient is an Eau de Parfum. Actual longevity and projection\n          can vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579587870966,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oud-Dorient_jpg.webp?v=1734369187"},{"product_id":"ashy-wood-edp-100ml","title":"Ashy Wood EDP (100ml)","description":"\u003cstyle\u003e\n  .ashy-wood-wrapper {\n    --ash-white: #ffffff;\n    --ash-soft-white: #fbfaf7;\n    --ash-pale: #f7f4ec;\n    --ash-pale-2: #fcfaf4;\n    --ash-border: #ded4bd;\n    --ash-neutral-border: #e8e2d4;\n    --ash-trust-border: #e4ddcf;\n\n    --ash-black: #050505;\n    --ash-ink: #0f0f0e;\n    --ash-charcoal: #1b1b1a;\n    --ash-smoke: #343432;\n    --ash-graphite: #50504c;\n    --ash-warm-grey: #746f64;\n    --ash-gold: #c5a059;\n    --ash-soft-gold: #e0c47d;\n    --ash-antique-gold: #a98239;\n    --ash-ivory: #f3ead8;\n    --ash-caramel: #b78043;\n    --ash-aromatic: #6b6f4a;\n    --ash-fresh: #d6d08b;\n    --ash-floral: #f2e7dc;\n    --ash-oud: #24140c;\n    --ash-amber: #b17232;\n    --ash-woody: #5c3b25;\n    --ash-moss: #4d5a39;\n    --ash-musk: #f2eee7;\n    --ash-character-bg: linear-gradient(135deg, #050505 0%, #1b1b1a 52%, #343432 100%);\n\n    --ash-heading: #181818;\n    --ash-text: #45423d;\n    --ash-muted: #706b61;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ash-white);\n    color: var(--ash-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .ashy-wood-wrapper *,\n  .ashy-wood-wrapper *::before,\n  .ashy-wood-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ash-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ash-white);\n    border-bottom: 1px solid var(--ash-border);\n    text-align: center;\n  }\n\n  .ash-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ash-antique-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ash-main-title {\n    margin: 0 0 10px;\n    color: var(--ash-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ash-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ash-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ash-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ash-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-border);\n    border-radius: 10px;\n  }\n\n  .ash-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ash-story h3 {\n    margin: 0 0 16px;\n    color: var(--ash-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ash-story p {\n    margin: 0 0 17px;\n    color: var(--ash-text);\n    font-size: 1.05rem;\n  }\n\n  .ash-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ash-section-title {\n    margin: 0 0 25px;\n    color: var(--ash-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ash-notes-section,\n  .ash-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-border);\n    border-radius: 10px;\n  }\n\n  .ash-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ash-pale);\n    border: 1px solid var(--ash-border);\n    border-radius: 10px;\n  }\n\n  .ash-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-trust-border);\n    border-radius: 10px;\n  }\n\n  .ash-notes-grid,\n  .ash-journey-grid,\n  .ash-accord-grid,\n  .ash-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ash-note-card {\n    padding: 22px;\n    background: var(--ash-pale-2);\n    border: 1px solid var(--ash-border);\n    border-top: 4px solid var(--ash-antique-gold);\n    border-radius: 8px;\n  }\n\n  .ash-note-label {\n    margin-bottom: 7px;\n    color: var(--ash-antique-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ash-note-title {\n    margin-bottom: 7px;\n    color: var(--ash-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ash-note-description {\n    color: var(--ash-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ash-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ash-gold);\n    border: 1px solid var(--ash-gold);\n    border-radius: 10px;\n  }\n\n  .ash-character-card {\n    padding: 30px 24px;\n    background: var(--ash-character-bg);\n    color: var(--ash-white);\n  }\n\n  .ash-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ash-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ash-character-card p {\n    margin: 0;\n    color: var(--ash-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ash-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ash-details-box,\n  .ash-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-border);\n    border-radius: 8px;\n  }\n\n  .ash-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ash-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ash-neutral-border);\n  }\n\n  .ash-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ash-neutral-border);\n  }\n\n  .ash-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ash-detail-label {\n    color: var(--ash-muted);\n    font-weight: 600;\n  }\n\n  .ash-detail-value {\n    color: var(--ash-heading);\n    text-align: right;\n  }\n\n  .ash-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ash-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ash-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ash-neutral-border);\n  }\n\n  .ash-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ash-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ash-antique-gold);\n    font-weight: 700;\n  }\n\n  .ash-journey-intro,\n  .ash-accord-intro,\n  .ash-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ash-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ash-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ash-pale);\n    border: 1px solid var(--ash-border);\n    border-radius: 8px;\n  }\n\n  .ash-journey-number,\n  .ash-accord-icon,\n  .ash-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ash-black);\n    color: var(--ash-soft-gold);\n    border: 1px solid var(--ash-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ash-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ash-journey-card h4,\n  .ash-accord-card h4,\n  .ash-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ash-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ash-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ash-journey-card p,\n  .ash-accord-card p,\n  .ash-trust-card p {\n    margin: 0;\n    color: var(--ash-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ash-trust-card p {\n    color: #111111;\n  }\n\n  .ash-accord-card {\n    padding: 22px;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ash-trust-card {\n    padding: 28px 22px;\n    background: var(--ash-white);\n    border: 1px solid var(--ash-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ash-accord-icon,\n  .ash-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ash-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ash-black) 0%, var(--ash-charcoal) 52%, var(--ash-smoke) 100%);\n    color: var(--ash-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ash-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ash-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ash-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ash-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ash-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ash-pale);\n    border: 1px solid var(--ash-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ash-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ash-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ash-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ash-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ash-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ash-pale-2);\n    border: 1px solid var(--ash-border);\n    border-left: 6px solid var(--ash-antique-gold);\n    border-radius: 8px;\n  }\n\n  .ash-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ash-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ash-performance-section p {\n    margin: 0;\n    color: var(--ash-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ash-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ash-border);\n  }\n\n  .ash-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ash-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ash-faq-item {\n    background: var(--ash-white);\n    border-bottom: 1px solid var(--ash-border);\n  }\n\n  .ash-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ash-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ash-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ash-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ash-antique-gold);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ash-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ash-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ash-text);\n    font-size: 1rem;\n  }\n\n  .ash-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .ashy-wood-wrapper {\n      padding: 35px;\n    }\n\n    .ash-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ash-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ash-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ash-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ash-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ash-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ash-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ash-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ash-notes-grid,\n    .ash-journey-grid,\n    .ash-accord-grid,\n    .ash-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ash-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ash-character-card {\n      padding: 35px;\n    }\n\n    .ash-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ash-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ash-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ash-section-title,\n    .ash-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ash-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ash-note-description {\n      font-size: 1rem;\n    }\n\n    .ash-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ash-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ash-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ash-detail-row,\n    .ash-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ash-journey-intro,\n    .ash-accord-intro,\n    .ash-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ash-journey-card h4,\n    .ash-accord-card h4,\n    .ash-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ash-journey-card p,\n    .ash-accord-card p,\n    .ash-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ash-statement-section {\n      padding: 44px;\n    }\n\n    .ash-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ash-statement-section p,\n    .ash-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ash-occasion-section {\n      padding: 38px;\n    }\n\n    .ash-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ash-performance-section {\n      padding: 30px;\n    }\n\n    .ash-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ash-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ash-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ash-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ash-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ash-notes-grid,\n    .ash-journey-grid,\n    .ash-accord-grid,\n    .ash-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .ashy-wood-wrapper {\n      padding: 10px;\n    }\n\n    .ash-header {\n      padding: 26px 8px;\n    }\n\n    .ash-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ash-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ash-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ash-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ash-detail-value {\n      text-align: left;\n    }\n\n    .ash-character-card {\n      padding: 24px 18px;\n    }\n\n    .ash-journey-section,\n    .ash-accord-section,\n    .ash-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ash-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ash-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ash-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ashy-wood-wrapper\"\u003e\n\n  \u003cdiv class=\"ash-header\"\u003e\n    \u003cdiv class=\"ash-brand-tag\"\u003eAnfar London Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ash-main-title\"\u003eAshy Wood\u003c\/h2\u003e\n    \u003cp class=\"ash-tagline\"\u003e\n      “Smoldering campfire warmth, ashy wood, charred timber, smoky earth and forest-floor depth.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-intro-grid\"\u003e\n\n    \u003cdiv class=\"ash-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Ashy-Wood-_E2_80_93-Extrait-de-Parfum-By-Anfar-London.webp?v=1739208501\" alt=\"Ashy Wood EDP 100ml by Anfar London in black bottle with gold label, black cap and wood series presentation\" class=\"ash-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ash-story\"\u003e\n      \u003ch3\u003eSmoky Woodland Warmth with Rustic Sophistication\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAshy Wood EDP by Anfar London\u003c\/strong\u003e, a captivating\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e inspired by the allure of a\n        smoldering campfire deep within a secluded forest.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This fragrance unfolds with a rich and velvety essence, creating the\n        feeling of quiet woodland air filled with burning embers, warm smoke\n        and the deep comfort of charred timber.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        At the heart of Ashy Wood is a distinctive ashy wood note. It evokes\n        the primal scent of scorched wood, dry bark and glowing embers,\n        creating a fragrance profile that feels raw, grounding and atmospheric.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The smoky and earthy undertones add depth, texture and complexity,\n        recreating the sensation of sitting close to a crackling fire while the\n        surrounding forest rests in complete stillness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The composition is further enhanced by subtle hints of forest floor and\n        lingering warmth, leaving a sophisticated woody impression that feels\n        rustic, serene and naturally intense.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a black bottle with a structured square profile, gold\n        label detailing, dark cap and The Wood Series styling, Ashy Wood\n        visually reflects its smoky, woody and elemental fragrance identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-notes-section\"\u003e\n\n    \u003ch3 class=\"ash-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ash-notes-grid\"\u003e\n\n      \u003cdiv class=\"ash-note-card\"\u003e\n        \u003cdiv class=\"ash-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-title\"\u003eAromatic, Caramel and Fresh\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-description\"\u003e\n          Aromatic freshness meets a soft caramel nuance, creating a warm yet\n          lifted opening with smooth contrast.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-note-card\"\u003e\n        \u003cdiv class=\"ash-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-title\"\u003eFloral and Oud\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-description\"\u003e\n          Floral softness blends with oud depth, adding elegance and richness\n          to the smoky woody centre.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-note-card\"\u003e\n        \u003cdiv class=\"ash-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-title\"\u003eAmbery, Woody, Moss and Musk\u003c\/div\u003e\n        \u003cdiv class=\"ash-note-description\"\u003e\n          Amber, woods, moss and musk create a grounding base with earthy\n          warmth and a smooth lingering trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-character-section\"\u003e\n\n    \u003cdiv class=\"ash-character-card\"\u003e\n      \u003ch3\u003eThe Smoldering Campfire Atmosphere\u003c\/h3\u003e\n      \u003cp\u003e\n        Ashy Wood captures the feeling of glowing embers and smoke drifting\n        through a quiet forest, creating an immersive and contemplative scent\n        experience.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ash-character-card\"\u003e\n      \u003ch3\u003eThe Charred Timber Signature\u003c\/h3\u003e\n      \u003cp\u003e\n        The central ashy wood accord gives the fragrance its distinctive\n        identity, balancing scorched timber, smoky warmth and earthy woodland\n        depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-details-grid\"\u003e\n\n    \u003cdiv class=\"ash-details-box\"\u003e\n      \u003ch4 class=\"ash-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eAshy Wood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eScent Profile\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eSmoky, Woody, Earthy and Ambery\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eAromatic, Caramel, Fresh\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eFloral, Oud\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eAmbery, Woody, Moss, Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003eCentral Accord\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eAshy Wood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-detail-row\"\u003e\n        \u003cspan class=\"ash-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ash-detail-value\"\u003eBlack Bottle, Gold Label and The Wood Series Styling\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ash-highlights-box\"\u003e\n      \u003ch4 class=\"ash-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ash-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum by Anfar London\u003c\/li\u003e\n        \u003cli\u003eDistinctive smoky and woody fragrance character\u003c\/li\u003e\n        \u003cli\u003eInspired by a smoldering campfire in a secluded forest\u003c\/li\u003e\n        \u003cli\u003eRich impression of burning embers and charred timber\u003c\/li\u003e\n        \u003cli\u003eAromatic, caramel and fresh top notes\u003c\/li\u003e\n        \u003cli\u003eFloral and oud heart notes\u003c\/li\u003e\n        \u003cli\u003eAmbery, woody, moss and musk base notes\u003c\/li\u003e\n        \u003cli\u003eEarthy undertones inspired by forest-floor depth\u003c\/li\u003e\n        \u003cli\u003eGrounding, atmospheric and rustic fragrance profile\u003c\/li\u003e\n        \u003cli\u003eIdeal for lovers of dark woody scents\u003c\/li\u003e\n        \u003cli\u003eBlack and gold bottle presentation\u003c\/li\u003e\n        \u003cli\u003ePerfect for sophisticated signature fragrance styling\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-journey-section\"\u003e\n\n    \u003ch3 class=\"ash-section-title\"\u003eThe Ashy Wood Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ash-journey-intro\"\u003e\n      A smoky woodland journey from aromatic freshness and caramel warmth into\n      floral oud depth, finishing with ambery woods, moss and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ash-journey-grid\"\u003e\n\n      \u003cdiv class=\"ash-journey-card\"\u003e\n        \u003cdiv class=\"ash-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eAromatic Fresh Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Aromatic, caramel and fresh notes introduce the fragrance with smooth\n          warmth and a refined opening lift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-journey-card\"\u003e\n        \u003cdiv class=\"ash-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Oud Centre\u003c\/h4\u003e\n        \u003cp\u003e\n          Floral softness and oud richness shape the centre with elegant depth\n          and woody sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-journey-card\"\u003e\n        \u003cdiv class=\"ash-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eAmber Moss Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Ambery woods, moss and musk settle into a smoky, earthy and grounding\n          final impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-accord-section\"\u003e\n\n    \u003ch3 class=\"ash-section-title\"\u003eThe Signature Ashy Wood Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ash-accord-intro\"\u003e\n      A distinctive Eau de Parfum shaped by aromatic freshness, caramel warmth,\n      floral oud, smoky wood, amber, moss and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ash-accord-grid\"\u003e\n\n      \u003cdiv class=\"ash-accord-card\"\u003e\n        \u003cdiv class=\"ash-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eSmoky Wood\u003c\/h4\u003e\n        \u003cp\u003e\n          The central ashy wood impression evokes scorched timber, glowing\n          embers and warm campfire smoke.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-accord-card\"\u003e\n        \u003cdiv class=\"ash-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eFloral Oud\u003c\/h4\u003e\n        \u003cp\u003e\n          Floral softness balances oud depth, giving the fragrance a refined\n          heart beneath the smoky surface.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-accord-card\"\u003e\n        \u003cdiv class=\"ash-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmber Moss Musk\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, moss and musk create a warm, earthy and smooth dry-down with\n          lasting atmosphere.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-statement-section\"\u003e\n    \u003ch3\u003eBlack-Gold Smoke with Earthy Woodland Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Ashy Wood opens with aromatic, caramel and fresh notes, develops through\n      floral and oud warmth, then settles into ambery woods, moss and musk. Its\n      black bottle, gold label and Wood Series presentation reflect a fragrance\n      designed around smoke, timber, earth and rustic sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evening Wear and Dark Woody Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Ashy Wood is ideal for evening wear, colder seasons, confident daily\n      styling, gifting and signature fragrance use. Its smoky campfire\n      atmosphere and earthy woody depth make it especially suited to fragrance\n      lovers who prefer distinctive, atmospheric scents.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Ashy Wood is presented as a 100ml Eau de Parfum with smoky, woody,\n      earthy, ambery, mossy and musky character. Actual longevity and\n      projection can vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-trust-section\"\u003e\n\n    \u003ch3 class=\"ash-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ash-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ash-trust-grid\"\u003e\n\n      \u003cdiv class=\"ash-trust-card\"\u003e\n        \u003cdiv class=\"ash-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-trust-card\"\u003e\n        \u003cdiv class=\"ash-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ash-trust-card\"\u003e\n        \u003cdiv class=\"ash-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ash-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Ashy Wood EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ashy Wood has a smoky, woody and earthy character inspired by a\n          smoldering campfire deep within a secluded forest. It features\n          aromatic, caramel and fresh top notes, floral and oud heart notes,\n          and an ambery, woody, moss and musk base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Ashy Wood EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ashy Wood EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Ashy Wood?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ashy Wood is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Ashy Wood?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are aromatic, caramel and fresh.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Ashy Wood?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are floral and oud.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Ashy Wood?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are ambery, woody, moss and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ashy Wood a smoky fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Ashy Wood is described around smoldering campfire warmth,\n          burning embers, charred timber and smoky earthy undertones.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ashy Wood a woody fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The fragrance centres on a distinctive ashy wood note with\n          charred timber, oud, ambery woods, moss and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Ashy Wood?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ashy Wood is suitable for evening wear, colder seasons, dark woody\n          signature styling, gifting and atmospheric fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Ashy Wood suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its black bottle, gold label, smoky woody fragrance profile and\n          The Wood Series styling make it a strong gift choice for lovers of\n          dark, atmospheric scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ash-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Ashy Wood last?\u003c\/summary\u003e\n      \u003cdiv class=\"ash-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ashy Wood is an Eau de Parfum. Actual longevity and projection can\n          vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579593212150,"sku":null,"price":40.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Ashy-Wood-_E2_80_93-Extrait-de-Parfum-By-Anfar-London.webp?v=1739208501"},{"product_id":"date-nights-homme-edp-100ml","title":"Date Nights Homme EDP (100ml)","description":"\u003cstyle\u003e\n  .date-nights-wrapper {\n    --dn-white: #ffffff;\n    --dn-soft-white: #fbfbfb;\n    --dn-pale: #f1f3f1;\n    --dn-pale-2: #f8f9f7;\n    --dn-border: #d8dcda;\n    --dn-neutral-border: #e5e8e5;\n    --dn-trust-border: #dde1dd;\n\n    --dn-black: #050505;\n    --dn-ink: #0d0d0d;\n    --dn-charcoal: #171717;\n    --dn-graphite: #2e3231;\n    --dn-smoke: #6c7370;\n    --dn-smoked-glass: #4b5450;\n    --dn-silver: #c8cbc7;\n    --dn-chrome: #e6e7e3;\n    --dn-soft-silver: #f2f4f0;\n    --dn-blood-orange: #c84b22;\n    --dn-mandarin: #df7a2d;\n    --dn-pomelo: #d9bd56;\n    --dn-grapefruit: #e88b69;\n    --dn-tonka: #745439;\n    --dn-ambroxan: #b9a98d;\n    --dn-musk: #f3eee8;\n    --dn-oakmoss: #465737;\n    --dn-ambergris: #b8a17a;\n    --dn-vanilla: #ead8b5;\n    --dn-character-bg: linear-gradient(135deg, #050505 0%, #2e3231 52%, #c84b22 100%);\n\n    --dn-heading: #171717;\n    --dn-text: #444847;\n    --dn-muted: #707573;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--dn-white);\n    color: var(--dn-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .date-nights-wrapper *,\n  .date-nights-wrapper *::before,\n  .date-nights-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .dn-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--dn-white);\n    border-bottom: 1px solid var(--dn-border);\n    text-align: center;\n  }\n\n  .dn-brand-tag {\n    margin-bottom: 8px;\n    color: var(--dn-blood-orange);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .dn-main-title {\n    margin: 0 0 10px;\n    color: var(--dn-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .dn-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--dn-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .dn-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .dn-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 10px;\n  }\n\n  .dn-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .dn-story h3 {\n    margin: 0 0 16px;\n    color: var(--dn-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .dn-story p {\n    margin: 0 0 17px;\n    color: var(--dn-text);\n    font-size: 1.05rem;\n  }\n\n  .dn-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .dn-section-title {\n    margin: 0 0 25px;\n    color: var(--dn-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .dn-notes-section,\n  .dn-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 10px;\n  }\n\n  .dn-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--dn-pale);\n    border: 1px solid var(--dn-border);\n    border-radius: 10px;\n  }\n\n  .dn-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 10px;\n  }\n\n  .dn-video-title {\n    margin: 0 0 8px;\n    color: var(--dn-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .dn-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--dn-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .dn-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 8px;\n  }\n\n  .dn-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--dn-white);\n    border: 0;\n  }\n\n  .dn-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .dn-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--dn-charcoal);\n    color: var(--dn-white);\n    border: 1px solid var(--dn-charcoal);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .dn-instagram-link a:hover {\n    background: var(--dn-blood-orange);\n    border-color: var(--dn-blood-orange);\n  }\n\n  .dn-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-trust-border);\n    border-radius: 10px;\n  }\n\n  .dn-notes-grid,\n  .dn-journey-grid,\n  .dn-accord-grid,\n  .dn-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .dn-note-card {\n    padding: 22px;\n    background: var(--dn-pale-2);\n    border: 1px solid var(--dn-border);\n    border-top: 4px solid var(--dn-blood-orange);\n    border-radius: 8px;\n  }\n\n  .dn-note-label {\n    margin-bottom: 7px;\n    color: var(--dn-blood-orange);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .dn-note-title {\n    margin-bottom: 7px;\n    color: var(--dn-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .dn-note-description {\n    color: var(--dn-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .dn-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--dn-silver);\n    border: 1px solid var(--dn-silver);\n    border-radius: 10px;\n  }\n\n  .dn-character-card {\n    padding: 30px 24px;\n    background: var(--dn-character-bg);\n    color: var(--dn-white);\n  }\n\n  .dn-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--dn-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .dn-character-card p {\n    margin: 0;\n    color: var(--dn-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .dn-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .dn-details-box,\n  .dn-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 8px;\n  }\n\n  .dn-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--dn-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--dn-neutral-border);\n  }\n\n  .dn-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--dn-neutral-border);\n  }\n\n  .dn-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .dn-detail-label {\n    color: var(--dn-muted);\n    font-weight: 600;\n  }\n\n  .dn-detail-value {\n    color: var(--dn-heading);\n    text-align: right;\n  }\n\n  .dn-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .dn-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--dn-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--dn-neutral-border);\n  }\n\n  .dn-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .dn-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--dn-blood-orange);\n    font-weight: 700;\n  }\n\n  .dn-journey-intro,\n  .dn-accord-intro,\n  .dn-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--dn-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .dn-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--dn-pale);\n    border: 1px solid var(--dn-border);\n    border-radius: 8px;\n  }\n\n  .dn-journey-number,\n  .dn-accord-icon,\n  .dn-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--dn-charcoal);\n    color: var(--dn-chrome);\n    border: 1px solid var(--dn-charcoal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .dn-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .dn-journey-card h4,\n  .dn-accord-card h4,\n  .dn-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--dn-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .dn-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .dn-journey-card p,\n  .dn-accord-card p,\n  .dn-trust-card p {\n    margin: 0;\n    color: var(--dn-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .dn-trust-card p {\n    color: #111111;\n  }\n\n  .dn-accord-card {\n    padding: 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .dn-trust-card {\n    padding: 28px 22px;\n    background: var(--dn-white);\n    border: 1px solid var(--dn-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .dn-accord-icon,\n  .dn-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .dn-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--dn-black) 0%, var(--dn-graphite) 52%, var(--dn-blood-orange) 100%);\n    color: var(--dn-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .dn-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--dn-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dn-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--dn-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .dn-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--dn-pale);\n    border: 1px solid var(--dn-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .dn-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--dn-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dn-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--dn-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .dn-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--dn-pale-2);\n    border: 1px solid var(--dn-border);\n    border-left: 6px solid var(--dn-blood-orange);\n    border-radius: 8px;\n  }\n\n  .dn-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--dn-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .dn-performance-section p {\n    margin: 0;\n    color: var(--dn-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .dn-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--dn-border);\n  }\n\n  .dn-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--dn-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .dn-faq-item {\n    background: var(--dn-white);\n    border-bottom: 1px solid var(--dn-border);\n  }\n\n  .dn-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--dn-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .dn-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .dn-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--dn-blood-orange);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .dn-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .dn-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--dn-text);\n    font-size: 1rem;\n  }\n\n  .dn-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .date-nights-wrapper {\n      padding: 35px;\n    }\n\n    .dn-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .dn-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .dn-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .dn-tagline {\n      font-size: 1.3rem;\n    }\n\n    .dn-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .dn-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .dn-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .dn-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .dn-notes-grid,\n    .dn-journey-grid,\n    .dn-accord-grid,\n    .dn-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .dn-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .dn-character-card {\n      padding: 35px;\n    }\n\n    .dn-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .dn-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .dn-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .dn-section-title,\n    .dn-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .dn-video-title {\n      font-size: 1.55rem;\n    }\n\n    .dn-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .dn-note-title {\n      font-size: 1.15rem;\n    }\n\n    .dn-note-description {\n      font-size: 1rem;\n    }\n\n    .dn-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .dn-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .dn-box-title {\n      font-size: 1.05rem;\n    }\n\n    .dn-detail-row,\n    .dn-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .dn-journey-intro,\n    .dn-accord-intro,\n    .dn-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .dn-journey-card h4,\n    .dn-accord-card h4,\n    .dn-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .dn-journey-card p,\n    .dn-accord-card p,\n    .dn-trust-card p {\n      font-size: 1rem;\n    }\n\n    .dn-statement-section {\n      padding: 44px;\n    }\n\n    .dn-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .dn-statement-section p,\n    .dn-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .dn-occasion-section {\n      padding: 38px;\n    }\n\n    .dn-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .dn-performance-section {\n      padding: 30px;\n    }\n\n    .dn-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .dn-trust-section {\n      padding: 44px 38px;\n    }\n\n    .dn-trust-card {\n      padding: 32px 26px;\n    }\n\n    .dn-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .dn-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .dn-notes-grid,\n    .dn-journey-grid,\n    .dn-accord-grid,\n    .dn-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .date-nights-wrapper {\n      padding: 10px;\n    }\n\n    .dn-header {\n      padding: 26px 8px;\n    }\n\n    .dn-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .dn-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .dn-tagline {\n      font-size: 0.95rem;\n    }\n\n    .dn-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .dn-detail-value {\n      text-align: left;\n    }\n\n    .dn-character-card {\n      padding: 24px 18px;\n    }\n\n    .dn-journey-section,\n    .dn-accord-section,\n    .dn-video-section,\n    .dn-trust-section {\n      padding: 25px 15px;\n    }\n\n    .dn-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .dn-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .dn-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .dn-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"date-nights-wrapper\"\u003e\n\n  \u003cdiv class=\"dn-header\"\u003e\n    \u003cdiv class=\"dn-brand-tag\"\u003eAnfar London Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"dn-main-title\"\u003eDate Nights Homme\u003c\/h2\u003e\n    \u003cp class=\"dn-tagline\"\u003e\n      “Blood orange, mandarin, tonka bean, ambroxan, pomelo, grapefruit, musk and vanilla.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-intro-grid\"\u003e\n\n    \u003cdiv class=\"dn-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Date-Nights-Homme-100ML-Extrait-de-Parfum.webp?v=1739208576\" alt=\"Date Nights Homme EDP 100ml by Anfar London in clear smoky bottle with silver cap, black centre panel, geometric silver line design, hanging charm and matching white black silver box\" class=\"dn-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dn-story\"\u003e\n      \u003ch3\u003eRomantic Citrus Energy with Smooth Modern Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eDate Nights Homme EDP\u003c\/strong\u003e, a confident\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e shaped for memorable evenings,\n        polished styling and modern masculine presence.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with blood orange and mandarin. This first\n        impression feels bright, juicy and energetic, creating a citrus spark\n        that instantly gives Date Nights Homme a fresh and charismatic start.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Tonka bean and ambroxan form the middle of the scent. Tonka bean adds\n        creamy warmth and soft sweetness, while ambroxan gives the fragrance a\n        clean, modern, musky-ambery glow.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Pomelo and grapefruit add a crisp citrus finish, keeping the fragrance\n        fresh and vibrant as it develops. Musk, oak moss, ambergris and vanilla\n        support the composition with smoothness, mossy depth, refined warmth\n        and a softly sweet trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a clear smoky bottle with a polished silver cap, black\n        centre panel, geometric silver line design and hanging Anfar London\n        charm, Date Nights Homme visually reflects its sharp, modern and\n        evening-ready identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-notes-section\"\u003e\n\n    \u003ch3 class=\"dn-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"dn-notes-grid\"\u003e\n\n      \u003cdiv class=\"dn-note-card\"\u003e\n        \u003cdiv class=\"dn-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-title\"\u003eBlood Orange and Mandarin\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-description\"\u003e\n          Blood orange and mandarin create a juicy citrus opening with bright,\n          confident and romantic evening energy.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-note-card\"\u003e\n        \u003cdiv class=\"dn-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-title\"\u003eTonka Bean and Ambroxan\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-description\"\u003e\n          Tonka bean adds creamy sweetness, while ambroxan gives the fragrance\n          a clean modern amber-musk glow.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-note-card\"\u003e\n        \u003cdiv class=\"dn-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-title\"\u003eMusk, Oak Moss, Ambergris, Vanilla, Pomelo and Grapefruit\u003c\/div\u003e\n        \u003cdiv class=\"dn-note-description\"\u003e\n          Musk, oak moss, ambergris and vanilla create the smooth base, while\n          pomelo and grapefruit add a crisp citrus finish.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-character-section\"\u003e\n\n    \u003cdiv class=\"dn-character-card\"\u003e\n      \u003ch3\u003eThe Blood Orange Mandarin Spark\u003c\/h3\u003e\n      \u003cp\u003e\n        Blood orange and mandarin open Date Nights Homme with bright citrus\n        freshness, juicy energy and confident evening charm.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dn-character-card\"\u003e\n      \u003ch3\u003eThe Tonka Ambroxan Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Tonka bean, ambroxan, musk, ambergris and vanilla settle into a smooth,\n        warm and modern masculine dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-details-grid\"\u003e\n\n    \u003cdiv class=\"dn-details-box\"\u003e\n      \u003ch4 class=\"dn-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eDate Nights Homme\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eCitrus, Musky, Ambery, Mossy and Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eBlood Orange, Mandarin\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eTonka Bean, Ambroxan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eMusk, Oak Moss, Ambergris, Vanilla, Pomelo, Grapefruit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-detail-row\"\u003e\n        \u003cspan class=\"dn-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"dn-detail-value\"\u003eSmoky Clear Bottle, Silver Cap and Black Centre Panel\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dn-highlights-box\"\u003e\n      \u003ch4 class=\"dn-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"dn-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum with confident date-night character\u003c\/li\u003e\n        \u003cli\u003eBlood orange creates juicy citrus brightness\u003c\/li\u003e\n        \u003cli\u003eMandarin adds fresh sparkling energy\u003c\/li\u003e\n        \u003cli\u003eTonka bean gives creamy warmth and sweetness\u003c\/li\u003e\n        \u003cli\u003eAmbroxan adds a clean modern amber-musk glow\u003c\/li\u003e\n        \u003cli\u003eMusk softens the fragrance body\u003c\/li\u003e\n        \u003cli\u003eOak moss gives mossy earthy depth\u003c\/li\u003e\n        \u003cli\u003eAmbergris adds refined smooth warmth\u003c\/li\u003e\n        \u003cli\u003eVanilla leaves a soft sweet trail\u003c\/li\u003e\n        \u003cli\u003ePomelo and grapefruit bring crisp citrus lift\u003c\/li\u003e\n        \u003cli\u003eIdeal for evening wear and confident signature styling\u003c\/li\u003e\n        \u003cli\u003ePremium silver, black and smoky presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-journey-section\"\u003e\n\n    \u003ch3 class=\"dn-section-title\"\u003eThe Date Nights Homme Journey\u003c\/h3\u003e\n\n    \u003cp class=\"dn-journey-intro\"\u003e\n      A refined evening fragrance journey from blood orange and mandarin into\n      tonka bean and ambroxan, finishing with musk, oak moss, ambergris,\n      vanilla, pomelo and grapefruit.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dn-journey-grid\"\u003e\n\n      \u003cdiv class=\"dn-journey-card\"\u003e\n        \u003cdiv class=\"dn-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Spark Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Blood orange and mandarin create a bright, juicy and energetic first\n          impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-journey-card\"\u003e\n        \u003cdiv class=\"dn-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eTonka Ambroxan Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Tonka bean and ambroxan build a warm, smooth and modern masculine\n          centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-journey-card\"\u003e\n        \u003cdiv class=\"dn-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMossy Citrus Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss, ambergris, vanilla, pomelo and grapefruit create a\n          smooth and fresh final trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-accord-section\"\u003e\n\n    \u003ch3 class=\"dn-section-title\"\u003eThe Signature Date Nights Homme Accords\u003c\/h3\u003e\n\n    \u003cp class=\"dn-accord-intro\"\u003e\n      A modern Eau de Parfum shaped by citrus brightness, creamy tonka bean,\n      ambroxan warmth, mossy musk, ambergris, vanilla and crisp grapefruit\n      freshness.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dn-accord-grid\"\u003e\n\n      \u003cdiv class=\"dn-accord-card\"\u003e\n        \u003cdiv class=\"dn-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBlood Orange Mandarin\u003c\/h4\u003e\n        \u003cp\u003e\n          Blood orange and mandarin create the fresh, juicy and energetic\n          opening of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-accord-card\"\u003e\n        \u003cdiv class=\"dn-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eTonka Ambroxan\u003c\/h4\u003e\n        \u003cp\u003e\n          Tonka bean and ambroxan add creamy warmth, smooth sweetness and a\n          refined modern glow.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-accord-card\"\u003e\n        \u003cdiv class=\"dn-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk Vanilla Citrus\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss, ambergris, vanilla, pomelo and grapefruit create the\n          smooth final signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-video-section\"\u003e\n    \u003ch3 class=\"dn-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"dn-video-subtitle\"\u003e\n      Watch the Date Nights Homme presentation and explore its citrus,\n      romantic, smoky-silver and modern Anfar London Eau de Parfum mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dn-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/DTQKvMhivy9\/embed\/\" title=\"Date Nights Homme EDP Instagram Video\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dn-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/DTQKvMhivy9\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-statement-section\"\u003e\n    \u003ch3\u003eSmoky Silver Romance with Citrus Amber Freshness\u003c\/h3\u003e\n    \u003cp\u003e\n      Date Nights Homme opens with blood orange and mandarin, develops through\n      tonka bean and ambroxan, then settles into musk, oak moss, ambergris,\n      vanilla, pomelo and grapefruit. Its clear smoky bottle, polished silver\n      cap, black centre panel and geometric line design reflect a fragrance\n      created for romance, confidence and modern evening presence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Date Nights and Confident Evening Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Date Nights Homme is suitable for romantic evenings, dinner plans, smart\n      casual styling, premium gifting and confident signature fragrance use.\n      The citrus opening creates freshness, while tonka bean, ambroxan, musk,\n      oak moss, ambergris and vanilla give the scent warmth and depth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Date Nights Homme is presented as a 100ml Eau de Parfum with blood\n      orange, mandarin, tonka bean, ambroxan, musk, oak moss, ambergris,\n      vanilla, pomelo and grapefruit notes. Actual longevity and projection can\n      vary depending on skin chemistry, application amount, clothing,\n      temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-trust-section\"\u003e\n\n    \u003ch3 class=\"dn-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"dn-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dn-trust-grid\"\u003e\n\n      \u003cdiv class=\"dn-trust-card\"\u003e\n        \u003cdiv class=\"dn-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-trust-card\"\u003e\n        \u003cdiv class=\"dn-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dn-trust-card\"\u003e\n        \u003cdiv class=\"dn-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dn-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Date Nights Homme EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Date Nights Homme opens with blood orange and mandarin, develops\n          with tonka bean and ambroxan, and settles into musk, oak moss,\n          ambergris, vanilla, pomelo and grapefruit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Date Nights Homme EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Date Nights Homme EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Date Nights Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Date Nights Homme is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Date Nights Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are blood orange and mandarin.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Date Nights Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are tonka bean and ambroxan.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Date Nights Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes include musk, oak moss, ambergris, vanilla, pomelo\n          and grapefruit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Date Nights Homme a citrus fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Blood orange, mandarin, pomelo and grapefruit give Date Nights\n          Homme a bright citrus character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Date Nights Homme have warm notes?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Tonka bean, ambroxan, ambergris and vanilla give the fragrance\n          smooth warmth and modern depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Date Nights Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Date Nights Homme is suitable for romantic evenings, dinner plans,\n          smart casual styling, premium gifting and confident signature\n          fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Date Nights Homme suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its clear smoky bottle, silver cap, black centre panel,\n          geometric detailing and matching box create a premium gift-style\n          presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dn-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Date Nights Homme last?\u003c\/summary\u003e\n      \u003cdiv class=\"dn-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Date Nights Homme is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579597635830,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Date-Nights-Homme-100ML-Extrait-de-Parfum.webp?v=1739208576"},{"product_id":"intense-sports-edp-100ml","title":"Intense Sports EDP (100ml)","description":"\u003cstyle\u003e\n  .intense-sports-wrapper {\n    --is-white: #ffffff;\n    --is-soft-white: #fbfbfb;\n    --is-pale: #f1f2f1;\n    --is-pale-2: #f8f8f7;\n    --is-border: #d7d9d8;\n    --is-neutral-border: #e5e6e4;\n    --is-trust-border: #dedfdd;\n\n    --is-black: #050505;\n    --is-ink: #0d0d0d;\n    --is-charcoal: #171717;\n    --is-graphite: #2f3333;\n    --is-smoke: #69706d;\n    --is-smoked-glass: #48514d;\n    --is-silver: #c7c9c6;\n    --is-chrome: #e5e6e2;\n    --is-soft-silver: #f2f3f0;\n    --is-red: #c2262e;\n    --is-deep-red: #8e1119;\n    --is-pineapple: #d6b84b;\n    --is-bergamot: #d9cf67;\n    --is-blackcurrant: #342044;\n    --is-apple: #7c9b43;\n    --is-birch: #d9d0bd;\n    --is-patchouli: #37261d;\n    --is-jasmine: #f2eadf;\n    --is-rose: #b65b67;\n    --is-musk: #f3eee8;\n    --is-oakmoss: #4a5a3a;\n    --is-ambergris: #b8a17a;\n    --is-vanilla: #ead8b5;\n    --is-character-bg: linear-gradient(135deg, #050505 0%, #2f3333 52%, #8e1119 100%);\n\n    --is-heading: #171717;\n    --is-text: #444847;\n    --is-muted: #707573;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--is-white);\n    color: var(--is-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .intense-sports-wrapper *,\n  .intense-sports-wrapper *::before,\n  .intense-sports-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .is-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--is-white);\n    border-bottom: 1px solid var(--is-border);\n    text-align: center;\n  }\n\n  .is-brand-tag {\n    margin-bottom: 8px;\n    color: var(--is-red);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .is-main-title {\n    margin: 0 0 10px;\n    color: var(--is-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .is-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--is-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .is-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .is-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 10px;\n  }\n\n  .is-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .is-story h3 {\n    margin: 0 0 16px;\n    color: var(--is-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .is-story p {\n    margin: 0 0 17px;\n    color: var(--is-text);\n    font-size: 1.05rem;\n  }\n\n  .is-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .is-section-title {\n    margin: 0 0 25px;\n    color: var(--is-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .is-notes-section,\n  .is-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 10px;\n  }\n\n  .is-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--is-pale);\n    border: 1px solid var(--is-border);\n    border-radius: 10px;\n  }\n\n  .is-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 10px;\n  }\n\n  .is-video-title {\n    margin: 0 0 8px;\n    color: var(--is-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .is-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--is-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .is-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 8px;\n  }\n\n  .is-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--is-white);\n    border: 0;\n  }\n\n  .is-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .is-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--is-charcoal);\n    color: var(--is-white);\n    border: 1px solid var(--is-charcoal);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .is-instagram-link a:hover {\n    background: var(--is-deep-red);\n    border-color: var(--is-deep-red);\n  }\n\n  .is-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-trust-border);\n    border-radius: 10px;\n  }\n\n  .is-notes-grid,\n  .is-journey-grid,\n  .is-accord-grid,\n  .is-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .is-note-card {\n    padding: 22px;\n    background: var(--is-pale-2);\n    border: 1px solid var(--is-border);\n    border-top: 4px solid var(--is-red);\n    border-radius: 8px;\n  }\n\n  .is-note-label {\n    margin-bottom: 7px;\n    color: var(--is-red);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .is-note-title {\n    margin-bottom: 7px;\n    color: var(--is-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .is-note-description {\n    color: var(--is-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .is-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--is-silver);\n    border: 1px solid var(--is-silver);\n    border-radius: 10px;\n  }\n\n  .is-character-card {\n    padding: 30px 24px;\n    background: var(--is-character-bg);\n    color: var(--is-white);\n  }\n\n  .is-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--is-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .is-character-card p {\n    margin: 0;\n    color: var(--is-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .is-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .is-details-box,\n  .is-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 8px;\n  }\n\n  .is-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--is-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--is-neutral-border);\n  }\n\n  .is-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--is-neutral-border);\n  }\n\n  .is-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .is-detail-label {\n    color: var(--is-muted);\n    font-weight: 600;\n  }\n\n  .is-detail-value {\n    color: var(--is-heading);\n    text-align: right;\n  }\n\n  .is-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .is-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--is-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--is-neutral-border);\n  }\n\n  .is-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .is-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--is-red);\n    font-weight: 700;\n  }\n\n  .is-journey-intro,\n  .is-accord-intro,\n  .is-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--is-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .is-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--is-pale);\n    border: 1px solid var(--is-border);\n    border-radius: 8px;\n  }\n\n  .is-journey-number,\n  .is-accord-icon,\n  .is-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--is-charcoal);\n    color: var(--is-chrome);\n    border: 1px solid var(--is-charcoal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .is-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .is-journey-card h4,\n  .is-accord-card h4,\n  .is-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--is-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .is-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .is-journey-card p,\n  .is-accord-card p,\n  .is-trust-card p {\n    margin: 0;\n    color: var(--is-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .is-trust-card p {\n    color: #111111;\n  }\n\n  .is-accord-card {\n    padding: 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .is-trust-card {\n    padding: 28px 22px;\n    background: var(--is-white);\n    border: 1px solid var(--is-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .is-accord-icon,\n  .is-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .is-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--is-black) 0%, var(--is-graphite) 52%, var(--is-deep-red) 100%);\n    color: var(--is-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .is-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--is-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .is-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--is-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .is-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--is-pale);\n    border: 1px solid var(--is-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .is-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--is-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .is-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--is-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .is-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--is-pale-2);\n    border: 1px solid var(--is-border);\n    border-left: 6px solid var(--is-red);\n    border-radius: 8px;\n  }\n\n  .is-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--is-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .is-performance-section p {\n    margin: 0;\n    color: var(--is-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .is-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--is-border);\n  }\n\n  .is-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--is-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .is-faq-item {\n    background: var(--is-white);\n    border-bottom: 1px solid var(--is-border);\n  }\n\n  .is-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--is-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .is-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .is-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--is-red);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .is-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .is-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--is-text);\n    font-size: 1rem;\n  }\n\n  .is-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .intense-sports-wrapper {\n      padding: 35px;\n    }\n\n    .is-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .is-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .is-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .is-tagline {\n      font-size: 1.3rem;\n    }\n\n    .is-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .is-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .is-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .is-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .is-notes-grid,\n    .is-journey-grid,\n    .is-accord-grid,\n    .is-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .is-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .is-character-card {\n      padding: 35px;\n    }\n\n    .is-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .is-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .is-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .is-section-title,\n    .is-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .is-video-title {\n      font-size: 1.55rem;\n    }\n\n    .is-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .is-note-title {\n      font-size: 1.15rem;\n    }\n\n    .is-note-description {\n      font-size: 1rem;\n    }\n\n    .is-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .is-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .is-box-title {\n      font-size: 1.05rem;\n    }\n\n    .is-detail-row,\n    .is-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .is-journey-intro,\n    .is-accord-intro,\n    .is-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .is-journey-card h4,\n    .is-accord-card h4,\n    .is-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .is-journey-card p,\n    .is-accord-card p,\n    .is-trust-card p {\n      font-size: 1rem;\n    }\n\n    .is-statement-section {\n      padding: 44px;\n    }\n\n    .is-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .is-statement-section p,\n    .is-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .is-occasion-section {\n      padding: 38px;\n    }\n\n    .is-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .is-performance-section {\n      padding: 30px;\n    }\n\n    .is-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .is-trust-section {\n      padding: 44px 38px;\n    }\n\n    .is-trust-card {\n      padding: 32px 26px;\n    }\n\n    .is-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .is-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .is-notes-grid,\n    .is-journey-grid,\n    .is-accord-grid,\n    .is-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .intense-sports-wrapper {\n      padding: 10px;\n    }\n\n    .is-header {\n      padding: 26px 8px;\n    }\n\n    .is-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .is-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .is-tagline {\n      font-size: 0.95rem;\n    }\n\n    .is-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .is-detail-value {\n      text-align: left;\n    }\n\n    .is-character-card {\n      padding: 24px 18px;\n    }\n\n    .is-journey-section,\n    .is-accord-section,\n    .is-video-section,\n    .is-trust-section {\n      padding: 25px 15px;\n    }\n\n    .is-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .is-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .is-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .is-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"intense-sports-wrapper\"\u003e\n\n  \u003cdiv class=\"is-header\"\u003e\n    \u003cdiv class=\"is-brand-tag\"\u003eAnfar London Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"is-main-title\"\u003eIntense Sports\u003c\/h2\u003e\n    \u003cp class=\"is-tagline\"\u003e\n      “Pineapple, bergamot, black currant, apple, birch, patchouli, jasmine, rose, musk and vanilla.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-intro-grid\"\u003e\n\n    \u003cdiv class=\"is-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Intense-Sports-EDP-100-ML.webp?v=1739208578\" alt=\"Intense Sports EDP 100ml by Anfar London in smoky transparent bottle with black cap, silver chrome details, red centre panel, geometric line design and matching grey red box\" class=\"is-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"is-story\"\u003e\n      \u003ch3\u003eSporty Red Energy with Smoky Modern Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eIntense Sports EDP\u003c\/strong\u003e, a bold\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e built around juicy fruits,\n        polished florals, smoky birch, earthy patchouli, oak moss, ambergris,\n        musk and smooth vanilla.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with pineapple, bergamot, black currant and apple.\n        This first impression feels bright, energetic and attention catching,\n        combining tropical sweetness, citrus lift, dark berry richness and\n        crisp apple freshness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Birch, patchouli, Moroccan jasmine and rose form the middle of the\n        scent. Birch adds a smoky polished edge, patchouli gives earthy depth,\n        while Moroccan jasmine and rose introduce a refined floral elegance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Musk, oak moss, ambergris and vanilla create the base. Musk softens the\n        dry-down, oak moss adds green-earthy structure, ambergris gives a\n        smooth modern glow and vanilla leaves a warm, balanced sweetness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a smoky transparent bottle with a black cap, silver-chrome\n        details, red centre panel, geometric line design and hanging Anfar\n        London charm, Intense Sports visually reflects its active, modern and\n        confident fragrance identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-notes-section\"\u003e\n\n    \u003ch3 class=\"is-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"is-notes-grid\"\u003e\n\n      \u003cdiv class=\"is-note-card\"\u003e\n        \u003cdiv class=\"is-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"is-note-title\"\u003ePineapple, Bergamot, Black Currant and Apple\u003c\/div\u003e\n        \u003cdiv class=\"is-note-description\"\u003e\n          Pineapple and apple create juicy freshness, while bergamot and black\n          currant add citrus lift and dark fruity depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-note-card\"\u003e\n        \u003cdiv class=\"is-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"is-note-title\"\u003eBirch, Patchouli, Moroccan Jasmine and Rose\u003c\/div\u003e\n        \u003cdiv class=\"is-note-description\"\u003e\n          Birch and patchouli bring smoky-earthy structure, balanced by\n          Moroccan jasmine and rose for floral sophistication.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-note-card\"\u003e\n        \u003cdiv class=\"is-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"is-note-title\"\u003eMusk, Oak Moss, Ambergris and Vanilla\u003c\/div\u003e\n        \u003cdiv class=\"is-note-description\"\u003e\n          Musk, oak moss, ambergris and vanilla create a smooth, mossy, warm\n          and modern final trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-character-section\"\u003e\n\n    \u003cdiv class=\"is-character-card\"\u003e\n      \u003ch3\u003eThe Fruity Sport Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Pineapple, bergamot, black currant and apple create an energetic,\n        fresh and vibrant opening with confident movement.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"is-character-card\"\u003e\n      \u003ch3\u003eThe Smoky Mossy Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Birch, patchouli, oak moss, ambergris, musk and vanilla settle into a\n        smooth, smoky and polished modern dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-details-grid\"\u003e\n\n    \u003cdiv class=\"is-details-box\"\u003e\n      \u003ch4 class=\"is-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eIntense Sports\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eFruity, Woody, Floral, Musky and Ambery\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003ePineapple, Bergamot, Black Currant, Apple\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eBirch, Patchouli, Moroccan Jasmine, Rose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eMusk, Oak Moss, Ambergris, Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-detail-row\"\u003e\n        \u003cspan class=\"is-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"is-detail-value\"\u003eSmoky Bottle, Black Cap, Red Panel and Silver Details\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"is-highlights-box\"\u003e\n      \u003ch4 class=\"is-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"is-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum with sporty modern character\u003c\/li\u003e\n        \u003cli\u003ePineapple gives juicy tropical brightness\u003c\/li\u003e\n        \u003cli\u003eBergamot adds crisp citrus freshness\u003c\/li\u003e\n        \u003cli\u003eBlack currant brings dark fruity depth\u003c\/li\u003e\n        \u003cli\u003eApple creates clean energetic freshness\u003c\/li\u003e\n        \u003cli\u003eBirch adds a smoky polished edge\u003c\/li\u003e\n        \u003cli\u003ePatchouli gives earthy structure\u003c\/li\u003e\n        \u003cli\u003eMoroccan jasmine adds floral refinement\u003c\/li\u003e\n        \u003cli\u003eRose brings elegant floral balance\u003c\/li\u003e\n        \u003cli\u003eMusk and oak moss create smooth depth\u003c\/li\u003e\n        \u003cli\u003eAmbergris and vanilla leave a warm modern trail\u003c\/li\u003e\n        \u003cli\u003eSmoky black, chrome and red presentation stands out\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-journey-section\"\u003e\n\n    \u003ch3 class=\"is-section-title\"\u003eThe Intense Sports Journey\u003c\/h3\u003e\n\n    \u003cp class=\"is-journey-intro\"\u003e\n      A dynamic fragrance journey from pineapple, bergamot, black currant and\n      apple into birch, patchouli, Moroccan jasmine and rose, finishing with\n      musk, oak moss, ambergris and vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"is-journey-grid\"\u003e\n\n      \u003cdiv class=\"is-journey-card\"\u003e\n        \u003cdiv class=\"is-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFruity Fresh Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, bergamot, black currant and apple create a bright,\n          energetic and sporty first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-journey-card\"\u003e\n        \u003cdiv class=\"is-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSmoky Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch, patchouli, Moroccan jasmine and rose build a smoky, earthy\n          and refined floral middle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-journey-card\"\u003e\n        \u003cdiv class=\"is-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMossy Vanilla Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss, ambergris and vanilla settle into a smooth, warm and\n          modern final impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-accord-section\"\u003e\n\n    \u003ch3 class=\"is-section-title\"\u003eThe Signature Intense Sports Accords\u003c\/h3\u003e\n\n    \u003cp class=\"is-accord-intro\"\u003e\n      A modern Eau de Parfum shaped by fruity freshness, smoky woods, earthy\n      patchouli, floral elegance, musky moss, ambergris and vanilla warmth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"is-accord-grid\"\u003e\n\n      \u003cdiv class=\"is-accord-card\"\u003e\n        \u003cdiv class=\"is-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePineapple Bergamot Apple\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, bergamot and apple create the bright sporty opening, with\n          black currant adding richer fruit depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-accord-card\"\u003e\n        \u003cdiv class=\"is-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eBirch Patchouli Florals\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch and patchouli bring smoky-earthy character while Moroccan\n          jasmine and rose add elegance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-accord-card\"\u003e\n        \u003cdiv class=\"is-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk Oak Moss Vanilla\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss, ambergris and vanilla create a smooth, mossy and\n          warm modern base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-video-section\"\u003e\n    \u003ch3 class=\"is-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"is-video-subtitle\"\u003e\n      Watch the Intense Sports presentation and explore its fruity, smoky,\n      sporty, red-accented and modern Anfar London Eau de Parfum mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"is-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/DXwLMG7Kkty\/embed\/\" title=\"Intense Sports EDP Instagram Video\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"is-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/DXwLMG7Kkty\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-statement-section\"\u003e\n    \u003ch3\u003eSmoky Red Energy with Modern Fruity Woody Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Intense Sports opens with pineapple, bergamot, black currant and apple,\n      develops through birch, patchouli, Moroccan jasmine and rose, then\n      settles into musk, oak moss, ambergris and vanilla. Its smoky bottle,\n      black cap, chrome details and red centre panel reflect a fragrance\n      designed for movement, confidence and modern presence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Energy and Confident Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Intense Sports is suitable for daily styling, active days, casual smart\n      wear, evenings, gifting and confident signature fragrance use. The fruity\n      opening gives energy, while birch, patchouli, oak moss, ambergris, musk\n      and vanilla give depth and smoothness.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Intense Sports is presented as a 100ml Eau de Parfum with pineapple,\n      bergamot, black currant, apple, birch, patchouli, Moroccan jasmine, rose,\n      musk, oak moss, ambergris and vanilla notes. Actual longevity and\n      projection can vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-trust-section\"\u003e\n\n    \u003ch3 class=\"is-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"is-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"is-trust-grid\"\u003e\n\n      \u003cdiv class=\"is-trust-card\"\u003e\n        \u003cdiv class=\"is-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-trust-card\"\u003e\n        \u003cdiv class=\"is-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"is-trust-card\"\u003e\n        \u003cdiv class=\"is-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"is-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Intense Sports EDP smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Intense Sports opens with pineapple, bergamot, black currant and\n          apple, develops with birch, patchouli, Moroccan jasmine and rose, and\n          settles into musk, oak moss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Intense Sports EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Intense Sports EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Intense Sports?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Intense Sports is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Intense Sports?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are pineapple, bergamot, black currant and apple.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Intense Sports?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are birch, patchouli, Moroccan jasmine and rose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Intense Sports?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are musk, oak moss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Intense Sports a fruity fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The opening includes pineapple, bergamot, black currant and\n          apple, giving the fragrance a fruity and energetic start.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Intense Sports have woody notes?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Birch, patchouli and oak moss give Intense Sports a woody,\n          smoky and earthy structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Intense Sports?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Intense Sports is suitable for daily styling, active days, casual\n          smart wear, evenings, gifting and confident signature fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Intense Sports suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its smoky transparent bottle, black cap, red panel, chrome\n          details and matching box create a bold premium presentation for\n          gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"is-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Intense Sports last?\u003c\/summary\u003e\n      \u003cdiv class=\"is-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Intense Sports is an Eau de Parfum. Actual longevity and projection\n          can vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47579616903414,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Intense-Sports-EDP-100-ML.webp?v=1739208578"},{"product_id":"aitizaz-black-oud-edp-100ml","title":"Aitizaz Black Oud EDP (100ml)","description":"\u003cstyle\u003e\n  .aitizaz-black-oud-wrapper {\n    --bo-white: #ffffff;\n    --bo-soft-white: #fbfbfb;\n    --bo-pale: #f1f1f0;\n    --bo-pale-2: #f8f8f7;\n    --bo-border: #d8d8d5;\n    --bo-neutral-border: #e7e6e2;\n    --bo-trust-border: #dfddd8;\n\n    --bo-black: #030303;\n    --bo-ink: #0a0a0a;\n    --bo-charcoal: #151515;\n    --bo-graphite: #2b2c2d;\n    --bo-smoke: #585a5c;\n    --bo-silver: #c6c6c2;\n    --bo-bright-silver: #eeeeea;\n    --bo-soft-silver: #f5f4ef;\n    --bo-chrome: #d7d7d2;\n    --bo-gold: #b79a53;\n    --bo-soft-gold: #d8bf77;\n    --bo-red-orange: #c45324;\n    --bo-saffron: #d59a35;\n    --bo-sandalwood: #8a694a;\n    --bo-patchouli: #35251c;\n    --bo-oud: #211009;\n    --bo-pepper: #1e1b19;\n    --bo-incense: #48423a;\n    --bo-musk: #f2eee7;\n    --bo-character-bg: linear-gradient(135deg, #030303 0%, #151515 52%, #2b2c2d 100%);\n\n    --bo-heading: #171717;\n    --bo-text: #454545;\n    --bo-muted: #70706d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--bo-white);\n    color: var(--bo-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .aitizaz-black-oud-wrapper *,\n  .aitizaz-black-oud-wrapper *::before,\n  .aitizaz-black-oud-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .bo-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--bo-white);\n    border-bottom: 1px solid var(--bo-border);\n    text-align: center;\n  }\n\n  .bo-brand-tag {\n    margin-bottom: 8px;\n    color: var(--bo-graphite);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .bo-main-title {\n    margin: 0 0 10px;\n    color: var(--bo-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .bo-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--bo-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .bo-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .bo-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .bo-story h3 {\n    margin: 0 0 16px;\n    color: var(--bo-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .bo-story p {\n    margin: 0 0 17px;\n    color: var(--bo-text);\n    font-size: 1.05rem;\n  }\n\n  .bo-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .bo-section-title {\n    margin: 0 0 25px;\n    color: var(--bo-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .bo-notes-section,\n  .bo-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-trust-border);\n    border-radius: 10px;\n  }\n\n  .bo-notes-grid,\n  .bo-journey-grid,\n  .bo-accord-grid,\n  .bo-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .bo-note-card {\n    padding: 22px;\n    background: var(--bo-pale-2);\n    border: 1px solid var(--bo-border);\n    border-top: 4px solid var(--bo-graphite);\n    border-radius: 8px;\n  }\n\n  .bo-note-label {\n    margin-bottom: 7px;\n    color: var(--bo-graphite);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .bo-note-title {\n    margin-bottom: 7px;\n    color: var(--bo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .bo-note-description {\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .bo-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--bo-silver);\n    border: 1px solid var(--bo-silver);\n    border-radius: 10px;\n  }\n\n  .bo-character-card {\n    padding: 30px 24px;\n    background: var(--bo-character-bg);\n    color: var(--bo-white);\n  }\n\n  .bo-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--bo-bright-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .bo-character-card p {\n    margin: 0;\n    color: var(--bo-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .bo-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .bo-details-box,\n  .bo-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n  }\n\n  .bo-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--bo-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .bo-detail-label {\n    color: var(--bo-muted);\n    font-weight: 600;\n  }\n\n  .bo-detail-value {\n    color: var(--bo-heading);\n    text-align: right;\n  }\n\n  .bo-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .bo-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--bo-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .bo-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--bo-graphite);\n    font-weight: 700;\n  }\n\n  .bo-journey-intro,\n  .bo-accord-intro,\n  .bo-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--bo-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .bo-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n  }\n\n  .bo-journey-number,\n  .bo-accord-icon,\n  .bo-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--bo-black);\n    color: var(--bo-bright-silver);\n    border: 1px solid var(--bo-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .bo-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .bo-journey-card h4,\n  .bo-accord-card h4,\n  .bo-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--bo-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .bo-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .bo-journey-card p,\n  .bo-accord-card p,\n  .bo-trust-card p {\n    margin: 0;\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .bo-trust-card p {\n    color: #111111;\n  }\n\n  .bo-accord-card {\n    padding: 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .bo-trust-card {\n    padding: 28px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .bo-accord-icon,\n  .bo-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .bo-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--bo-black) 0%, var(--bo-charcoal) 52%, var(--bo-graphite) 100%);\n    color: var(--bo-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .bo-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--bo-bright-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bo-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--bo-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .bo-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .bo-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--bo-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bo-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--bo-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .bo-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--bo-pale-2);\n    border: 1px solid var(--bo-border);\n    border-left: 6px solid var(--bo-graphite);\n    border-radius: 8px;\n  }\n\n  .bo-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--bo-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .bo-performance-section p {\n    margin: 0;\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .bo-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--bo-border);\n  }\n\n  .bo-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--bo-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .bo-faq-item {\n    background: var(--bo-white);\n    border-bottom: 1px solid var(--bo-border);\n  }\n\n  .bo-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--bo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .bo-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bo-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--bo-graphite);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .bo-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .bo-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--bo-text);\n    font-size: 1rem;\n  }\n\n  .bo-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .aitizaz-black-oud-wrapper {\n      padding: 35px;\n    }\n\n    .bo-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .bo-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .bo-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .bo-tagline {\n      font-size: 1.3rem;\n    }\n\n    .bo-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .bo-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .bo-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .bo-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .bo-notes-grid,\n    .bo-journey-grid,\n    .bo-accord-grid,\n    .bo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .bo-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .bo-character-card {\n      padding: 35px;\n    }\n\n    .bo-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .bo-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .bo-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .bo-section-title,\n    .bo-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .bo-note-title {\n      font-size: 1.15rem;\n    }\n\n    .bo-note-description {\n      font-size: 1rem;\n    }\n\n    .bo-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .bo-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .bo-box-title {\n      font-size: 1.05rem;\n    }\n\n    .bo-detail-row,\n    .bo-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-intro,\n    .bo-accord-intro,\n    .bo-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-card h4,\n    .bo-accord-card h4,\n    .bo-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-card p,\n    .bo-accord-card p,\n    .bo-trust-card p {\n      font-size: 1rem;\n    }\n\n    .bo-statement-section {\n      padding: 44px;\n    }\n\n    .bo-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .bo-statement-section p,\n    .bo-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .bo-occasion-section {\n      padding: 38px;\n    }\n\n    .bo-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .bo-performance-section {\n      padding: 30px;\n    }\n\n    .bo-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .bo-trust-section {\n      padding: 44px 38px;\n    }\n\n    .bo-trust-card {\n      padding: 32px 26px;\n    }\n\n    .bo-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .bo-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .bo-notes-grid,\n    .bo-journey-grid,\n    .bo-accord-grid,\n    .bo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .aitizaz-black-oud-wrapper {\n      padding: 10px;\n    }\n\n    .bo-header {\n      padding: 26px 8px;\n    }\n\n    .bo-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .bo-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .bo-tagline {\n      font-size: 0.95rem;\n    }\n\n    .bo-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .bo-detail-value {\n      text-align: left;\n    }\n\n    .bo-character-card {\n      padding: 24px 18px;\n    }\n\n    .bo-journey-section,\n    .bo-accord-section,\n    .bo-trust-section {\n      padding: 25px 15px;\n    }\n\n    .bo-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .bo-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .bo-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aitizaz-black-oud-wrapper\"\u003e\n\n  \u003cdiv class=\"bo-header\"\u003e\n    \u003cdiv class=\"bo-brand-tag\"\u003eAjyad Aitizaz Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"bo-main-title\"\u003eBlack Oud\u003c\/h2\u003e\n    \u003cp class=\"bo-tagline\"\u003e\n      “Patchouli freshness, red orange, Yemen incense, saffron, sandalwood, black pepper and dark oud.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-intro-grid\"\u003e\n\n    \u003cdiv class=\"bo-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/IMG_4791.webp?v=1739208664\" alt=\"Aitizaz Black Oud EDP 100ml by Ajyad in glossy black bottle with silver label, black ribbed cap, chrome collar and black patterned box\" class=\"bo-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-story\"\u003e\n      \u003ch3\u003eMysterious Black Oud with Oriental Spicy Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAitizaz Black Oud EDP by Ajyad\u003c\/strong\u003e, a bold\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created around the\n        fascinating mystery of black oud, oriental spice and refined Arabic\n        perfume elegance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Black Oud opens with the fresh aroma of patchouli combined with red\n        orange. This first impression feels distinctive, rich and attention\n        catching, giving the fragrance a confident start with earthy freshness\n        and bright citrus contrast.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Yemen incense, saffron and a sweet touch of sandalwood form the middle\n        of the fragrance. Incense adds smoky mystery, saffron brings precious\n        spicy warmth and sandalwood softens the profile with smooth woody\n        sweetness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In perfect harmony, the base reveals strong aromas of black pepper and\n        agarwood oud. Black pepper gives the fragrance intensity and aromatic\n        spice, while agarwood creates the dark, sensual and elegant oud\n        signature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a glossy black bottle with a silver label, Ajyad branding,\n        black ribbed cap, chrome collar and matching black patterned box with\n        silver detailing and gold medallion accents, Black Oud visually\n        reflects its mysterious and premium oriental identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-notes-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"bo-notes-grid\"\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003ePatchouli and Red Orange\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Fresh patchouli blends with red orange for an earthy, citrus-bright\n          opening that immediately draws attention.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003eYemen Incense, Saffron and Sandalwood\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Yemen incense, saffron and sweet sandalwood create a smoky, spicy and\n          smooth oriental heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003eBlack Pepper and Agarwood Oud\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Black pepper and agarwood oud reveal a strong, mysterious and sensual\n          base with bold masculine intensity.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-character-section\"\u003e\n\n    \u003cdiv class=\"bo-character-card\"\u003e\n      \u003ch3\u003eThe Patchouli Red Orange Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Patchouli and red orange create a fresh, earthy and citrus-rich opening\n        that feels confident, elegant and instantly noticeable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-character-card\"\u003e\n      \u003ch3\u003eThe Black Pepper Oud Base\u003c\/h3\u003e\n      \u003cp\u003e\n        Black pepper and agarwood oud settle into a dark, spicy and sensual\n        signature with mysterious masculine depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-details-grid\"\u003e\n\n    \u003cdiv class=\"bo-details-box\"\u003e\n      \u003ch4 class=\"bo-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eAitizaz Black Oud\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eAjyad Aitizaz\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eOriental and Spicy Oud\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003ePatchouli, Red Orange\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eYemen Incense, Saffron, Sandalwood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eBlack Pepper, Agarwood Oud\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eGlossy Black Bottle, Silver Label and Black Patterned Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-highlights-box\"\u003e\n      \u003ch4 class=\"bo-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"bo-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum by Ajyad Aitizaz\u003c\/li\u003e\n        \u003cli\u003eBlack oud Arabic perfume created for men\u003c\/li\u003e\n        \u003cli\u003eOriental and spicy fragrance character\u003c\/li\u003e\n        \u003cli\u003eFresh patchouli gives earthy elegance\u003c\/li\u003e\n        \u003cli\u003eRed orange adds bright citrus contrast\u003c\/li\u003e\n        \u003cli\u003eYemen incense creates smoky mystery\u003c\/li\u003e\n        \u003cli\u003eSaffron adds precious spicy warmth\u003c\/li\u003e\n        \u003cli\u003eSandalwood brings smooth woody sweetness\u003c\/li\u003e\n        \u003cli\u003eBlack pepper gives bold aromatic intensity\u003c\/li\u003e\n        \u003cli\u003eAgarwood oud creates the dark sensual base\u003c\/li\u003e\n        \u003cli\u003eDesigned to feel fascinating and mysterious\u003c\/li\u003e\n        \u003cli\u003eGlossy black and silver presentation with premium styling\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-journey-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Black Oud Journey\u003c\/h3\u003e\n\n    \u003cp class=\"bo-journey-intro\"\u003e\n      A mysterious masculine journey from patchouli and red orange into Yemen\n      incense, saffron and sandalwood, finishing with black pepper and\n      agarwood oud.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-journey-grid\"\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eEarthy Citrus Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Patchouli and red orange create a fresh, earthy and vibrant first\n          impression with distinctive energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eIncense Saffron Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Yemen incense, saffron and sandalwood build a smoky, spicy and smooth\n          oriental middle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eDark Oud Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Black pepper and agarwood oud reveal a strong, sensual and mysterious\n          masculine dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-accord-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Signature Black Oud Accords\u003c\/h3\u003e\n\n    \u003cp class=\"bo-accord-intro\"\u003e\n      A men’s Eau de Parfum shaped by earthy patchouli, red orange, smoky\n      incense, saffron warmth, smooth sandalwood, black pepper and agarwood\n      oud.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-accord-grid\"\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePatchouli Red Orange\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh patchouli and red orange create a bright yet earthy opening\n          with a unique masculine edge.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eIncense Saffron Sandal\u003c\/h4\u003e\n        \u003cp\u003e\n          Yemen incense, saffron and sandalwood create the smoky, spicy and\n          smooth oriental heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eBlack Pepper Oud\u003c\/h4\u003e\n        \u003cp\u003e\n          Black pepper and agarwood oud give the fragrance its dark, powerful\n          and sensual signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-statement-section\"\u003e\n    \u003ch3\u003eGlossy Black Mystery with Dark Oud Intensity\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Black Oud opens with patchouli and red orange, develops through\n      Yemen incense, saffron and sandalwood, then settles into black pepper and\n      agarwood oud. Its glossy black bottle, silver label, black ribbed cap and\n      patterned box reflect a fragrance designed to feel precious, elegant,\n      mysterious and confidently masculine.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evening Confidence and Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Black Oud is suitable for evening wear, special occasions,\n      formal styling, late-night gatherings and masculine signature use. Its\n      patchouli and red orange opening gives it character, while incense,\n      saffron, black pepper and agarwood oud bring mystery, spice and depth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Black Oud is presented as a 100ml Eau de Parfum for men with an\n      oriental and spicy oud character. The scent highlights patchouli, red\n      orange, Yemen incense, saffron, sandalwood, black pepper and agarwood\n      oud. Actual longevity and projection can vary depending on skin\n      chemistry, application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-trust-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"bo-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-trust-grid\"\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Aitizaz Black Oud smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Black Oud opens with patchouli and red orange, develops with\n          Yemen incense, saffron and sandalwood, and settles into black pepper\n          and agarwood oud.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Aitizaz Black Oud EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Black Oud EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Aitizaz Black Oud?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Black Oud is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Black Oud for men?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes Aitizaz Black Oud as a 100ml perfume\n          water for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Aitizaz Black Oud?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes feature patchouli and red orange.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Aitizaz Black Oud?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes include Yemen incense, saffron and a sweet touch of\n          sandalwood.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Aitizaz Black Oud?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes reveal black pepper and agarwood oud.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Black Oud an oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Agarwood oud forms the dark base of the fragrance, supported by\n          black pepper, incense, saffron, sandalwood, patchouli and red orange.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Aitizaz Black Oud?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Black Oud is suitable for evening wear, special occasions,\n          formal styling, late-night gatherings and masculine signature use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Black Oud suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its glossy black bottle, silver label and matching black\n          patterned box create a premium gift-style presentation for oud lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Aitizaz Black Oud last?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Black Oud is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582494130422,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/IMG_4791.webp?v=1739208664"},{"product_id":"aitizaz-pure-sapphire-edp-100ml","title":"Aitizaz Pure Sapphire EDP (100ml)","description":"\u003cstyle\u003e\n  .aitizaz-sapphire-wrapper {\n    --aps-white: #ffffff;\n    --aps-soft-white: #fbfcff;\n    --aps-pale: #eef4fb;\n    --aps-pale-2: #f7fbff;\n    --aps-border: #c5d7ee;\n    --aps-neutral-border: #dfe8f3;\n    --aps-trust-border: #dce5ef;\n\n    --aps-black: #04070d;\n    --aps-midnight: #071128;\n    --aps-deep-sapphire: #08246a;\n    --aps-sapphire: #0c3a9a;\n    --aps-royal-blue: #1452c4;\n    --aps-velvet-blue: #102f78;\n    --aps-soft-blue: #dceafe;\n    --aps-icy-blue: #edf5ff;\n    --aps-gold: #c5a059;\n    --aps-soft-gold: #e2c36d;\n    --aps-cream-label: #f5ecd4;\n    --aps-vanilla: #ead8b5;\n    --aps-neroli: #f3d6a1;\n    --aps-fig: #6b4a58;\n    --aps-gardenia: #f8f0e6;\n    --aps-spice: #8b5a2b;\n    --aps-musk: #f4efe8;\n    --aps-character-bg: linear-gradient(135deg, #04070d 0%, #08246a 52%, #0c3a9a 100%);\n\n    --aps-heading: #17202d;\n    --aps-text: #424c58;\n    --aps-muted: #6d7885;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--aps-white);\n    color: var(--aps-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .aitizaz-sapphire-wrapper *,\n  .aitizaz-sapphire-wrapper *::before,\n  .aitizaz-sapphire-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .aps-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--aps-white);\n    border-bottom: 1px solid var(--aps-border);\n    text-align: center;\n  }\n\n  .aps-brand-tag {\n    margin-bottom: 8px;\n    color: var(--aps-deep-sapphire);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .aps-main-title {\n    margin: 0 0 10px;\n    color: var(--aps-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .aps-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--aps-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .aps-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .aps-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-border);\n    border-radius: 10px;\n  }\n\n  .aps-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .aps-story h3 {\n    margin: 0 0 16px;\n    color: var(--aps-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aps-story p {\n    margin: 0 0 17px;\n    color: var(--aps-text);\n    font-size: 1.05rem;\n  }\n\n  .aps-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .aps-section-title {\n    margin: 0 0 25px;\n    color: var(--aps-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aps-notes-section,\n  .aps-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-border);\n    border-radius: 10px;\n  }\n\n  .aps-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aps-pale);\n    border: 1px solid var(--aps-border);\n    border-radius: 10px;\n  }\n\n  .aps-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-trust-border);\n    border-radius: 10px;\n  }\n\n  .aps-notes-grid,\n  .aps-journey-grid,\n  .aps-accord-grid,\n  .aps-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .aps-note-card {\n    padding: 22px;\n    background: var(--aps-pale-2);\n    border: 1px solid var(--aps-border);\n    border-top: 4px solid var(--aps-deep-sapphire);\n    border-radius: 8px;\n  }\n\n  .aps-note-label {\n    margin-bottom: 7px;\n    color: var(--aps-deep-sapphire);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aps-note-title {\n    margin-bottom: 7px;\n    color: var(--aps-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .aps-note-description {\n    color: var(--aps-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .aps-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--aps-gold);\n    border: 1px solid var(--aps-gold);\n    border-radius: 10px;\n  }\n\n  .aps-character-card {\n    padding: 30px 24px;\n    background: var(--aps-character-bg);\n    color: var(--aps-white);\n  }\n\n  .aps-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--aps-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aps-character-card p {\n    margin: 0;\n    color: var(--aps-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .aps-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .aps-details-box,\n  .aps-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-border);\n    border-radius: 8px;\n  }\n\n  .aps-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--aps-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--aps-neutral-border);\n  }\n\n  .aps-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aps-neutral-border);\n  }\n\n  .aps-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .aps-detail-label {\n    color: var(--aps-muted);\n    font-weight: 600;\n  }\n\n  .aps-detail-value {\n    color: var(--aps-heading);\n    text-align: right;\n  }\n\n  .aps-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .aps-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--aps-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aps-neutral-border);\n  }\n\n  .aps-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .aps-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--aps-deep-sapphire);\n    font-weight: 700;\n  }\n\n  .aps-journey-intro,\n  .aps-accord-intro,\n  .aps-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--aps-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .aps-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--aps-pale);\n    border: 1px solid var(--aps-border);\n    border-radius: 8px;\n  }\n\n  .aps-journey-number,\n  .aps-accord-icon,\n  .aps-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--aps-midnight);\n    color: var(--aps-soft-gold);\n    border: 1px solid var(--aps-midnight);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .aps-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .aps-journey-card h4,\n  .aps-accord-card h4,\n  .aps-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--aps-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .aps-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .aps-journey-card p,\n  .aps-accord-card p,\n  .aps-trust-card p {\n    margin: 0;\n    color: var(--aps-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .aps-trust-card p {\n    color: #111111;\n  }\n\n  .aps-accord-card {\n    padding: 22px;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aps-trust-card {\n    padding: 28px 22px;\n    background: var(--aps-white);\n    border: 1px solid var(--aps-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .aps-accord-icon,\n  .aps-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .aps-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--aps-black) 0%, var(--aps-deep-sapphire) 52%, var(--aps-royal-blue) 100%);\n    color: var(--aps-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .aps-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--aps-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aps-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aps-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aps-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--aps-pale);\n    border: 1px solid var(--aps-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aps-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--aps-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aps-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aps-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aps-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--aps-pale-2);\n    border: 1px solid var(--aps-border);\n    border-left: 6px solid var(--aps-deep-sapphire);\n    border-radius: 8px;\n  }\n\n  .aps-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--aps-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aps-performance-section p {\n    margin: 0;\n    color: var(--aps-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .aps-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--aps-border);\n  }\n\n  .aps-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--aps-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aps-faq-item {\n    background: var(--aps-white);\n    border-bottom: 1px solid var(--aps-border);\n  }\n\n  .aps-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--aps-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .aps-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .aps-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--aps-deep-sapphire);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .aps-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .aps-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--aps-text);\n    font-size: 1rem;\n  }\n\n  .aps-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .aitizaz-sapphire-wrapper {\n      padding: 35px;\n    }\n\n    .aps-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .aps-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .aps-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .aps-tagline {\n      font-size: 1.3rem;\n    }\n\n    .aps-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .aps-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .aps-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .aps-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .aps-notes-grid,\n    .aps-journey-grid,\n    .aps-accord-grid,\n    .aps-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .aps-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .aps-character-card {\n      padding: 35px;\n    }\n\n    .aps-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .aps-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .aps-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .aps-section-title,\n    .aps-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .aps-note-title {\n      font-size: 1.15rem;\n    }\n\n    .aps-note-description {\n      font-size: 1rem;\n    }\n\n    .aps-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .aps-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .aps-box-title {\n      font-size: 1.05rem;\n    }\n\n    .aps-detail-row,\n    .aps-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .aps-journey-intro,\n    .aps-accord-intro,\n    .aps-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .aps-journey-card h4,\n    .aps-accord-card h4,\n    .aps-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .aps-journey-card p,\n    .aps-accord-card p,\n    .aps-trust-card p {\n      font-size: 1rem;\n    }\n\n    .aps-statement-section {\n      padding: 44px;\n    }\n\n    .aps-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .aps-statement-section p,\n    .aps-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .aps-occasion-section {\n      padding: 38px;\n    }\n\n    .aps-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .aps-performance-section {\n      padding: 30px;\n    }\n\n    .aps-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .aps-trust-section {\n      padding: 44px 38px;\n    }\n\n    .aps-trust-card {\n      padding: 32px 26px;\n    }\n\n    .aps-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .aps-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .aps-notes-grid,\n    .aps-journey-grid,\n    .aps-accord-grid,\n    .aps-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .aitizaz-sapphire-wrapper {\n      padding: 10px;\n    }\n\n    .aps-header {\n      padding: 26px 8px;\n    }\n\n    .aps-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .aps-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .aps-tagline {\n      font-size: 0.95rem;\n    }\n\n    .aps-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .aps-detail-value {\n      text-align: left;\n    }\n\n    .aps-character-card {\n      padding: 24px 18px;\n    }\n\n    .aps-journey-section,\n    .aps-accord-section,\n    .aps-trust-section {\n      padding: 25px 15px;\n    }\n\n    .aps-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .aps-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .aps-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aitizaz-sapphire-wrapper\"\u003e\n\n  \u003cdiv class=\"aps-header\"\u003e\n    \u003cdiv class=\"aps-brand-tag\"\u003eAjyad Aitizaz Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"aps-main-title\"\u003ePure Sapphire\u003c\/h2\u003e\n    \u003cp class=\"aps-tagline\"\u003e\n      “Vanilla sweetness, neroli brightness, fig velvet, seductive gardenia and oriental-spicy elegance.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-intro-grid\"\u003e\n\n    \u003cdiv class=\"aps-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Aitizaz-Pure-Sapphire-EDP-100ml.webp?v=1739208695\" alt=\"Aitizaz Pure Sapphire EDP 100ml perfume in deep sapphire blue bottle with blue cap, gold detailing, cream label and matching blue patterned box\" class=\"aps-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aps-story\"\u003e\n      \u003ch3\u003eFloral Oriental Sapphire with Sweet Spicy Confidence\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAitizaz Pure Sapphire EDP\u003c\/strong\u003e, a distinctive\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created for fragrance lovers who\n        want a sweet, strong, elegant and delicate scent with oriental-spicy\n        character and floral-oriental charm.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Pure Sapphire is designed to catch attention from the first impression.\n        Its oriental and spicy personality gives the fragrance a confident\n        presence, helping it stand out as a must-have addition to a refined\n        perfume collection.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Vanilla adds smooth sweetness and creamy warmth, creating a soft and\n        elegant foundation. Neroli, also known as orange blossom, brings a\n        luminous floral-citrus brightness that lifts the fragrance and gives it\n        a fresh polished glow.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Fig adds a rich, velvety fruity depth, while seductive gardenia creates\n        a creamy white floral finish. Together, these notes shape a\n        floral-oriental aroma that feels sweet, elegant, delicate and\n        confidently memorable.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a deep sapphire-blue bottle with a blue cap, polished gold\n        detailing, cream label and matching blue patterned box, Aitizaz Pure\n        Sapphire visually reflects its jewel-like name, floral warmth and\n        luxury oriental presentation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-notes-section\"\u003e\n\n    \u003ch3 class=\"aps-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"aps-notes-grid\"\u003e\n\n      \u003cdiv class=\"aps-note-card\"\u003e\n        \u003cdiv class=\"aps-note-label\"\u003eOpening Impression\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-title\"\u003eOriental Spice and Neroli Brightness\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-description\"\u003e\n          A confident oriental-spicy impression is lifted by neroli orange\n          blossom, creating a bright and elegant first impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-note-card\"\u003e\n        \u003cdiv class=\"aps-note-label\"\u003eFloral Heart\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-title\"\u003eGardenia and Floral-Oriental Elegance\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-description\"\u003e\n          Seductive gardenia gives the fragrance a creamy floral heart with\n          delicate, elegant and softly sensual character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-note-card\"\u003e\n        \u003cdiv class=\"aps-note-label\"\u003eSweet Velvet Trail\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-title\"\u003eVanilla and Figs\u003c\/div\u003e\n        \u003cdiv class=\"aps-note-description\"\u003e\n          Vanilla adds creamy sweetness, while fig gives the scent a smooth,\n          rich and velvety fruity depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-character-section\"\u003e\n\n    \u003cdiv class=\"aps-character-card\"\u003e\n      \u003ch3\u003eThe Neroli Sapphire Glow\u003c\/h3\u003e\n      \u003cp\u003e\n        Neroli orange blossom gives Pure Sapphire a luminous floral-citrus glow\n        that feels bright, elegant and refined.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aps-character-card\"\u003e\n      \u003ch3\u003eThe Vanilla Fig Gardenia Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Vanilla, fig and gardenia create a sweet, smooth and floral-oriental\n        trail with delicate sensual warmth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-details-grid\"\u003e\n\n    \u003cdiv class=\"aps-details-box\"\u003e\n      \u003ch4 class=\"aps-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eAitizaz Pure Sapphire\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eVisible Branding\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eAjyad Aitizaz\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eFloral Oriental, Oriental and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eFeatured Notes\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eVanilla, Neroli, Figs, Gardenia\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003eMood\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eSweet, Strong, Elegant, Delicate and Confident\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-detail-row\"\u003e\n        \u003cspan class=\"aps-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"aps-detail-value\"\u003eSapphire-Blue Bottle, Gold Details and Blue Patterned Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aps-highlights-box\"\u003e\n      \u003ch4 class=\"aps-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"aps-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum with floral-oriental character\u003c\/li\u003e\n        \u003cli\u003eOriental and spicy fragrance personality\u003c\/li\u003e\n        \u003cli\u003eDesigned to catch attention instantly\u003c\/li\u003e\n        \u003cli\u003eVanilla adds smooth sweetness and warmth\u003c\/li\u003e\n        \u003cli\u003eNeroli orange blossom gives floral brightness\u003c\/li\u003e\n        \u003cli\u003eFig creates rich fruity velvet depth\u003c\/li\u003e\n        \u003cli\u003eGardenia adds seductive white floral elegance\u003c\/li\u003e\n        \u003cli\u003eSweet, strong, elegant and delicate scent profile\u003c\/li\u003e\n        \u003cli\u003eConfident fragrance for daily and evening wear\u003c\/li\u003e\n        \u003cli\u003eDeep sapphire-blue bottle presentation\u003c\/li\u003e\n        \u003cli\u003eGold detailing gives a luxury ornamental feel\u003c\/li\u003e\n        \u003cli\u003eMust-have addition to a refined perfume collection\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-journey-section\"\u003e\n\n    \u003ch3 class=\"aps-section-title\"\u003eThe Aitizaz Pure Sapphire Journey\u003c\/h3\u003e\n\n    \u003cp class=\"aps-journey-intro\"\u003e\n      A floral-oriental journey from neroli brightness into seductive gardenia,\n      finishing with vanilla sweetness and fig velvet depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aps-journey-grid\"\u003e\n\n      \u003cdiv class=\"aps-journey-card\"\u003e\n        \u003cdiv class=\"aps-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eOriental Brightness\u003c\/h4\u003e\n        \u003cp\u003e\n          The fragrance opens with a confident oriental-spicy impression lifted\n          by neroli orange blossom freshness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-journey-card\"\u003e\n        \u003cdiv class=\"aps-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eGardenia Elegance\u003c\/h4\u003e\n        \u003cp\u003e\n          Gardenia adds creamy floral sophistication with a sweet and delicate\n          floral-oriental aura.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-journey-card\"\u003e\n        \u003cdiv class=\"aps-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eVanilla Fig Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla and fig create a smooth, sweet and velvety finish with\n          memorable warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-accord-section\"\u003e\n\n    \u003ch3 class=\"aps-section-title\"\u003eThe Signature Pure Sapphire Accords\u003c\/h3\u003e\n\n    \u003cp class=\"aps-accord-intro\"\u003e\n      A floral-oriental Eau de Parfum shaped by oriental spice, neroli orange\n      blossom, seductive gardenia, vanilla sweetness and fig velvet richness.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aps-accord-grid\"\u003e\n\n      \u003cdiv class=\"aps-accord-card\"\u003e\n        \u003cdiv class=\"aps-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eNeroli Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Neroli orange blossom adds floral brightness and a polished citrus\n          glow to the oriental-spicy profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-accord-card\"\u003e\n        \u003cdiv class=\"aps-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eGardenia Sapphire\u003c\/h4\u003e\n        \u003cp\u003e\n          Gardenia creates a seductive white floral heart with creamy, delicate\n          sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-accord-card\"\u003e\n        \u003cdiv class=\"aps-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eVanilla Fig\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla and fig give the fragrance its sweet, smooth and velvety\n          signature trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-statement-section\"\u003e\n    \u003ch3\u003eDeep Sapphire Elegance with Floral Oriental Sweetness\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Pure Sapphire blends oriental-spicy warmth with vanilla, neroli\n      orange blossom, fig and seductive gardenia. Its deep sapphire-blue\n      bottle, polished gold details, cream label and matching patterned box\n      reflect a fragrance designed to feel sweet, strong, elegant, delicate and\n      confidently memorable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Confidence and Evening Elegance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Pure Sapphire is suitable for daily confidence, evening wear,\n      gifting, signature scent styling and refined fragrance collection use.\n      Its neroli and gardenia give floral elegance, while vanilla and fig bring\n      sweet oriental warmth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Pure Sapphire is presented as a 100ml Eau de Parfum with a\n      floral-oriental, oriental-spicy character. The fragrance features\n      vanilla, neroli orange blossom, figs and gardenia. Actual longevity and\n      projection can vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-trust-section\"\u003e\n\n    \u003ch3 class=\"aps-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"aps-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aps-trust-grid\"\u003e\n\n      \u003cdiv class=\"aps-trust-card\"\u003e\n        \u003cdiv class=\"aps-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-trust-card\"\u003e\n        \u003cdiv class=\"aps-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aps-trust-card\"\u003e\n        \u003cdiv class=\"aps-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aps-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Aitizaz Pure Sapphire smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Pure Sapphire is a floral-oriental fragrance with oriental\n          and spicy character, featuring vanilla, neroli orange blossom, figs\n          and seductive gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Aitizaz Pure Sapphire EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Pure Sapphire EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Aitizaz Pure Sapphire?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Pure Sapphire is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the main notes in Aitizaz Pure Sapphire?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The featured notes are vanilla, neroli orange blossom, figs and\n          gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Pure Sapphire a floral fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Aitizaz Pure Sapphire is described as a floral-oriental aroma\n          with neroli orange blossom and gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Pure Sapphire sweet?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. It is described as a sweet, strong, elegant and delicate scent,\n          with vanilla and fig adding smooth sweetness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Pure Sapphire spicy?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes Aitizaz Pure Sapphire as having\n          oriental and spicy fragrance character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Aitizaz Pure Sapphire?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Pure Sapphire is suitable for daily confidence, evening wear,\n          gifting, signature scent styling and refined fragrance collection\n          use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Pure Sapphire suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its deep sapphire-blue bottle, gold detailing and matching\n          patterned box create an attractive perfume presentation for gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aps-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Aitizaz Pure Sapphire last?\u003c\/summary\u003e\n      \u003cdiv class=\"aps-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Pure Sapphire is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582497833206,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Aitizaz-Pure-Sapphire-EDP-100ml.webp?v=1739208695"},{"product_id":"aitizaz-woody-velvet-edp-100ml","title":"Aitizaz Woody Velvet EDP (100ml)","description":"\u003cstyle\u003e\n  .aitizaz-woody-wrapper {\n    --aw-white: #ffffff;\n    --aw-soft-white: #fdfaf5;\n    --aw-pale: #f8efe2;\n    --aw-pale-2: #fff8ee;\n    --aw-border: #e2c896;\n    --aw-neutral-border: #ecdfc6;\n    --aw-trust-border: #e4dccb;\n\n    --aw-black: #070504;\n    --aw-deep-brown: #1e130d;\n    --aw-velvet-brown: #3a2417;\n    --aw-woody-brown: #6a3f22;\n    --aw-amber-glass: #9b641f;\n    --aw-honey-amber: #c4862e;\n    --aw-gold: #c5a059;\n    --aw-bronze: #9a6235;\n    --aw-soft-gold: #e2c36d;\n    --aw-ivory: #f5ead4;\n    --aw-vanilla: #ead5aa;\n    --aw-neroli: #f3d7a4;\n    --aw-fig: #7b4b34;\n    --aw-gardenia: #f8efe3;\n    --aw-spice: #8b4c27;\n    --aw-musk: #f4eee4;\n    --aw-character-bg: linear-gradient(135deg, #070504 0%, #3a2417 52%, #9b641f 100%);\n\n    --aw-heading: #24170f;\n    --aw-text: #4c4035;\n    --aw-muted: #77695d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--aw-white);\n    color: var(--aw-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .aitizaz-woody-wrapper *,\n  .aitizaz-woody-wrapper *::before,\n  .aitizaz-woody-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .aw-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--aw-white);\n    border-bottom: 1px solid var(--aw-border);\n    text-align: center;\n  }\n\n  .aw-brand-tag {\n    margin-bottom: 8px;\n    color: var(--aw-amber-glass);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .aw-main-title {\n    margin: 0 0 10px;\n    color: var(--aw-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .aw-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--aw-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .aw-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .aw-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-border);\n    border-radius: 10px;\n  }\n\n  .aw-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .aw-story h3 {\n    margin: 0 0 16px;\n    color: var(--aw-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aw-story p {\n    margin: 0 0 17px;\n    color: var(--aw-text);\n    font-size: 1.05rem;\n  }\n\n  .aw-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .aw-section-title {\n    margin: 0 0 25px;\n    color: var(--aw-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aw-notes-section,\n  .aw-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-border);\n    border-radius: 10px;\n  }\n\n  .aw-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aw-pale);\n    border: 1px solid var(--aw-border);\n    border-radius: 10px;\n  }\n\n  .aw-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-trust-border);\n    border-radius: 10px;\n  }\n\n  .aw-notes-grid,\n  .aw-journey-grid,\n  .aw-accord-grid,\n  .aw-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .aw-note-card {\n    padding: 22px;\n    background: var(--aw-pale-2);\n    border: 1px solid var(--aw-border);\n    border-top: 4px solid var(--aw-amber-glass);\n    border-radius: 8px;\n  }\n\n  .aw-note-label {\n    margin-bottom: 7px;\n    color: var(--aw-amber-glass);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aw-note-title {\n    margin-bottom: 7px;\n    color: var(--aw-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .aw-note-description {\n    color: var(--aw-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .aw-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--aw-gold);\n    border: 1px solid var(--aw-gold);\n    border-radius: 10px;\n  }\n\n  .aw-character-card {\n    padding: 30px 24px;\n    background: var(--aw-character-bg);\n    color: var(--aw-white);\n  }\n\n  .aw-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--aw-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aw-character-card p {\n    margin: 0;\n    color: var(--aw-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .aw-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .aw-details-box,\n  .aw-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-border);\n    border-radius: 8px;\n  }\n\n  .aw-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--aw-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--aw-neutral-border);\n  }\n\n  .aw-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aw-neutral-border);\n  }\n\n  .aw-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .aw-detail-label {\n    color: var(--aw-muted);\n    font-weight: 600;\n  }\n\n  .aw-detail-value {\n    color: var(--aw-heading);\n    text-align: right;\n  }\n\n  .aw-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .aw-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--aw-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aw-neutral-border);\n  }\n\n  .aw-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .aw-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--aw-amber-glass);\n    font-weight: 700;\n  }\n\n  .aw-journey-intro,\n  .aw-accord-intro,\n  .aw-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--aw-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .aw-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--aw-pale);\n    border: 1px solid var(--aw-border);\n    border-radius: 8px;\n  }\n\n  .aw-journey-number,\n  .aw-accord-icon,\n  .aw-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--aw-deep-brown);\n    color: var(--aw-soft-gold);\n    border: 1px solid var(--aw-deep-brown);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .aw-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .aw-journey-card h4,\n  .aw-accord-card h4,\n  .aw-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--aw-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .aw-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .aw-journey-card p,\n  .aw-accord-card p,\n  .aw-trust-card p {\n    margin: 0;\n    color: var(--aw-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .aw-trust-card p {\n    color: #111111;\n  }\n\n  .aw-accord-card {\n    padding: 22px;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aw-trust-card {\n    padding: 28px 22px;\n    background: var(--aw-white);\n    border: 1px solid var(--aw-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .aw-accord-icon,\n  .aw-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .aw-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--aw-black) 0%, var(--aw-velvet-brown) 52%, var(--aw-amber-glass) 100%);\n    color: var(--aw-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .aw-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--aw-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aw-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aw-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aw-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--aw-pale);\n    border: 1px solid var(--aw-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aw-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--aw-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aw-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aw-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aw-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--aw-pale-2);\n    border: 1px solid var(--aw-border);\n    border-left: 6px solid var(--aw-amber-glass);\n    border-radius: 8px;\n  }\n\n  .aw-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--aw-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aw-performance-section p {\n    margin: 0;\n    color: var(--aw-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .aw-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--aw-border);\n  }\n\n  .aw-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--aw-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aw-faq-item {\n    background: var(--aw-white);\n    border-bottom: 1px solid var(--aw-border);\n  }\n\n  .aw-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--aw-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .aw-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .aw-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--aw-amber-glass);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .aw-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .aw-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--aw-text);\n    font-size: 1rem;\n  }\n\n  .aw-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .aitizaz-woody-wrapper {\n      padding: 35px;\n    }\n\n    .aw-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .aw-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .aw-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .aw-tagline {\n      font-size: 1.3rem;\n    }\n\n    .aw-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .aw-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .aw-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .aw-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .aw-notes-grid,\n    .aw-journey-grid,\n    .aw-accord-grid,\n    .aw-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .aw-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .aw-character-card {\n      padding: 35px;\n    }\n\n    .aw-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .aw-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .aw-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .aw-section-title,\n    .aw-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .aw-note-title {\n      font-size: 1.15rem;\n    }\n\n    .aw-note-description {\n      font-size: 1rem;\n    }\n\n    .aw-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .aw-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .aw-box-title {\n      font-size: 1.05rem;\n    }\n\n    .aw-detail-row,\n    .aw-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .aw-journey-intro,\n    .aw-accord-intro,\n    .aw-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .aw-journey-card h4,\n    .aw-accord-card h4,\n    .aw-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .aw-journey-card p,\n    .aw-accord-card p,\n    .aw-trust-card p {\n      font-size: 1rem;\n    }\n\n    .aw-statement-section {\n      padding: 44px;\n    }\n\n    .aw-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .aw-statement-section p,\n    .aw-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .aw-occasion-section {\n      padding: 38px;\n    }\n\n    .aw-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .aw-performance-section {\n      padding: 30px;\n    }\n\n    .aw-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .aw-trust-section {\n      padding: 44px 38px;\n    }\n\n    .aw-trust-card {\n      padding: 32px 26px;\n    }\n\n    .aw-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .aw-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .aw-notes-grid,\n    .aw-journey-grid,\n    .aw-accord-grid,\n    .aw-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .aitizaz-woody-wrapper {\n      padding: 10px;\n    }\n\n    .aw-header {\n      padding: 26px 8px;\n    }\n\n    .aw-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .aw-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .aw-tagline {\n      font-size: 0.95rem;\n    }\n\n    .aw-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .aw-detail-value {\n      text-align: left;\n    }\n\n    .aw-character-card {\n      padding: 24px 18px;\n    }\n\n    .aw-journey-section,\n    .aw-accord-section,\n    .aw-trust-section {\n      padding: 25px 15px;\n    }\n\n    .aw-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .aw-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .aw-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aitizaz-woody-wrapper\"\u003e\n\n  \u003cdiv class=\"aw-header\"\u003e\n    \u003cdiv class=\"aw-brand-tag\"\u003eAitizaz Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"aw-main-title\"\u003eWoody Velvet\u003c\/h2\u003e\n    \u003cp class=\"aw-tagline\"\u003e\n      “Vanilla warmth, neroli brightness, sweet fig, seductive gardenia and oriental-spicy elegance.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-intro-grid\"\u003e\n\n    \u003cdiv class=\"aw-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Aitizaz-Woody-Velvet-EDP-100ml.webp?v=1739208725\" alt=\"Aitizaz Woody Velvet EDP 100ml unisex perfume in amber brown glass bottle with black bronze cap, gold label and dark brown patterned box\" class=\"aw-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-story\"\u003e\n      \u003ch3\u003eFloral Oriental Velvet with Sweet Woody Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAitizaz Woody Velvet EDP\u003c\/strong\u003e, a refined\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e crafted for those who love an\n        oriental and spicy fragrance with a sweet, strong, elegant and delicate\n        floral-oriental personality.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This fragrance catches attention from the first impression, creating a\n        confident aura that feels warm, distinctive and polished. Its oriental\n        spice character gives it presence, while the floral sweetness keeps the\n        scent smooth and wearable.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Vanilla brings creamy warmth and a soft addictive sweetness, while\n        neroli, also known as orange blossom, adds a luminous floral-citrus\n        brightness. Together, they create a graceful opening that feels elegant\n        and inviting.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Fig adds a rich, slightly fruity depth, giving the fragrance a velvet\n        texture and a smooth sweet body. Seductive gardenia completes the\n        floral-oriental profile with creamy white floral sophistication and a\n        delicate sensual trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in an amber-brown glass bottle with a black and bronze cap,\n        gold label, warm liquid tone and matching dark brown patterned box,\n        Aitizaz Woody Velvet visually reflects its sweet oriental warmth and\n        luxury woody presentation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-notes-section\"\u003e\n\n    \u003ch3 class=\"aw-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"aw-notes-grid\"\u003e\n\n      \u003cdiv class=\"aw-note-card\"\u003e\n        \u003cdiv class=\"aw-note-label\"\u003eOpening Impression\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-title\"\u003eOriental Spice and Neroli Brightness\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-description\"\u003e\n          A warm oriental-spicy impression is lifted by neroli orange blossom,\n          giving the fragrance a bright and confident opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-note-card\"\u003e\n        \u003cdiv class=\"aw-note-label\"\u003eFloral Velvet Heart\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-title\"\u003eGardenia and Floral-Oriental Elegance\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-description\"\u003e\n          Seductive gardenia creates a creamy floral heart with delicate,\n          elegant and softly sensual character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-note-card\"\u003e\n        \u003cdiv class=\"aw-note-label\"\u003eSweet Velvet Trail\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-title\"\u003eVanilla and Figs\u003c\/div\u003e\n        \u003cdiv class=\"aw-note-description\"\u003e\n          Vanilla adds creamy sweetness, while fig gives the scent a smooth,\n          rich and velvety fruity depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-character-section\"\u003e\n\n    \u003cdiv class=\"aw-character-card\"\u003e\n      \u003ch3\u003eThe Neroli Gardenia Glow\u003c\/h3\u003e\n      \u003cp\u003e\n        Neroli orange blossom and gardenia bring luminous floral brightness,\n        creamy elegance and delicate sensuality to the fragrance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-character-card\"\u003e\n      \u003ch3\u003eThe Vanilla Fig Velvet\u003c\/h3\u003e\n      \u003cp\u003e\n        Vanilla and fig create a sweet, smooth and velvety trail that gives\n        Aitizaz Woody Velvet its memorable warmth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-details-grid\"\u003e\n\n    \u003cdiv class=\"aw-details-box\"\u003e\n      \u003ch4 class=\"aw-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eAitizaz Woody Velvet\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eVisible Bottle Branding\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eAiyad\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eUnisex \/ All Ages and Gender\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eFloral Oriental, Oriental and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eFeatured Notes\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eVanilla, Neroli, Fig, Gardenia\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003eMood\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eSweet, Strong, Elegant, Delicate and Confident\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-detail-row\"\u003e\n        \u003cspan class=\"aw-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"aw-detail-value\"\u003eAmber-Brown Bottle, Bronze Cap and Dark Patterned Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-highlights-box\"\u003e\n      \u003ch4 class=\"aw-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"aw-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum with oriental-spicy character\u003c\/li\u003e\n        \u003cli\u003eFloral-oriental aroma with sweet elegant depth\u003c\/li\u003e\n        \u003cli\u003eVanilla adds creamy warmth and softness\u003c\/li\u003e\n        \u003cli\u003eNeroli orange blossom gives fresh floral brightness\u003c\/li\u003e\n        \u003cli\u003eFig adds smooth fruity velvet richness\u003c\/li\u003e\n        \u003cli\u003eGardenia creates seductive white floral elegance\u003c\/li\u003e\n        \u003cli\u003eDesigned as a shared fragrance for all genders\u003c\/li\u003e\n        \u003cli\u003eConfident scent for daily and evening wear\u003c\/li\u003e\n        \u003cli\u003eSweet, strong, elegant and delicate personality\u003c\/li\u003e\n        \u003cli\u003eWarm amber-brown bottle presentation\u003c\/li\u003e\n        \u003cli\u003eDark patterned box with gold ornamental styling\u003c\/li\u003e\n        \u003cli\u003ePerfect must-have addition to a perfume collection\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-journey-section\"\u003e\n\n    \u003ch3 class=\"aw-section-title\"\u003eThe Aitizaz Woody Velvet Journey\u003c\/h3\u003e\n\n    \u003cp class=\"aw-journey-intro\"\u003e\n      A smooth floral-oriental journey from neroli brightness into gardenia\n      elegance, finishing with vanilla sweetness and fig velvet depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aw-journey-grid\"\u003e\n\n      \u003cdiv class=\"aw-journey-card\"\u003e\n        \u003cdiv class=\"aw-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eOriental Brightness\u003c\/h4\u003e\n        \u003cp\u003e\n          The fragrance opens with a confident oriental-spicy impression lifted\n          by neroli orange blossom brightness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-journey-card\"\u003e\n        \u003cdiv class=\"aw-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Elegance\u003c\/h4\u003e\n        \u003cp\u003e\n          Gardenia brings creamy floral sophistication with a sweet and delicate\n          floral-oriental aura.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-journey-card\"\u003e\n        \u003cdiv class=\"aw-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eSweet Velvet Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla and fig create a smooth, sweet and velvety finish with\n          memorable warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-accord-section\"\u003e\n\n    \u003ch3 class=\"aw-section-title\"\u003eThe Signature Woody Velvet Accords\u003c\/h3\u003e\n\n    \u003cp class=\"aw-accord-intro\"\u003e\n      A unisex Eau de Parfum shaped by oriental spice, floral brightness,\n      creamy gardenia, soft vanilla and rich fig sweetness.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aw-accord-grid\"\u003e\n\n      \u003cdiv class=\"aw-accord-card\"\u003e\n        \u003cdiv class=\"aw-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eNeroli Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Neroli orange blossom adds floral brightness and fresh elegance to the\n          oriental-spicy profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-accord-card\"\u003e\n        \u003cdiv class=\"aw-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eGardenia Velvet\u003c\/h4\u003e\n        \u003cp\u003e\n          Gardenia creates a seductive white floral heart with creamy, delicate\n          sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-accord-card\"\u003e\n        \u003cdiv class=\"aw-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eVanilla Fig\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla and fig give the fragrance its sweet, smooth and velvety\n          signature trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-statement-section\"\u003e\n    \u003ch3\u003eAmber-Brown Velvet with Floral Oriental Sweetness\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Woody Velvet blends oriental-spicy warmth with vanilla, neroli\n      orange blossom, fig and seductive gardenia. Its amber-brown bottle,\n      bronze-black cap, gold label and dark patterned box reflect a fragrance\n      designed to feel sweet, strong, elegant, delicate and confidently shared.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Confidence and Evening Elegance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Woody Velvet is suitable for daily wear, evening occasions,\n      gifting, signature scent styling and shared fragrance use. Its neroli and\n      gardenia give it floral elegance, while vanilla and fig bring sweet\n      oriental warmth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aitizaz Woody Velvet is presented as a 100ml Eau de Parfum with a\n      floral-oriental, oriental-spicy character. The fragrance features\n      vanilla, neroli orange blossom, fig and gardenia. Actual longevity and\n      projection can vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-trust-section\"\u003e\n\n    \u003ch3 class=\"aw-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"aw-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aw-trust-grid\"\u003e\n\n      \u003cdiv class=\"aw-trust-card\"\u003e\n        \u003cdiv class=\"aw-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-trust-card\"\u003e\n        \u003cdiv class=\"aw-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aw-trust-card\"\u003e\n        \u003cdiv class=\"aw-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aw-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Aitizaz Woody Velvet smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Woody Velvet is a floral-oriental fragrance with oriental and\n          spicy character, featuring vanilla, neroli orange blossom, fig and\n          seductive gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Aitizaz Woody Velvet EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Woody Velvet EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Aitizaz Woody Velvet?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Woody Velvet is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Woody Velvet unisex?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes it as a fragrance created to be\n          shared for all ages and gender.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the main notes in Aitizaz Woody Velvet?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The main featured notes are vanilla, neroli orange blossom, fig and\n          gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Woody Velvet a floral fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. It is described as a floral-oriental aroma with neroli orange\n          blossom and gardenia.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Woody Velvet sweet?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The scent is described as sweet, strong, elegant and delicate,\n          with vanilla and fig adding smooth sweetness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Aitizaz Woody Velvet?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Woody Velvet is suitable for daily confidence, evening wear,\n          gifting, signature scent styling and shared fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aitizaz Woody Velvet suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its warm amber-brown bottle, bronze cap and dark patterned box\n          create an attractive perfume presentation for gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aw-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Aitizaz Woody Velvet last?\u003c\/summary\u003e\n      \u003cdiv class=\"aw-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aitizaz Woody Velvet is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582509891830,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Aitizaz-Woody-Velvet-EDP-100ml.webp?v=1739208725"},{"product_id":"al-fares-edp-100ml","title":"Al Fares By Adyan EDP (100ml)","description":"\u003cstyle\u003e\n  .al-fares-wrapper {\n    --af-white: #ffffff;\n    --af-soft-white: #fbfbfa;\n    --af-pale: #f2f2f0;\n    --af-pale-2: #f8f8f6;\n    --af-border: #d7d7d3;\n    --af-neutral-border: #e6e5e1;\n    --af-trust-border: #dfddd7;\n\n    --af-black: #050505;\n    --af-ink: #0d0d0c;\n    --af-charcoal: #171716;\n    --af-graphite: #2d2e2d;\n    --af-pattern-black: #111111;\n    --af-silver: #c8c8c3;\n    --af-bright-silver: #eeeeea;\n    --af-soft-silver: #f5f4ef;\n    --af-chrome: #d8d8d4;\n    --af-label-ivory: #f4f1e9;\n    --af-rose: #b75a64;\n    --af-lemon: #ddd267;\n    --af-vanilla: #ead7ad;\n    --af-tonka: #7b5b3c;\n    --af-cedar: #61412a;\n    --af-sandal: #927052;\n    --af-oud: #2c160d;\n    --af-jasmine: #f4eadc;\n    --af-musk: #f2eee7;\n    --af-amber: #b17232;\n    --af-character-bg: linear-gradient(135deg, #050505 0%, #171716 52%, #2d2e2d 100%);\n\n    --af-heading: #171717;\n    --af-text: #454543;\n    --af-muted: #70706d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--af-white);\n    color: var(--af-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .al-fares-wrapper *,\n  .al-fares-wrapper *::before,\n  .al-fares-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .af-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--af-white);\n    border-bottom: 1px solid var(--af-border);\n    text-align: center;\n  }\n\n  .af-brand-tag {\n    margin-bottom: 8px;\n    color: var(--af-graphite);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .af-main-title {\n    margin: 0 0 10px;\n    color: var(--af-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .af-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--af-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .af-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .af-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 10px;\n  }\n\n  .af-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .af-story h3 {\n    margin: 0 0 16px;\n    color: var(--af-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .af-story p {\n    margin: 0 0 17px;\n    color: var(--af-text);\n    font-size: 1.05rem;\n  }\n\n  .af-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .af-section-title {\n    margin: 0 0 25px;\n    color: var(--af-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .af-notes-section,\n  .af-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 10px;\n  }\n\n  .af-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--af-pale);\n    border: 1px solid var(--af-border);\n    border-radius: 10px;\n  }\n\n  .af-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 10px;\n  }\n\n  .af-video-title {\n    margin: 0 0 8px;\n    color: var(--af-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .af-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--af-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .af-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 8px;\n  }\n\n  .af-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--af-white);\n    border: 0;\n  }\n\n  .af-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .af-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--af-black);\n    color: var(--af-white);\n    border: 1px solid var(--af-black);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .af-instagram-link a:hover {\n    background: var(--af-graphite);\n    border-color: var(--af-graphite);\n  }\n\n  .af-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-trust-border);\n    border-radius: 10px;\n  }\n\n  .af-notes-grid,\n  .af-journey-grid,\n  .af-accord-grid,\n  .af-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .af-note-card {\n    padding: 22px;\n    background: var(--af-pale-2);\n    border: 1px solid var(--af-border);\n    border-top: 4px solid var(--af-graphite);\n    border-radius: 8px;\n  }\n\n  .af-note-label {\n    margin-bottom: 7px;\n    color: var(--af-graphite);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .af-note-title {\n    margin-bottom: 7px;\n    color: var(--af-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .af-note-description {\n    color: var(--af-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .af-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--af-silver);\n    border: 1px solid var(--af-silver);\n    border-radius: 10px;\n  }\n\n  .af-character-card {\n    padding: 30px 24px;\n    background: var(--af-character-bg);\n    color: var(--af-white);\n  }\n\n  .af-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--af-bright-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .af-character-card p {\n    margin: 0;\n    color: var(--af-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .af-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .af-details-box,\n  .af-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 8px;\n  }\n\n  .af-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--af-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--af-neutral-border);\n  }\n\n  .af-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--af-neutral-border);\n  }\n\n  .af-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .af-detail-label {\n    color: var(--af-muted);\n    font-weight: 600;\n  }\n\n  .af-detail-value {\n    color: var(--af-heading);\n    text-align: right;\n  }\n\n  .af-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .af-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--af-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--af-neutral-border);\n  }\n\n  .af-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .af-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--af-graphite);\n    font-weight: 700;\n  }\n\n  .af-journey-intro,\n  .af-accord-intro,\n  .af-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--af-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .af-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--af-pale);\n    border: 1px solid var(--af-border);\n    border-radius: 8px;\n  }\n\n  .af-journey-number,\n  .af-accord-icon,\n  .af-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--af-black);\n    color: var(--af-bright-silver);\n    border: 1px solid var(--af-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .af-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .af-journey-card h4,\n  .af-accord-card h4,\n  .af-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--af-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .af-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .af-journey-card p,\n  .af-accord-card p,\n  .af-trust-card p {\n    margin: 0;\n    color: var(--af-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .af-trust-card p {\n    color: #111111;\n  }\n\n  .af-accord-card {\n    padding: 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .af-trust-card {\n    padding: 28px 22px;\n    background: var(--af-white);\n    border: 1px solid var(--af-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .af-accord-icon,\n  .af-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .af-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--af-black) 0%, var(--af-charcoal) 52%, var(--af-graphite) 100%);\n    color: var(--af-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .af-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--af-bright-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .af-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--af-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .af-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--af-pale);\n    border: 1px solid var(--af-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .af-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--af-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .af-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--af-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .af-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--af-pale-2);\n    border: 1px solid var(--af-border);\n    border-left: 6px solid var(--af-graphite);\n    border-radius: 8px;\n  }\n\n  .af-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--af-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .af-performance-section p {\n    margin: 0;\n    color: var(--af-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .af-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--af-border);\n  }\n\n  .af-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--af-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .af-faq-item {\n    background: var(--af-white);\n    border-bottom: 1px solid var(--af-border);\n  }\n\n  .af-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--af-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .af-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .af-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--af-graphite);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .af-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .af-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--af-text);\n    font-size: 1rem;\n  }\n\n  .af-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .al-fares-wrapper {\n      padding: 35px;\n    }\n\n    .af-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .af-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .af-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .af-tagline {\n      font-size: 1.3rem;\n    }\n\n    .af-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .af-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .af-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .af-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .af-notes-grid,\n    .af-journey-grid,\n    .af-accord-grid,\n    .af-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .af-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .af-character-card {\n      padding: 35px;\n    }\n\n    .af-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .af-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .af-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .af-section-title,\n    .af-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .af-video-title {\n      font-size: 1.55rem;\n    }\n\n    .af-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .af-note-title {\n      font-size: 1.15rem;\n    }\n\n    .af-note-description {\n      font-size: 1rem;\n    }\n\n    .af-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .af-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .af-box-title {\n      font-size: 1.05rem;\n    }\n\n    .af-detail-row,\n    .af-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .af-journey-intro,\n    .af-accord-intro,\n    .af-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .af-journey-card h4,\n    .af-accord-card h4,\n    .af-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .af-journey-card p,\n    .af-accord-card p,\n    .af-trust-card p {\n      font-size: 1rem;\n    }\n\n    .af-statement-section {\n      padding: 44px;\n    }\n\n    .af-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .af-statement-section p,\n    .af-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .af-occasion-section {\n      padding: 38px;\n    }\n\n    .af-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .af-performance-section {\n      padding: 30px;\n    }\n\n    .af-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .af-trust-section {\n      padding: 44px 38px;\n    }\n\n    .af-trust-card {\n      padding: 32px 26px;\n    }\n\n    .af-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .af-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .af-notes-grid,\n    .af-journey-grid,\n    .af-accord-grid,\n    .af-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .al-fares-wrapper {\n      padding: 10px;\n    }\n\n    .af-header {\n      padding: 26px 8px;\n    }\n\n    .af-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .af-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .af-tagline {\n      font-size: 0.95rem;\n    }\n\n    .af-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .af-detail-value {\n      text-align: left;\n    }\n\n    .af-character-card {\n      padding: 24px 18px;\n    }\n\n    .af-journey-section,\n    .af-accord-section,\n    .af-video-section,\n    .af-trust-section {\n      padding: 25px 15px;\n    }\n\n    .af-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .af-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .af-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .af-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"al-fares-wrapper\"\u003e\n\n  \u003cdiv class=\"af-header\"\u003e\n    \u003cdiv class=\"af-brand-tag\"\u003eAdyan Prestige Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"af-main-title\"\u003eAl Fares\u003c\/h2\u003e\n    \u003cp class=\"af-tagline\"\u003e\n      “Fresh rosy citrus, creamy vanilla tonka woods, rich oud, jasmine, musk and amber.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-intro-grid\"\u003e\n\n    \u003cdiv class=\"af-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Al-Fares-EDP-100ml.jpg?v=1739208755\" alt=\"Al Fares by Adyan Prestige EDP 100ml men's oud perfume with black patterned bottle, silver label, horse icon, black box and polished silver cap\" class=\"af-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"af-story\"\u003e\n      \u003ch3\u003eTraditional Oud Masculinity with Matte Black Elegance\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAl Fares by Adyan Prestige\u003c\/strong\u003e, a bold\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created around a\n        traditional Arabic perfume identity with oriental depth, warm spices,\n        smooth woods and a refined oud signature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with fresh rosy and lemonish brightness. This\n        opening gives Al Fares a lively first impression, balancing floral\n        freshness with citrus clarity before the warmer oriental character\n        begins to unfold.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In the heart, vanilla, tonka, cedar and sandal create a smooth,\n        creamy and woody centre. The sweetness of vanilla and tonka is grounded\n        by cedar and sandalwood, giving the scent a polished masculine\n        structure.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base brings oud, jasmine, musk and amber together for a rich,\n        sensual and long-lasting oriental trail. The oud adds intensity,\n        jasmine adds elegance, musk softens the dry-down and amber leaves a\n        warm luxurious finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a clear glass bottle with a black patterned front,\n        silver label, horse icon, Adyan Prestige branding and a polished\n        silver-black cap, Al Fares visually reflects its sleek matte black\n        packaging, engraved design and traditional Arabic fragrance character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-notes-section\"\u003e\n\n    \u003ch3 class=\"af-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"af-notes-grid\"\u003e\n\n      \u003cdiv class=\"af-note-card\"\u003e\n        \u003cdiv class=\"af-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"af-note-title\"\u003eFresh Rosy and Lemonish\u003c\/div\u003e\n        \u003cdiv class=\"af-note-description\"\u003e\n          Fresh rosy tones meet a lemonish brightness, creating a refined\n          opening with floral freshness and citrus lift.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-note-card\"\u003e\n        \u003cdiv class=\"af-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"af-note-title\"\u003eVanilla, Tonka, Cedar and Sandal\u003c\/div\u003e\n        \u003cdiv class=\"af-note-description\"\u003e\n          Vanilla and tonka add smooth sweetness, while cedar and sandal create\n          a warm woody masculine heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-note-card\"\u003e\n        \u003cdiv class=\"af-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"af-note-title\"\u003eOudh, Jasmine, Musk and Amber\u003c\/div\u003e\n        \u003cdiv class=\"af-note-description\"\u003e\n          Oudh, jasmine, musk and amber create a deep, elegant and luxurious\n          oriental trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-character-section\"\u003e\n\n    \u003cdiv class=\"af-character-card\"\u003e\n      \u003ch3\u003eThe Rosy Lemonish Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Fresh rosy brightness and lemonish clarity give Al Fares its lively,\n        elegant and instantly appealing first impression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"af-character-card\"\u003e\n      \u003ch3\u003eThe Oud Amber Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Oudh, jasmine, musk and amber settle into a rich oriental base with\n        masculine depth and lasting sophistication.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-details-grid\"\u003e\n\n    \u003cdiv class=\"af-details-box\"\u003e\n      \u003ch4 class=\"af-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eAl Fares\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eAdyan Prestige\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eOriental\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eFresh Rosy, Lemonish\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eVanilla, Tonka, Cedar, Sandal\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eOudh, Jasmine, Musk, Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-detail-row\"\u003e\n        \u003cspan class=\"af-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"af-detail-value\"\u003eBlack Patterned Bottle, Silver Label and Polished Cap\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"af-highlights-box\"\u003e\n      \u003ch4 class=\"af-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"af-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum by Adyan Prestige\u003c\/li\u003e\n        \u003cli\u003eOriental oud perfume created for men\u003c\/li\u003e\n        \u003cli\u003eFresh rosy and lemonish opening\u003c\/li\u003e\n        \u003cli\u003eVanilla adds smooth sweetness\u003c\/li\u003e\n        \u003cli\u003eTonka gives creamy warmth\u003c\/li\u003e\n        \u003cli\u003eCedar adds refined woody structure\u003c\/li\u003e\n        \u003cli\u003eSandal brings soft masculine smoothness\u003c\/li\u003e\n        \u003cli\u003eOudh creates a rich traditional Arabic base\u003c\/li\u003e\n        \u003cli\u003eJasmine adds elegant floral depth\u003c\/li\u003e\n        \u003cli\u003eMusk softens the final trail\u003c\/li\u003e\n        \u003cli\u003eAmber gives warmth and luxury\u003c\/li\u003e\n        \u003cli\u003eBest suited for evening galas and late-night parties\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-journey-section\"\u003e\n\n    \u003ch3 class=\"af-section-title\"\u003eThe Al Fares Journey\u003c\/h3\u003e\n\n    \u003cp class=\"af-journey-intro\"\u003e\n      A traditional masculine journey from fresh rosy lemonish brightness into\n      vanilla, tonka, cedar and sandal, finishing with oudh, jasmine, musk and\n      amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"af-journey-grid\"\u003e\n\n      \u003cdiv class=\"af-journey-card\"\u003e\n        \u003cdiv class=\"af-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Rosy Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh rosy and lemonish notes give the fragrance a bright, elegant\n          and uplifting first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-journey-card\"\u003e\n        \u003cdiv class=\"af-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eVanilla Tonka Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla, tonka, cedar and sandal create a sweet, smooth and woody\n          masculine heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-journey-card\"\u003e\n        \u003cdiv class=\"af-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Amber Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Oudh, jasmine, musk and amber leave a rich oriental trail with warmth\n          and refined depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-accord-section\"\u003e\n\n    \u003ch3 class=\"af-section-title\"\u003eThe Signature Al Fares Accords\u003c\/h3\u003e\n\n    \u003cp class=\"af-accord-intro\"\u003e\n      A masculine Eau de Parfum shaped by fresh rosy citrus, creamy sweet\n      woods, traditional oud, jasmine, musk and warm amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"af-accord-grid\"\u003e\n\n      \u003cdiv class=\"af-accord-card\"\u003e\n        \u003cdiv class=\"af-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eRosy Lemonish\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh rosy and lemonish facets open the fragrance with brightness and\n          elegant floral-citrus clarity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-accord-card\"\u003e\n        \u003cdiv class=\"af-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eVanilla Cedar Sandal\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla, tonka, cedar and sandal create a smooth heart with sweet\n          warmth and woody restraint.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-accord-card\"\u003e\n        \u003cdiv class=\"af-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud Musk Amber\u003c\/h4\u003e\n        \u003cp\u003e\n          Oudh, jasmine, musk and amber form the deep oriental signature of Al\n          Fares.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-video-section\"\u003e\n    \u003ch3 class=\"af-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"af-video-subtitle\"\u003e\n      Watch the Al Fares presentation and explore its black matte, silver\n      detailed, traditional oud and masculine Adyan Prestige Eau de Parfum mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"af-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/p\/DIqbNcmKgLs\/embed\/\" title=\"Al Fares by Adyan Prestige EDP Instagram Video\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"af-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/p\/DIqbNcmKgLs\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-statement-section\"\u003e\n    \u003ch3\u003eMatte Black Tradition with Rich Oud Elegance\u003c\/h3\u003e\n    \u003cp\u003e\n      Al Fares opens with fresh rosy and lemonish brightness, develops through\n      vanilla, tonka, cedar and sandal, then settles into oudh, jasmine, musk\n      and amber. Its black patterned bottle, silver label, horse icon and\n      polished cap reflect a fragrance designed for traditional Arabic\n      elegance, masculine depth and evening sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evening Galas and Late-Night Parties\u003c\/h3\u003e\n    \u003cp\u003e\n      Al Fares is especially suited to evening galas, late-night parties,\n      formal occasions, festive styling and confident masculine signature wear.\n      Its fresh opening keeps the scent refined, while the oud, musk and amber\n      base gives it a rich traditional trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Al Fares is presented as a 100ml Eau de Parfum with an Oriental oud\n      character. The product page describes the fragrance as long lasting with\n      a rich oud intensity, while actual longevity and projection can vary\n      depending on skin chemistry, application amount, clothing, temperature\n      and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-trust-section\"\u003e\n\n    \u003ch3 class=\"af-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"af-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"af-trust-grid\"\u003e\n\n      \u003cdiv class=\"af-trust-card\"\u003e\n        \u003cdiv class=\"af-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-trust-card\"\u003e\n        \u003cdiv class=\"af-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"af-trust-card\"\u003e\n        \u003cdiv class=\"af-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"af-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Al Fares by Adyan Prestige smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Al Fares opens with fresh rosy and lemonish notes, develops with\n          vanilla, tonka, cedar and sandal, and settles into oudh, jasmine,\n          musk and amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Al Fares EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Al Fares by Adyan Prestige is supplied in a 100ml Eau de Parfum\n          bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Al Fares is listed as an Eau de Parfum EDP.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Al Fares for men?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Al Fares by Adyan Prestige is described as a men's oud perfume.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat fragrance family is Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Al Fares is described as an Oriental oud perfume with an Oriental\n          fragrance note category.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are Fresh Rosy and Lemonish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are Vanilla, Tonka, Cedar and Sandal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are Oudh, Jasmine, Musk and Amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Al Fares is especially suited to evening galas, late-night parties,\n          formal occasions, festive styling and confident masculine signature\n          wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow should I apply Al Fares?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Apply Al Fares to clothing or pulse points such as the neck and\n          wrists. Start with a small amount and adjust according to preference.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"af-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Al Fares last?\u003c\/summary\u003e\n      \u003cdiv class=\"af-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Al Fares as long lasting with rich oud\n          intensity. Actual performance can vary depending on skin chemistry,\n          application amount, clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582514446582,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Al-Fares-EDP-100ml.jpg?v=1739208755"},{"product_id":"alive-homme-intense-edp-100ml","title":"Alive Homme Intense EDP (100ml)","description":"\u003cstyle\u003e\n  .alive-homme-wrapper {\n    --ah-white: #ffffff;\n    --ah-soft-white: #fbfbfa;\n    --ah-pale: #f1f2f2;\n    --ah-pale-2: #f8f8f7;\n    --ah-border: #d6d8d8;\n    --ah-neutral-border: #e5e5e2;\n    --ah-trust-border: #ddddda;\n\n    --ah-black: #050505;\n    --ah-charcoal: #151515;\n    --ah-graphite: #2c2f31;\n    --ah-steel: #6f7678;\n    --ah-silver: #c6c8c6;\n    --ah-bright-silver: #e8e8e5;\n    --ah-soft-silver: #f3f3f1;\n    --ah-red: #b22325;\n    --ah-deep-red: #7c1115;\n    --ah-bergamot: #d9cf55;\n    --ah-lemon: #e7dc62;\n    --ah-pepper: #23201e;\n    --ah-lavender: #7d72aa;\n    --ah-patchouli: #3a2a20;\n    --ah-amber: #b17232;\n    --ah-vetiver: #4c563b;\n    --ah-tonka: #806043;\n    --ah-musk: #f4efe8;\n    --ah-character-bg: linear-gradient(135deg, #050505 0%, #2c2f31 52%, #7c1115 100%);\n\n    --ah-heading: #171717;\n    --ah-text: #434546;\n    --ah-muted: #6f7375;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ah-white);\n    color: var(--ah-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .alive-homme-wrapper *,\n  .alive-homme-wrapper *::before,\n  .alive-homme-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ah-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ah-white);\n    border-bottom: 1px solid var(--ah-border);\n    text-align: center;\n  }\n\n  .ah-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ah-red);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ah-main-title {\n    margin: 0 0 10px;\n    color: var(--ah-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ah-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ah-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ah-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ah-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-border);\n    border-radius: 10px;\n  }\n\n  .ah-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ah-story h3 {\n    margin: 0 0 16px;\n    color: var(--ah-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ah-story p {\n    margin: 0 0 17px;\n    color: var(--ah-text);\n    font-size: 1.05rem;\n  }\n\n  .ah-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ah-section-title {\n    margin: 0 0 25px;\n    color: var(--ah-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ah-notes-section,\n  .ah-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-border);\n    border-radius: 10px;\n  }\n\n  .ah-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ah-pale);\n    border: 1px solid var(--ah-border);\n    border-radius: 10px;\n  }\n\n  .ah-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-trust-border);\n    border-radius: 10px;\n  }\n\n  .ah-notes-grid,\n  .ah-journey-grid,\n  .ah-accord-grid,\n  .ah-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ah-note-card {\n    padding: 22px;\n    background: var(--ah-pale-2);\n    border: 1px solid var(--ah-border);\n    border-top: 4px solid var(--ah-red);\n    border-radius: 8px;\n  }\n\n  .ah-note-label {\n    margin-bottom: 7px;\n    color: var(--ah-red);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ah-note-title {\n    margin-bottom: 7px;\n    color: var(--ah-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ah-note-description {\n    color: var(--ah-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ah-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ah-silver);\n    border: 1px solid var(--ah-silver);\n    border-radius: 10px;\n  }\n\n  .ah-character-card {\n    padding: 30px 24px;\n    background: var(--ah-character-bg);\n    color: var(--ah-white);\n  }\n\n  .ah-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ah-bright-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ah-character-card p {\n    margin: 0;\n    color: var(--ah-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ah-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ah-details-box,\n  .ah-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-border);\n    border-radius: 8px;\n  }\n\n  .ah-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ah-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ah-neutral-border);\n  }\n\n  .ah-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ah-neutral-border);\n  }\n\n  .ah-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ah-detail-label {\n    color: var(--ah-muted);\n    font-weight: 600;\n  }\n\n  .ah-detail-value {\n    color: var(--ah-heading);\n    text-align: right;\n  }\n\n  .ah-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ah-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ah-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ah-neutral-border);\n  }\n\n  .ah-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ah-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ah-red);\n    font-weight: 700;\n  }\n\n  .ah-journey-intro,\n  .ah-accord-intro,\n  .ah-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ah-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ah-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ah-pale);\n    border: 1px solid var(--ah-border);\n    border-radius: 8px;\n  }\n\n  .ah-journey-number,\n  .ah-accord-icon,\n  .ah-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ah-charcoal);\n    color: var(--ah-bright-silver);\n    border: 1px solid var(--ah-charcoal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ah-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ah-journey-card h4,\n  .ah-accord-card h4,\n  .ah-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ah-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ah-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ah-journey-card p,\n  .ah-accord-card p,\n  .ah-trust-card p {\n    margin: 0;\n    color: var(--ah-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ah-trust-card p {\n    color: #111111;\n  }\n\n  .ah-accord-card {\n    padding: 22px;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ah-trust-card {\n    padding: 28px 22px;\n    background: var(--ah-white);\n    border: 1px solid var(--ah-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ah-accord-icon,\n  .ah-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ah-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ah-black) 0%, var(--ah-graphite) 52%, var(--ah-deep-red) 100%);\n    color: var(--ah-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ah-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ah-bright-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ah-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ah-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ah-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ah-pale);\n    border: 1px solid var(--ah-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ah-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ah-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ah-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ah-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ah-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ah-pale-2);\n    border: 1px solid var(--ah-border);\n    border-left: 6px solid var(--ah-red);\n    border-radius: 8px;\n  }\n\n  .ah-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ah-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ah-performance-section p {\n    margin: 0;\n    color: var(--ah-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ah-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ah-border);\n  }\n\n  .ah-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ah-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ah-faq-item {\n    background: var(--ah-white);\n    border-bottom: 1px solid var(--ah-border);\n  }\n\n  .ah-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ah-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ah-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ah-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ah-red);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ah-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ah-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ah-text);\n    font-size: 1rem;\n  }\n\n  .ah-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .alive-homme-wrapper {\n      padding: 35px;\n    }\n\n    .ah-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ah-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ah-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ah-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ah-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ah-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ah-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ah-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ah-notes-grid,\n    .ah-journey-grid,\n    .ah-accord-grid,\n    .ah-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ah-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ah-character-card {\n      padding: 35px;\n    }\n\n    .ah-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ah-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ah-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ah-section-title,\n    .ah-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ah-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ah-note-description {\n      font-size: 1rem;\n    }\n\n    .ah-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ah-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ah-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ah-detail-row,\n    .ah-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ah-journey-intro,\n    .ah-accord-intro,\n    .ah-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ah-journey-card h4,\n    .ah-accord-card h4,\n    .ah-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ah-journey-card p,\n    .ah-accord-card p,\n    .ah-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ah-statement-section {\n      padding: 44px;\n    }\n\n    .ah-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ah-statement-section p,\n    .ah-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ah-occasion-section {\n      padding: 38px;\n    }\n\n    .ah-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ah-performance-section {\n      padding: 30px;\n    }\n\n    .ah-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ah-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ah-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ah-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ah-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ah-notes-grid,\n    .ah-journey-grid,\n    .ah-accord-grid,\n    .ah-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .alive-homme-wrapper {\n      padding: 10px;\n    }\n\n    .ah-header {\n      padding: 26px 8px;\n    }\n\n    .ah-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ah-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ah-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ah-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ah-detail-value {\n      text-align: left;\n    }\n\n    .ah-character-card {\n      padding: 24px 18px;\n    }\n\n    .ah-journey-section,\n    .ah-accord-section,\n    .ah-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ah-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ah-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ah-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"alive-homme-wrapper\"\u003e\n\n  \u003cdiv class=\"ah-header\"\u003e\n    \u003cdiv class=\"ah-brand-tag\"\u003eAdyan Perfumes Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ah-main-title\"\u003eAlive Homme Intense\u003c\/h2\u003e\n    \u003cp class=\"ah-tagline\"\u003e\n      “Bergamot, lemon, black pepper, lavender, smoky vetiver and masculine amber warmth.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-intro-grid\"\u003e\n\n    \u003cdiv class=\"ah-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Alive-Homme-Intense.webp?v=1739208779\" alt=\"Alive Homme Intense EDP 100ml silver bottle with black cap, Asten branding and red Intense accent\" class=\"ah-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ah-story\"\u003e\n      \u003ch3\u003eModern Masculinity with Silver Intense Confidence\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAlive Homme Intense\u003c\/strong\u003e, a powerful\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e crafted to embody strength,\n        allure and the confident presence of modern masculinity.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with citrusy bergamot and zesty lemon, instantly\n        creating a bright, invigorating and energetic first impression. This\n        fresh opening gives the composition lift before the deeper spicy and\n        woody layers begin to develop.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        As the scent evolves, black pepper and aromatic lavender add warmth,\n        spice and sophistication. The contrast between sharp pepper and smooth\n        lavender gives Alive Homme Intense a refined masculine character that\n        feels bold without losing elegance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Earthy patchouli, sensual amber and smoky vetiver form the heart of\n        the fragrance, creating a seductive and intoxicating aura. Tonka bean\n        adds sweetness, while musk wraps the composition in warmth and leaves a\n        memorable final impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a brushed silver bottle with a black cap, clean black\n        typography and a red Intense accent, Alive Homme Intense visually\n        reflects its sharp, confident and modern masculine identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-notes-section\"\u003e\n\n    \u003ch3 class=\"ah-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ah-notes-grid\"\u003e\n\n      \u003cdiv class=\"ah-note-card\"\u003e\n        \u003cdiv class=\"ah-note-label\"\u003eOpening Notes\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-title\"\u003eBergamot and Lemon\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-description\"\u003e\n          Citrusy bergamot and zesty lemon create a fresh, bright and\n          energising opening that instantly awakens the senses.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-note-card\"\u003e\n        \u003cdiv class=\"ah-note-label\"\u003eSpicy Aromatic Heart\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-title\"\u003eBlack Pepper and Lavender\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-description\"\u003e\n          Black pepper adds warmth and intensity, while lavender gives the\n          fragrance aromatic smoothness and refined masculine elegance.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-note-card\"\u003e\n        \u003cdiv class=\"ah-note-label\"\u003eDeep Signature Base\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-title\"\u003ePatchouli, Amber, Vetiver, Tonka Bean and Musk\u003c\/div\u003e\n        \u003cdiv class=\"ah-note-description\"\u003e\n          Patchouli, amber and smoky vetiver create depth, balanced by tonka\n          bean sweetness and the warm embrace of musk.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-character-section\"\u003e\n\n    \u003cdiv class=\"ah-character-card\"\u003e\n      \u003ch3\u003eThe Citrus Pepper Energy\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot, lemon and black pepper give Alive Homme Intense its sharp,\n        energising and attention-catching masculine opening.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ah-character-card\"\u003e\n      \u003ch3\u003eThe Smoky Amber Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Patchouli, amber, smoky vetiver, tonka bean and musk settle into a\n        warm, seductive and confident dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-details-grid\"\u003e\n\n    \u003cdiv class=\"ah-details-box\"\u003e\n      \u003ch4 class=\"ah-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eAlive Homme Intense\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eFragrance House\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eAdyan Perfumes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eBottle Branding\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eOpening Notes\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eBergamot, Lemon\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eAromatic Notes\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eBlack Pepper, Lavender\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003eDeep Notes\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003ePatchouli, Amber, Vetiver, Tonka Bean, Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-detail-row\"\u003e\n        \u003cspan class=\"ah-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ah-detail-value\"\u003eSilver Bottle, Black Cap and Red Intense Accent\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ah-highlights-box\"\u003e\n      \u003ch4 class=\"ah-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ah-highlights-list\"\u003e\n        \u003cli\u003e100ml Eau de Parfum with confident masculine character\u003c\/li\u003e\n        \u003cli\u003eCitrusy bergamot creates a bright opening\u003c\/li\u003e\n        \u003cli\u003eZesty lemon adds energy and freshness\u003c\/li\u003e\n        \u003cli\u003eBlack pepper gives warmth and spicy intensity\u003c\/li\u003e\n        \u003cli\u003eLavender adds aromatic sophistication\u003c\/li\u003e\n        \u003cli\u003ePatchouli creates earthy depth\u003c\/li\u003e\n        \u003cli\u003eAmber brings sensual warmth\u003c\/li\u003e\n        \u003cli\u003eVetiver adds smoky masculine nuance\u003c\/li\u003e\n        \u003cli\u003eTonka bean gives smooth sweetness\u003c\/li\u003e\n        \u003cli\u003eMusk leaves a warm final impression\u003c\/li\u003e\n        \u003cli\u003eIdeal for the modern discerning gentleman\u003c\/li\u003e\n        \u003cli\u003eSilver, black and red presentation matches the intense mood\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-journey-section\"\u003e\n\n    \u003ch3 class=\"ah-section-title\"\u003eThe Alive Homme Intense Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ah-journey-intro\"\u003e\n      A confident masculine journey from bergamot and lemon freshness into\n      black pepper, lavender, patchouli, amber, smoky vetiver, tonka bean and\n      musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ah-journey-grid\"\u003e\n\n      \u003cdiv class=\"ah-journey-card\"\u003e\n        \u003cdiv class=\"ah-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and lemon create a fresh, energising and instantly\n          invigorating start.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-journey-card\"\u003e\n        \u003cdiv class=\"ah-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSpicy Aromatic Depth\u003c\/h4\u003e\n        \u003cp\u003e\n          Black pepper and lavender add warmth, sophistication and confident\n          masculine refinement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-journey-card\"\u003e\n        \u003cdiv class=\"ah-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eSmoky Warm Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Patchouli, amber, vetiver, tonka bean and musk create a seductive and\n          lasting final impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-accord-section\"\u003e\n\n    \u003ch3 class=\"ah-section-title\"\u003eThe Signature Alive Homme Intense Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ah-accord-intro\"\u003e\n      A modern masculine Eau de Parfum shaped by citrus freshness, peppery\n      warmth, aromatic lavender, smoky vetiver, sensual amber, sweet tonka bean\n      and soft musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ah-accord-grid\"\u003e\n\n      \u003cdiv class=\"ah-accord-card\"\u003e\n        \u003cdiv class=\"ah-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot Lemon\u003c\/h4\u003e\n        \u003cp\u003e\n          Citrusy bergamot and zesty lemon create a bright, fresh and energetic\n          opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-accord-card\"\u003e\n        \u003cdiv class=\"ah-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePepper Lavender\u003c\/h4\u003e\n        \u003cp\u003e\n          Black pepper adds spicy warmth while lavender creates aromatic\n          sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-accord-card\"\u003e\n        \u003cdiv class=\"ah-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmber Vetiver Musk\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, smoky vetiver, patchouli, tonka bean and musk create the warm\n          masculine trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-statement-section\"\u003e\n    \u003ch3\u003eSilver Intensity with Smoky Masculine Warmth\u003c\/h3\u003e\n    \u003cp\u003e\n      Alive Homme Intense opens with bergamot and lemon, develops through black\n      pepper and lavender, then settles into patchouli, amber, smoky vetiver,\n      tonka bean and musk. Its silver bottle, black cap and red Intense detail\n      reflect a fragrance designed for power, elegance, confidence and modern\n      masculine allure.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Modern Masculine Presence\u003c\/h3\u003e\n    \u003cp\u003e\n      Alive Homme Intense is suitable for evenings, business styling, social\n      occasions, dates, confident daily wear and signature masculine\n      presentation. Its citrus opening feels fresh, while the amber, vetiver,\n      tonka bean and musk base gives the fragrance depth and presence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Alive Homme Intense is presented as a 100ml Eau de Parfum with citrus,\n      spicy, aromatic, smoky, amber and musky character. The composition is\n      designed to leave a memorable impression, while actual longevity and\n      projection can vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-trust-section\"\u003e\n\n    \u003ch3 class=\"ah-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ah-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ah-trust-grid\"\u003e\n\n      \u003cdiv class=\"ah-trust-card\"\u003e\n        \u003cdiv class=\"ah-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-trust-card\"\u003e\n        \u003cdiv class=\"ah-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ah-trust-card\"\u003e\n        \u003cdiv class=\"ah-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ah-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Alive Homme Intense smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense opens with citrusy bergamot and zesty lemon,\n          develops with black pepper and lavender, and settles into patchouli,\n          amber, smoky vetiver, tonka bean and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Alive Homme Intense EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Alive Homme Intense?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Alive Homme Intense for men?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Alive Homme Intense is described as a modern masculine fragrance\n          and an ideal choice for the modern, discerning gentleman.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the opening notes in Alive Homme Intense?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The opening features citrusy bergamot and zesty lemon.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Alive Homme Intense have spicy notes?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Black pepper gives the fragrance a warm and spicy character,\n          while lavender adds aromatic sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the deeper notes in Alive Homme Intense?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The deeper notes include patchouli, amber, smoky vetiver, tonka bean\n          and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Alive Homme Intense a woody fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense has woody and earthy depth through patchouli and\n          smoky vetiver, supported by amber, tonka bean and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Alive Homme Intense?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense is suitable for evenings, business styling,\n          social occasions, dates, confident daily wear and signature masculine\n          presentation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ah-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Alive Homme Intense last?\u003c\/summary\u003e\n      \u003cdiv class=\"ah-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Alive Homme Intense is an Eau de Parfum. Actual longevity and\n          projection can vary depending on skin chemistry, application amount,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582522015990,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Alive-Homme-Intense.webp?v=1739208779"},{"product_id":"all-you-need-is-love-edp-100ml","title":"All You Need Is Love EDP (100ml)","description":"\u003cstyle\u003e\n  .all-love-wrapper {\n    --al-white: #ffffff;\n    --al-soft-white: #fbfcfd;\n    --al-pale: #f2f5f7;\n    --al-pale-2: #f8fafb;\n    --al-border: #d7dde2;\n    --al-neutral-border: #e4e8eb;\n    --al-trust-border: #dce1e5;\n\n    --al-black: #050505;\n    --al-ink: #0e1115;\n    --al-charcoal: #1b1f24;\n    --al-graphite: #2c3238;\n    --al-smoke: #59636d;\n    --al-silver: #c5cbd0;\n    --al-polished-silver: #e2e5e7;\n    --al-soft-silver: #f0f2f3;\n    --al-marine: #1f6f95;\n    --al-deep-marine: #12394e;\n    --al-lemon: #d8cf5a;\n    --al-mandarin: #d98938;\n    --al-geranium: #b15b65;\n    --al-lavender: #8276ad;\n    --al-orange-blossom: #f1d8b0;\n    --al-sage: #6f7e66;\n    --al-tonka: #7d5c3e;\n    --al-vetiver: #46543b;\n    --al-patchouli: #3a291f;\n    --al-vanilla: #f2dfbd;\n    --al-cedar: #68482f;\n    --al-musk: #f4f1ec;\n    --al-character-bg: linear-gradient(135deg, #050505 0%, #1b1f24 52%, #12394e 100%);\n\n    --al-heading: #171b20;\n    --al-text: #444c54;\n    --al-muted: #707982;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--al-white);\n    color: var(--al-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .all-love-wrapper *,\n  .all-love-wrapper *::before,\n  .all-love-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .al-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--al-white);\n    border-bottom: 1px solid var(--al-border);\n    text-align: center;\n  }\n\n  .al-brand-tag {\n    margin-bottom: 8px;\n    color: var(--al-graphite);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .al-main-title {\n    margin: 0 0 10px;\n    color: var(--al-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .al-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--al-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .al-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .al-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 10px;\n  }\n\n  .al-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .al-story h3 {\n    margin: 0 0 16px;\n    color: var(--al-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .al-story p {\n    margin: 0 0 17px;\n    color: var(--al-text);\n    font-size: 1.05rem;\n  }\n\n  .al-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .al-section-title {\n    margin: 0 0 25px;\n    color: var(--al-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .al-notes-section,\n  .al-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 10px;\n  }\n\n  .al-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--al-pale);\n    border: 1px solid var(--al-border);\n    border-radius: 10px;\n  }\n\n  .al-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 10px;\n  }\n\n  .al-video-title {\n    margin: 0 0 8px;\n    color: var(--al-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .al-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--al-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .al-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 8px;\n  }\n\n  .al-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--al-white);\n    border: 0;\n  }\n\n  .al-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .al-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--al-black);\n    color: var(--al-white);\n    border: 1px solid var(--al-black);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .al-instagram-link a:hover {\n    background: var(--al-charcoal);\n    border-color: var(--al-charcoal);\n  }\n\n  .al-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-trust-border);\n    border-radius: 10px;\n  }\n\n  .al-notes-grid,\n  .al-journey-grid,\n  .al-accord-grid,\n  .al-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .al-note-card {\n    padding: 22px;\n    background: var(--al-pale-2);\n    border: 1px solid var(--al-border);\n    border-top: 4px solid var(--al-graphite);\n    border-radius: 8px;\n  }\n\n  .al-note-label {\n    margin-bottom: 7px;\n    color: var(--al-graphite);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .al-note-title {\n    margin-bottom: 7px;\n    color: var(--al-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .al-note-description {\n    color: var(--al-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .al-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--al-silver);\n    border: 1px solid var(--al-silver);\n    border-radius: 10px;\n  }\n\n  .al-character-card {\n    padding: 30px 24px;\n    background: var(--al-character-bg);\n    color: var(--al-white);\n  }\n\n  .al-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--al-polished-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .al-character-card p {\n    margin: 0;\n    color: var(--al-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .al-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .al-details-box,\n  .al-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 8px;\n  }\n\n  .al-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--al-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--al-neutral-border);\n  }\n\n  .al-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--al-neutral-border);\n  }\n\n  .al-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .al-detail-label {\n    color: var(--al-muted);\n    font-weight: 600;\n  }\n\n  .al-detail-value {\n    color: var(--al-heading);\n    text-align: right;\n  }\n\n  .al-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .al-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--al-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--al-neutral-border);\n  }\n\n  .al-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .al-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--al-graphite);\n    font-weight: 700;\n  }\n\n  .al-journey-intro,\n  .al-accord-intro,\n  .al-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--al-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .al-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--al-pale);\n    border: 1px solid var(--al-border);\n    border-radius: 8px;\n  }\n\n  .al-journey-number,\n  .al-accord-icon,\n  .al-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--al-black);\n    color: var(--al-polished-silver);\n    border: 1px solid var(--al-black);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .al-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .al-journey-card h4,\n  .al-accord-card h4,\n  .al-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--al-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .al-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .al-journey-card p,\n  .al-accord-card p,\n  .al-trust-card p {\n    margin: 0;\n    color: var(--al-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .al-trust-card p {\n    color: #111111;\n  }\n\n  .al-accord-card {\n    padding: 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .al-trust-card {\n    padding: 28px 22px;\n    background: var(--al-white);\n    border: 1px solid var(--al-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .al-accord-icon,\n  .al-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .al-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--al-black) 0%, var(--al-charcoal) 52%, var(--al-deep-marine) 100%);\n    color: var(--al-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .al-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--al-polished-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .al-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--al-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .al-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--al-pale);\n    border: 1px solid var(--al-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .al-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--al-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .al-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--al-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .al-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--al-pale-2);\n    border: 1px solid var(--al-border);\n    border-left: 6px solid var(--al-graphite);\n    border-radius: 8px;\n  }\n\n  .al-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--al-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .al-performance-section p {\n    margin: 0;\n    color: var(--al-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .al-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--al-border);\n  }\n\n  .al-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--al-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .al-faq-item {\n    background: var(--al-white);\n    border-bottom: 1px solid var(--al-border);\n  }\n\n  .al-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--al-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .al-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .al-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--al-graphite);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .al-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .al-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--al-text);\n    font-size: 1rem;\n  }\n\n  .al-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .all-love-wrapper {\n      padding: 35px;\n    }\n\n    .al-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .al-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .al-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .al-tagline {\n      font-size: 1.3rem;\n    }\n\n    .al-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .al-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .al-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .al-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .al-notes-grid,\n    .al-journey-grid,\n    .al-accord-grid,\n    .al-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .al-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .al-character-card {\n      padding: 35px;\n    }\n\n    .al-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .al-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .al-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .al-section-title,\n    .al-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .al-video-title {\n      font-size: 1.55rem;\n    }\n\n    .al-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .al-note-title {\n      font-size: 1.15rem;\n    }\n\n    .al-note-description {\n      font-size: 1rem;\n    }\n\n    .al-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .al-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .al-box-title {\n      font-size: 1.05rem;\n    }\n\n    .al-detail-row,\n    .al-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .al-journey-intro,\n    .al-accord-intro,\n    .al-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .al-journey-card h4,\n    .al-accord-card h4,\n    .al-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .al-journey-card p,\n    .al-accord-card p,\n    .al-trust-card p {\n      font-size: 1rem;\n    }\n\n    .al-statement-section {\n      padding: 44px;\n    }\n\n    .al-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .al-statement-section p,\n    .al-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .al-occasion-section {\n      padding: 38px;\n    }\n\n    .al-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .al-performance-section {\n      padding: 30px;\n    }\n\n    .al-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .al-trust-section {\n      padding: 44px 38px;\n    }\n\n    .al-trust-card {\n      padding: 32px 26px;\n    }\n\n    .al-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .al-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .al-notes-grid,\n    .al-journey-grid,\n    .al-accord-grid,\n    .al-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .all-love-wrapper {\n      padding: 10px;\n    }\n\n    .al-header {\n      padding: 26px 8px;\n    }\n\n    .al-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .al-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .al-tagline {\n      font-size: 0.95rem;\n    }\n\n    .al-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .al-detail-value {\n      text-align: left;\n    }\n\n    .al-character-card {\n      padding: 24px 18px;\n    }\n\n    .al-journey-section,\n    .al-accord-section,\n    .al-video-section,\n    .al-trust-section {\n      padding: 25px 15px;\n    }\n\n    .al-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .al-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .al-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .al-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"all-love-wrapper\"\u003e\n\n  \u003cdiv class=\"al-header\"\u003e\n    \u003cdiv class=\"al-brand-tag\"\u003eAsten Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"al-main-title\"\u003eAll You Need Is Love\u003c\/h2\u003e\n    \u003cp class=\"al-tagline\"\u003e\n      “Marine freshness, citrus energy, aromatic florals and a warm masculine woody trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-intro-grid\"\u003e\n\n    \u003cdiv class=\"al-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/All-You-Need-Is-Love-EDP-100-ML.webp?v=1739208810\" alt=\"Asten All You Need Is Love EDP 100ml for men in glossy black bottle with white typography, polished silver round cap and black box\" class=\"al-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"al-story\"\u003e\n      \u003ch3\u003eModern Masculinity with Fresh Marine Confidence\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAll You Need Is Love by Asten\u003c\/strong\u003e, a confident\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created for men who value\n        strength, depth, intensity and contemporary masculine charm.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with marine notes, lemon and mandarin orange. This\n        fresh start feels energetic, clean and bright, giving the scent an\n        immediate lift with blue marine clarity and citrus sparkle.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Geranium, lavender, orange blossom and sage form the heart. The floral\n        and herbal blend adds sophistication, elegance and aromatic structure,\n        creating a refined centre that feels polished and masculine.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Tonka bean, vetiver, patchouli, vanilla and cedar create the base. This\n        warm woody finish adds richness, depth and a lasting impression, making\n        the scent attractive, confident and suitable for meaningful occasions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a glossy black bottle with clean white typography, fine\n        linear graphics, a polished silver round cap and matching black box,\n        All You Need Is Love visually reflects its bold, modern and masculine\n        fragrance identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-notes-section\"\u003e\n\n    \u003ch3 class=\"al-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"al-notes-grid\"\u003e\n\n      \u003cdiv class=\"al-note-card\"\u003e\n        \u003cdiv class=\"al-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"al-note-title\"\u003eMarine Notes, Lemon and Mandarin Orange\u003c\/div\u003e\n        \u003cdiv class=\"al-note-description\"\u003e\n          Marine notes create clean freshness, while lemon and mandarin orange\n          add bright citrus energy and a lively masculine opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-note-card\"\u003e\n        \u003cdiv class=\"al-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"al-note-title\"\u003eGeranium, Lavender, Orange Blossom and Sage\u003c\/div\u003e\n        \u003cdiv class=\"al-note-description\"\u003e\n          Geranium, lavender, orange blossom and sage create a floral-herbal\n          heart with sophistication, clarity and aromatic elegance.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-note-card\"\u003e\n        \u003cdiv class=\"al-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"al-note-title\"\u003eTonka Bean, Vetiver, Patchouli, Vanilla and Cedar\u003c\/div\u003e\n        \u003cdiv class=\"al-note-description\"\u003e\n          Tonka bean, vetiver, patchouli, vanilla and cedar form a warm,\n          woody and masculine finish with richness and lasting depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-character-section\"\u003e\n\n    \u003cdiv class=\"al-character-card\"\u003e\n      \u003ch3\u003eThe Marine Citrus Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Marine notes, lemon and mandarin orange create the fresh, energetic and\n        modern first impression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"al-character-card\"\u003e\n      \u003ch3\u003eThe Woody Amber Masculinity\u003c\/h3\u003e\n      \u003cp\u003e\n        Tonka bean, vetiver, patchouli, vanilla and cedar settle into a warm,\n        rich and confident masculine base.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-details-grid\"\u003e\n\n    \u003cdiv class=\"al-details-box\"\u003e\n      \u003ch4 class=\"al-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eAll You Need Is Love\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eFragrance Style\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eMarine, Citrus, Floral, Herbal, Woody and Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eMarine Notes, Lemon, Mandarin Orange\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eGeranium, Lavender, Orange Blossom, Sage\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eTonka Bean, Vetiver, Patchouli, Vanilla, Cedar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-detail-row\"\u003e\n        \u003cspan class=\"al-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"al-detail-value\"\u003eGlossy Black Bottle, Silver Cap and White Typography\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"al-highlights-box\"\u003e\n      \u003ch4 class=\"al-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"al-highlights-list\"\u003e\n        \u003cli\u003eFresh 100ml Eau de Parfum by Asten\u003c\/li\u003e\n        \u003cli\u003eCreated for confident, bold men\u003c\/li\u003e\n        \u003cli\u003eMarine notes give clean freshness\u003c\/li\u003e\n        \u003cli\u003eLemon adds sharp citrus brightness\u003c\/li\u003e\n        \u003cli\u003eMandarin orange creates lively energy\u003c\/li\u003e\n        \u003cli\u003eGeranium and lavender add aromatic elegance\u003c\/li\u003e\n        \u003cli\u003eOrange blossom brings floral sophistication\u003c\/li\u003e\n        \u003cli\u003eSage adds a refined herbal edge\u003c\/li\u003e\n        \u003cli\u003eTonka bean and vanilla add smooth warmth\u003c\/li\u003e\n        \u003cli\u003eVetiver, patchouli and cedar create woody depth\u003c\/li\u003e\n        \u003cli\u003eSuitable for special occasions and romantic dates\u003c\/li\u003e\n        \u003cli\u003eGlossy black and silver masculine presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-journey-section\"\u003e\n\n    \u003ch3 class=\"al-section-title\"\u003eThe All You Need Is Love Journey\u003c\/h3\u003e\n\n    \u003cp class=\"al-journey-intro\"\u003e\n      A masculine progression from marine notes, lemon and mandarin orange into\n      geranium, lavender, orange blossom and sage, finishing with tonka bean,\n      vetiver, patchouli, vanilla and cedar.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"al-journey-grid\"\u003e\n\n      \u003cdiv class=\"al-journey-card\"\u003e\n        \u003cdiv class=\"al-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eMarine Citrus Energy\u003c\/h4\u003e\n        \u003cp\u003e\n          Marine notes, lemon and mandarin orange create a fresh and uplifting\n          opening with clean masculine brightness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-journey-card\"\u003e\n        \u003cdiv class=\"al-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Herbal Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Geranium, lavender, orange blossom and sage build a sophisticated\n          centre with aromatic elegance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-journey-card\"\u003e\n        \u003cdiv class=\"al-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eWarm Woody Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Tonka bean, vetiver, patchouli, vanilla and cedar create a rich,\n          masculine and lasting finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-accord-section\"\u003e\n\n    \u003ch3 class=\"al-section-title\"\u003eThe Signature All You Need Is Love Accords\u003c\/h3\u003e\n\n    \u003cp class=\"al-accord-intro\"\u003e\n      A modern masculine Eau de Parfum shaped by marine freshness, citrus\n      energy, floral-herbal sophistication and a warm woody amber base.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"al-accord-grid\"\u003e\n\n      \u003cdiv class=\"al-accord-card\"\u003e\n        \u003cdiv class=\"al-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eMarine Lemon Mandarin\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh marine notes meet lemon and mandarin orange for a clean,\n          energetic opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-accord-card\"\u003e\n        \u003cdiv class=\"al-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eLavender Sage Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Lavender, sage, geranium and orange blossom create a refined aromatic\n          heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-accord-card\"\u003e\n        \u003cdiv class=\"al-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eTonka Vetiver Cedar\u003c\/h4\u003e\n        \u003cp\u003e\n          Tonka bean, vetiver, patchouli, vanilla and cedar give the fragrance\n          its masculine depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-video-section\"\u003e\n    \u003ch3 class=\"al-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"al-video-subtitle\"\u003e\n      Watch the All You Need Is Love presentation and explore its marine citrus,\n      aromatic woody and confident masculine Asten Eau de Parfum mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"al-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/C_LddAMIpSp\/embed\/\" title=\"Asten All You Need Is Love EDP Instagram Video\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"al-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/C_LddAMIpSp\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-statement-section\"\u003e\n    \u003ch3\u003eGlossy Black Confidence with Marine Woody Intensity\u003c\/h3\u003e\n    \u003cp\u003e\n      All You Need Is Love opens with marine notes, lemon and mandarin orange,\n      develops through geranium, lavender, orange blossom and sage, then\n      settles into tonka bean, vetiver, patchouli, vanilla and cedar. Its\n      glossy black bottle, white typography and polished silver cap reflect a\n      fragrance designed for modern masculine charm.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Special Occasions, Meetings and Romantic Dates\u003c\/h3\u003e\n    \u003cp\u003e\n      All You Need Is Love is suitable for men who want a scent with strength,\n      depth and presence. It works especially well for special occasions, long\n      events, important meetings, romantic dates, evenings and confident\n      signature styling.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      All You Need Is Love is presented as a 100ml Eau de Parfum with marine,\n      citrus, floral, herbal, woody and amber character. The product page\n      highlights its longevity and sillage for long events, while actual\n      longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-trust-section\"\u003e\n\n    \u003ch3 class=\"al-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"al-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"al-trust-grid\"\u003e\n\n      \u003cdiv class=\"al-trust-card\"\u003e\n        \u003cdiv class=\"al-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-trust-card\"\u003e\n        \u003cdiv class=\"al-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"al-trust-card\"\u003e\n        \u003cdiv class=\"al-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"al-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does All You Need Is Love by Asten smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          All You Need Is Love by Asten opens with marine notes, lemon and\n          mandarin orange, develops with geranium, lavender, orange blossom and\n          sage, and settles into tonka bean, vetiver, patchouli, vanilla and\n          cedar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is All You Need Is Love EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          All You Need Is Love EDP by Asten is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          All You Need Is Love is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs All You Need Is Love for men?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes All You Need Is Love as ideal for men\n          who seek a scent that reflects strength, intensity and depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are marine notes, lemon and mandarin orange.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are geranium, lavender, orange blossom and sage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are tonka bean, vetiver, patchouli, vanilla and\n          cedar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs All You Need Is Love a woody fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The base of tonka bean, vetiver, patchouli, vanilla and cedar\n          creates a warm woody finish with masculine richness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          All You Need Is Love is suitable for special occasions, long events,\n          important meetings, romantic dates, evenings and confident signature\n          styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow should I apply All You Need Is Love?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Apply it to pulse points such as the neck, behind the ears and wrists\n          so the fragrance can disperse as the body warms up.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"al-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does All You Need Is Love last?\u003c\/summary\u003e\n      \u003cdiv class=\"al-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page highlights longevity and sillage for long events.\n          Actual performance can vary depending on skin chemistry, application\n          amount, clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582540038390,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/All-You-Need-Is-Love-EDP-100-ML.webp?v=1739208810"},{"product_id":"amber-extreme-edp-100ml","title":"Amber Extreme EDP (100ml)","description":"\u003cstyle\u003e\n  .amber-extreme-wrapper {\n    --ae-white: #ffffff;\n    --ae-soft-white: #fdfbf7;\n    --ae-pale: #fff4e4;\n    --ae-pale-2: #fff9ee;\n    --ae-border: #e7c791;\n    --ae-neutral-border: #edddc0;\n    --ae-trust-border: #e5ddd0;\n\n    --ae-amber: #b96d22;\n    --ae-deep-amber: #7d3f17;\n    --ae-liquid-gold: #d59131;\n    --ae-honey-gold: #c5a059;\n    --ae-soft-gold: #e2c36d;\n    --ae-ornate-gold: #d8b560;\n    --ae-black: #080604;\n    --ae-charcoal: #17110c;\n    --ae-label-black: #12100c;\n    --ae-bergamot: #d8cf5e;\n    --ae-lime: #8fbf54;\n    --ae-lavender: #8a77b6;\n    --ae-rose: #b95565;\n    --ae-musk: #f5eee3;\n    --ae-patchouli: #3c2217;\n    --ae-wood: #5b321d;\n    --ae-character-bg: linear-gradient(135deg, #080604 0%, #7d3f17 52%, #1b0c06 100%);\n\n    --ae-heading: #24170f;\n    --ae-text: #4d4035;\n    --ae-muted: #75675b;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ae-white);\n    color: var(--ae-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .amber-extreme-wrapper *,\n  .amber-extreme-wrapper *::before,\n  .amber-extreme-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ae-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ae-white);\n    border-bottom: 1px solid var(--ae-border);\n    text-align: center;\n  }\n\n  .ae-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ae-honey-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ae-main-title {\n    margin: 0 0 10px;\n    color: var(--ae-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ae-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ae-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ae-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ae-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 10px;\n  }\n\n  .ae-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ae-story h3 {\n    margin: 0 0 16px;\n    color: var(--ae-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ae-story p {\n    margin: 0 0 17px;\n    color: var(--ae-text);\n    font-size: 1.05rem;\n  }\n\n  .ae-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ae-section-title {\n    margin: 0 0 25px;\n    color: var(--ae-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ae-notes-section,\n  .ae-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 10px;\n  }\n\n  .ae-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ae-pale);\n    border: 1px solid var(--ae-border);\n    border-radius: 10px;\n  }\n\n  .ae-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .ae-video-title {\n    margin: 0 0 8px;\n    color: var(--ae-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ae-video-subtitle {\n    max-width: 850px;\n    margin: -2px auto 25px;\n    color: var(--ae-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ae-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 8px;\n  }\n\n  .ae-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--ae-white);\n    border: 0;\n  }\n\n  .ae-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .ae-instagram-link a {\n    display: inline-block;\n    padding: 11px 28px;\n    background: var(--ae-amber);\n    color: var(--ae-white);\n    border: 1px solid var(--ae-amber);\n    border-radius: 4px;\n    font-size: 0.82rem;\n    font-weight: 750;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .ae-instagram-link a:hover {\n    background: var(--ae-black);\n    border-color: var(--ae-black);\n    color: var(--ae-white);\n  }\n\n  .ae-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-trust-border);\n    border-radius: 10px;\n  }\n\n  .ae-notes-grid,\n  .ae-journey-grid,\n  .ae-accord-grid,\n  .ae-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ae-note-card {\n    padding: 22px;\n    background: var(--ae-pale-2);\n    border: 1px solid var(--ae-border);\n    border-top: 4px solid var(--ae-amber);\n    border-radius: 8px;\n  }\n\n  .ae-note-label {\n    margin-bottom: 7px;\n    color: var(--ae-amber);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ae-note-title {\n    margin-bottom: 7px;\n    color: var(--ae-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ae-note-description {\n    color: var(--ae-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ae-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ae-ornate-gold);\n    border: 1px solid var(--ae-ornate-gold);\n    border-radius: 10px;\n  }\n\n  .ae-character-card {\n    padding: 30px 24px;\n    background: var(--ae-character-bg);\n    color: var(--ae-white);\n  }\n\n  .ae-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ae-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ae-character-card p {\n    margin: 0;\n    color: var(--ae-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ae-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ae-details-box,\n  .ae-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 8px;\n  }\n\n  .ae-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ae-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ae-neutral-border);\n  }\n\n  .ae-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ae-neutral-border);\n  }\n\n  .ae-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ae-detail-label {\n    color: var(--ae-muted);\n    font-weight: 600;\n  }\n\n  .ae-detail-value {\n    color: var(--ae-heading);\n    text-align: right;\n  }\n\n  .ae-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ae-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ae-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ae-neutral-border);\n  }\n\n  .ae-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ae-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ae-amber);\n    font-weight: 700;\n  }\n\n  .ae-journey-intro,\n  .ae-accord-intro,\n  .ae-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ae-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ae-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ae-pale);\n    border: 1px solid var(--ae-border);\n    border-radius: 8px;\n  }\n\n  .ae-journey-number,\n  .ae-accord-icon,\n  .ae-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ae-deep-amber);\n    color: var(--ae-soft-gold);\n    border: 1px solid var(--ae-deep-amber);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ae-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ae-journey-card h4,\n  .ae-accord-card h4,\n  .ae-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ae-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ae-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .ae-journey-card p,\n  .ae-accord-card p,\n  .ae-trust-card p {\n    margin: 0;\n    color: var(--ae-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ae-trust-card p {\n    color: #111111;\n  }\n\n  .ae-accord-card {\n    padding: 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ae-trust-card {\n    padding: 28px 22px;\n    background: var(--ae-white);\n    border: 1px solid var(--ae-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .ae-accord-icon,\n  .ae-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ae-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--ae-black) 0%, var(--ae-deep-amber) 52%, var(--ae-liquid-gold) 100%);\n    color: var(--ae-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ae-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ae-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ae-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ae-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ae-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ae-pale);\n    border: 1px solid var(--ae-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ae-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ae-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ae-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ae-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ae-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ae-pale-2);\n    border: 1px solid var(--ae-border);\n    border-left: 6px solid var(--ae-amber);\n    border-radius: 8px;\n  }\n\n  .ae-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ae-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ae-performance-section p {\n    margin: 0;\n    color: var(--ae-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ae-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ae-border);\n  }\n\n  .ae-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ae-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ae-faq-item {\n    background: var(--ae-white);\n    border-bottom: 1px solid var(--ae-border);\n  }\n\n  .ae-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ae-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ae-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ae-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ae-amber);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ae-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ae-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ae-text);\n    font-size: 1rem;\n  }\n\n  .ae-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .amber-extreme-wrapper {\n      padding: 35px;\n    }\n\n    .ae-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ae-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ae-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ae-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ae-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ae-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ae-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ae-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ae-notes-grid,\n    .ae-journey-grid,\n    .ae-accord-grid,\n    .ae-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ae-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ae-character-card {\n      padding: 35px;\n    }\n\n    .ae-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ae-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ae-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ae-section-title,\n    .ae-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ae-video-title {\n      font-size: 1.55rem;\n    }\n\n    .ae-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .ae-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ae-note-description {\n      font-size: 1rem;\n    }\n\n    .ae-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ae-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ae-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ae-detail-row,\n    .ae-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ae-journey-intro,\n    .ae-accord-intro,\n    .ae-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ae-journey-card h4,\n    .ae-accord-card h4,\n    .ae-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ae-journey-card p,\n    .ae-accord-card p,\n    .ae-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ae-statement-section {\n      padding: 44px;\n    }\n\n    .ae-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ae-statement-section p,\n    .ae-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ae-occasion-section {\n      padding: 38px;\n    }\n\n    .ae-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ae-performance-section {\n      padding: 30px;\n    }\n\n    .ae-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ae-trust-section {\n      padding: 44px 38px;\n    }\n\n    .ae-trust-card {\n      padding: 32px 26px;\n    }\n\n    .ae-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ae-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ae-notes-grid,\n    .ae-journey-grid,\n    .ae-accord-grid,\n    .ae-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .amber-extreme-wrapper {\n      padding: 10px;\n    }\n\n    .ae-header {\n      padding: 26px 8px;\n    }\n\n    .ae-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ae-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ae-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ae-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ae-detail-value {\n      text-align: left;\n    }\n\n    .ae-character-card {\n      padding: 24px 18px;\n    }\n\n    .ae-journey-section,\n    .ae-accord-section,\n    .ae-video-section,\n    .ae-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ae-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ae-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ae-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .ae-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"amber-extreme-wrapper\"\u003e\n\n  \u003cdiv class=\"ae-header\"\u003e\n    \u003cdiv class=\"ae-brand-tag\"\u003eAdyan by Anfar Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"ae-main-title\"\u003eAmber Extreme\u003c\/h2\u003e\n    \u003cp class=\"ae-tagline\"\u003e\n      “Citrus brightness, luxurious amber, soft lavender, rose, musk and deep patchouli warmth.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-intro-grid\"\u003e\n\n    \u003cdiv class=\"ae-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/ADYAN-BY-ANFAR-AMBER-EXTREME-100ML.jpg?v=1739208891\" alt=\"Adyan by Anfar Amber Extreme EDP 100ml unisex perfume in amber glass bottle with ornate gold cap, black label and warm golden presentation\" class=\"ae-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ae-story\"\u003e\n      \u003ch3\u003eAmber Luxury with Citrus Floral Sophistication\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAmber Extreme by Adyan by Anfar\u003c\/strong\u003e, an elegant\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created for men and women who want\n        a fragrance with richness, distinction, warmth and refined amber\n        sophistication.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with refreshing citrus fruits, highlighting\n        bergamot and lime. This bright introduction feels revitalising,\n        energetic and polished, giving the scent an immediate lift before the\n        deeper amber character begins to unfold.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In the heart, amber reveals its richness and depth, complemented by the\n        softness of lavender and the floral elegance of rose. This creates a\n        luxurious atmosphere that feels smooth, warm, elegant and highly\n        sophisticated.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base is marked by the enveloping presence of amber, combined with\n        sensual musk and the depth of patchouli. The result is a warm,\n        long-lasting, woody and musky trail with an unmistakable oriental\n        signature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in an amber-toned sculptural bottle with an ornate gold cap,\n        black-and-gold label and rich golden liquid effect, Amber Extreme\n        visually reflects its luxurious amber identity and gift-worthy\n        fragrance presentation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-notes-section\"\u003e\n\n    \u003ch3 class=\"ae-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ae-notes-grid\"\u003e\n\n      \u003cdiv class=\"ae-note-card\"\u003e\n        \u003cdiv class=\"ae-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-title\"\u003eBergamot, Lime and Refreshing Citrus Fruits\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-description\"\u003e\n          A sparkling citrus opening highlights bergamot and lime, creating a\n          revitalising and energising first impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-note-card\"\u003e\n        \u003cdiv class=\"ae-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-title\"\u003eAmber, Lavender and Rose\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-description\"\u003e\n          Rich amber meets soft lavender and elegant rose, forming a luxurious\n          heart with floral smoothness and warm depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-note-card\"\u003e\n        \u003cdiv class=\"ae-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-title\"\u003eAmber, Musk and Patchouli\u003c\/div\u003e\n        \u003cdiv class=\"ae-note-description\"\u003e\n          Amber, musk and patchouli create an enveloping base with sensuality,\n          depth and a refined long-lasting trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-character-section\"\u003e\n\n    \u003cdiv class=\"ae-character-card\"\u003e\n      \u003ch3\u003eThe Citrus Amber Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot and lime create an energetic citrus spark before amber begins\n        to reveal its warm and luxurious depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ae-character-card\"\u003e\n      \u003ch3\u003eThe Musk Patchouli Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Amber, musk and patchouli settle into a sensual, woody and enveloping\n        base with elegant distinction.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-details-grid\"\u003e\n\n    \u003cdiv class=\"ae-details-box\"\u003e\n      \u003ch4 class=\"ae-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eAmber Extreme\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eAdyan by Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eMen and Women \/ Unisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eFragrance Style\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eCitrus, Floral, Amber, Woody and Musky\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eBergamot, Lime, Citrus Fruits\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eAmber, Lavender, Rose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eAmber, Musk, Patchouli\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-detail-row\"\u003e\n        \u003cspan class=\"ae-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ae-detail-value\"\u003eAmber Glass, Ornate Gold Cap and Black-Gold Label\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ae-highlights-box\"\u003e\n      \u003ch4 class=\"ae-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ae-highlights-list\"\u003e\n        \u003cli\u003eElegant 100ml Eau de Parfum by Adyan by Anfar\u003c\/li\u003e\n        \u003cli\u003eUnisex fragrance for men and women\u003c\/li\u003e\n        \u003cli\u003eCitrus opening with bergamot and lime\u003c\/li\u003e\n        \u003cli\u003eAmber creates richness, warmth and depth\u003c\/li\u003e\n        \u003cli\u003eLavender adds soft aromatic smoothness\u003c\/li\u003e\n        \u003cli\u003eRose brings floral sophistication\u003c\/li\u003e\n        \u003cli\u003eMusk adds sensual softness\u003c\/li\u003e\n        \u003cli\u003ePatchouli gives depth and earthy refinement\u003c\/li\u003e\n        \u003cli\u003eCitrus, floral, amber and woody character\u003c\/li\u003e\n        \u003cli\u003eSuitable for special occasions and daily sophistication\u003c\/li\u003e\n        \u003cli\u003eLuxurious amber bottle presentation\u003c\/li\u003e\n        \u003cli\u003eDesigned for elegance, distinction and personal style\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-journey-section\"\u003e\n\n    \u003ch3 class=\"ae-section-title\"\u003eThe Amber Extreme Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ae-journey-intro\"\u003e\n      A refined journey from bergamot and lime into amber, lavender and rose,\n      finishing with amber, musk and patchouli for a rich and elegant trail.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ae-journey-grid\"\u003e\n\n      \u003cdiv class=\"ae-journey-card\"\u003e\n        \u003cdiv class=\"ae-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Energy\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, lime and citrus fruits create a fresh, revitalising and\n          uplifting opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-journey-card\"\u003e\n        \u003cdiv class=\"ae-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eAmber Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber reveals richness and depth, softened by lavender and refined\n          with rose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-journey-card\"\u003e\n        \u003cdiv class=\"ae-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMusk Patchouli Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, musk and patchouli create the warm, sensual and long-lasting\n          dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-accord-section\"\u003e\n\n    \u003ch3 class=\"ae-section-title\"\u003eThe Signature Amber Extreme Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ae-accord-intro\"\u003e\n      A sophisticated Eau de Parfum shaped by bright citrus, rich amber, soft\n      lavender, elegant rose, sensual musk and deep patchouli.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ae-accord-grid\"\u003e\n\n      \u003cdiv class=\"ae-accord-card\"\u003e\n        \u003cdiv class=\"ae-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot Lime\u003c\/h4\u003e\n        \u003cp\u003e\n          Citrus fruits, bergamot and lime give the fragrance a fresh and\n          energising first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-accord-card\"\u003e\n        \u003cdiv class=\"ae-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eAmber Lavender Rose\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, lavender and rose create the fragrance’s luxurious floral\n          warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-accord-card\"\u003e\n        \u003cdiv class=\"ae-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmber Musk Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk and patchouli deepen the amber base and create the lasting\n          signature trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-video-section\"\u003e\n    \u003ch3 class=\"ae-video-title\"\u003eExperience Amber Extreme\u003c\/h3\u003e\n\n    \u003cp class=\"ae-video-subtitle\"\u003e\n      View Amber Extreme by Adyan by Anfar and explore its warm amber, citrus-floral and luxurious oriental fragrance mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ae-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/CyqTXE0ogEU\/embed\/\" title=\"Amber Extreme Instagram Reel\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ae-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/CyqTXE0ogEU\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-statement-section\"\u003e\n    \u003ch3\u003eOrnate Amber Luxury with Citrus Floral Elegance\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber Extreme opens with refreshing bergamot, lime and citrus fruits,\n      develops into rich amber, lavender and rose, then settles into amber,\n      musk and patchouli. Its sculptural amber bottle, ornate gold cap and\n      black-gold label reflect a fragrance designed to feel luxurious, warm,\n      distinctive and sophisticated.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Sophistication and Special Occasions\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber Extreme is suitable for special occasions, evenings, daily\n      sophistication, gifting and confident signature styling. Its citrus\n      opening keeps the scent bright, while amber, musk and patchouli add\n      warmth, depth and distinction.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Amber Extreme is presented as a 100ml Eau de Parfum with a citrus,\n      floral, amber, woody and musky profile. The product page describes it as\n      long lasting, while actual longevity and projection can vary depending on\n      skin chemistry, application amount, clothing, temperature and\n      environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-trust-section\"\u003e\n\n    \u003ch3 class=\"ae-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ae-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ae-trust-grid\"\u003e\n\n      \u003cdiv class=\"ae-trust-card\"\u003e\n        \u003cdiv class=\"ae-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-trust-card\"\u003e\n        \u003cdiv class=\"ae-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ae-trust-card\"\u003e\n        \u003cdiv class=\"ae-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ae-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Amber Extreme by Adyan by Anfar smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber Extreme opens with refreshing citrus fruits, bergamot and lime,\n          develops with amber, lavender and rose, and settles into amber, musk\n          and patchouli for a warm, sophisticated and long-lasting trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Amber Extreme EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber Extreme EDP is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Amber Extreme?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber Extreme is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Amber Extreme unisex?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Amber Extreme is described as a fragrance for men and women.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Amber Extreme?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes include refreshing citrus fruits, especially bergamot\n          and lime.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Amber Extreme?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are amber, lavender and rose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Amber Extreme?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are amber, musk and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Amber Extreme long lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Amber Extreme as long lasting. Actual\n          longevity and projection can vary depending on skin chemistry,\n          application amount, clothing, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Amber Extreme?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Amber Extreme is suitable for special occasions, evenings, daily\n          sophistication, gifting and confident signature fragrance styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ae-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Amber Extreme suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ae-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Amber Extreme comes in an elegant 100ml bottle with a luxurious\n          amber and gold presentation, making it suitable for fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582562779382,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/ADYAN-BY-ANFAR-AMBER-EXTREME-100ML.jpg?v=1739208891"},{"product_id":"aneeq-edp-100ml","title":"Aneeq EDP By Adyan (100ml)","description":"\u003cstyle\u003e\n  .aneeq-adyan-wrapper {\n    --an-white: #ffffff;\n    --an-soft-white: #fbfcfd;\n    --an-pale: #f1f6fa;\n    --an-pale-2: #f8fbfd;\n    --an-border: #c9d8e2;\n    --an-neutral-border: #dfe8ee;\n    --an-trust-border: #dce4ea;\n\n    --an-midnight: #03070d;\n    --an-deep-navy: #07162a;\n    --an-navy: #0b2442;\n    --an-blue-glass: #153a5a;\n    --an-steel-blue: #587184;\n    --an-icy-blue: #d6e5ec;\n    --an-silver: #c7d1d7;\n    --an-soft-silver: #edf2f5;\n    --an-black: #050506;\n    --an-cinnamon: #8a4f2c;\n    --an-cedar: #6b4a32;\n    --an-wood: #4d3424;\n    --an-spice: #9a6133;\n    --an-musk: #f4f0ea;\n    --an-character-bg: linear-gradient(135deg, #03070d 0%, #0b2442 52%, #050506 100%);\n\n    --an-heading: #17202a;\n    --an-text: #424b55;\n    --an-muted: #6f7982;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--an-white);\n    color: var(--an-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .aneeq-adyan-wrapper *,\n  .aneeq-adyan-wrapper *::before,\n  .aneeq-adyan-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .an-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--an-white);\n    border-bottom: 1px solid var(--an-border);\n    text-align: center;\n  }\n\n  .an-brand-tag {\n    margin-bottom: 8px;\n    color: var(--an-blue-glass);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .an-main-title {\n    margin: 0 0 10px;\n    color: var(--an-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .an-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--an-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .an-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .an-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 10px;\n  }\n\n  .an-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .an-story h3 {\n    margin: 0 0 16px;\n    color: var(--an-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .an-story p {\n    margin: 0 0 17px;\n    color: var(--an-text);\n    font-size: 1.05rem;\n  }\n\n  .an-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .an-section-title {\n    margin: 0 0 25px;\n    color: var(--an-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .an-notes-section,\n  .an-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 10px;\n  }\n\n  .an-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--an-pale);\n    border: 1px solid var(--an-border);\n    border-radius: 10px;\n  }\n\n  .an-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-trust-border);\n    border-radius: 10px;\n  }\n\n  .an-notes-grid,\n  .an-journey-grid,\n  .an-accord-grid,\n  .an-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .an-note-card {\n    padding: 22px;\n    background: var(--an-pale-2);\n    border: 1px solid var(--an-border);\n    border-top: 4px solid var(--an-blue-glass);\n    border-radius: 8px;\n  }\n\n  .an-note-label {\n    margin-bottom: 7px;\n    color: var(--an-blue-glass);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .an-note-title {\n    margin-bottom: 7px;\n    color: var(--an-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .an-note-description {\n    color: var(--an-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .an-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--an-steel-blue);\n    border: 1px solid var(--an-steel-blue);\n    border-radius: 10px;\n  }\n\n  .an-character-card {\n    padding: 30px 24px;\n    background: var(--an-character-bg);\n    color: var(--an-white);\n  }\n\n  .an-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--an-icy-blue);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .an-character-card p {\n    margin: 0;\n    color: var(--an-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .an-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .an-details-box,\n  .an-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 8px;\n  }\n\n  .an-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--an-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--an-neutral-border);\n  }\n\n  .an-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--an-neutral-border);\n  }\n\n  .an-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .an-detail-label {\n    color: var(--an-muted);\n    font-weight: 600;\n  }\n\n  .an-detail-value {\n    color: var(--an-heading);\n    text-align: right;\n  }\n\n  .an-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .an-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--an-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--an-neutral-border);\n  }\n\n  .an-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .an-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--an-blue-glass);\n    font-weight: 700;\n  }\n\n  .an-journey-intro,\n  .an-accord-intro,\n  .an-video-subtitle,\n  .an-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--an-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .an-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--an-pale);\n    border: 1px solid var(--an-border);\n    border-radius: 8px;\n  }\n\n  .an-journey-number,\n  .an-accord-icon,\n  .an-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--an-navy);\n    color: var(--an-soft-silver);\n    border: 1px solid var(--an-navy);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .an-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .an-journey-card h4,\n  .an-accord-card h4,\n  .an-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--an-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .an-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .an-journey-card p,\n  .an-accord-card p,\n  .an-trust-card p {\n    margin: 0;\n    color: var(--an-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .an-trust-card p {\n    color: #111111;\n  }\n\n  .an-accord-card {\n    padding: 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .an-trust-card {\n    padding: 28px 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .an-accord-icon,\n  .an-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .an-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 10px;\n  }\n\n  .an-video-title {\n    margin: 0 0 8px;\n    color: var(--an-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .an-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--an-white);\n    border: 1px solid var(--an-border);\n    border-radius: 8px;\n  }\n\n  .an-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--an-white);\n    border: 0;\n  }\n\n  .an-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .an-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--an-navy);\n    color: var(--an-white);\n    border: 1px solid var(--an-navy);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .an-instagram-link a:hover {\n    background: var(--an-midnight);\n    border-color: var(--an-midnight);\n  }\n\n  .an-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--an-midnight) 0%, var(--an-navy) 52%, var(--an-steel-blue) 100%);\n    color: var(--an-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .an-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--an-icy-blue);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .an-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--an-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .an-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--an-pale);\n    border: 1px solid var(--an-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .an-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--an-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .an-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--an-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .an-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--an-pale-2);\n    border: 1px solid var(--an-border);\n    border-left: 6px solid var(--an-blue-glass);\n    border-radius: 8px;\n  }\n\n  .an-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--an-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .an-performance-section p {\n    margin: 0;\n    color: var(--an-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .an-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--an-border);\n  }\n\n  .an-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--an-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .an-faq-item {\n    background: var(--an-white);\n    border-bottom: 1px solid var(--an-border);\n  }\n\n  .an-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--an-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .an-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .an-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--an-blue-glass);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .an-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .an-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--an-text);\n    font-size: 1rem;\n  }\n\n  .an-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .aneeq-adyan-wrapper {\n      padding: 35px;\n    }\n\n    .an-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .an-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .an-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .an-tagline {\n      font-size: 1.3rem;\n    }\n\n    .an-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .an-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .an-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .an-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .an-notes-grid,\n    .an-journey-grid,\n    .an-accord-grid,\n    .an-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .an-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .an-character-card {\n      padding: 35px;\n    }\n\n    .an-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .an-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .an-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .an-section-title,\n    .an-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .an-note-title {\n      font-size: 1.15rem;\n    }\n\n    .an-note-description {\n      font-size: 1rem;\n    }\n\n    .an-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .an-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .an-box-title {\n      font-size: 1.05rem;\n    }\n\n    .an-detail-row,\n    .an-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .an-journey-intro,\n    .an-accord-intro,\n    .an-video-subtitle,\n    .an-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .an-video-title {\n      font-size: 1.55rem;\n    }\n\n    .an-journey-card h4,\n    .an-accord-card h4,\n    .an-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .an-journey-card p,\n    .an-accord-card p,\n    .an-trust-card p {\n      font-size: 1rem;\n    }\n\n    .an-statement-section {\n      padding: 44px;\n    }\n\n    .an-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .an-statement-section p,\n    .an-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .an-occasion-section {\n      padding: 38px;\n    }\n\n    .an-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .an-performance-section {\n      padding: 30px;\n    }\n\n    .an-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .an-trust-section {\n      padding: 44px 38px;\n    }\n\n    .an-trust-card {\n      padding: 32px 26px;\n    }\n\n    .an-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .an-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .an-notes-grid,\n    .an-journey-grid,\n    .an-accord-grid,\n    .an-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .aneeq-adyan-wrapper {\n      padding: 10px;\n    }\n\n    .an-header {\n      padding: 26px 8px;\n    }\n\n    .an-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .an-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .an-tagline {\n      font-size: 0.95rem;\n    }\n\n    .an-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .an-detail-value {\n      text-align: left;\n    }\n\n    .an-character-card {\n      padding: 24px 18px;\n    }\n\n    .an-journey-section,\n    .an-accord-section,\n    .an-trust-section {\n      padding: 25px 15px;\n    }\n\n    .an-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .an-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .an-video-section {\n      padding: 24px 10px;\n    }\n\n    .an-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .an-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aneeq-adyan-wrapper\"\u003e\n\n  \u003cdiv class=\"an-header\"\u003e\n    \u003cdiv class=\"an-brand-tag\"\u003eAdyan Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"an-main-title\"\u003eAneeq\u003c\/h2\u003e\n    \u003cp class=\"an-tagline\"\u003e\n      “Sweet-spicy cinnamon, noble cedar freshness, soft woody warmth and confident masculine elegance.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-intro-grid\"\u003e\n\n    \u003cdiv class=\"an-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Aneeq-EDP-100ml.webp?v=1739208919\" alt=\"Aneeq EDP By Adyan 100ml for men in deep navy blue transparent bottle with black cap and silver white typography\" class=\"an-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"an-story\"\u003e\n      \u003ch3\u003eOriental Spice with Confident Woody Masculinity\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAneeq EDP by Adyan\u003c\/strong\u003e, a refined\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created for those who want\n        a masculine fragrance with confidence, strength, elegance and a\n        polished oriental-spicy identity.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance has a soft, enveloping woody composition shaped by sharp\n        notes and moist relaxing shades. Its character feels confident yet\n        restrained, making it a natural addition to a business look, festive\n        styling or everyday masculine presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Sweet-spicy cinnamon is clearly present within the perfume melody. It\n        creates a warm, playful and intriguing spice atmosphere that gives the\n        scent instant personality without overpowering its refined structure.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Cedar freshness adds lightness, noble restraint and a smooth woody\n        backbone. It lifts the composition, brings clarity to the dense spicy\n        profile and leaves a delicate yet bright trail with a spacious,\n        piquant finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a deep navy-blue transparent bottle with a black cap,\n        silver-white typography and a cool smoky glass base, Aneeq visually\n        reflects its strong, elegant and masculine fragrance character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-notes-section\"\u003e\n\n    \u003ch3 class=\"an-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"an-notes-grid\"\u003e\n\n      \u003cdiv class=\"an-note-card\"\u003e\n        \u003cdiv class=\"an-note-label\"\u003eOpening Impression\u003c\/div\u003e\n        \u003cdiv class=\"an-note-title\"\u003eSharp Notes and Moist Relaxing Shades\u003c\/div\u003e\n        \u003cdiv class=\"an-note-description\"\u003e\n          A confident opening built around sharp aromatic energy and smoother\n          relaxing facets for an elegant masculine first impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-note-card\"\u003e\n        \u003cdiv class=\"an-note-label\"\u003eSpicy Character\u003c\/div\u003e\n        \u003cdiv class=\"an-note-title\"\u003eSweet-Spicy Cinnamon\u003c\/div\u003e\n        \u003cdiv class=\"an-note-description\"\u003e\n          Cinnamon brings warmth, sweetness, spice and an intriguing playful\n          tone to the oriental composition.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-note-card\"\u003e\n        \u003cdiv class=\"an-note-label\"\u003eWoody Trail\u003c\/div\u003e\n        \u003cdiv class=\"an-note-title\"\u003eCedar Freshness and Soft Woods\u003c\/div\u003e\n        \u003cdiv class=\"an-note-description\"\u003e\n          Cedar adds freshness, nobility and elegant restraint, creating a\n          bright woody trail with masculine depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-character-section\"\u003e\n\n    \u003cdiv class=\"an-character-card\"\u003e\n      \u003ch3\u003eThe Cinnamon Spice Signature\u003c\/h3\u003e\n      \u003cp\u003e\n        Sweet-spicy cinnamon gives Aneeq its warm, intriguing and confidently\n        masculine oriental character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"an-character-card\"\u003e\n      \u003ch3\u003eThe Cedar Woody Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Cedar freshness and soft woody tones create a noble, restrained and\n        polished dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-details-grid\"\u003e\n\n    \u003cdiv class=\"an-details-box\"\u003e\n      \u003ch4 class=\"an-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eAneeq\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eAdyan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eOriental and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eKey Spicy Note\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eCinnamon\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eKey Woody Note\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eCedar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eWoody, Spicy, Confident, Masculine and Elegant\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-detail-row\"\u003e\n        \u003cspan class=\"an-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"an-detail-value\"\u003eDeep Navy Bottle, Black Cap and Silver-White Typography\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"an-highlights-box\"\u003e\n      \u003ch4 class=\"an-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"an-highlights-list\"\u003e\n        \u003cli\u003eRefined 100ml Eau de Parfum by Adyan\u003c\/li\u003e\n        \u003cli\u003eSpecially designed for men\u003c\/li\u003e\n        \u003cli\u003eOriental and spicy fragrance character\u003c\/li\u003e\n        \u003cli\u003eSweet-spicy cinnamon creates warmth\u003c\/li\u003e\n        \u003cli\u003eCedar freshness adds lightness and nobility\u003c\/li\u003e\n        \u003cli\u003eSoft woody composition feels enveloping\u003c\/li\u003e\n        \u003cli\u003eSharp notes create confident masculine energy\u003c\/li\u003e\n        \u003cli\u003eRelaxing shades soften the composition\u003c\/li\u003e\n        \u003cli\u003eSuitable for business and festive looks\u003c\/li\u003e\n        \u003cli\u003eElegant option for signature masculine wear\u003c\/li\u003e\n        \u003cli\u003eDeep navy-blue bottle presentation\u003c\/li\u003e\n        \u003cli\u003eDesigned to inspire confidence and strength\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-journey-section\"\u003e\n\n    \u003ch3 class=\"an-section-title\"\u003eThe Aneeq Journey\u003c\/h3\u003e\n\n    \u003cp class=\"an-journey-intro\"\u003e\n      A smooth masculine journey from sharp aromatic energy into sweet-spicy\n      cinnamon, soft woods and noble cedar freshness.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"an-journey-grid\"\u003e\n\n      \u003cdiv class=\"an-journey-card\"\u003e\n        \u003cdiv class=\"an-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eConfident Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Sharp notes and smooth relaxing facets create an immediate feeling of\n          confidence and refined masculine presence.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-journey-card\"\u003e\n        \u003cdiv class=\"an-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eCinnamon Spice Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Sweet-spicy cinnamon creates a warm, playful and intriguing aromatic\n          atmosphere.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-journey-card\"\u003e\n        \u003cdiv class=\"an-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eCedar Woody Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Cedar freshness adds nobility and weightless elegance to the soft\n          woody dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-accord-section\"\u003e\n\n    \u003ch3 class=\"an-section-title\"\u003eThe Signature Aneeq Accords\u003c\/h3\u003e\n\n    \u003cp class=\"an-accord-intro\"\u003e\n      A masculine Eau de Parfum shaped by oriental spice, sweet cinnamon,\n      fresh cedar, soft woods and confident aromatic depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"an-accord-grid\"\u003e\n\n      \u003cdiv class=\"an-accord-card\"\u003e\n        \u003cdiv class=\"an-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eOriental Spice\u003c\/h4\u003e\n        \u003cp\u003e\n          The spicy atmosphere gives Aneeq its confident, sharp and masculine\n          opening impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-accord-card\"\u003e\n        \u003cdiv class=\"an-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCinnamon Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Sweet-spicy cinnamon adds warmth, intrigue and playful depth to the\n          perfume melody.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-accord-card\"\u003e\n        \u003cdiv class=\"an-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eCedar Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Cedar freshness and soft woods create the smooth, noble and elegant\n          masculine trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-video-section\"\u003e\n    \u003ch3 class=\"an-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"an-video-subtitle\"\u003e\n      Watch the Aneeq presentation and explore its deep navy, spicy woody,\n      masculine and confident Adyan Eau de Parfum mood.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"an-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/Cy3RdoWIzwA\/embed\/\" title=\"Aneeq EDP by Adyan Instagram Video\" allowtransparency=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" scrolling=\"no\" loading=\"lazy\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"an-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/Cy3RdoWIzwA\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-statement-section\"\u003e\n    \u003ch3\u003eDeep Navy Elegance with Spicy Woody Confidence\u003c\/h3\u003e\n    \u003cp\u003e\n      Aneeq by Adyan combines oriental-spicy warmth, clearly present cinnamon,\n      cedar freshness and a soft enveloping woody composition. Its deep\n      navy-blue bottle, black cap and silver-white typography reflect a scent\n      designed for confidence, strength, business elegance and festive\n      masculine styling.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Business, Festive Looks and Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Aneeq is suitable for business styling, festive occasions, evening wear,\n      daily confidence and masculine signature use. Its cinnamon warmth gives\n      the scent personality, while cedar freshness keeps the overall profile\n      elegant, restrained and refined.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aneeq is presented as a 100ml Eau de Parfum for men with an oriental and\n      spicy character. The product description highlights a soft enveloping\n      woody composition with cinnamon, cedar freshness and a delicate bright\n      trail. Longevity and projection can vary depending on skin chemistry,\n      application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-trust-section\"\u003e\n\n    \u003ch3 class=\"an-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"an-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"an-trust-grid\"\u003e\n\n      \u003cdiv class=\"an-trust-card\"\u003e\n        \u003cdiv class=\"an-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-trust-card\"\u003e\n        \u003cdiv class=\"an-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"an-trust-card\"\u003e\n        \u003cdiv class=\"an-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"an-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Aneeq EDP by Adyan smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq is an Oriental and Spicy fragrance for men with a soft woody\n          composition, sweet-spicy cinnamon, cedar freshness, sharp notes and a\n          delicate bright trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Aneeq EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq EDP by Adyan is supplied in a 100ml Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Aneeq?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aneeq for men?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Aneeq EDP by Adyan is specially designed for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat fragrance family is Aneeq?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq is described as an Oriental and Spicy fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the key notes in Aneeq?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product description highlights sweet-spicy cinnamon and cedar\n          freshness within a soft enveloping woody composition.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aneeq a woody fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Aneeq is described with a soft, enveloping woody composition,\n          supported by cedar freshness and spicy cinnamon.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Aneeq?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq is suitable for business looks, festive styling, evening wear,\n          daily confidence and masculine signature fragrance use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aneeq suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Aneeq has a polished masculine scent profile and elegant deep\n          navy bottle presentation, making it a suitable fragrance gift for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"an-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Aneeq last?\u003c\/summary\u003e\n      \u003cdiv class=\"an-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aneeq is an Eau de Parfum. Longevity and projection can vary\n          depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582568448246,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Aneeq-EDP-100ml.webp?v=1739208919"},{"product_id":"anotha-silver-unisex-edp-100ml","title":"Anotha Silver Unisex EDP (100ml)","description":"\u003cstyle\u003e\n  .anotha-silver-wrapper {\n    --as-white: #ffffff;\n    --as-soft-white: #fbfcff;\n    --as-pale: #eef4fb;\n    --as-pale-2: #f7faff;\n    --as-border: #c9d7e8;\n    --as-neutral-border: #dfe7f0;\n    --as-trust-border: #dce4ec;\n\n    --as-cobalt: #0a3f9f;\n    --as-deep-blue: #06245f;\n    --as-royal-blue: #0e53bd;\n    --as-midnight: #061226;\n    --as-silver: #bfc5cc;\n    --as-polished-silver: #d9dde2;\n    --as-soft-silver: #edf0f3;\n    --as-graphite: #2b323a;\n    --as-bergamot: #c8c761;\n    --as-amber: #b98236;\n    --as-cedar: #6b4a32;\n    --as-tonka: #806042;\n    --as-white-musk: #f5f3ee;\n    --as-patchouli: #3b2a1e;\n    --as-character-bg: linear-gradient(135deg, #061226 0%, #0a3f9f 52%, #020814 100%);\n\n    --as-heading: #18202b;\n    --as-text: #424c57;\n    --as-muted: #6d7681;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--as-white);\n    color: var(--as-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .anotha-silver-wrapper *,\n  .anotha-silver-wrapper *::before,\n  .anotha-silver-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .as-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--as-white);\n    border-bottom: 1px solid var(--as-border);\n    text-align: center;\n  }\n\n  .as-brand-tag {\n    margin-bottom: 8px;\n    color: var(--as-royal-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .as-main-title {\n    margin: 0 0 10px;\n    color: var(--as-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .as-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--as-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .as-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .as-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--as-white);\n    border: 1px solid var(--as-border);\n    border-radius: 10px;\n  }\n\n  .as-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .as-story h3 {\n    margin: 0 0 16px;\n    color: var(--as-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .as-story p {\n    margin: 0 0 17px;\n    color: var(--as-text);\n    font-size: 1.05rem;\n  }\n\n  .as-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .as-section-title {\n    margin: 0 0 25px;\n    color: var(--as-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .as-notes-section,\n  .as-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--as-white);\n    border: 1px solid var(--as-border);\n    border-radius: 10px;\n  }\n\n  .as-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--as-pale);\n    border: 1px solid var(--as-border);\n    border-radius: 10px;\n  }\n\n  .as-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--as-white);\n    border: 1px solid var(--as-trust-border);\n    border-radius: 10px;\n  }\n\n  .as-notes-grid,\n  .as-journey-grid,\n  .as-accord-grid,\n  .as-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .as-note-card {\n    padding: 22px;\n    background: var(--as-pale-2);\n    border: 1px solid var(--as-border);\n    border-top: 4px solid var(--as-royal-blue);\n    border-radius: 8px;\n  }\n\n  .as-note-label {\n    margin-bottom: 7px;\n    color: var(--as-royal-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .as-note-title {\n    margin-bottom: 7px;\n    color: var(--as-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .as-note-description {\n    color: var(--as-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .as-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--as-silver);\n    border: 1px solid var(--as-silver);\n    border-radius: 10px;\n  }\n\n  .as-character-card {\n    padding: 30px 24px;\n    background: var(--as-character-bg);\n    color: var(--as-white);\n  }\n\n  .as-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--as-polished-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .as-character-card p {\n    margin: 0;\n    color: var(--as-white-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .as-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .as-details-box,\n  .as-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--as-white);\n    border: 1px solid var(--as-border);\n    border-radius: 8px;\n  }\n\n  .as-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--as-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--as-neutral-border);\n  }\n\n  .as-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--as-neutral-border);\n  }\n\n  .as-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .as-detail-label {\n    color: var(--as-muted);\n    font-weight: 600;\n  }\n\n  .as-detail-value {\n    color: var(--as-heading);\n    text-align: right;\n  }\n\n  .as-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .as-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--as-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--as-neutral-border);\n  }\n\n  .as-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .as-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--as-royal-blue);\n    font-weight: 700;\n  }\n\n  .as-journey-intro,\n  .as-accord-intro,\n  .as-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--as-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .as-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--as-pale);\n    border: 1px solid var(--as-border);\n    border-radius: 8px;\n  }\n\n  .as-journey-number,\n  .as-accord-icon,\n  .as-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--as-royal-blue);\n    color: var(--as-soft-silver);\n    border: 1px solid var(--as-royal-blue);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .as-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .as-journey-card h4,\n  .as-accord-card h4,\n  .as-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--as-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .as-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .as-journey-card p,\n  .as-accord-card p,\n  .as-trust-card p {\n    margin: 0;\n    color: var(--as-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .as-trust-card p {\n    color: #111111;\n  }\n\n  .as-accord-card {\n    padding: 22px;\n    background: var(--as-white);\n    border: 1px solid var(--as-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .as-trust-card {\n    padding: 28px 22px;\n    background: var(--as-white);\n    border: 1px solid var(--as-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .as-accord-icon,\n  .as-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .as-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--as-midnight) 0%, var(--as-royal-blue) 52%, var(--as-graphite) 100%);\n    color: var(--as-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .as-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--as-polished-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .as-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--as-white-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .as-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--as-pale);\n    border: 1px solid var(--as-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .as-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--as-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .as-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--as-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .as-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--as-pale-2);\n    border: 1px solid var(--as-border);\n    border-left: 6px solid var(--as-royal-blue);\n    border-radius: 8px;\n  }\n\n  .as-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--as-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .as-performance-section p {\n    margin: 0;\n    color: var(--as-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .as-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--as-border);\n  }\n\n  .as-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--as-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .as-faq-item {\n    background: var(--as-white);\n    border-bottom: 1px solid var(--as-border);\n  }\n\n  .as-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--as-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .as-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .as-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--as-royal-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .as-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .as-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--as-text);\n    font-size: 1rem;\n  }\n\n  .as-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .anotha-silver-wrapper {\n      padding: 35px;\n    }\n\n    .as-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .as-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .as-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .as-tagline {\n      font-size: 1.3rem;\n    }\n\n    .as-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .as-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .as-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .as-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .as-notes-grid,\n    .as-journey-grid,\n    .as-accord-grid,\n    .as-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .as-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .as-character-card {\n      padding: 35px;\n    }\n\n    .as-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .as-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .as-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .as-section-title,\n    .as-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .as-note-title {\n      font-size: 1.15rem;\n    }\n\n    .as-note-description {\n      font-size: 1rem;\n    }\n\n    .as-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .as-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .as-box-title {\n      font-size: 1.05rem;\n    }\n\n    .as-detail-row,\n    .as-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .as-journey-intro,\n    .as-accord-intro,\n    .as-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .as-journey-card h4,\n    .as-accord-card h4,\n    .as-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .as-journey-card p,\n    .as-accord-card p,\n    .as-trust-card p {\n      font-size: 1rem;\n    }\n\n    .as-statement-section {\n      padding: 44px;\n    }\n\n    .as-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .as-statement-section p,\n    .as-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .as-occasion-section {\n      padding: 38px;\n    }\n\n    .as-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .as-performance-section {\n      padding: 30px;\n    }\n\n    .as-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .as-trust-section {\n      padding: 44px 38px;\n    }\n\n    .as-trust-card {\n      padding: 32px 26px;\n    }\n\n    .as-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .as-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .as-notes-grid,\n    .as-journey-grid,\n    .as-accord-grid,\n    .as-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .anotha-silver-wrapper {\n      padding: 10px;\n    }\n\n    .as-header {\n      padding: 26px 8px;\n    }\n\n    .as-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .as-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .as-tagline {\n      font-size: 0.95rem;\n    }\n\n    .as-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .as-detail-value {\n      text-align: left;\n    }\n\n    .as-character-card {\n      padding: 24px 18px;\n    }\n\n    .as-journey-section,\n    .as-accord-section,\n    .as-trust-section {\n      padding: 25px 15px;\n    }\n\n    .as-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .as-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .as-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"anotha-silver-wrapper\"\u003e\n\n  \u003cdiv class=\"as-header\"\u003e\n    \u003cdiv class=\"as-brand-tag\"\u003eAdyan Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"as-main-title\"\u003eAnotha Silver\u003c\/h2\u003e\n    \u003cp class=\"as-tagline\"\u003e\n      “Bright bergamot, warm amber, smooth cedar, creamy tonka and a soft musky patchouli trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-intro-grid\"\u003e\n\n    \u003cdiv class=\"as-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Untitleddesign_26.png?v=1746701138\" alt=\"Anotha Silver Unisex EDP 100ml by Adyan in blue-to-silver gradient bottle with polished silver cap and blue marbled box\" class=\"as-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"as-story\"\u003e\n      \u003ch3\u003eAmber Fougere Freshness with Refined Silver Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAnotha Silver by Adyan\u003c\/strong\u003e, an enticing\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e designed for both women and men.\n        Launched in 2021, this amber fougere fragrance balances citrus\n        brightness, warm amber, smooth woods, creamy tonka and a sensual musky\n        patchouli base.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot and amber. Bergamot gives a bright,\n        citrusy and invigorating freshness, while amber introduces warmth,\n        smooth depth and a soft golden glow from the very first impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Cedar and tonka bean create the heart. Cedar adds woody structure,\n        aromatic depth and an earthy modern character, while tonka bean gives\n        creamy sweetness and a comforting warmth that makes the scent feel\n        refined and smooth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        White musk and patchouli form the base. White musk gives a soft,\n        powdery and clean allure, while patchouli adds depth, mystery and a\n        slightly spicy earthiness that anchors the fragrance with\n        sophistication.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a blue-to-silver gradient bottle with a polished silver\n        cap, silver Arabic detail and a matching blue marbled box, Anotha\n        Silver visually reflects its clean, magnetic and modern amber fougere\n        identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-notes-section\"\u003e\n\n    \u003ch3 class=\"as-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"as-notes-grid\"\u003e\n\n      \u003cdiv class=\"as-note-card\"\u003e\n        \u003cdiv class=\"as-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"as-note-title\"\u003eBergamot and Amber\u003c\/div\u003e\n        \u003cdiv class=\"as-note-description\"\u003e\n          Bright bergamot brings citrus freshness, while amber adds immediate\n          warmth, smoothness and inviting depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-note-card\"\u003e\n        \u003cdiv class=\"as-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"as-note-title\"\u003eCedar and Tonka Bean\u003c\/div\u003e\n        \u003cdiv class=\"as-note-description\"\u003e\n          Cedar gives woody structure and aromatic depth, balanced by the\n          creamy sweetness of tonka bean.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-note-card\"\u003e\n        \u003cdiv class=\"as-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"as-note-title\"\u003eWhite Musk and Patchouli\u003c\/div\u003e\n        \u003cdiv class=\"as-note-description\"\u003e\n          White musk creates a soft powdery finish, while patchouli adds\n          earthy richness and subtle mystery.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-character-section\"\u003e\n\n    \u003cdiv class=\"as-character-card\"\u003e\n      \u003ch3\u003eThe Bergamot Amber Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot gives Anotha Silver its clean citrus spark, while amber adds\n        warmth and depth from the first spray.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"as-character-card\"\u003e\n      \u003ch3\u003eThe Musk Patchouli Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        White musk and patchouli settle into a smooth, sensual and refined\n        base with soft powdery elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-details-grid\"\u003e\n\n    \u003cdiv class=\"as-details-box\"\u003e\n      \u003ch4 class=\"as-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eAnotha Silver\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eAdyan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eWomen and Men \/ Unisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eLaunch Year\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003e2021\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eAmber Fougere\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eBergamot, Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eCedar, Tonka Bean\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eWhite Musk, Patchouli\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-detail-row\"\u003e\n        \u003cspan class=\"as-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"as-detail-value\"\u003eBlue-to-Silver Bottle, Silver Cap and Blue Marbled Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"as-highlights-box\"\u003e\n      \u003ch4 class=\"as-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"as-highlights-list\"\u003e\n        \u003cli\u003eElegant 100ml Eau de Parfum by Adyan\u003c\/li\u003e\n        \u003cli\u003eDesigned for both women and men\u003c\/li\u003e\n        \u003cli\u003eAmber fougere fragrance launched in 2021\u003c\/li\u003e\n        \u003cli\u003eBergamot gives bright citrus freshness\u003c\/li\u003e\n        \u003cli\u003eAmber adds warmth and smooth depth\u003c\/li\u003e\n        \u003cli\u003eCedar creates refined woody structure\u003c\/li\u003e\n        \u003cli\u003eTonka bean adds creamy sweetness\u003c\/li\u003e\n        \u003cli\u003eWhite musk gives soft powdery elegance\u003c\/li\u003e\n        \u003cli\u003ePatchouli adds earthy mystery and sophistication\u003c\/li\u003e\n        \u003cli\u003eBalanced freshness and warmth\u003c\/li\u003e\n        \u003cli\u003eVersatile day-to-night scent profile\u003c\/li\u003e\n        \u003cli\u003eBlue and silver bottle presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-journey-section\"\u003e\n\n    \u003ch3 class=\"as-section-title\"\u003eThe Anotha Silver Journey\u003c\/h3\u003e\n\n    \u003cp class=\"as-journey-intro\"\u003e\n      A polished progression from bergamot and amber into cedar and tonka\n      bean, finishing with white musk and patchouli for a clean yet warm amber\n      fougere trail.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"as-journey-grid\"\u003e\n\n      \u003cdiv class=\"as-journey-card\"\u003e\n        \u003cdiv class=\"as-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Amber Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot creates bright freshness, while amber brings warm depth and\n          a smooth first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-journey-card\"\u003e\n        \u003cdiv class=\"as-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eCedar Tonka Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Cedar adds woody structure and aromatic strength, balanced by creamy\n          tonka bean sweetness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-journey-card\"\u003e\n        \u003cdiv class=\"as-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMusk Patchouli Base\u003c\/h4\u003e\n        \u003cp\u003e\n          White musk and patchouli create a soft, sensual and sophisticated\n          dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-accord-section\"\u003e\n\n    \u003ch3 class=\"as-section-title\"\u003eThe Signature Anotha Silver Accords\u003c\/h3\u003e\n\n    \u003cp class=\"as-accord-intro\"\u003e\n      A refined amber fougere Eau de Parfum shaped by citrus freshness, amber\n      warmth, cedarwood structure, tonka creaminess, white musk softness and\n      patchouli depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"as-accord-grid\"\u003e\n\n      \u003cdiv class=\"as-accord-card\"\u003e\n        \u003cdiv class=\"as-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot Amber\u003c\/h4\u003e\n        \u003cp\u003e\n          A fresh yet warm opening that immediately balances citrus brightness\n          with smooth amber depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-accord-card\"\u003e\n        \u003cdiv class=\"as-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCedar Tonka\u003c\/h4\u003e\n        \u003cp\u003e\n          Woody structure and creamy sweetness create the fragrance’s elegant\n          aromatic centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-accord-card\"\u003e\n        \u003cdiv class=\"as-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Soft white musk and earthy patchouli create the sophisticated final\n          trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-statement-section\"\u003e\n    \u003ch3\u003eBlue Silver Elegance with Amber Fougere Warmth\u003c\/h3\u003e\n    \u003cp\u003e\n      Anotha Silver opens with bergamot and amber, develops through cedar and\n      tonka bean, then settles into white musk and patchouli. Its blue-to-silver\n      bottle, polished silver cap and blue marbled box reflect a fragrance\n      designed to feel clean, modern, versatile and elegantly warm.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Day, Night and Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Anotha Silver is suitable for daily wear, work, evenings, social plans,\n      gifting and confident signature styling. Its bergamot brightness keeps it\n      fresh, while amber, tonka, musk and patchouli give it warmth, depth and\n      lasting sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Anotha Silver is presented as a 100ml Eau de Parfum with an amber\n      fougere profile. The composition balances bright bergamot, warm amber,\n      cedar, tonka bean, white musk and patchouli. Longevity and projection can\n      vary depending on skin chemistry, application amount, clothing,\n      temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-trust-section\"\u003e\n\n    \u003ch3 class=\"as-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"as-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"as-trust-grid\"\u003e\n\n      \u003cdiv class=\"as-trust-card\"\u003e\n        \u003cdiv class=\"as-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-trust-card\"\u003e\n        \u003cdiv class=\"as-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"as-trust-card\"\u003e\n        \u003cdiv class=\"as-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"as-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Anotha Silver by Adyan smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver by Adyan is an amber fougere fragrance with bright\n          bergamot, warm amber, cedar, creamy tonka bean, soft white musk and\n          earthy patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver is supplied in a 100ml Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Anotha Silver unisex?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Anotha Silver by Adyan is designed for both women and men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen was Anotha Silver launched?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver by Adyan was unveiled in 2021.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are bergamot and amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are cedar and tonka bean.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are white musk and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Anotha Silver fresh or warm?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver balances both freshness and warmth. Bergamot gives it a\n          bright citrus opening, while amber, tonka bean, white musk and\n          patchouli add warmth, softness and depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Anotha Silver?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver is suitable for day-to-night wear, work, evenings,\n          social occasions, gifting and signature fragrance styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"as-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Anotha Silver last?\u003c\/summary\u003e\n      \u003cdiv class=\"as-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Anotha Silver is an Eau de Parfum. Longevity and projection can vary\n          depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582580179190,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Untitleddesign_26.png?v=1746701138"},{"product_id":"aqua-marine-edp-100ml","title":"Aqua Marine EDP (100ml)","description":"\u003cstyle\u003e\n  .aqua-marine-wrapper {\n    --am-white: #ffffff;\n    --am-soft-white: #fbfdff;\n    --am-pale: #eefaff;\n    --am-pale-2: #f5fcff;\n    --am-border: #b9e5f2;\n    --am-neutral-border: #dbeef5;\n    --am-trust-border: #dce6eb;\n\n    --am-aqua: #27b9e8;\n    --am-bright-blue: #1798dc;\n    --am-marine-blue: #0872b8;\n    --am-deep-blue: #073d69;\n    --am-midnight: #07131f;\n    --am-black: #050607;\n    --am-soft-black: #111820;\n    --am-sea-glass: #9ee9f4;\n    --am-foam: #e9fbff;\n    --am-citrus: #d7d95c;\n    --am-lime: #8fbf56;\n    --am-mediterranean-wood: #5c4b34;\n    --am-spice: #7a5231;\n    --am-silver: #c9d4d8;\n    --am-musk: #f3f8fa;\n    --am-character-bg: linear-gradient(135deg, #07131f 0%, #0872b8 52%, #050607 100%);\n\n    --am-heading: #172029;\n    --am-text: #43505a;\n    --am-muted: #6e7a82;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--am-white);\n    color: var(--am-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .aqua-marine-wrapper *,\n  .aqua-marine-wrapper *::before,\n  .aqua-marine-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .am-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--am-white);\n    border-bottom: 1px solid var(--am-border);\n    text-align: center;\n  }\n\n  .am-brand-tag {\n    margin-bottom: 8px;\n    color: var(--am-marine-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .am-main-title {\n    margin: 0 0 10px;\n    color: var(--am-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .am-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--am-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .am-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .am-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .am-story h3 {\n    margin: 0 0 16px;\n    color: var(--am-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .am-story p {\n    margin: 0 0 17px;\n    color: var(--am-text);\n    font-size: 1.05rem;\n  }\n\n  .am-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .am-section-title {\n    margin: 0 0 25px;\n    color: var(--am-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .am-notes-section,\n  .am-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 10px;\n  }\n\n  .am-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-trust-border);\n    border-radius: 10px;\n  }\n\n  .am-notes-grid,\n  .am-journey-grid,\n  .am-accord-grid,\n  .am-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .am-note-card {\n    padding: 22px;\n    background: var(--am-pale-2);\n    border: 1px solid var(--am-border);\n    border-top: 4px solid var(--am-bright-blue);\n    border-radius: 8px;\n  }\n\n  .am-note-label {\n    margin-bottom: 7px;\n    color: var(--am-marine-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .am-note-title {\n    margin-bottom: 7px;\n    color: var(--am-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .am-note-description {\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .am-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--am-aqua);\n    border: 1px solid var(--am-aqua);\n    border-radius: 10px;\n  }\n\n  .am-character-card {\n    padding: 30px 24px;\n    background: var(--am-character-bg);\n    color: var(--am-white);\n  }\n\n  .am-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--am-sea-glass);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .am-character-card p {\n    margin: 0;\n    color: var(--am-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .am-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .am-details-box,\n  .am-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n  }\n\n  .am-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--am-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .am-detail-label {\n    color: var(--am-muted);\n    font-weight: 600;\n  }\n\n  .am-detail-value {\n    color: var(--am-heading);\n    text-align: right;\n  }\n\n  .am-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .am-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--am-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--am-neutral-border);\n  }\n\n  .am-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .am-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--am-marine-blue);\n    font-weight: 700;\n  }\n\n  .am-journey-intro,\n  .am-accord-intro,\n  .am-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--am-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .am-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n  }\n\n  .am-journey-number,\n  .am-accord-icon,\n  .am-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--am-marine-blue);\n    color: var(--am-foam);\n    border: 1px solid var(--am-marine-blue);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .am-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .am-journey-card h4,\n  .am-accord-card h4,\n  .am-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--am-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .am-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .am-journey-card p,\n  .am-accord-card p,\n  .am-trust-card p {\n    margin: 0;\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .am-trust-card p {\n    color: #111111;\n  }\n\n  .am-accord-card {\n    padding: 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .am-trust-card {\n    padding: 28px 22px;\n    background: var(--am-white);\n    border: 1px solid var(--am-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .am-accord-icon,\n  .am-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .am-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--am-midnight) 0%, var(--am-marine-blue) 52%, var(--am-aqua) 100%);\n    color: var(--am-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .am-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--am-foam);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .am-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--am-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .am-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--am-pale);\n    border: 1px solid var(--am-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .am-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--am-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .am-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--am-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .am-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--am-pale-2);\n    border: 1px solid var(--am-border);\n    border-left: 6px solid var(--am-bright-blue);\n    border-radius: 8px;\n  }\n\n  .am-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--am-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .am-performance-section p {\n    margin: 0;\n    color: var(--am-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .am-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--am-border);\n  }\n\n  .am-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--am-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .am-faq-item {\n    background: var(--am-white);\n    border-bottom: 1px solid var(--am-border);\n  }\n\n  .am-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--am-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .am-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .am-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--am-marine-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .am-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .am-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--am-text);\n    font-size: 1rem;\n  }\n\n  .am-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .aqua-marine-wrapper {\n      padding: 35px;\n    }\n\n    .am-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .am-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .am-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .am-tagline {\n      font-size: 1.3rem;\n    }\n\n    .am-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .am-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .am-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .am-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .am-notes-grid,\n    .am-journey-grid,\n    .am-accord-grid,\n    .am-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .am-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .am-character-card {\n      padding: 35px;\n    }\n\n    .am-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .am-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .am-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .am-section-title,\n    .am-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .am-note-title {\n      font-size: 1.15rem;\n    }\n\n    .am-note-description {\n      font-size: 1rem;\n    }\n\n    .am-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .am-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .am-box-title {\n      font-size: 1.05rem;\n    }\n\n    .am-detail-row,\n    .am-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-intro,\n    .am-accord-intro,\n    .am-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-card h4,\n    .am-accord-card h4,\n    .am-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .am-journey-card p,\n    .am-accord-card p,\n    .am-trust-card p {\n      font-size: 1rem;\n    }\n\n    .am-statement-section {\n      padding: 44px;\n    }\n\n    .am-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .am-statement-section p,\n    .am-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .am-occasion-section {\n      padding: 38px;\n    }\n\n    .am-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .am-performance-section {\n      padding: 30px;\n    }\n\n    .am-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .am-trust-section {\n      padding: 44px 38px;\n    }\n\n    .am-trust-card {\n      padding: 32px 26px;\n    }\n\n    .am-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .am-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .am-notes-grid,\n    .am-journey-grid,\n    .am-accord-grid,\n    .am-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .aqua-marine-wrapper {\n      padding: 10px;\n    }\n\n    .am-header {\n      padding: 26px 8px;\n    }\n\n    .am-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .am-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .am-tagline {\n      font-size: 0.95rem;\n    }\n\n    .am-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .am-detail-value {\n      text-align: left;\n    }\n\n    .am-character-card {\n      padding: 24px 18px;\n    }\n\n    .am-journey-section,\n    .am-accord-section,\n    .am-trust-section {\n      padding: 25px 15px;\n    }\n\n    .am-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .am-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .am-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"aqua-marine-wrapper\"\u003e\n\n  \u003cdiv class=\"am-header\"\u003e\n    \u003cdiv class=\"am-brand-tag\"\u003eMarshall Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"am-main-title\"\u003eAqua Marine\u003c\/h2\u003e\n    \u003cp class=\"am-tagline\"\u003e\n      “Aqua freshness, marine citrus, island woods and effortless masculine energy.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-intro-grid\"\u003e\n\n    \u003cdiv class=\"am-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Aqua-Marine-EDP-100ml.webp?v=1739209076\" alt=\"Aqua Marine EDP 100ml by Marshall for men in bright aqua blue bottle with black box and blue marine presentation\" class=\"am-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-story\"\u003e\n      \u003ch3\u003eFresh Aquatic Energy with Mediterranean Style\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAqua Marine by Marshall\u003c\/strong\u003e, a fresh\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created for those who\n        love clean aquatic energy, marine freshness, citrus brightness, island\n        woods and easy-going masculine style.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with a refreshing aqua sensation that feels bright,\n        crisp and energising. It brings the mood of blue sea waves, fresh\n        coastal air and sparkling citrus tones into a clean everyday scent.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        As the fragrance develops, it paints a Mediterranean picture of serene\n        seashores, island woods and subtle spices. Marine freshness remains at\n        the centre, while citrus and woody facets add movement, depth and a\n        refined masculine edge.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The overall character is fruity yet masculine, fresh yet confident and\n        suitable for day or night. Aqua Marine is made for men who want a scent\n        that feels polished, energetic and naturally clean without becoming\n        heavy.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a bright aqua-blue bottle with a bold black box, blue\n        label panel and clean Marshall typography, Aqua Marine visually\n        reflects its fresh, aquatic and modern masculine identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-notes-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"am-notes-grid\"\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eOpening Mood\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eAqua Freshness and Citrus Sparkle\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          A clean aquatic opening brings sea-air freshness, bright citrus\n          energy and a crisp first impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eHeart Character\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eMarine Tones, Island Woods and Spices\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          Marine freshness flows through island woods and subtle spice,\n          creating a Mediterranean coastal character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-note-card\"\u003e\n        \u003cdiv class=\"am-note-label\"\u003eSignature Trail\u003c\/div\u003e\n        \u003cdiv class=\"am-note-title\"\u003eFruity Masculine Aquatic Woods\u003c\/div\u003e\n        \u003cdiv class=\"am-note-description\"\u003e\n          A fruity yet masculine dry-down leaves a clean, casual and confident\n          aquatic-woody impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-character-section\"\u003e\n\n    \u003cdiv class=\"am-character-card\"\u003e\n      \u003ch3\u003eThe Blue Sea Freshness\u003c\/h3\u003e\n      \u003cp\u003e\n        Aqua Marine opens with clean marine freshness, citrus brightness and\n        the feeling of cool sea air.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-character-card\"\u003e\n      \u003ch3\u003eThe Island Woods Energy\u003c\/h3\u003e\n      \u003cp\u003e\n        Island woods, spice and fruity masculine tones create a confident,\n        easy-going trail for day or night.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-details-grid\"\u003e\n\n    \u003cdiv class=\"am-details-box\"\u003e\n      \u003ch4 class=\"am-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAqua Marine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eMarshall\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAquatic, Marine, Citrus, Woody and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eOpening Mood\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAqua Freshness, Sea Air, Citrus Brightness\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eHeart Character\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eMarine Tones, Island Woods, Spices\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003eOverall Style\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eFresh, Fruity, Masculine, Clean and Casual\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-detail-row\"\u003e\n        \u003cspan class=\"am-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"am-detail-value\"\u003eAqua Blue Bottle, Black Box and Blue Marine Label\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"am-highlights-box\"\u003e\n      \u003ch4 class=\"am-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"am-highlights-list\"\u003e\n        \u003cli\u003eFresh 100ml Eau de Parfum by Marshall\u003c\/li\u003e\n        \u003cli\u003eAquatic perfume created for men\u003c\/li\u003e\n        \u003cli\u003eClean aqua freshness from the first spray\u003c\/li\u003e\n        \u003cli\u003eMarine tones create a blue sea character\u003c\/li\u003e\n        \u003cli\u003eCitrus brightness adds energetic freshness\u003c\/li\u003e\n        \u003cli\u003eIsland woods give structure and depth\u003c\/li\u003e\n        \u003cli\u003eSpices add a masculine aromatic edge\u003c\/li\u003e\n        \u003cli\u003eFruity freshness keeps it lively and wearable\u003c\/li\u003e\n        \u003cli\u003eSuitable for day or night styling\u003c\/li\u003e\n        \u003cli\u003eEasy-going masculine scent profile\u003c\/li\u003e\n        \u003cli\u003eBright aqua-blue bottle presentation\u003c\/li\u003e\n        \u003cli\u003eGreat option for everyday freshness\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-journey-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Aqua Marine Journey\u003c\/h3\u003e\n\n    \u003cp class=\"am-journey-intro\"\u003e\n      A fresh aquatic journey from sea-air brightness and citrus energy into\n      marine tones, island woods, subtle spice and a clean masculine trail.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-journey-grid\"\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eAqua Fresh Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh water energy, sea-air clarity and citrus brightness create a\n          crisp and uplifting start.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eMediterranean Marine Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Marine tones, serene seashore freshness, island woods and subtle\n          spice create a refined coastal centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-journey-card\"\u003e\n        \u003cdiv class=\"am-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eFruity Masculine Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          A clean fruity and masculine aquatic-woody trail gives the fragrance\n          an easy-going finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-accord-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eThe Signature Aqua Marine Accords\u003c\/h3\u003e\n\n    \u003cp class=\"am-accord-intro\"\u003e\n      A fresh Eau de Parfum shaped by aquatic clarity, marine citrus, island\n      woods, aromatic spice and confident masculine freshness.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-accord-grid\"\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAqua Citrus Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          Bright marine freshness and citrus energy create the fragrance’s\n          clean blue opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eIsland Woods Spice\u003c\/h4\u003e\n        \u003cp\u003e\n          Woods and spice give the scent a more masculine Mediterranean\n          character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-accord-card\"\u003e\n        \u003cdiv class=\"am-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eFruity Marine Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          A fruity yet masculine aquatic trail keeps the scent fresh,\n          versatile and confident.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-statement-section\"\u003e\n    \u003ch3\u003eBright Aqua Blue Freshness with Masculine Coastal Energy\u003c\/h3\u003e\n    \u003cp\u003e\n      Aqua Marine by Marshall captures the feeling of blue sea freshness,\n      marine citrus tones, island woods, subtle spices and effortless masculine\n      style. It is a clean aquatic fragrance designed to feel energetic,\n      wearable and polished for any time of day or night.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Daily Wear, Travel and Fresh Signature Styling\u003c\/h3\u003e\n    \u003cp\u003e\n      Aqua Marine is suitable for work, daily wear, gym-to-day freshness,\n      travel, holidays, warm weather, casual evenings and confident signature\n      use. Its aquatic freshness feels clean and uplifting, while the woody and\n      spicy undertones keep the scent masculine and refined.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Aqua Marine is presented as a 100ml Eau de Parfum with an aquatic,\n      marine, citrus, fruity and masculine character. Longevity and projection\n      can vary depending on skin chemistry, application amount, clothing,\n      temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-trust-section\"\u003e\n\n    \u003ch3 class=\"am-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"am-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"am-trust-grid\"\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying distinctive\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Everyday Value\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer strong character, attractive\n          presentation and excellent value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"am-trust-card\"\u003e\n        \u003cdiv class=\"am-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"am-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Aqua Marine by Marshall smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine by Marshall is a fresh aquatic fragrance with aqua\n          freshness, marine and citrus tones, island woods, subtle spices and a\n          fruity masculine character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Aqua Marine EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine EDP by Marshall is supplied in a 100ml Eau de Parfum\n          bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Aqua Marine?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aqua Marine for men?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes Aqua Marine by Marshall as a full and\n          alluring aroma for men with a fruity yet masculine scent profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aqua Marine a fresh perfume?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Aqua Marine is described as an aquatic perfume with aqua\n          freshness, marine freshness and citrus tones, making it a clean and\n          fresh fragrance choice.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat fragrance family is Aqua Marine?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine belongs to an aquatic, marine, citrus, woody and spicy\n          fragrance style.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Aqua Marine?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine is suitable for daytime wear, evening freshness, work,\n          travel, casual plans, warm weather and clean signature styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aqua Marine suitable for summer?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its aqua freshness, marine tones and citrus freshness make Aqua\n          Marine especially suitable for warm weather, holidays and summer\n          wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Aqua Marine suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its fresh masculine character, 100ml size and bold blue\n          presentation make Aqua Marine a suitable fragrance gift for men who\n          enjoy clean aquatic scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"am-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Aqua Marine last?\u003c\/summary\u003e\n      \u003cdiv class=\"am-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Aqua Marine is an Eau de Parfum. Longevity and projection can vary\n          depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582690148598,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Aqua-Marine-EDP-100ml.webp?v=1739209076"},{"product_id":"areej-al-arab-edp-100ml","title":"Areej Al Arab EDP (100ml)","description":"\u003cstyle\u003e\n  .areej-arab-wrapper {\n    --aa-white: #ffffff;\n    --aa-soft-white: #fbfbf8;\n    --aa-pale: #f5f4ef;\n    --aa-pale-2: #faf8f1;\n    --aa-border: #d8d2c3;\n    --aa-neutral-border: #e8e3d8;\n    --aa-trust-border: #e5ddd0;\n\n    --aa-black: #111111;\n    --aa-matte-black: #050505;\n    --aa-charcoal: #1b1b1b;\n    --aa-graphite: #2b2b2b;\n    --aa-silver: #b9b9b4;\n    --aa-soft-silver: #d9d9d4;\n    --aa-warm-grey: #8b8981;\n    --aa-wood-grey: #6e6b63;\n    --aa-peach: #e2a078;\n    --aa-grape: #d7d1b6;\n    --aa-lemon: #dcc55f;\n    --aa-lime: #8fae55;\n    --aa-pink-pepper: #b85d68;\n    --aa-cardamom: #6f7b4e;\n    --aa-nutmeg: #7a4d2c;\n    --aa-bergamot: #b7a65a;\n    --aa-vetiver: #47533a;\n    --aa-oud: #2a160f;\n    --aa-deep-oud: #170b07;\n    --aa-musk: #f4efe4;\n    --aa-character-bg: linear-gradient(135deg, #050505 0%, #2b2b2b 52%, #170b07 100%);\n\n    --aa-heading: #191713;\n    --aa-text: #49443d;\n    --aa-muted: #706b63;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--aa-white);\n    color: var(--aa-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .areej-arab-wrapper *,\n  .areej-arab-wrapper *::before,\n  .areej-arab-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .aa-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--aa-white);\n    border-bottom: 1px solid var(--aa-border);\n    text-align: center;\n  }\n\n  .aa-brand-tag {\n    margin-bottom: 8px;\n    color: var(--aa-graphite);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .aa-main-title {\n    margin: 0 0 10px;\n    color: var(--aa-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .aa-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--aa-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .aa-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .aa-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-border);\n    border-radius: 10px;\n  }\n\n  .aa-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .aa-story h3 {\n    margin: 0 0 16px;\n    color: var(--aa-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aa-story p {\n    margin: 0 0 17px;\n    color: var(--aa-text);\n    font-size: 1.05rem;\n  }\n\n  .aa-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .aa-section-title {\n    margin: 0 0 25px;\n    color: var(--aa-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aa-notes-section,\n  .aa-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-border);\n    border-radius: 10px;\n  }\n\n  .aa-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--aa-pale);\n    border: 1px solid var(--aa-border);\n    border-radius: 10px;\n  }\n\n  .aa-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-trust-border);\n    border-radius: 10px;\n  }\n\n  .aa-notes-grid,\n  .aa-journey-grid,\n  .aa-accord-grid,\n  .aa-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .aa-note-card {\n    padding: 22px;\n    background: var(--aa-pale-2);\n    border: 1px solid var(--aa-border);\n    border-top: 4px solid var(--aa-graphite);\n    border-radius: 8px;\n  }\n\n  .aa-note-label {\n    margin-bottom: 7px;\n    color: var(--aa-graphite);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aa-note-title {\n    margin-bottom: 7px;\n    color: var(--aa-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .aa-note-description {\n    color: var(--aa-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .aa-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--aa-silver);\n    border: 1px solid var(--aa-silver);\n    border-radius: 10px;\n  }\n\n  .aa-character-card {\n    padding: 30px 24px;\n    background: var(--aa-character-bg);\n    color: var(--aa-white);\n  }\n\n  .aa-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--aa-soft-silver);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .aa-character-card p {\n    margin: 0;\n    color: var(--aa-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .aa-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .aa-details-box,\n  .aa-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-border);\n    border-radius: 8px;\n  }\n\n  .aa-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--aa-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--aa-neutral-border);\n  }\n\n  .aa-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aa-neutral-border);\n  }\n\n  .aa-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .aa-detail-label {\n    color: var(--aa-muted);\n    font-weight: 600;\n  }\n\n  .aa-detail-value {\n    color: var(--aa-heading);\n    text-align: right;\n  }\n\n  .aa-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .aa-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--aa-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--aa-neutral-border);\n  }\n\n  .aa-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .aa-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--aa-graphite);\n    font-weight: 700;\n  }\n\n  .aa-journey-intro,\n  .aa-accord-intro,\n  .aa-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--aa-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .aa-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--aa-pale);\n    border: 1px solid var(--aa-border);\n    border-radius: 8px;\n  }\n\n  .aa-journey-number,\n  .aa-accord-icon,\n  .aa-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--aa-charcoal);\n    color: var(--aa-soft-silver);\n    border: 1px solid var(--aa-charcoal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .aa-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .aa-journey-card h4,\n  .aa-accord-card h4,\n  .aa-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--aa-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .aa-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .aa-journey-card p,\n  .aa-accord-card p,\n  .aa-trust-card p {\n    margin: 0;\n    color: var(--aa-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .aa-trust-card p {\n    color: #111111;\n  }\n\n  .aa-accord-card {\n    padding: 22px;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aa-trust-card {\n    padding: 28px 22px;\n    background: var(--aa-white);\n    border: 1px solid var(--aa-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .aa-accord-icon,\n  .aa-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .aa-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--aa-matte-black) 0%, var(--aa-charcoal) 52%, var(--aa-oud) 100%);\n    color: var(--aa-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .aa-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--aa-soft-silver);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aa-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aa-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aa-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--aa-pale);\n    border: 1px solid var(--aa-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .aa-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--aa-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .aa-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--aa-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .aa-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--aa-pale-2);\n    border: 1px solid var(--aa-border);\n    border-left: 6px solid var(--aa-graphite);\n    border-radius: 8px;\n  }\n\n  .aa-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--aa-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .aa-performance-section p {\n    margin: 0;\n    color: var(--aa-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .aa-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--aa-border);\n  }\n\n  .aa-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--aa-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .aa-faq-item {\n    background: var(--aa-white);\n    border-bottom: 1px solid var(--aa-border);\n  }\n\n  .aa-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--aa-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .aa-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .aa-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--aa-graphite);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .aa-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .aa-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--aa-text);\n    font-size: 1rem;\n  }\n\n  .aa-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .areej-arab-wrapper {\n      padding: 35px;\n    }\n\n    .aa-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .aa-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .aa-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .aa-tagline {\n      font-size: 1.3rem;\n    }\n\n    .aa-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .aa-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .aa-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .aa-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .aa-notes-grid,\n    .aa-journey-grid,\n    .aa-accord-grid,\n    .aa-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .aa-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .aa-character-card {\n      padding: 35px;\n    }\n\n    .aa-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .aa-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .aa-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .aa-section-title,\n    .aa-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .aa-note-title {\n      font-size: 1.15rem;\n    }\n\n    .aa-note-description {\n      font-size: 1rem;\n    }\n\n    .aa-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .aa-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .aa-box-title {\n      font-size: 1.05rem;\n    }\n\n    .aa-detail-row,\n    .aa-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .aa-journey-intro,\n    .aa-accord-intro,\n    .aa-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .aa-journey-card h4,\n    .aa-accord-card h4,\n    .aa-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .aa-journey-card p,\n    .aa-accord-card p,\n    .aa-trust-card p {\n      font-size: 1rem;\n    }\n\n    .aa-statement-section {\n      padding: 44px;\n    }\n\n    .aa-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .aa-statement-section p,\n    .aa-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .aa-occasion-section {\n      padding: 38px;\n    }\n\n    .aa-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .aa-performance-section {\n      padding: 30px;\n    }\n\n    .aa-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .aa-trust-section {\n      padding: 44px 38px;\n    }\n\n    .aa-trust-card {\n      padding: 32px 26px;\n    }\n\n    .aa-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .aa-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .aa-notes-grid,\n    .aa-journey-grid,\n    .aa-accord-grid,\n    .aa-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .areej-arab-wrapper {\n      padding: 10px;\n    }\n\n    .aa-header {\n      padding: 26px 8px;\n    }\n\n    .aa-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .aa-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .aa-tagline {\n      font-size: 0.95rem;\n    }\n\n    .aa-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .aa-detail-value {\n      text-align: left;\n    }\n\n    .aa-character-card {\n      padding: 24px 18px;\n    }\n\n    .aa-journey-section,\n    .aa-accord-section,\n    .aa-trust-section {\n      padding: 25px 15px;\n    }\n\n    .aa-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .aa-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .aa-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"areej-arab-wrapper\"\u003e\n\n  \u003cdiv class=\"aa-header\"\u003e\n    \u003cdiv class=\"aa-brand-tag\"\u003eAdyan Prestige Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"aa-main-title\"\u003eAreej Al Arab\u003c\/h2\u003e\n    \u003cp class=\"aa-tagline\"\u003e\n      “Peach, white grapes, citrus sparkle, warm spice, green vetiver and rich oud intensity.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-intro-grid\"\u003e\n\n    \u003cdiv class=\"aa-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Areej-Al-Arab-EDP-100ml.jpg?v=1739209133\" alt=\"Areej Al Arab EDP 100ml by Adyan Prestige unisex Arabic perfume in clear glass bottle with black matte patterned panel, silver grey border and black cap\" class=\"aa-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aa-story\"\u003e\n      \u003ch3\u003eOriental Spice with Bright Fruity Energy\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eAreej Al Arab EDP\u003c\/strong\u003e, an elegant\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e designed for everyone who enjoys\n        the refined character of Arabic perfumery, oriental spice, sparkling\n        fruits and a rich oud-inspired finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bright peach and white grapes, playing against\n        lemon peel and fresh lime. This gives Areej Al Arab a cheerful,\n        optimistic and sparkling introduction with fruity sweetness and crisp\n        citrus brightness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        As the scent develops, freshly ground pink pepper, cardamom and nutmeg\n        create a spicy aromatic centre. Bergamot adds a smoky, astringent\n        citrus nuance, while vetiver brings fresh green depth and a sonorous\n        woody-citrus impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The composition is described with a rich oud scent of intensity,\n        giving the fragrance its lasting Arabic perfume identity. The result is\n        a smooth, warm and confident oriental-spicy profile with a traditional\n        yet integrated Arabian character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a sleek smooth matte-style bottle with black patterned\n        detail, silver-grey framing, Arabic writing and a matching engraved\n        package, Areej Al Arab feels refined, gift-worthy and highly\n        collectible.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-notes-section\"\u003e\n\n    \u003ch3 class=\"aa-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"aa-notes-grid\"\u003e\n\n      \u003cdiv class=\"aa-note-card\"\u003e\n        \u003cdiv class=\"aa-note-label\"\u003eOpening Notes\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-title\"\u003ePeach, White Grapes, Lemon Peel and Fresh Lime\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-description\"\u003e\n          Bright peach and white grapes sparkle against lemon peel and fresh\n          lime for a fruity, citrusy and cheerful introduction.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-note-card\"\u003e\n        \u003cdiv class=\"aa-note-label\"\u003eSpiced Heart\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-title\"\u003ePink Pepper, Cardamom, Nutmeg, Bergamot and Vetiver\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-description\"\u003e\n          Pink pepper, cardamom and nutmeg create warm aromatic spice, balanced\n          by bergamot and fresh green vetiver.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-note-card\"\u003e\n        \u003cdiv class=\"aa-note-label\"\u003eSignature Trail\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-title\"\u003eRich Oud Intensity and Oriental Warmth\u003c\/div\u003e\n        \u003cdiv class=\"aa-note-description\"\u003e\n          A rich oud scent adds depth, strength and long-lasting Arabic perfume\n          character to the fragrance trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-character-section\"\u003e\n\n    \u003cdiv class=\"aa-character-card\"\u003e\n      \u003ch3\u003eThe Peach Grape Sparkle\u003c\/h3\u003e\n      \u003cp\u003e\n        Peach, white grapes, lemon peel and fresh lime create a bright,\n        optimistic and lively first impression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aa-character-card\"\u003e\n      \u003ch3\u003eThe Spice Oud Identity\u003c\/h3\u003e\n      \u003cp\u003e\n        Pink pepper, cardamom, nutmeg, bergamot, vetiver and rich oud\n        intensity give the scent warmth, character and depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-details-grid\"\u003e\n\n    \u003cdiv class=\"aa-details-box\"\u003e\n      \u003ch4 class=\"aa-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eAreej Al Arab\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eAdyan Prestige\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eTarget\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eEveryone \/ Unisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eOriental and Spicy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eOpening Notes\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003ePeach, White Grapes, Lemon Peel, Lime\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eSpiced Notes\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003ePink Pepper, Cardamom, Nutmeg, Bergamot, Vetiver\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003eSignature Character\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eRich Oud Intensity, Oriental Spice, Fruity Citrus Freshness\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-detail-row\"\u003e\n        \u003cspan class=\"aa-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"aa-detail-value\"\u003eBlack Matte Pattern, Clear Glass, Silver-Grey Border and Black Cap\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aa-highlights-box\"\u003e\n      \u003ch4 class=\"aa-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"aa-highlights-list\"\u003e\n        \u003cli\u003eElegant 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eArabic perfume with oriental and spicy character\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyone\u003c\/li\u003e\n        \u003cli\u003ePeach gives bright fruity sweetness\u003c\/li\u003e\n        \u003cli\u003eWhite grapes add sparkling freshness\u003c\/li\u003e\n        \u003cli\u003eLemon peel and lime create citrus lift\u003c\/li\u003e\n        \u003cli\u003ePink pepper adds fresh spicy energy\u003c\/li\u003e\n        \u003cli\u003eCardamom and nutmeg create warm aromatic depth\u003c\/li\u003e\n        \u003cli\u003eBergamot adds smoky citrus nuance\u003c\/li\u003e\n        \u003cli\u003eVetiver brings fresh green woody tone\u003c\/li\u003e\n        \u003cli\u003eRich oud intensity gives lasting Arabic character\u003c\/li\u003e\n        \u003cli\u003eGift-worthy bottle and engraved package design\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-journey-section\"\u003e\n\n    \u003ch3 class=\"aa-section-title\"\u003eThe Areej Al Arab Journey\u003c\/h3\u003e\n\n    \u003cp class=\"aa-journey-intro\"\u003e\n      A bright oriental-spicy journey from peach, grapes and citrus into pink\n      pepper, cardamom, nutmeg, bergamot, vetiver and rich oud intensity.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aa-journey-grid\"\u003e\n\n      \u003cdiv class=\"aa-journey-card\"\u003e\n        \u003cdiv class=\"aa-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFruity Citrus Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Peach, white grapes, lemon peel and fresh lime create a lively,\n          sparkling and optimistic introduction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-journey-card\"\u003e\n        \u003cdiv class=\"aa-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSpiced Green Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Pink pepper, cardamom, nutmeg, bergamot and vetiver create warmth,\n          freshness and aromatic energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-journey-card\"\u003e\n        \u003cdiv class=\"aa-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eRich Oud Impression\u003c\/h4\u003e\n        \u003cp\u003e\n          The rich oud scent of intensity gives the fragrance its traditional\n          Arabic perfume depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-accord-section\"\u003e\n\n    \u003ch3 class=\"aa-section-title\"\u003eThe Signature Areej Al Arab Accords\u003c\/h3\u003e\n\n    \u003cp class=\"aa-accord-intro\"\u003e\n      A refined Eau de Parfum shaped by bright fruit, citrus peel, aromatic\n      spice, green vetiver and a rich oud-inspired Arabic perfume trail.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aa-accord-grid\"\u003e\n\n      \u003cdiv class=\"aa-accord-card\"\u003e\n        \u003cdiv class=\"aa-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePeach White Grapes\u003c\/h4\u003e\n        \u003cp\u003e\n          Fruity sweetness and sparkling freshness create the cheerful opening\n          of the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-accord-card\"\u003e\n        \u003cdiv class=\"aa-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eSpice Citrus Vetiver\u003c\/h4\u003e\n        \u003cp\u003e\n          Pink pepper, cardamom, nutmeg, bergamot and vetiver build the\n          aromatic centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-accord-card\"\u003e\n        \u003cdiv class=\"aa-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eRich Oud Character\u003c\/h4\u003e\n        \u003cp\u003e\n          A deep oud impression gives the fragrance its strong Arabic perfume\n          identity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-statement-section\"\u003e\n    \u003ch3\u003eMatte Black Arabic Elegance with Fresh Oriental Spice\u003c\/h3\u003e\n    \u003cp\u003e\n      Areej Al Arab opens with bright peach, white grapes, lemon peel and\n      fresh lime before moving into pink pepper, cardamom, nutmeg, bergamot\n      and vetiver. A rich oud scent of intensity completes the fragrance with\n      lasting Arabic perfume depth, while the matte black patterned bottle and\n      matching package create a refined gift-worthy presentation.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting, Collection and Confident Signature Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Areej Al Arab is suitable for personal collection, daily confidence,\n      evening wear, special occasions and gifting. Its fruity citrus opening\n      feels bright and optimistic, while the spicy heart and oud intensity add\n      warmth, richness and depth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Areej Al Arab is presented as a 100ml Eau de Parfum. The product page\n      describes it as an amazingly long-lasting perfume with rich oud scent\n      intensity. Actual longevity and projection can vary depending on skin\n      chemistry, application amount, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-trust-section\"\u003e\n\n    \u003ch3 class=\"aa-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"aa-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"aa-trust-grid\"\u003e\n\n      \u003cdiv class=\"aa-trust-card\"\u003e\n        \u003cdiv class=\"aa-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAuthentic Arabian Perfumes\u003c\/h4\u003e\n        \u003cp\u003e\n          London Musk specialises in sourcing and supplying authentic Arabian\n          perfumes, oils, oud fragrances and musk blends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-trust-card\"\u003e\n        \u003cdiv class=\"aa-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePremium Fragrance Selection\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer distinctive character, beautiful\n          presentation and exceptional value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"aa-trust-card\"\u003e\n        \u003cdiv class=\"aa-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop confidently with UK delivery, store-pickup options and\n          customer-focused fragrance service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aa-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Areej Al Arab smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is an oriental and spicy Arabic perfume. It opens with\n          peach, white grapes, lemon peel and fresh lime, develops with pink\n          pepper, cardamom, nutmeg, bergamot and vetiver, and carries a rich\n          oud scent of intensity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Areej Al Arab?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is supplied in a 100ml Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Areej Al Arab?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Areej Al Arab unisex?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is described as an Eau de Parfum fragrance designed\n          for everyone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the opening notes in Areej Al Arab?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The opening notes include bright fragrant peach, white grapes, lemon\n          peel and fresh lime.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the spicy notes in Areej Al Arab?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The spicy and aromatic notes include pink pepper, cardamom, nutmeg,\n          bergamot and vetiver.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Areej Al Arab an oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Areej Al Arab as having a rich oud scent\n          of intensity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Areej Al Arab suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product page describes Areej Al Arab as a perfect gift for\n          loved ones, with a sleek matte bottle and appealing engraved package\n          design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Areej Al Arab?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is suitable for daily confidence, evening wear, special\n          occasions, personal collection and gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"aa-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Areej Al Arab last?\u003c\/summary\u003e\n      \u003cdiv class=\"aa-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Areej Al Arab is an Eau de Parfum and the product page describes it\n          as amazingly long-lasting with rich oud scent intensity. Actual\n          performance can vary depending on skin chemistry, clothing,\n          application amount, temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582696112374,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Areej-Al-Arab-EDP-100ml.jpg?v=1739209133"},{"product_id":"black-orchestra-100ml","title":"Black Orchestra (100ml)","description":"\u003cstyle\u003e\n  .black-orchestra-wrapper {\n    --bo-white: #ffffff;\n    --bo-soft-white: #fdfbf7;\n    --bo-pale: #fbf6ee;\n    --bo-pale-2: #fffaf2;\n    --bo-border: #e6d7bc;\n    --bo-neutral-border: #efe4d2;\n    --bo-trust-border: #e5ddd0;\n\n    --bo-black: #111111;\n    --bo-obsidian: #070707;\n    --bo-graphite: #1b1b1b;\n    --bo-deep-black: #030303;\n    --bo-gold: #c5a059;\n    --bo-soft-gold: #dec674;\n    --bo-champagne: #d9bd79;\n    --bo-blackcurrant: #29112d;\n    --bo-orchid: #b44986;\n    --bo-chocolate: #4b2818;\n    --bo-patchouli: #3a2d20;\n    --bo-incense: #2b211c;\n    --bo-amber: #9b6834;\n    --bo-sandalwood: #7a5635;\n    --bo-musk: #f3eadc;\n    --bo-character-bg: linear-gradient(135deg, #070707 0%, #1b1b1b 52%, #030303 100%);\n\n    --bo-heading: #191512;\n    --bo-text: #4b413a;\n    --bo-muted: #756b60;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--bo-white);\n    color: var(--bo-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .black-orchestra-wrapper *,\n  .black-orchestra-wrapper *::before,\n  .black-orchestra-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .bo-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--bo-white);\n    border-bottom: 1px solid var(--bo-border);\n    text-align: center;\n  }\n\n  .bo-brand-tag {\n    margin-bottom: 8px;\n    color: var(--bo-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .bo-main-title {\n    margin: 0 0 10px;\n    color: var(--bo-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .bo-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--bo-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .bo-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .bo-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .bo-story h3 {\n    margin: 0 0 16px;\n    color: var(--bo-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .bo-story p {\n    margin: 0 0 17px;\n    color: var(--bo-text);\n    font-size: 1.05rem;\n  }\n\n  .bo-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .bo-section-title {\n    margin: 0 0 25px;\n    color: var(--bo-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .bo-notes-section,\n  .bo-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 10px;\n  }\n\n  .bo-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-trust-border);\n    border-radius: 10px;\n  }\n\n  .bo-notes-grid,\n  .bo-journey-grid,\n  .bo-accord-grid,\n  .bo-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .bo-note-card {\n    padding: 22px;\n    background: var(--bo-pale-2);\n    border: 1px solid var(--bo-border);\n    border-top: 4px solid var(--bo-gold);\n    border-radius: 8px;\n  }\n\n  .bo-note-label {\n    margin-bottom: 7px;\n    color: var(--bo-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .bo-note-title {\n    margin-bottom: 7px;\n    color: var(--bo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .bo-note-description {\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .bo-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--bo-champagne);\n    border: 1px solid var(--bo-champagne);\n    border-radius: 10px;\n  }\n\n  .bo-character-card {\n    padding: 30px 24px;\n    background: var(--bo-character-bg);\n    color: var(--bo-white);\n  }\n\n  .bo-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--bo-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .bo-character-card p {\n    margin: 0;\n    color: var(--bo-musk);\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .bo-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .bo-details-box,\n  .bo-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n  }\n\n  .bo-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--bo-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .bo-detail-label {\n    color: var(--bo-muted);\n    font-weight: 600;\n  }\n\n  .bo-detail-value {\n    color: var(--bo-heading);\n    text-align: right;\n  }\n\n  .bo-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .bo-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--bo-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--bo-neutral-border);\n  }\n\n  .bo-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .bo-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--bo-gold);\n    font-weight: 700;\n  }\n\n  .bo-journey-intro,\n  .bo-accord-intro,\n  .bo-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--bo-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .bo-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n  }\n\n  .bo-journey-number,\n  .bo-accord-icon,\n  .bo-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--bo-obsidian);\n    color: var(--bo-soft-gold);\n    border: 1px solid var(--bo-obsidian);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .bo-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .bo-journey-card h4,\n  .bo-accord-card h4,\n  .bo-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--bo-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .bo-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .bo-journey-card p,\n  .bo-accord-card p,\n  .bo-trust-card p {\n    margin: 0;\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .bo-trust-card p {\n    color: #111111;\n  }\n\n  .bo-accord-card {\n    padding: 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .bo-trust-card {\n    padding: 28px 22px;\n    background: var(--bo-white);\n    border: 1px solid var(--bo-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .bo-accord-icon,\n  .bo-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .bo-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--bo-deep-black) 0%, var(--bo-graphite) 52%, var(--bo-blackcurrant) 100%);\n    color: var(--bo-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .bo-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--bo-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bo-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--bo-musk);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .bo-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--bo-pale);\n    border: 1px solid var(--bo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .bo-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--bo-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bo-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--bo-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .bo-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--bo-pale-2);\n    border: 1px solid var(--bo-border);\n    border-left: 6px solid var(--bo-gold);\n    border-radius: 8px;\n  }\n\n  .bo-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--bo-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .bo-performance-section p {\n    margin: 0;\n    color: var(--bo-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .bo-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--bo-border);\n  }\n\n  .bo-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--bo-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .bo-faq-item {\n    background: var(--bo-white);\n    border-bottom: 1px solid var(--bo-border);\n  }\n\n  .bo-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--bo-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .bo-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bo-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--bo-gold);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .bo-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .bo-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--bo-text);\n    font-size: 1rem;\n  }\n\n  .bo-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .black-orchestra-wrapper {\n      padding: 35px;\n    }\n\n    .bo-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .bo-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .bo-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .bo-tagline {\n      font-size: 1.3rem;\n    }\n\n    .bo-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .bo-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .bo-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .bo-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .bo-notes-grid,\n    .bo-journey-grid,\n    .bo-accord-grid,\n    .bo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .bo-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .bo-character-card {\n      padding: 35px;\n    }\n\n    .bo-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .bo-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .bo-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .bo-section-title,\n    .bo-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .bo-note-title {\n      font-size: 1.15rem;\n    }\n\n    .bo-note-description {\n      font-size: 1rem;\n    }\n\n    .bo-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .bo-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .bo-box-title {\n      font-size: 1.05rem;\n    }\n\n    .bo-detail-row,\n    .bo-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-intro,\n    .bo-accord-intro,\n    .bo-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-card h4,\n    .bo-accord-card h4,\n    .bo-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .bo-journey-card p,\n    .bo-accord-card p,\n    .bo-trust-card p {\n      font-size: 1rem;\n    }\n\n    .bo-statement-section {\n      padding: 44px;\n    }\n\n    .bo-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .bo-statement-section p,\n    .bo-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .bo-occasion-section {\n      padding: 38px;\n    }\n\n    .bo-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .bo-performance-section {\n      padding: 30px;\n    }\n\n    .bo-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .bo-trust-section {\n      padding: 44px 38px;\n    }\n\n    .bo-trust-card {\n      padding: 32px 26px;\n    }\n\n    .bo-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .bo-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .bo-notes-grid,\n    .bo-journey-grid,\n    .bo-accord-grid,\n    .bo-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .black-orchestra-wrapper {\n      padding: 10px;\n    }\n\n    .bo-header {\n      padding: 26px 8px;\n    }\n\n    .bo-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .bo-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .bo-tagline {\n      font-size: 0.95rem;\n    }\n\n    .bo-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .bo-detail-value {\n      text-align: left;\n    }\n\n    .bo-character-card {\n      padding: 24px 18px;\n    }\n\n    .bo-journey-section,\n    .bo-accord-section,\n    .bo-trust-section {\n      padding: 25px 15px;\n    }\n\n    .bo-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .bo-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .bo-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"black-orchestra-wrapper\"\u003e\n\n  \u003cdiv class=\"bo-header\"\u003e\n    \u003cdiv class=\"bo-brand-tag\"\u003eAsten Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"bo-main-title\"\u003eBlack Orchestra\u003c\/h2\u003e\n    \u003cp class=\"bo-tagline\"\u003e\n      “Black orchid seduction, dark spice, truffle depth and a chocolate-incense trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-intro-grid\"\u003e\n\n    \u003cdiv class=\"bo-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Black-Orchestraa.webp?v=1739209245\" alt=\"Black Orchestra 100ml Eau de Parfum in black ribbed bottle with black cap, gold collar, gold label and champagne-gold box\" class=\"bo-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-story\"\u003e\n      \u003ch3\u003eDark Floral Luxury with Iconic Black Orchid Character\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eBlack Orchestra\u003c\/strong\u003e, a luxurious\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created around deep floral\n        seduction, spice, dark accords and a warm oriental base.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with truffle, gardenia, black currant,\n        ylang-ylang, jasmine, bergamot, mandarin orange and Amalfi lemon.\n        This creates a striking first impression where dark earthiness,\n        white florals, juicy fruit and citrus brightness meet in one dramatic\n        opening.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Orchid, spices, gardenia, fruity notes, ylang-ylang, jasmine and lotus\n        form the heart. The floral centre feels rich, sensual and polished,\n        while spice and fruit add warmth, contrast and modern glamour.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Mexican chocolate, patchouli, vanille, incense, amber, sandalwood,\n        vetiver and white musk create the base. Chocolate and vanilla add dark\n        sweetness, incense and amber bring depth, while patchouli, sandalwood,\n        vetiver and musk leave a smooth, elegant and memorable trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a black ribbed bottle with black cap, gold collar, gold\n        label and champagne-gold box, Black Orchestra visually reflects its\n        fragrance mood: bold, modern, timeless and deeply seductive.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-notes-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"bo-notes-grid\"\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003eTruffle, Gardenia, Black Currant, Ylang-Ylang, Jasmine, Bergamot, Mandarin Orange and Amalfi Lemon\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Earthy truffle, white florals, black currant and sparkling citrus\n          create a dark yet luminous opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003eOrchid, Spices, Gardenia, Fruity Notes, Ylang-Ylang, Jasmine and Lotus\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Orchid, gardenia, ylang-ylang, jasmine and lotus unfold with spices\n          and fruit for a sensual floral heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-note-card\"\u003e\n        \u003cdiv class=\"bo-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-title\"\u003eMexican Chocolate, Patchouli, Vanille, Incense, Amber, Sandalwood, Vetiver and White Musk\u003c\/div\u003e\n        \u003cdiv class=\"bo-note-description\"\u003e\n          Dark chocolate, patchouli, vanilla, incense, amber and woods create a\n          warm, rich and long-lasting oriental trail.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-character-section\"\u003e\n\n    \u003cdiv class=\"bo-character-card\"\u003e\n      \u003ch3\u003eThe Black Orchid Dark Accord\u003c\/h3\u003e\n      \u003cp\u003e\n        Black currant, truffle, orchid, spice and dark florals create a deeply\n        seductive fragrance identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-character-card\"\u003e\n      \u003ch3\u003eThe Chocolate Incense Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Mexican chocolate, patchouli, vanille, incense, amber and woods settle\n        into a rich, modern and timeless dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-details-grid\"\u003e\n\n    \u003cdiv class=\"bo-details-box\"\u003e\n      \u003ch4 class=\"bo-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eBlack Orchestra\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eBrand Shown\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eTruffle, Gardenia, Black Currant, Ylang-Ylang, Jasmine, Bergamot, Mandarin Orange, Amalfi Lemon\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eOrchid, Spices, Gardenia, Fruity Notes, Ylang-Ylang, Jasmine, Lotus\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eMexican Chocolate, Patchouli, Vanille, Incense, Amber, Sandalwood, Vetiver, White Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eDark Floral, Spicy, Fruity, Chocolate, Incense and Woody\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eSeductive, Modern, Timeless and Luxurious\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-detail-row\"\u003e\n        \u003cspan class=\"bo-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"bo-detail-value\"\u003eBlack Ribbed Bottle, Gold Label and Champagne-Gold Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bo-highlights-box\"\u003e\n      \u003ch4 class=\"bo-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"bo-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eDark floral black orchid style fragrance\u003c\/li\u003e\n        \u003cli\u003eTruffle adds earthy depth\u003c\/li\u003e\n        \u003cli\u003eBlack currant gives dark fruity richness\u003c\/li\u003e\n        \u003cli\u003eGardenia, jasmine and ylang-ylang create floral seduction\u003c\/li\u003e\n        \u003cli\u003eOrchid and spices add iconic dark glamour\u003c\/li\u003e\n        \u003cli\u003eMexican chocolate adds rich sweetness\u003c\/li\u003e\n        \u003cli\u003ePatchouli and vetiver bring earthy structure\u003c\/li\u003e\n        \u003cli\u003eIncense and amber create warm oriental depth\u003c\/li\u003e\n        \u003cli\u003eSandalwood and white musk smooth the base\u003c\/li\u003e\n        \u003cli\u003eModern and timeless scent character\u003c\/li\u003e\n        \u003cli\u003eBlack and champagne-gold luxury presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-journey-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Black Orchestra Journey\u003c\/h3\u003e\n\n    \u003cp class=\"bo-journey-intro\"\u003e\n      A dramatic journey from truffle, black currant, white florals and citrus\n      into orchid, spices and dark florals, finishing with chocolate, incense,\n      amber, woods and white musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-journey-grid\"\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eDark Fruity Floral Opening\u003c\/h4\u003e\n        \u003cp\u003e\n          Truffle, gardenia, black currant, ylang-ylang, jasmine and citrus\n          create a bold first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eOrchid Spice Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Orchid, spices, gardenia, fruits, ylang-ylang, jasmine and lotus\n          develop into a seductive floral core.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-journey-card\"\u003e\n        \u003cdiv class=\"bo-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eChocolate Incense Base\u003c\/h4\u003e\n        \u003cp\u003e\n          Mexican chocolate, patchouli, vanille, incense, amber, woods and\n          musk leave a deep oriental trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-accord-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eThe Signature Black Orchestra Accords\u003c\/h3\u003e\n\n    \u003cp class=\"bo-accord-intro\"\u003e\n      A luxe and extraordinary fragrance built around black orchid glamour,\n      spice, dark fruits, chocolate sweetness, smoky incense and warm woods.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-accord-grid\"\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBlack Orchid Florals\u003c\/h4\u003e\n        \u003cp\u003e\n          Orchid, gardenia, ylang-ylang, jasmine and lotus create the dramatic\n          floral signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eDark Fruit and Spice\u003c\/h4\u003e\n        \u003cp\u003e\n          Black currant, mandarin, Amalfi lemon, fruity notes and spices add\n          contrast, brightness and depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-accord-card\"\u003e\n        \u003cdiv class=\"bo-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eChocolate Incense Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Mexican chocolate, incense, amber, patchouli, sandalwood, vetiver and\n          musk create the sensual base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-statement-section\"\u003e\n    \u003ch3\u003eBlack Ribbed Elegance with Champagne-Gold Detail\u003c\/h3\u003e\n    \u003cp\u003e\n      Black Orchestra opens with truffle, black currant, florals and citrus,\n      moves into orchid, spice and gardenia, then settles into Mexican\n      chocolate, patchouli, vanille, incense, amber, sandalwood, vetiver and\n      white musk. Its black ribbed bottle, black cap and gold detailing reflect\n      a fragrance made to feel deeply seductive, modern and timeless.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-occasion-section\"\u003e\n    \u003ch3\u003ePerfect for Evenings, Statement Wear and Dark Floral Luxury\u003c\/h3\u003e\n    \u003cp\u003e\n      Black Orchestra is ideal for evening wear, dinners, events, cold weather,\n      gifting and confident signature styling. Its dark floral opening feels\n      luxurious, while chocolate, incense, amber and woods create a memorable\n      oriental trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Black Orchestra is presented as a 100ml Eau de Parfum with a complex\n      dark floral, spicy, fruity, chocolate, incense and woody structure. Exact\n      longevity and projection may vary according to skin chemistry,\n      application method, clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-trust-section\"\u003e\n\n    \u003ch3 class=\"bo-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"bo-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bo-trust-grid\"\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, rich oud fragrances, elegant musk\n          compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          attractive presentation and strong value for perfume lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bo-trust-card\"\u003e\n        \u003cdiv class=\"bo-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bo-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Black Orchestra smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Black Orchestra is a dark floral, spicy, fruity, chocolate, incense\n          and woody fragrance. It opens with truffle, gardenia, black currant,\n          ylang-ylang, jasmine, bergamot, mandarin orange and Amalfi lemon,\n          develops into orchid, spices, gardenia, fruity notes, ylang-ylang,\n          jasmine and lotus, and settles into Mexican chocolate, patchouli,\n          vanille, incense, amber, sandalwood, vetiver and white musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Black Orchestra?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Black Orchestra is supplied in a 100ml Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Black Orchestra?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are truffle, gardenia, black currant, ylang-ylang,\n          jasmine, bergamot, mandarin orange and Amalfi lemon.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Black Orchestra?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are orchid, spices, gardenia, fruity notes,\n          ylang-ylang, jasmine and lotus.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Black Orchestra?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are Mexican chocolate, patchouli, vanille, incense,\n          amber, sandalwood, vetiver and white musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Black Orchestra a sweet fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Black Orchestra has dark sweetness from Mexican chocolate, vanille,\n          black currant and fruity notes, balanced by florals, spices,\n          patchouli, incense, vetiver and woods.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Black Orchestra?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Black Orchestra is especially suitable for evenings, dinners, events,\n          cold weather, gifting and confident signature wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"bo-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Black Orchestra suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"bo-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml Eau de Parfum size, black ribbed bottle and\n          champagne-gold presentation make Black Orchestra suitable as a\n          fragrance gift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582712856822,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Black-Orchestraa.webp?v=1739209245"},{"product_id":"centro-superio-edp-100ml","title":"Centro Superio EDP (100ml)","description":"\u003cstyle\u003e\n  .centro-superio-wrapper {\n    --cs-white: #ffffff;\n    --cs-soft-white: #fbfbff;\n    --cs-pale: #f4f5ff;\n    --cs-pale-2: #faf9ff;\n    --cs-border: #dcdff2;\n    --cs-neutral-border: #e8e8f1;\n    --cs-trust-border: #e5ddd0;\n\n    --cs-royal-blue: #103b9b;\n    --cs-cobalt: #174fc4;\n    --cs-deep-blue: #071b58;\n    --cs-midnight: #050b24;\n    --cs-violet: #5a1da1;\n    --cs-purple: #7428ba;\n    --cs-floral-lavender: #a99be8;\n    --cs-polished-gold: #c9a34e;\n    --cs-soft-gold: #dec474;\n    --cs-pineapple: #d8ad37;\n    --cs-pink-pepper: #b6466d;\n    --cs-vetiver: #53643b;\n    --cs-amber: #9a6834;\n    --cs-musk: #f4eee2;\n    --cs-character-bg: linear-gradient(135deg, #050b24 0%, #103b9b 52%, #030714 100%);\n\n    --cs-heading: #151722;\n    --cs-text: #414655;\n    --cs-muted: #72798a;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--cs-white);\n    color: var(--cs-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .centro-superio-wrapper *,\n  .centro-superio-wrapper *::before,\n  .centro-superio-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .cs-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--cs-white);\n    border-bottom: 1px solid var(--cs-border);\n    text-align: center;\n  }\n\n  .cs-brand-tag {\n    margin-bottom: 8px;\n    color: var(--cs-royal-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .cs-main-title {\n    margin: 0 0 10px;\n    color: var(--cs-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .cs-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--cs-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .cs-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .cs-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-border);\n    border-radius: 10px;\n  }\n\n  .cs-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .cs-story h3 {\n    margin: 0 0 16px;\n    color: var(--cs-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .cs-story p {\n    margin: 0 0 17px;\n    color: var(--cs-text);\n    font-size: 1.05rem;\n  }\n\n  .cs-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .cs-section-title {\n    margin: 0 0 25px;\n    color: var(--cs-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .cs-notes-section,\n  .cs-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-border);\n    border-radius: 10px;\n  }\n\n  .cs-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--cs-pale);\n    border: 1px solid var(--cs-border);\n    border-radius: 10px;\n  }\n\n  .cs-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-trust-border);\n    border-radius: 10px;\n  }\n\n  .cs-notes-grid,\n  .cs-journey-grid,\n  .cs-accord-grid,\n  .cs-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .cs-note-card {\n    padding: 22px;\n    background: var(--cs-pale-2);\n    border: 1px solid var(--cs-border);\n    border-top: 4px solid var(--cs-royal-blue);\n    border-radius: 8px;\n  }\n\n  .cs-note-label {\n    margin-bottom: 7px;\n    color: var(--cs-royal-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .cs-note-title {\n    margin-bottom: 7px;\n    color: var(--cs-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .cs-note-description {\n    color: var(--cs-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .cs-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--cs-polished-gold);\n    border: 1px solid var(--cs-polished-gold);\n    border-radius: 10px;\n  }\n\n  .cs-character-card {\n    padding: 30px 24px;\n    background: var(--cs-character-bg);\n    color: var(--cs-white);\n  }\n\n  .cs-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--cs-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .cs-character-card p {\n    margin: 0;\n    color: #f7f9ff;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .cs-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .cs-details-box,\n  .cs-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-border);\n    border-radius: 8px;\n  }\n\n  .cs-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--cs-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--cs-neutral-border);\n  }\n\n  .cs-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--cs-neutral-border);\n  }\n\n  .cs-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .cs-detail-label {\n    color: var(--cs-muted);\n    font-weight: 600;\n  }\n\n  .cs-detail-value {\n    color: var(--cs-heading);\n    text-align: right;\n  }\n\n  .cs-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cs-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--cs-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--cs-neutral-border);\n  }\n\n  .cs-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .cs-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--cs-royal-blue);\n    font-weight: 700;\n  }\n\n  .cs-journey-intro,\n  .cs-accord-intro,\n  .cs-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--cs-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .cs-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--cs-pale);\n    border: 1px solid var(--cs-border);\n    border-radius: 8px;\n  }\n\n  .cs-journey-number,\n  .cs-accord-icon,\n  .cs-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--cs-royal-blue);\n    color: var(--cs-soft-gold);\n    border: 1px solid var(--cs-royal-blue);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .cs-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .cs-journey-card h4,\n  .cs-accord-card h4,\n  .cs-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--cs-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .cs-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .cs-journey-card p,\n  .cs-accord-card p,\n  .cs-trust-card p {\n    margin: 0;\n    color: var(--cs-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .cs-trust-card p {\n    color: #111111;\n  }\n\n  .cs-accord-card {\n    padding: 22px;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .cs-trust-card {\n    padding: 28px 22px;\n    background: var(--cs-white);\n    border: 1px solid var(--cs-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .cs-accord-icon,\n  .cs-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .cs-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--cs-midnight) 0%, var(--cs-royal-blue) 52%, var(--cs-violet) 100%);\n    color: var(--cs-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .cs-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--cs-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .cs-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f9ff;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .cs-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--cs-pale);\n    border: 1px solid var(--cs-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .cs-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--cs-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .cs-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--cs-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .cs-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--cs-pale-2);\n    border: 1px solid var(--cs-border);\n    border-left: 6px solid var(--cs-royal-blue);\n    border-radius: 8px;\n  }\n\n  .cs-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--cs-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .cs-performance-section p {\n    margin: 0;\n    color: var(--cs-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .cs-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--cs-border);\n  }\n\n  .cs-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--cs-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .cs-faq-item {\n    background: var(--cs-white);\n    border-bottom: 1px solid var(--cs-border);\n  }\n\n  .cs-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--cs-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .cs-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .cs-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--cs-royal-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .cs-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .cs-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--cs-text);\n    font-size: 1rem;\n  }\n\n  .cs-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .centro-superio-wrapper {\n      padding: 35px;\n    }\n\n    .cs-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .cs-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .cs-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .cs-tagline {\n      font-size: 1.3rem;\n    }\n\n    .cs-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .cs-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .cs-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .cs-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .cs-notes-grid,\n    .cs-journey-grid,\n    .cs-accord-grid,\n    .cs-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .cs-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .cs-character-card {\n      padding: 35px;\n    }\n\n    .cs-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .cs-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .cs-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .cs-section-title,\n    .cs-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .cs-note-title {\n      font-size: 1.15rem;\n    }\n\n    .cs-note-description {\n      font-size: 1rem;\n    }\n\n    .cs-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .cs-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .cs-box-title {\n      font-size: 1.05rem;\n    }\n\n    .cs-detail-row,\n    .cs-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .cs-journey-intro,\n    .cs-accord-intro,\n    .cs-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .cs-journey-card h4,\n    .cs-accord-card h4,\n    .cs-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .cs-journey-card p,\n    .cs-accord-card p,\n    .cs-trust-card p {\n      font-size: 1rem;\n    }\n\n    .cs-statement-section {\n      padding: 44px;\n    }\n\n    .cs-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .cs-statement-section p,\n    .cs-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .cs-occasion-section {\n      padding: 38px;\n    }\n\n    .cs-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .cs-performance-section {\n      padding: 30px;\n    }\n\n    .cs-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .cs-trust-section {\n      padding: 44px 38px;\n    }\n\n    .cs-trust-card {\n      padding: 32px 26px;\n    }\n\n    .cs-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .cs-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .cs-notes-grid,\n    .cs-journey-grid,\n    .cs-accord-grid,\n    .cs-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .centro-superio-wrapper {\n      padding: 10px;\n    }\n\n    .cs-header {\n      padding: 26px 8px;\n    }\n\n    .cs-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .cs-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .cs-tagline {\n      font-size: 0.95rem;\n    }\n\n    .cs-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .cs-detail-value {\n      text-align: left;\n    }\n\n    .cs-character-card {\n      padding: 24px 18px;\n    }\n\n    .cs-journey-section,\n    .cs-accord-section,\n    .cs-trust-section {\n      padding: 25px 15px;\n    }\n\n    .cs-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .cs-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .cs-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"centro-superio-wrapper\"\u003e\n\n  \u003cdiv class=\"cs-header\"\u003e\n    \u003cdiv class=\"cs-brand-tag\"\u003eAsten Eau de Parfum\u003c\/div\u003e\n    \u003ch2 class=\"cs-main-title\"\u003eCentro Superio\u003c\/h2\u003e\n    \u003cp class=\"cs-tagline\"\u003e\n      “Pineapple brightness, hyacinth elegance and a polished amber-musk trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-intro-grid\"\u003e\n\n    \u003cdiv class=\"cs-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Centro-Superio-EDP-_E2_80_93-100-ML-By-Asten.webp?v=1739209268\" alt=\"Centro Superio EDP 100ml by Asten in deep royal blue bottle with polished gold cap, gold oval label and premium blue gold presentation\" class=\"cs-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cs-story\"\u003e\n      \u003ch3\u003eModern Elegance with Royal Blue Confidence\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eCentro Superio EDP by Asten\u003c\/strong\u003e, a captivating\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e crafted for those who appreciate\n        sophistication, modern refinement and a fragrance trail that feels\n        polished from the first spray.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with pineapple and hyacinth. Pineapple brings a\n        bright, juicy and uplifting freshness, while hyacinth adds a clean\n        floral-green elegance that makes the opening feel refined and\n        contemporary.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Pink pepper, iris and jasmine form the heart. Pink pepper introduces a\n        lively spicy spark, iris adds powdery sophistication, and jasmine gives\n        the centre a smooth floral richness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Musk, amber, vetiver, patchouli and vanille create the base. Musk gives\n        softness, amber adds warmth, vetiver brings earthy elegance, patchouli\n        adds depth, and vanille leaves a smooth modern sweetness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a deep royal-blue bottle with a polished gold cap and\n        gold oval label, Centro Superio mirrors its fragrance identity:\n        confident, stylish, elegant and built around classic charm with a\n        contemporary edge.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-notes-section\"\u003e\n\n    \u003ch3 class=\"cs-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"cs-notes-grid\"\u003e\n\n      \u003cdiv class=\"cs-note-card\"\u003e\n        \u003cdiv class=\"cs-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-title\"\u003ePineapple and Hyacinth\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-description\"\u003e\n          Pineapple gives juicy brightness while hyacinth adds clean floral\n          elegance and a fresh green lift.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-note-card\"\u003e\n        \u003cdiv class=\"cs-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-title\"\u003ePink Pepper, Iris and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-description\"\u003e\n          Pink pepper brings lively spice, iris adds powdery polish, and\n          jasmine creates a refined floral heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-note-card\"\u003e\n        \u003cdiv class=\"cs-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-title\"\u003eMusk, Amber, Vetiver, Patchouli and Vanille\u003c\/div\u003e\n        \u003cdiv class=\"cs-note-description\"\u003e\n          A smooth base of musk, amber, vetiver, patchouli and vanille creates\n          warmth, depth and lasting sophistication.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-character-section\"\u003e\n\n    \u003cdiv class=\"cs-character-card\"\u003e\n      \u003ch3\u003eThe Pineapple Hyacinth Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Pineapple and hyacinth give Centro Superio its bright, fresh and\n        elegant first impression with a modern floral-green lift.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cs-character-card\"\u003e\n      \u003ch3\u003eThe Amber Musk Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Musk, amber, vetiver, patchouli and vanille settle into a smooth,\n        warm and memorable dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-details-grid\"\u003e\n\n    \u003cdiv class=\"cs-details-box\"\u003e\n      \u003ch4 class=\"cs-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eCentro Superio\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003ePineapple, Hyacinth\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003ePink Pepper, Iris, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eMusk, Amber, Vetiver, Patchouli, Vanille\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eFruity, Floral, Spicy, Powdery, Amber and Musky\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eElegant, Modern, Confident and Sophisticated\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-detail-row\"\u003e\n        \u003cspan class=\"cs-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"cs-detail-value\"\u003eRoyal Blue, Polished Gold, Violet and Ivory\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cs-highlights-box\"\u003e\n      \u003ch4 class=\"cs-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"cs-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eLuxury fragrance by Asten\u003c\/li\u003e\n        \u003cli\u003eBright pineapple opening\u003c\/li\u003e\n        \u003cli\u003eFresh hyacinth elegance\u003c\/li\u003e\n        \u003cli\u003ePink pepper aromatic spark\u003c\/li\u003e\n        \u003cli\u003eIris powdery sophistication\u003c\/li\u003e\n        \u003cli\u003eJasmine floral smoothness\u003c\/li\u003e\n        \u003cli\u003eAmber warmth in the base\u003c\/li\u003e\n        \u003cli\u003eMusk softness and sensuality\u003c\/li\u003e\n        \u003cli\u003eVetiver and patchouli depth\u003c\/li\u003e\n        \u003cli\u003eVanille smooth modern sweetness\u003c\/li\u003e\n        \u003cli\u003eRoyal-blue and gold bottle presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-journey-section\"\u003e\n\n    \u003ch3 class=\"cs-section-title\"\u003eThe Centro Superio Journey\u003c\/h3\u003e\n\n    \u003cp class=\"cs-journey-intro\"\u003e\n      A refined journey from pineapple and hyacinth brightness into pink\n      pepper, iris and jasmine before settling into musk, amber, vetiver,\n      patchouli and vanille.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cs-journey-grid\"\u003e\n\n      \u003cdiv class=\"cs-journey-card\"\u003e\n        \u003cdiv class=\"cs-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Pineapple Lift\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple and hyacinth create a bright, fresh and refined opening\n          with clean floral elegance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-journey-card\"\u003e\n        \u003cdiv class=\"cs-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSpiced Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Pink pepper, iris and jasmine bring spice, powdery polish and smooth\n          floral sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-journey-card\"\u003e\n        \u003cdiv class=\"cs-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eAmber Musk Finish\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, amber, vetiver, patchouli and vanille create a warm, smooth and\n          memorable trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-accord-section\"\u003e\n\n    \u003ch3 class=\"cs-section-title\"\u003eThe Signature Centro Superio Accords\u003c\/h3\u003e\n\n    \u003cp class=\"cs-accord-intro\"\u003e\n      A modern Eau de Parfum shaped by pineapple, hyacinth, pink pepper, iris,\n      jasmine, musk, amber, vetiver, patchouli and vanille.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cs-accord-grid\"\u003e\n\n      \u003cdiv class=\"cs-accord-card\"\u003e\n        \u003cdiv class=\"cs-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003ePineapple Hyacinth Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          A bright and elegant opening gives Centro Superio its fresh,\n          polished and uplifting first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-accord-card\"\u003e\n        \u003cdiv class=\"cs-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePink Pepper Iris Jasmine\u003c\/h4\u003e\n        \u003cp\u003e\n          Spicy, powdery and floral notes create the sophisticated heart of the\n          fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-accord-card\"\u003e\n        \u003cdiv class=\"cs-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmber Musk Vetiver\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, amber, vetiver, patchouli and vanille give the base warmth,\n          depth and a lasting modern trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-statement-section\"\u003e\n    \u003ch3\u003eRoyal Blue Elegance with Polished Gold Sophistication\u003c\/h3\u003e\n    \u003cp\u003e\n      Centro Superio opens with pineapple and hyacinth before revealing pink\n      pepper, iris and jasmine. Musk, amber, vetiver, patchouli and vanille\n      create the smooth base, while the royal-blue bottle, gold cap, oval\n      label and violet presentation reflect a fragrance designed to feel\n      confident, elegant and modern.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-occasion-section\"\u003e\n    \u003ch3\u003eTimeless Style for Smart Daily Wear and Evening Confidence\u003c\/h3\u003e\n    \u003cp\u003e\n      Centro Superio is suitable for office wear, business meetings, dinners,\n      social plans, evening occasions, fragrance gifting and personal signature\n      styling. Its fruity-floral opening feels bright, while the amber, musk,\n      vetiver and patchouli base adds warmth and lasting sophistication.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Centro Superio is presented as a 100ml Eau de Parfum with pineapple and\n      hyacinth top notes, a pink pepper, iris and jasmine heart, and a musk,\n      amber, vetiver, patchouli and vanille base. Exact longevity and\n      projection may vary according to skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-trust-section\"\u003e\n\n    \u003ch3 class=\"cs-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"cs-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cs-trust-grid\"\u003e\n\n      \u003cdiv class=\"cs-trust-card\"\u003e\n        \u003cdiv class=\"cs-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, rich oud fragrances, elegant musk\n          compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-trust-card\"\u003e\n        \u003cdiv class=\"cs-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          attractive presentation and strong value for perfume lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cs-trust-card\"\u003e\n        \u003cdiv class=\"cs-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Centro Superio by Asten smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Centro Superio by Asten is a modern fruity, floral, spicy, amber and\n          musky fragrance. It opens with pineapple and hyacinth, develops into\n          pink pepper, iris and jasmine, and settles into musk, amber, vetiver,\n          patchouli and vanille.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Centro Superio by Asten is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat concentration is Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Centro Superio by Asten is listed as an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are pineapple and hyacinth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are pink pepper, iris and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are musk, amber, vetiver, patchouli and vanille.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Centro Superio fresh or warm?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It has both sides. Pineapple and hyacinth give a fresh opening, while\n          amber, musk, vetiver, patchouli and vanille create a warmer and more\n          lasting base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I wear Centro Superio?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Centro Superio is suitable for office wear, business meetings,\n          dinners, social plans, evening occasions, fragrance gifting and\n          personal signature styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Centro Superio suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml Eau de Parfum size, royal-blue bottle, polished gold\n          cap and premium presentation make Centro Superio suitable as a\n          fragrance gift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"cs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Centro Superio last?\u003c\/summary\u003e\n      \u003cdiv class=\"cs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Centro Superio is an Eau de Parfum. Longevity and projection can\n          vary depending on skin chemistry, application amount, clothing,\n          temperature and environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582715216118,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Centro-Superio-EDP-_E2_80_93-100-ML-By-Asten.webp?v=1739209268"},{"product_id":"dinar-khususi-edp-100ml","title":"Dinar Khususi EDP (100ml)","description":"\u003cstyle\u003e\n  .dinar-khususi-wrapper {\n    --dk-white: #ffffff;\n    --dk-soft-white: #fbfdff;\n    --dk-pale: #f2fbff;\n    --dk-pale-2: #f8fdff;\n    --dk-border: #d5e9ef;\n    --dk-neutral-border: #e5eef2;\n    --dk-trust-border: #e5ddd0;\n\n    --dk-aqua: #0ba7c9;\n    --dk-bright-aqua: #22b7d6;\n    --dk-royal-blue: #0649a8;\n    --dk-deep-blue: #07306f;\n    --dk-midnight-blue: #061635;\n    --dk-chrome: #c8d0d3;\n    --dk-soft-chrome: #e4e9eb;\n    --dk-label-white: #f8f7f1;\n    --dk-red-detail: #a72c38;\n    --dk-green-apple: #6f943c;\n    --dk-ambergris: #8b8f8b;\n    --dk-cedar: #3d2b20;\n    --dk-musk: #f4eee2;\n    --dk-black: #111111;\n    --dk-character-bg: linear-gradient(135deg, #061635 0%, #07306f 52%, #030917 100%);\n\n    --dk-heading: #131923;\n    --dk-text: #3f4750;\n    --dk-muted: #707b84;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--dk-white);\n    color: var(--dk-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .dinar-khususi-wrapper *,\n  .dinar-khususi-wrapper *::before,\n  .dinar-khususi-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .dk-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--dk-white);\n    border-bottom: 1px solid var(--dk-border);\n    text-align: center;\n  }\n\n  .dk-brand-tag {\n    margin-bottom: 8px;\n    color: var(--dk-royal-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .dk-main-title {\n    margin: 0 0 10px;\n    color: var(--dk-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .dk-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--dk-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .dk-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .dk-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-border);\n    border-radius: 10px;\n  }\n\n  .dk-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .dk-story h3 {\n    margin: 0 0 16px;\n    color: var(--dk-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .dk-story p {\n    margin: 0 0 17px;\n    color: var(--dk-text);\n    font-size: 1.05rem;\n  }\n\n  .dk-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .dk-section-title {\n    margin: 0 0 25px;\n    color: var(--dk-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .dk-notes-section,\n  .dk-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-border);\n    border-radius: 10px;\n  }\n\n  .dk-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--dk-pale);\n    border: 1px solid var(--dk-border);\n    border-radius: 10px;\n  }\n\n  .dk-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-trust-border);\n    border-radius: 10px;\n  }\n\n  .dk-notes-grid,\n  .dk-journey-grid,\n  .dk-accord-grid,\n  .dk-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .dk-note-card {\n    padding: 22px;\n    background: var(--dk-pale-2);\n    border: 1px solid var(--dk-border);\n    border-top: 4px solid var(--dk-royal-blue);\n    border-radius: 8px;\n  }\n\n  .dk-note-label {\n    margin-bottom: 7px;\n    color: var(--dk-royal-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .dk-note-title {\n    margin-bottom: 7px;\n    color: var(--dk-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .dk-note-description {\n    color: var(--dk-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .dk-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--dk-chrome);\n    border: 1px solid var(--dk-chrome);\n    border-radius: 10px;\n  }\n\n  .dk-character-card {\n    padding: 30px 24px;\n    background: var(--dk-character-bg);\n    color: var(--dk-white);\n  }\n\n  .dk-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--dk-soft-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .dk-character-card p {\n    margin: 0;\n    color: #f5fbff;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .dk-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .dk-details-box,\n  .dk-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-border);\n    border-radius: 8px;\n  }\n\n  .dk-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--dk-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--dk-neutral-border);\n  }\n\n  .dk-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--dk-neutral-border);\n  }\n\n  .dk-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .dk-detail-label {\n    color: var(--dk-muted);\n    font-weight: 600;\n  }\n\n  .dk-detail-value {\n    color: var(--dk-heading);\n    text-align: right;\n  }\n\n  .dk-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .dk-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--dk-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--dk-neutral-border);\n  }\n\n  .dk-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .dk-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--dk-royal-blue);\n    font-weight: 700;\n  }\n\n  .dk-journey-intro,\n  .dk-accord-intro,\n  .dk-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--dk-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .dk-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--dk-pale);\n    border: 1px solid var(--dk-border);\n    border-radius: 8px;\n  }\n\n  .dk-journey-number,\n  .dk-accord-icon,\n  .dk-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--dk-royal-blue);\n    color: var(--dk-soft-chrome);\n    border: 1px solid var(--dk-royal-blue);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .dk-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .dk-journey-card h4,\n  .dk-accord-card h4,\n  .dk-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--dk-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .dk-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .dk-journey-card p,\n  .dk-accord-card p,\n  .dk-trust-card p {\n    margin: 0;\n    color: var(--dk-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .dk-trust-card p {\n    color: #111111;\n  }\n\n  .dk-accord-card {\n    padding: 22px;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .dk-trust-card {\n    padding: 28px 22px;\n    background: var(--dk-white);\n    border: 1px solid var(--dk-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .dk-accord-icon,\n  .dk-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .dk-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--dk-midnight-blue) 0%, var(--dk-deep-blue) 52%, var(--dk-royal-blue) 100%);\n    color: var(--dk-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .dk-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--dk-soft-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dk-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f5fbff;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .dk-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--dk-pale);\n    border: 1px solid var(--dk-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .dk-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--dk-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dk-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--dk-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .dk-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--dk-pale-2);\n    border: 1px solid var(--dk-border);\n    border-left: 6px solid var(--dk-royal-blue);\n    border-radius: 8px;\n  }\n\n  .dk-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--dk-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .dk-performance-section p {\n    margin: 0;\n    color: var(--dk-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .dk-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--dk-border);\n  }\n\n  .dk-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--dk-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .dk-faq-item {\n    background: var(--dk-white);\n    border-bottom: 1px solid var(--dk-border);\n  }\n\n  .dk-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--dk-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .dk-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .dk-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--dk-royal-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .dk-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .dk-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--dk-text);\n    font-size: 1rem;\n  }\n\n  .dk-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .dinar-khususi-wrapper {\n      padding: 35px;\n    }\n\n    .dk-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .dk-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .dk-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .dk-tagline {\n      font-size: 1.3rem;\n    }\n\n    .dk-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .dk-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .dk-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .dk-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .dk-notes-grid,\n    .dk-journey-grid,\n    .dk-accord-grid,\n    .dk-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .dk-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .dk-character-card {\n      padding: 35px;\n    }\n\n    .dk-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .dk-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .dk-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .dk-section-title,\n    .dk-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .dk-note-title {\n      font-size: 1.15rem;\n    }\n\n    .dk-note-description {\n      font-size: 1rem;\n    }\n\n    .dk-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .dk-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .dk-box-title {\n      font-size: 1.05rem;\n    }\n\n    .dk-detail-row,\n    .dk-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .dk-journey-intro,\n    .dk-accord-intro,\n    .dk-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .dk-journey-card h4,\n    .dk-accord-card h4,\n    .dk-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .dk-journey-card p,\n    .dk-accord-card p,\n    .dk-trust-card p {\n      font-size: 1rem;\n    }\n\n    .dk-statement-section {\n      padding: 44px;\n    }\n\n    .dk-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .dk-statement-section p,\n    .dk-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .dk-occasion-section {\n      padding: 38px;\n    }\n\n    .dk-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .dk-performance-section {\n      padding: 30px;\n    }\n\n    .dk-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .dk-trust-section {\n      padding: 44px 38px;\n    }\n\n    .dk-trust-card {\n      padding: 32px 26px;\n    }\n\n    .dk-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .dk-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .dk-notes-grid,\n    .dk-journey-grid,\n    .dk-accord-grid,\n    .dk-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .dinar-khususi-wrapper {\n      padding: 10px;\n    }\n\n    .dk-header {\n      padding: 26px 8px;\n    }\n\n    .dk-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .dk-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .dk-tagline {\n      font-size: 0.95rem;\n    }\n\n    .dk-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .dk-detail-value {\n      text-align: left;\n    }\n\n    .dk-character-card {\n      padding: 24px 18px;\n    }\n\n    .dk-journey-section,\n    .dk-accord-section,\n    .dk-trust-section {\n      padding: 25px 15px;\n    }\n\n    .dk-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .dk-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .dk-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dinar-khususi-wrapper\"\u003e\n\n  \u003cdiv class=\"dk-header\"\u003e\n    \u003cdiv class=\"dk-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n    \u003ch2 class=\"dk-main-title\"\u003eDinar Khususi\u003c\/h2\u003e\n    \u003cp class=\"dk-tagline\"\u003e\n      “Aquatic freshness, green apple brightness and an elegant oriental musk trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-intro-grid\"\u003e\n\n    \u003cdiv class=\"dk-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Dinar-Khususi-EDP-100ml.jpg?v=1739209360\" alt=\"Dinar Khususi by Oudh Al Anfar 100ml Eau de Parfum in bright turquoise blue bottle with royal blue cap, chrome silver collar, white label and ornate arabesque detailing\" class=\"dk-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dk-story\"\u003e\n      \u003ch3\u003eOriental Freshness with Elegant Arabian Character\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eDinar Khususi by Oudh Al Anfar\u003c\/strong\u003e, a refined\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created as a unisex Arabian\n        fragrance with fresh, floral, woody and musky depth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot, aquatic accord, clary sage and\n        green apple. Bergamot gives a clean citrus spark, aquatic accord adds\n        airy freshness, clary sage brings aromatic sophistication, and green\n        apple creates a crisp modern brightness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Geranium, lavender, orange blossom and nutmeg shape the heart. Geranium\n        and lavender add refined floral-aromatic balance, orange blossom gives\n        soft brightness, and nutmeg introduces gentle warmth and spice.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Moss, ambergris, cedarwood and musk form the base. Moss gives earthy\n        elegance, ambergris adds smooth depth, cedarwood provides clean woody\n        structure, and musk leaves a noble, sensual and long-lasting trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a bright turquoise-blue bottle with royal-blue cap,\n        chrome silver collar, white label and ornate arabesque detailing,\n        Dinar Khususi feels elegant, gift-ready and distinctive in any personal\n        fragrance collection.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-notes-section\"\u003e\n\n    \u003ch3 class=\"dk-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"dk-notes-grid\"\u003e\n\n      \u003cdiv class=\"dk-note-card\"\u003e\n        \u003cdiv class=\"dk-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-title\"\u003eBergamot, Aquatic Accord, Clary Sage and Green Apple\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-description\"\u003e\n          Sparkling citrus, fresh aquatic air, aromatic sage and crisp green\n          apple create a clean and modern opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-note-card\"\u003e\n        \u003cdiv class=\"dk-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-title\"\u003eGeranium, Lavender, Orange Blossom and Nutmeg\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-description\"\u003e\n          Floral aromatics meet soft orange blossom and warm nutmeg for an\n          elegant, balanced and slightly spiced heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-note-card\"\u003e\n        \u003cdiv class=\"dk-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-title\"\u003eMoss, Ambergris, Cedarwood and Musk\u003c\/div\u003e\n        \u003cdiv class=\"dk-note-description\"\u003e\n          Moss, ambergris, cedarwood and musk create a smooth, noble, woody and\n          sensual oriental dry-down.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-character-section\"\u003e\n\n    \u003cdiv class=\"dk-character-card\"\u003e\n      \u003ch3\u003eThe Aquatic Green Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot, aquatic accord, clary sage and green apple give Dinar\n        Khususi a fresh, crisp and elegant first impression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dk-character-card\"\u003e\n      \u003ch3\u003eThe Musk Ambergris Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Moss, ambergris, cedarwood and musk settle into a noble oriental base\n        with smooth woody depth and refined sensuality.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-details-grid\"\u003e\n\n    \u003cdiv class=\"dk-details-box\"\u003e\n      \u003ch4 class=\"dk-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eDinar Khususi\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eUnisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eCountry of Manufacture\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eUAE\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eOriental\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eBergamot, Aquatic Accord, Clary Sage, Green Apple\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eGeranium, Lavender, Orange Blossom, Nutmeg\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eMoss, Ambergris, Cedarwood, Musk\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eFresh, Floral, Aquatic, Woody, Musky and Oriental\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-detail-row\"\u003e\n        \u003cspan class=\"dk-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"dk-detail-value\"\u003eTurquoise Blue, Royal Blue, Chrome Silver and Ornate Detail\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dk-highlights-box\"\u003e\n      \u003ch4 class=\"dk-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"dk-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eUnisex Arabian fragrance by Oudh Al Anfar\u003c\/li\u003e\n        \u003cli\u003eOriental fresh floral character\u003c\/li\u003e\n        \u003cli\u003eBergamot citrus brightness\u003c\/li\u003e\n        \u003cli\u003eAquatic accord freshness\u003c\/li\u003e\n        \u003cli\u003eClary sage aromatic elegance\u003c\/li\u003e\n        \u003cli\u003eGreen apple crispness\u003c\/li\u003e\n        \u003cli\u003eGeranium, lavender and orange blossom heart\u003c\/li\u003e\n        \u003cli\u003eNutmeg warmth and gentle spice\u003c\/li\u003e\n        \u003cli\u003eMoss, cedarwood and musk depth\u003c\/li\u003e\n        \u003cli\u003eAmbergris smoothness\u003c\/li\u003e\n        \u003cli\u003eGift-ready blue and chrome presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-journey-section\"\u003e\n\n    \u003ch3 class=\"dk-section-title\"\u003eThe Dinar Khususi Journey\u003c\/h3\u003e\n\n    \u003cp class=\"dk-journey-intro\"\u003e\n      A refined journey from bergamot, aquatic accord, clary sage and green\n      apple into floral aromatics before settling into moss, ambergris,\n      cedarwood and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dk-journey-grid\"\u003e\n\n      \u003cdiv class=\"dk-journey-card\"\u003e\n        \u003cdiv class=\"dk-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Aquatic Brightness\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, aquatic accord, clary sage and green apple create a crisp,\n          clean and modern opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-journey-card\"\u003e\n        \u003cdiv class=\"dk-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Aromatic Elegance\u003c\/h4\u003e\n        \u003cp\u003e\n          Geranium, lavender, orange blossom and nutmeg add soft floral\n          freshness with gentle warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-journey-card\"\u003e\n        \u003cdiv class=\"dk-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eWoody Musk Dry-Down\u003c\/h4\u003e\n        \u003cp\u003e\n          Moss, ambergris, cedarwood and musk leave a noble oriental trail with\n          smooth woody depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-accord-section\"\u003e\n\n    \u003ch3 class=\"dk-section-title\"\u003eThe Signature Dinar Khususi Accords\u003c\/h3\u003e\n\n    \u003cp class=\"dk-accord-intro\"\u003e\n      A modern oriental Eau de Parfum shaped by fresh aquatic brightness,\n      floral aromatics, warm spice, moss, ambergris, cedarwood and musk.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dk-accord-grid\"\u003e\n\n      \u003cdiv class=\"dk-accord-card\"\u003e\n        \u003cdiv class=\"dk-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eAquatic Bergamot Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot and aquatic accord create a clean and refreshing opening\n          with polished modern appeal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-accord-card\"\u003e\n        \u003cdiv class=\"dk-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eLavender Orange Blossom\u003c\/h4\u003e\n        \u003cp\u003e\n          Lavender, geranium and orange blossom create a floral aromatic heart\n          softened by nutmeg warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-accord-card\"\u003e\n        \u003cdiv class=\"dk-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk Ambergris Cedarwood\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, ambergris, moss and cedarwood give the fragrance its smooth,\n          noble and long-lasting oriental base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-statement-section\"\u003e\n    \u003ch3\u003eTurquoise Blue Freshness with Oriental Musk Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Dinar Khususi opens with bergamot, aquatic accord, clary sage and green\n      apple before developing through geranium, lavender, orange blossom and\n      nutmeg. Moss, ambergris, cedarwood and musk create the smooth oriental\n      base, while the turquoise-blue bottle, royal-blue cap, chrome collar and\n      ornate detailing reflect a fragrance designed to feel elegant, fresh and\n      gift-ready.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-occasion-section\"\u003e\n    \u003ch3\u003eA Fresh Oriental Signature for Personal Collection and Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      Dinar Khususi is suitable for daily wear, personal signature styling,\n      special occasions, fragrance gifting and unisex perfume collections. Its\n      fresh opening feels clean and inviting, while the moss, ambergris,\n      cedarwood and musk base adds warmth, elegance and long-lasting oriental\n      character.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Dinar Khususi is presented as a 100ml Eau de Parfum with an oriental,\n      fresh, floral, woody and musky structure. The product page positions it\n      as a long-lasting Arabian scent, although exact longevity and projection\n      may vary according to skin chemistry, application method, clothing,\n      temperature and environment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-trust-section\"\u003e\n\n    \u003ch3 class=\"dk-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"dk-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and modern Eau de Parfum compositions through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dk-trust-grid\"\u003e\n\n      \u003cdiv class=\"dk-trust-card\"\u003e\n        \u003cdiv class=\"dk-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, elegant musk compositions,\n          contemporary fragrances and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-trust-card\"\u003e\n        \u003cdiv class=\"dk-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          attractive presentation and strong value for perfume lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dk-trust-card\"\u003e\n        \u003cdiv class=\"dk-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dk-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Dinar Khususi by Oudh Al Anfar smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Dinar Khususi is an oriental, fresh, floral, woody and musky\n          fragrance. It opens with bergamot, aquatic accord, clary sage and\n          green apple, develops through geranium, lavender, orange blossom and\n          nutmeg, and settles into moss, ambergris, cedarwood and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Dinar Khususi?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Dinar Khususi by Oudh Al Anfar is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Dinar Khususi unisex?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Dinar Khususi is listed as a unisex perfume.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Dinar Khususi?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are bergamot, aquatic accord, clary sage and green\n          apple.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Dinar Khususi?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are geranium, lavender, orange blossom and nutmeg.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Dinar Khususi?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are moss, ambergris, cedarwood and musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhere is Dinar Khususi made?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Dinar Khususi is listed with country of manufacture as UAE.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Dinar Khususi a good gift option?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml Eau de Parfum size, unisex oriental scent profile and\n          detailed blue-and-chrome presentation make Dinar Khususi suitable for\n          gifting and personal collection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Dinar Khususi long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product page describes Dinar Khususi as a long-lasting Arabian\n          scent. Exact performance can vary depending on skin chemistry,\n          clothing, temperature and application method.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dk-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat type of fragrance is Dinar Khususi?\u003c\/summary\u003e\n      \u003cdiv class=\"dk-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Dinar Khususi is listed as an oriental fragrance with fresh, floral,\n          woody, ambergris, cedarwood and musky character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582728519926,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Dinar-Khususi-EDP-100ml.jpg?v=1739209360"},{"product_id":"eau-de-club-pour-homme-edp-100ml","title":"Eau De Club Pour Homme EDP (100ml)","description":"\u003cstyle\u003e\n  .eau-de-club-wrapper {\n    --edc-white: #ffffff;\n    --edc-soft-white: #fbfcfc;\n    --edc-pale: #f3f8f8;\n    --edc-pale-2: #f8fbfb;\n    --edc-border: #d9e3e3;\n    --edc-neutral-border: #e6ecec;\n    --edc-trust-border: #e5ddd0;\n\n    --edc-black: #111111;\n    --edc-deep-black: #050505;\n    --edc-charcoal: #242729;\n    --edc-graphite: #3f4648;\n    --edc-smoke: #697174;\n    --edc-chrome: #c8ced0;\n    --edc-soft-chrome: #e2e6e6;\n    --edc-aqua-glass: #9fc8c3;\n    --edc-deep-aqua: #4f8f8a;\n    --edc-citrus: #809b44;\n    --edc-gold: #d7b764;\n    --edc-wood: #3b2a20;\n\n    --edc-heading: #15191b;\n    --edc-text: #41494c;\n    --edc-muted: #707a7e;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--edc-white);\n    color: var(--edc-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .eau-de-club-wrapper *,\n  .eau-de-club-wrapper *::before,\n  .eau-de-club-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .edc-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--edc-white);\n    border: 0;\n    border-bottom: 1px solid var(--edc-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .edc-brand-tag {\n    margin-bottom: 8px;\n    color: var(--edc-deep-aqua);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .edc-main-title {\n    margin: 0 0 10px;\n    color: var(--edc-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .edc-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--edc-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .edc-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .edc-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-border);\n    border-radius: 10px;\n  }\n\n  .edc-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .edc-story h3 {\n    margin: 0 0 16px;\n    color: var(--edc-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .edc-story p {\n    margin: 0 0 17px;\n    color: var(--edc-text);\n    font-size: 1.05rem;\n  }\n\n  .edc-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .edc-section-title {\n    margin: 0 0 25px;\n    color: var(--edc-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .edc-notes-section,\n  .edc-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-border);\n    border-radius: 10px;\n  }\n\n  .edc-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--edc-pale);\n    border: 1px solid var(--edc-border);\n    border-radius: 10px;\n  }\n\n  .edc-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-trust-border);\n    border-radius: 10px;\n  }\n\n  .edc-notes-grid,\n  .edc-journey-grid,\n  .edc-accord-grid,\n  .edc-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .edc-note-card {\n    padding: 22px;\n    background: var(--edc-pale-2);\n    border: 1px solid var(--edc-border);\n    border-top: 4px solid var(--edc-deep-aqua);\n    border-radius: 8px;\n  }\n\n  .edc-note-label {\n    margin-bottom: 7px;\n    color: var(--edc-deep-aqua);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .edc-note-title {\n    margin-bottom: 7px;\n    color: var(--edc-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .edc-note-description {\n    color: var(--edc-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .edc-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--edc-chrome);\n    border: 1px solid var(--edc-chrome);\n    border-radius: 10px;\n  }\n\n  .edc-character-card {\n    padding: 30px 24px;\n    background: var(--edc-charcoal);\n    color: var(--edc-white);\n  }\n\n  .edc-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--edc-soft-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .edc-character-card p {\n    margin: 0;\n    color: #f8fbfb;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .edc-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .edc-details-box,\n  .edc-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-border);\n    border-radius: 8px;\n  }\n\n  .edc-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--edc-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--edc-neutral-border);\n  }\n\n  .edc-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--edc-neutral-border);\n  }\n\n  .edc-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .edc-detail-label {\n    color: var(--edc-muted);\n    font-weight: 600;\n  }\n\n  .edc-detail-value {\n    color: var(--edc-heading);\n    text-align: right;\n  }\n\n  .edc-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .edc-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--edc-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--edc-neutral-border);\n  }\n\n  .edc-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .edc-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--edc-deep-aqua);\n    font-weight: 700;\n  }\n\n  .edc-journey-intro,\n  .edc-accord-intro,\n  .edc-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--edc-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .edc-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--edc-pale);\n    border: 1px solid var(--edc-border);\n    border-radius: 8px;\n  }\n\n  .edc-journey-number,\n  .edc-accord-icon,\n  .edc-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--edc-charcoal);\n    color: var(--edc-soft-chrome);\n    border: 1px solid var(--edc-charcoal);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .edc-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .edc-journey-card h4,\n  .edc-accord-card h4,\n  .edc-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--edc-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .edc-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .edc-journey-card p,\n  .edc-accord-card p,\n  .edc-trust-card p {\n    margin: 0;\n    color: var(--edc-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .edc-trust-card p {\n    color: #111111;\n  }\n\n  .edc-accord-card {\n    padding: 22px;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .edc-trust-card {\n    padding: 28px 22px;\n    background: var(--edc-white);\n    border: 1px solid var(--edc-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .edc-accord-icon,\n  .edc-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .edc-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--edc-deep-black) 0%, var(--edc-charcoal) 52%, var(--edc-graphite) 100%);\n    color: var(--edc-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .edc-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--edc-soft-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .edc-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f8fbfb;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .edc-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--edc-pale);\n    border: 1px solid var(--edc-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .edc-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--edc-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .edc-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--edc-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .edc-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--edc-pale-2);\n    border: 1px solid var(--edc-border);\n    border-left: 6px solid var(--edc-deep-aqua);\n    border-radius: 8px;\n  }\n\n  .edc-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--edc-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .edc-performance-section p {\n    margin: 0;\n    color: var(--edc-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .edc-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--edc-border);\n  }\n\n  .edc-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--edc-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .edc-faq-item {\n    background: var(--edc-white);\n    border-bottom: 1px solid var(--edc-border);\n  }\n\n  .edc-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--edc-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .edc-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .edc-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--edc-deep-aqua);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .edc-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .edc-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--edc-text);\n    font-size: 1rem;\n  }\n\n  .edc-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .eau-de-club-wrapper {\n      padding: 35px;\n    }\n\n    .edc-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .edc-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .edc-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .edc-tagline {\n      font-size: 1.3rem;\n    }\n\n    .edc-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .edc-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .edc-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .edc-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .edc-notes-grid,\n    .edc-journey-grid,\n    .edc-accord-grid,\n    .edc-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .edc-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .edc-character-card {\n      padding: 35px;\n    }\n\n    .edc-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .edc-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .edc-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .edc-section-title,\n    .edc-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .edc-note-title {\n      font-size: 1.15rem;\n    }\n\n    .edc-note-description {\n      font-size: 1rem;\n    }\n\n    .edc-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .edc-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .edc-box-title {\n      font-size: 1.05rem;\n    }\n\n    .edc-detail-row,\n    .edc-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .edc-journey-intro,\n    .edc-accord-intro,\n    .edc-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .edc-journey-card h4,\n    .edc-accord-card h4,\n    .edc-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .edc-journey-card p,\n    .edc-accord-card p,\n    .edc-trust-card p {\n      font-size: 1rem;\n    }\n\n    .edc-statement-section {\n      padding: 44px;\n    }\n\n    .edc-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .edc-statement-section p,\n    .edc-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .edc-occasion-section {\n      padding: 38px;\n    }\n\n    .edc-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .edc-performance-section {\n      padding: 30px;\n    }\n\n    .edc-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .edc-trust-section {\n      padding: 44px 38px;\n    }\n\n    .edc-trust-card {\n      padding: 32px 26px;\n    }\n\n    .edc-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .edc-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .edc-notes-grid,\n    .edc-journey-grid,\n    .edc-accord-grid,\n    .edc-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .eau-de-club-wrapper {\n      padding: 10px;\n    }\n\n    .edc-header {\n      padding: 26px 8px;\n    }\n\n    .edc-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .edc-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .edc-tagline {\n      font-size: 0.95rem;\n    }\n\n    .edc-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .edc-detail-value {\n      text-align: left;\n    }\n\n    .edc-character-card {\n      padding: 24px 18px;\n    }\n\n    .edc-journey-section,\n    .edc-accord-section,\n    .edc-trust-section {\n      padding: 25px 15px;\n    }\n\n    .edc-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .edc-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .edc-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"eau-de-club-wrapper\"\u003e\n\n  \u003cdiv class=\"edc-header\"\u003e\n    \u003cdiv class=\"edc-brand-tag\"\u003eAnfar London Presents\u003c\/div\u003e\n    \u003ch2 class=\"edc-main-title\"\u003eEau De Club Pour Homme\u003c\/h2\u003e\n    \u003cp class=\"edc-tagline\"\u003e\n      “Fresh bergamot, lemon and black currant meet wood, birch, vanilla, musk, ambergris and patchouli.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-intro-grid\"\u003e\n\n    \u003cdiv class=\"edc-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Eau-De-Club-Pour-Femme-EDP-100ml-1.webp?v=1739209383\" alt=\"Eau De Club Pour Homme by Anfar London 100ml Eau de Parfum with clear smoky glass bottle, cool silver faceted cap, aqua grey liquid, black ribbed box and white label\" class=\"edc-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"edc-story\"\u003e\n      \u003ch3\u003eFresh Citrus Energy with Woody Oriental Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eEau De Club Pour Homme by Anfar London\u003c\/strong\u003e, a\n        captivating \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created as an\n        Arabian perfume shaped for a refined Western taste.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot, lemon and black currant. Bergamot\n        gives the opening bright citrus polish, lemon adds crisp freshness,\n        and black currant introduces a darker fruity contrast that makes the\n        first impression inviting and energetic.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Wood and birch form the heart of the fragrance. These notes give Eau\n        De Club Pour Homme its fresh, romantic and masculine centre, adding\n        clean woody structure beneath the citrus brightness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Vanilla, musk, ambergris and patchouli create the base. Vanilla softens\n        the dry-down, musk adds smoothness, ambergris brings depth, and\n        patchouli gives the fragrance warm earthy character and a fuller trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a clear smoky-glass bottle with aqua-grey liquid,\n        faceted cool silver cap, white label and black ribbed box, Eau De Club\n        Pour Homme feels fresh, clean, modern and gift-ready.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-notes-section\"\u003e\n\n    \u003ch3 class=\"edc-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"edc-notes-grid\"\u003e\n\n      \u003cdiv class=\"edc-note-card\"\u003e\n        \u003cdiv class=\"edc-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-title\"\u003eBergamot, Lemon and Black Currant\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-description\"\u003e\n          Fresh citrus brightness and dark fruity contrast create a lively,\n          inviting and masculine opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-note-card\"\u003e\n        \u003cdiv class=\"edc-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-title\"\u003eWood and Birch\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-description\"\u003e\n          Wood and birch introduce clean structure, romantic freshness and a\n          refined masculine heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-note-card\"\u003e\n        \u003cdiv class=\"edc-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-title\"\u003eVanilla, Musk, Ambergris and Patchouli\u003c\/div\u003e\n        \u003cdiv class=\"edc-note-description\"\u003e\n          A warm and full base with smooth musk, soft vanilla, ambergris depth\n          and earthy patchouli.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-character-section\"\u003e\n\n    \u003cdiv class=\"edc-character-card\"\u003e\n      \u003ch3\u003eThe Fresh Citrus Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot, lemon and black currant create a bright, clean and friendly\n        opening with fresh citrus energy and subtle fruity depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"edc-character-card\"\u003e\n      \u003ch3\u003eThe Warm Woody Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Wood and birch move into vanilla, musk, ambergris and patchouli for a\n        smooth, warm and full masculine finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-details-grid\"\u003e\n\n    \u003cdiv class=\"edc-details-box\"\u003e\n      \u003ch4 class=\"edc-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eEau De Club Pour Homme\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eBergamot, Lemon, Black Currant\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eWood, Birch\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eVanilla, Musk, Ambergris, Patchouli\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eFresh Citrus, Woody, Oriental, Warm and Musky\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-detail-row\"\u003e\n        \u003cspan class=\"edc-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"edc-detail-value\"\u003eSmoky Glass, Chrome Silver, Aqua Grey and Black\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"edc-highlights-box\"\u003e\n      \u003ch4 class=\"edc-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"edc-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eCreated as a men’s fragrance\u003c\/li\u003e\n        \u003cli\u003eArabian perfume for Western taste\u003c\/li\u003e\n        \u003cli\u003eFresh bergamot opening\u003c\/li\u003e\n        \u003cli\u003eCrisp lemon brightness\u003c\/li\u003e\n        \u003cli\u003eDark black currant contrast\u003c\/li\u003e\n        \u003cli\u003eClean wood and birch heart\u003c\/li\u003e\n        \u003cli\u003eWarm vanilla finish\u003c\/li\u003e\n        \u003cli\u003eSmooth musk foundation\u003c\/li\u003e\n        \u003cli\u003eAmbergris depth\u003c\/li\u003e\n        \u003cli\u003ePatchouli warmth\u003c\/li\u003e\n        \u003cli\u003eModern gift-ready presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-journey-section\"\u003e\n\n    \u003ch3 class=\"edc-section-title\"\u003eThe Eau De Club Pour Homme Journey\u003c\/h3\u003e\n\n    \u003cp class=\"edc-journey-intro\"\u003e\n      A masculine fragrance journey from fresh citrus and black currant into\n      clean woods before settling into vanilla, musk, ambergris and patchouli.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"edc-journey-grid\"\u003e\n\n      \u003cdiv class=\"edc-journey-card\"\u003e\n        \u003cdiv class=\"edc-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Black Currant Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, lemon and black currant create a fresh, friendly and\n          captivating opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-journey-card\"\u003e\n        \u003cdiv class=\"edc-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eWood and Birch Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Wood and birch give the fragrance its clean masculine structure and\n          fresh romantic appeal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-journey-card\"\u003e\n        \u003cdiv class=\"edc-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eWarm Oriental Finish\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla, musk, ambergris and patchouli create a warm, full and\n          inviting dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-accord-section\"\u003e\n\n    \u003ch3 class=\"edc-section-title\"\u003eThe Signature Eau De Club Pour Homme Accords\u003c\/h3\u003e\n\n    \u003cp class=\"edc-accord-intro\"\u003e\n      A revitalizing men’s Eau de Parfum shaped by fresh citrus accords, clean\n      woods, smooth musk, ambergris, vanilla and patchouli warmth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"edc-accord-grid\"\u003e\n\n      \u003cdiv class=\"edc-accord-card\"\u003e\n        \u003cdiv class=\"edc-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot, Lemon and Black Currant\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh citrus and fruity depth create brightness, energy and an\n          inviting opening impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-accord-card\"\u003e\n        \u003cdiv class=\"edc-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eWood and Birch\u003c\/h4\u003e\n        \u003cp\u003e\n          Woody freshness builds the romantic masculine heart and gives the\n          fragrance structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-accord-card\"\u003e\n        \u003cdiv class=\"edc-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eVanilla, Musk and Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Warm smooth base notes create fullness, depth and a memorable\n          finishing trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-statement-section\"\u003e\n    \u003ch3\u003eCool Silver Freshness with Warm Oriental Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Eau De Club Pour Homme opens with bergamot, lemon and black currant\n      before moving into wood and birch. Vanilla, musk, ambergris and patchouli\n      create the warm finish, while the smoky glass bottle, chrome silver cap,\n      aqua-grey liquid and black ribbed box reflect a fragrance designed to\n      feel fresh, masculine, inviting and refined.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-occasion-section\"\u003e\n    \u003ch3\u003eA Revitalizing Men’s Fragrance for Daily Wear and Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      Eau De Club Pour Homme can complement daily wear, work, travel, casual\n      outings, dinners, evening plans and fragrance gifting. The citrus\n      opening keeps it fresh, the woody heart gives structure, and the warm\n      base adds lasting masculine character.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Eau De Club Pour Homme is presented as a long-lasting 100ml Eau de\n      Parfum with fresh citrus accords, woods and warm base notes. Exact\n      longevity and projection may vary depending on skin type, climate,\n      application amount, clothing and individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-trust-section\"\u003e\n\n    \u003ch3 class=\"edc-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"edc-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and concentrated perfume oils through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"edc-trust-grid\"\u003e\n\n      \u003cdiv class=\"edc-trust-card\"\u003e\n        \u003cdiv class=\"edc-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, rich oud fragrances, elegant musk\n          compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-trust-card\"\u003e\n        \u003cdiv class=\"edc-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          premium presentation and strong value for fragrance lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"edc-trust-card\"\u003e\n        \u003cdiv class=\"edc-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"edc-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Eau De Club Pour Homme smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Eau De Club Pour Homme opens with bergamot, lemon and black currant,\n          develops through wood and birch, and settles into vanilla, musk,\n          ambergris and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Eau De Club Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are bergamot, lemon and black currant.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Eau De Club Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The heart notes are wood and birch.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Eau De Club Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are vanilla, musk, ambergris and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Eau De Club Pour Homme a men’s fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Eau De Club Pour Homme is presented as a revitalizing masculine\n          fragrance and a perfume gift option for him.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Eau De Club Pour Homme fresh or warm?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It has both qualities. The opening is fresh and citrus-led, while\n          the base is warm with vanilla, musk, ambergris and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Eau De Club Pour Homme contain patchouli?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Patchouli is listed in the base notes alongside vanilla, musk\n          and ambergris.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Eau De Club Pour Homme?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Eau De Club Pour Homme is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can Eau De Club Pour Homme be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It can suit daily wear, work, travel, casual outings, dinners,\n          evening plans and fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"edc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Eau De Club Pour Homme suitable as a gift?\u003c\/summary\u003e\n      \u003cdiv class=\"edc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its masculine profile, 100ml Eau de Parfum size and polished\n          bottle-and-box presentation make it suitable as a perfume gift for\n          him.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582739661046,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Eau-De-Club-Pour-Femme-EDP-100ml-1.webp?v=1739209383"},{"product_id":"elysian-100-ml-edp","title":"Elysian (100 ML) EDP By Asten","description":"\u003cstyle\u003e\n  .elysian-wrapper {\n    --el-white: #ffffff;\n    --el-offwhite: #fbfbfd;\n    --el-soft-bg: #f5f7ff;\n    --el-soft-bg-2: #fafbff;\n    --el-border: #dbe3f3;\n    --el-border-soft: #e8edf7;\n\n    --el-royal-blue: #16389a;\n    --el-cobalt-blue: #234bbf;\n    --el-deep-blue: #08164d;\n    --el-navy: #0c1230;\n    --el-black: #111111;\n    --el-gold: #c9a858;\n    --el-soft-gold: #dec679;\n    --el-citrus-green: #7e9a48;\n    --el-floral-rose: #9f6677;\n    --el-leather-brown: #4d3628;\n\n    --el-heading: #161a28;\n    --el-text: #414756;\n    --el-muted: #6f788a;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--el-white);\n    color: var(--el-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .elysian-wrapper *,\n  .elysian-wrapper *::before,\n  .elysian-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .el-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--el-white);\n    border-bottom: 1px solid var(--el-border);\n    text-align: center;\n  }\n\n  .el-brand-tag {\n    margin-bottom: 8px;\n    color: var(--el-royal-blue);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .el-main-title {\n    margin: 0 0 10px;\n    color: var(--el-heading);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .el-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--el-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .el-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .el-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--el-white);\n    border: 1px solid var(--el-border);\n    border-radius: 10px;\n  }\n\n  .el-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .el-story h3 {\n    margin: 0 0 16px;\n    color: var(--el-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .el-story p {\n    margin: 0 0 17px;\n    color: var(--el-text);\n    font-size: 1.05rem;\n  }\n\n  .el-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .el-section-title {\n    margin: 0 0 25px;\n    color: var(--el-heading);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .el-notes-section,\n  .el-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--el-white);\n    border: 1px solid var(--el-border);\n    border-radius: 10px;\n  }\n\n  .el-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--el-soft-bg);\n    border: 1px solid var(--el-border);\n    border-radius: 10px;\n  }\n\n  .el-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--el-white);\n    border: 1px solid #e5ddd0;\n    border-radius: 10px;\n  }\n\n  .el-notes-grid,\n  .el-journey-grid,\n  .el-accord-grid,\n  .el-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .el-note-card {\n    padding: 22px;\n    background: var(--el-soft-bg-2);\n    border: 1px solid var(--el-border);\n    border-top: 4px solid var(--el-royal-blue);\n    border-radius: 8px;\n  }\n\n  .el-note-label {\n    margin-bottom: 7px;\n    color: var(--el-royal-blue);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .el-note-title {\n    margin-bottom: 7px;\n    color: var(--el-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .el-note-description {\n    color: var(--el-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .el-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--el-gold);\n    border: 1px solid var(--el-gold);\n    border-radius: 10px;\n  }\n\n  .el-character-card {\n    padding: 30px 24px;\n    background: var(--el-deep-blue);\n    color: var(--el-white);\n  }\n\n  .el-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--el-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .el-character-card p {\n    margin: 0;\n    color: #ffffff;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .el-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .el-details-box,\n  .el-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--el-white);\n    border: 1px solid var(--el-border);\n    border-radius: 8px;\n  }\n\n  .el-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--el-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--el-border-soft);\n  }\n\n  .el-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--el-border-soft);\n  }\n\n  .el-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .el-detail-label {\n    color: var(--el-muted);\n    font-weight: 600;\n  }\n\n  .el-detail-value {\n    color: var(--el-heading);\n    text-align: right;\n  }\n\n  .el-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .el-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--el-text);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--el-border-soft);\n  }\n\n  .el-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .el-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--el-royal-blue);\n    font-weight: 700;\n  }\n\n  .el-journey-intro,\n  .el-accord-intro,\n  .el-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--el-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .el-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--el-soft-bg);\n    border: 1px solid var(--el-border);\n    border-radius: 8px;\n  }\n\n  .el-journey-number,\n  .el-accord-icon,\n  .el-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--el-cobalt-blue);\n    color: var(--el-soft-gold);\n    border: 1px solid var(--el-cobalt-blue);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .el-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .el-journey-card h4,\n  .el-accord-card h4,\n  .el-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--el-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .el-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .el-journey-card p,\n  .el-accord-card p,\n  .el-trust-card p {\n    margin: 0;\n    color: var(--el-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .el-accord-card {\n    padding: 22px;\n    background: var(--el-white);\n    border: 1px solid var(--el-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .el-trust-card {\n    padding: 28px 22px;\n    background: var(--el-white);\n    border: 1px solid #e5ddd0;\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .el-accord-icon,\n  .el-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .el-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(90deg, var(--el-navy) 0%, var(--el-deep-blue) 52%, var(--el-black) 100%);\n    color: var(--el-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .el-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--el-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .el-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f8f7f2;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .el-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--el-soft-bg);\n    border: 1px solid var(--el-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .el-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--el-heading);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .el-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--el-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .el-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--el-soft-bg-2);\n    border: 1px solid var(--el-border);\n    border-left: 6px solid var(--el-royal-blue);\n    border-radius: 8px;\n  }\n\n  .el-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--el-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .el-performance-section p {\n    margin: 0;\n    color: var(--el-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .el-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--el-border);\n  }\n\n  .el-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--el-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .el-faq-item {\n    background: var(--el-white);\n    border-bottom: 1px solid var(--el-border);\n  }\n\n  .el-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--el-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .el-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .el-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--el-royal-blue);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .el-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .el-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--el-text);\n    font-size: 1rem;\n  }\n\n  .el-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .elysian-wrapper {\n      padding: 35px;\n    }\n\n    .el-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .el-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .el-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .el-tagline {\n      font-size: 1.3rem;\n    }\n\n    .el-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .el-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .el-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .el-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .el-notes-grid,\n    .el-journey-grid,\n    .el-accord-grid,\n    .el-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .el-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .el-character-card {\n      padding: 35px;\n    }\n\n    .el-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .el-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .el-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .el-section-title,\n    .el-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .el-note-title {\n      font-size: 1.15rem;\n    }\n\n    .el-note-description {\n      font-size: 1rem;\n    }\n\n    .el-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .el-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .el-box-title {\n      font-size: 1.05rem;\n    }\n\n    .el-detail-row,\n    .el-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .el-journey-intro,\n    .el-accord-intro,\n    .el-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .el-journey-card h4,\n    .el-accord-card h4,\n    .el-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .el-journey-card p,\n    .el-accord-card p,\n    .el-trust-card p {\n      font-size: 1rem;\n    }\n\n    .el-statement-section {\n      padding: 44px;\n    }\n\n    .el-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .el-statement-section p,\n    .el-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .el-occasion-section {\n      padding: 38px;\n    }\n\n    .el-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .el-performance-section {\n      padding: 30px;\n    }\n\n    .el-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .el-trust-section {\n      padding: 44px 38px;\n    }\n\n    .el-trust-card {\n      padding: 32px 26px;\n    }\n\n    .el-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .el-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .el-notes-grid,\n    .el-journey-grid,\n    .el-accord-grid,\n    .el-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .elysian-wrapper {\n      padding: 10px;\n    }\n\n    .el-header {\n      padding: 26px 8px;\n    }\n\n    .el-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .el-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .el-tagline {\n      font-size: 0.95rem;\n    }\n\n    .el-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .el-detail-value {\n      text-align: left;\n    }\n\n    .el-character-card {\n      padding: 24px 18px;\n    }\n\n    .el-journey-section,\n    .el-accord-section,\n    .el-trust-section {\n      padding: 25px 15px;\n    }\n\n    .el-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .el-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .el-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"elysian-wrapper\"\u003e\n\n  \u003cdiv class=\"el-header\"\u003e\n    \u003cdiv class=\"el-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n    \u003ch2 class=\"el-main-title\"\u003eElysian\u003c\/h2\u003e\n    \u003cp class=\"el-tagline\"\u003e\n      “Lemon, bergamot, lyme, thyme and galbanum meet nagarmotha, rose, jasmine, ambergris, leather, vanilla and Benzoi.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-intro-grid\"\u003e\n\n    \u003cdiv class=\"el-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Elysian-EDP-100-ML-by-Asten.webp?v=1739209413\" alt=\"Elysian EDP 100ml by Asten with royal blue bottle, black label, champagne gold cap and matching black blue presentation box\" class=\"el-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"el-story\"\u003e\n      \u003ch3\u003eCitrus Aromatic Elegance with Leather Vanilla Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eElysian EDP by Asten\u003c\/strong\u003e, a refined\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created for fragrance lovers who\n        appreciate sophistication, versatility and a polished scent profile.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The opening combines lemon, bergamot, lyme, thyme and galbanum.\n        Lemon and bergamot give the fragrance sparkling citrus brightness,\n        lyme adds a fresh green edge, and thyme with galbanum brings aromatic\n        depth and elegant sharpness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Nagarmotha, rose and jasmine shape the heart. Nagarmotha introduces a\n        dry earthy nuance, rose gives graceful floral refinement, and jasmine\n        softens the composition with a smooth white-floral lift.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ambergris, leather, vanilla and Benzoi create the lasting base.\n        Ambergris adds smooth depth, leather introduces sophistication,\n        vanilla brings softness, and Benzoi contributes warm resinous comfort.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a royal-blue bottle with a black label, champagne-gold\n        cap and a coordinated black patterned box with cobalt and gold details,\n        Elysian offers a luxurious visual identity that perfectly matches its\n        elegant scent style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-notes-section\"\u003e\n\n    \u003ch3 class=\"el-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"el-notes-grid\"\u003e\n\n      \u003cdiv class=\"el-note-card\"\u003e\n        \u003cdiv class=\"el-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"el-note-title\"\u003eLemon, Bergamot, Lyme, Thyme and Galbanum\u003c\/div\u003e\n        \u003cdiv class=\"el-note-description\"\u003e\n          Bright citrus and green aromatic notes create a fresh, elegant and\n          attention-grabbing opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-note-card\"\u003e\n        \u003cdiv class=\"el-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"el-note-title\"\u003eNagarmotha, Rose and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"el-note-description\"\u003e\n          Earthy texture meets soft floral refinement for a smooth and\n          sophisticated heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-note-card\"\u003e\n        \u003cdiv class=\"el-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"el-note-title\"\u003eAmbergris, Leather, Vanilla and Benzoi\u003c\/div\u003e\n        \u003cdiv class=\"el-note-description\"\u003e\n          A warm, graceful and luxurious dry-down with smooth leather depth and\n          soft vanilla comfort.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-character-section\"\u003e\n\n    \u003cdiv class=\"el-character-card\"\u003e\n      \u003ch3\u003eThe Citrus Aromatic Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Lemon, bergamot, lyme, thyme and galbanum create a bright opening with\n        fresh citrus energy and aromatic sophistication.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"el-character-card\"\u003e\n      \u003ch3\u003eThe Leather Vanilla Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Rose and jasmine settle into ambergris, leather, vanilla and Benzoi\n        for a smooth, luxurious and graceful finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-details-grid\"\u003e\n\n    \u003cdiv class=\"el-details-box\"\u003e\n      \u003ch4 class=\"el-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eElysian\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eLemon, Bergamot, Lyme, Thyme, Galbanum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eNagarmotha, Rose, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eAmbergris, Leather, Vanilla, Benzoi\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eCitrus, Aromatic, Floral, Earthy, Leather and Warm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eElegant, Sophisticated and Versatile\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-detail-row\"\u003e\n        \u003cspan class=\"el-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"el-detail-value\"\u003eRoyal Blue, Black and Champagne Gold\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"el-highlights-box\"\u003e\n      \u003ch4 class=\"el-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"el-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eElegant and polished Asten presentation\u003c\/li\u003e\n        \u003cli\u003eFresh lemon and bergamot opening\u003c\/li\u003e\n        \u003cli\u003eGreen aromatic lyme, thyme and galbanum lift\u003c\/li\u003e\n        \u003cli\u003eEarthy nagarmotha depth\u003c\/li\u003e\n        \u003cli\u003eSoft floral rose and jasmine heart\u003c\/li\u003e\n        \u003cli\u003eSmooth ambergris warmth\u003c\/li\u003e\n        \u003cli\u003eRefined leather sophistication\u003c\/li\u003e\n        \u003cli\u003eSoft vanilla comfort\u003c\/li\u003e\n        \u003cli\u003eWarm Benzoi finishing touch\u003c\/li\u003e\n        \u003cli\u003eVersatile for different occasions\u003c\/li\u003e\n        \u003cli\u003eLuxury royal-blue gift-ready bottle and box\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-journey-section\"\u003e\n\n    \u003ch3 class=\"el-section-title\"\u003eThe Elysian Journey\u003c\/h3\u003e\n\n    \u003cp class=\"el-journey-intro\"\u003e\n      A graceful scent progression from bright citrus and aromatic greenery\n      into a refined floral heart before settling into smooth ambergris,\n      leather, vanilla and Benzoi.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"el-journey-grid\"\u003e\n\n      \u003cdiv class=\"el-journey-card\"\u003e\n        \u003cdiv class=\"el-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCitrus Green Lift\u003c\/h4\u003e\n        \u003cp\u003e\n          Lemon, bergamot, lyme, thyme and galbanum create a clean, fresh and\n          confident first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-journey-card\"\u003e\n        \u003cdiv class=\"el-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eEarthy Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Nagarmotha brings texture while rose and jasmine add softness,\n          elegance and refinement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-journey-card\"\u003e\n        \u003cdiv class=\"el-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eLeather Vanilla Finish\u003c\/h4\u003e\n        \u003cp\u003e\n          Ambergris, leather, vanilla and Benzoi leave a smooth, warm and\n          luxurious trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-accord-section\"\u003e\n\n    \u003ch3 class=\"el-section-title\"\u003eThe Signature Elysian Accords\u003c\/h3\u003e\n\n    \u003cp class=\"el-accord-intro\"\u003e\n      A sophisticated composition shaped by citrus brightness, aromatic greens,\n      floral refinement, leather depth and soft vanilla warmth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"el-accord-grid\"\u003e\n\n      \u003cdiv class=\"el-accord-card\"\u003e\n        \u003cdiv class=\"el-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eCitrus and Green Aromatics\u003c\/h4\u003e\n        \u003cp\u003e\n          Lemon, bergamot, lyme, thyme and galbanum bring freshness, clarity\n          and elegant energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-accord-card\"\u003e\n        \u003cdiv class=\"el-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eEarthy Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Nagarmotha, rose and jasmine create a balanced heart with texture,\n          softness and sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-accord-card\"\u003e\n        \u003cdiv class=\"el-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eLeather, Vanilla and Ambergris\u003c\/h4\u003e\n        \u003cp\u003e\n          Leather elegance, vanilla softness and ambergris depth create the\n          smooth and memorable dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-statement-section\"\u003e\n    \u003ch3\u003eRoyal Blue Elegance with Citrus Leather Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Elysian blends lemon, bergamot, lyme, thyme and galbanum with\n      nagarmotha, rose and jasmine before settling into ambergris, leather,\n      vanilla and Benzoi. Its royal-blue bottle, black label and\n      champagne-gold detailing present a fragrance that feels fresh,\n      sophisticated and luxuriously modern.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-occasion-section\"\u003e\n    \u003ch3\u003eA Versatile Signature for Everyday Elegance and Evening Sophistication\u003c\/h3\u003e\n    \u003cp\u003e\n      Elysian can complement formal occasions, casual outings, dinners,\n      celebrations, romantic evenings and everyday wear. The citrus opening\n      feels bright and uplifting, while the leather-vanilla base adds a\n      graceful and lasting impression.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Elysian is presented as a 100ml Eau de Parfum with a refined citrus,\n      floral, leather and vanilla structure. It is positioned as a long-lasting\n      scent, although exact longevity and projection may vary depending on skin\n      type, climate, application amount, clothing and individual fragrance\n      chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-trust-section\"\u003e\n\n    \u003ch3 class=\"el-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"el-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and concentrated perfume oils through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"el-trust-grid\"\u003e\n\n      \u003cdiv class=\"el-trust-card\"\u003e\n        \u003cdiv class=\"el-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, rich oud fragrances, elegant musk\n          compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-trust-card\"\u003e\n        \u003cdiv class=\"el-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          premium presentation and strong value for fragrance lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"el-trust-card\"\u003e\n        \u003cdiv class=\"el-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"el-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Elysian EDP by Asten smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Elysian opens with lemon, bergamot, lyme, thyme and galbanum,\n          develops through nagarmotha, rose and jasmine, and settles into\n          ambergris, leather, vanilla and Benzoi.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Elysian?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are lemon, bergamot, lyme, thyme and galbanum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Elysian?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are nagarmotha, rose and jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Elysian?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are ambergris, leather, vanilla and Benzoi.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Elysian suitable for different occasions?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Elysian is a versatile fragrance that can suit formal events,\n          casual outings, dinners, romantic evenings and everyday wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Elysian contain leather?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Leather is part of the base notes along with ambergris,\n          vanilla and Benzoi.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Elysian EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Elysian comes in a 100ml Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Elysian long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Elysian is presented as a long-lasting Eau de Parfum, although exact\n          performance can vary depending on application and individual skin chemistry.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"el-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Elysian a good gift option?\u003c\/summary\u003e\n      \u003cdiv class=\"el-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its elegant scent profile and royal-blue luxury presentation\n          make Elysian a strong fragrance gifting choice.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582743363830,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Elysian-EDP-100-ML-by-Asten.webp?v=1739209413"},{"product_id":"faris-al-sahra-edp-100ml","title":"Faris Al Sahra EDP (100ml)","description":"\u003cstyle\u003e\n  .faris-sahra-wrapper {\n    --fs-white: #ffffff;\n    --fs-pale: #fbf7ee;\n    --fs-pale-2: #fefbf6;\n    --fs-border: #e5d8bf;\n    --fs-neutral-border: #ebe5dc;\n    --fs-trust-border: #e5ddd0;\n\n    --fs-dominant: #111111;\n    --fs-dominant-dark: #050505;\n    --fs-black-soft: #1b1815;\n    --fs-charcoal: #2a2621;\n    --fs-gold: #c7a24b;\n    --fs-soft-gold: #d9bc67;\n    --fs-desert: #b77a34;\n    --fs-sand: #ead8af;\n    --fs-apple: #6f8f39;\n    --fs-rose: #9b5955;\n    --fs-oud: #3b281e;\n\n    --fs-ink: #171411;\n    --fs-body: #463e36;\n    --fs-muted: #766d62;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--fs-white);\n    color: var(--fs-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .faris-sahra-wrapper *,\n  .faris-sahra-wrapper *::before,\n  .faris-sahra-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .fs-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--fs-white);\n    border: 0;\n    border-bottom: 1px solid var(--fs-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .fs-brand-tag {\n    margin-bottom: 8px;\n    color: var(--fs-desert);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .fs-main-title {\n    margin: 0 0 10px;\n    color: var(--fs-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .fs-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--fs-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .fs-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .fs-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-border);\n    border-radius: 10px;\n  }\n\n  .fs-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .fs-story h3 {\n    margin: 0 0 16px;\n    color: var(--fs-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .fs-story p {\n    margin: 0 0 17px;\n    color: var(--fs-body);\n    font-size: 1.05rem;\n  }\n\n  .fs-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fs-section-title {\n    margin: 0 0 25px;\n    color: var(--fs-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .fs-notes-section,\n  .fs-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-border);\n    border-radius: 10px;\n  }\n\n  .fs-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--fs-pale);\n    border: 1px solid var(--fs-border);\n    border-radius: 10px;\n  }\n\n  .fs-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-trust-border);\n    border-radius: 10px;\n  }\n\n  .fs-notes-grid,\n  .fs-journey-grid,\n  .fs-accord-grid,\n  .fs-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .fs-note-card {\n    padding: 22px;\n    background: var(--fs-pale);\n    border: 1px solid var(--fs-border);\n    border-top: 4px solid var(--fs-gold);\n    border-radius: 8px;\n  }\n\n  .fs-note-label {\n    margin-bottom: 7px;\n    color: var(--fs-desert);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .fs-note-title {\n    margin-bottom: 7px;\n    color: var(--fs-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .fs-note-description {\n    color: var(--fs-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .fs-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--fs-gold);\n    border: 1px solid var(--fs-gold);\n    border-radius: 10px;\n  }\n\n  .fs-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--fs-black-soft),\n      var(--fs-dominant-dark)\n    );\n    color: var(--fs-white);\n  }\n\n  .fs-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--fs-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .fs-character-card p {\n    margin: 0;\n    color: #fff8ec;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .fs-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .fs-details-box,\n  .fs-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-border);\n    border-radius: 8px;\n  }\n\n  .fs-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--fs-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--fs-neutral-border);\n  }\n\n  .fs-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--fs-neutral-border);\n  }\n\n  .fs-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .fs-detail-label {\n    color: var(--fs-muted);\n    font-weight: 600;\n  }\n\n  .fs-detail-value {\n    color: var(--fs-ink);\n    text-align: right;\n  }\n\n  .fs-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fs-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--fs-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--fs-neutral-border);\n  }\n\n  .fs-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .fs-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--fs-desert);\n    font-weight: 700;\n  }\n\n  .fs-journey-intro,\n  .fs-accord-intro,\n  .fs-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--fs-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .fs-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--fs-pale);\n    border: 1px solid var(--fs-border);\n    border-radius: 8px;\n  }\n\n  .fs-journey-number,\n  .fs-accord-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--fs-dominant);\n    color: var(--fs-white);\n    border: 1px solid var(--fs-gold);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .fs-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .fs-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    margin: 0 auto 18px;\n    align-items: center;\n    justify-content: center;\n    background: #2a1f18;\n    color: #d7b764;\n    border: 1px solid #2a1f18;\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .fs-journey-card h4,\n  .fs-accord-card h4,\n  .fs-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--fs-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .fs-trust-card h4 {\n    letter-spacing: 2px;\n  }\n\n  .fs-journey-card p,\n  .fs-accord-card p,\n  .fs-trust-card p {\n    margin: 0;\n    color: var(--fs-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .fs-trust-card p {\n    color: #111111;\n  }\n\n  .fs-accord-card {\n    padding: 22px;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .fs-trust-card {\n    padding: 28px 22px;\n    background: var(--fs-white);\n    border: 1px solid var(--fs-trust-border);\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: none;\n  }\n\n  .fs-accord-icon {\n    margin: 0 auto 12px;\n  }\n\n  .fs-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--fs-black-soft) 0%,\n      var(--fs-oud) 52%,\n      var(--fs-dominant-dark) 100%\n    );\n    color: var(--fs-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .fs-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--fs-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .fs-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #fff8ec;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .fs-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--fs-pale);\n    border: 1px solid var(--fs-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .fs-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--fs-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .fs-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--fs-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .fs-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--fs-pale-2);\n    border: 1px solid var(--fs-border);\n    border-left: 6px solid var(--fs-gold);\n    border-radius: 8px;\n  }\n\n  .fs-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--fs-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .fs-performance-section p {\n    margin: 0;\n    color: var(--fs-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .fs-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--fs-border);\n  }\n\n  .fs-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--fs-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .fs-faq-item {\n    background: var(--fs-white);\n    border-bottom: 1px solid var(--fs-border);\n  }\n\n  .fs-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--fs-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .fs-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fs-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--fs-desert);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .fs-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .fs-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--fs-body);\n    font-size: 1rem;\n  }\n\n  .fs-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .faris-sahra-wrapper {\n      padding: 35px;\n    }\n\n    .fs-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .fs-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .fs-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .fs-tagline {\n      font-size: 1.3rem;\n    }\n\n    .fs-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .fs-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .fs-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .fs-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .fs-notes-grid,\n    .fs-journey-grid,\n    .fs-accord-grid,\n    .fs-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .fs-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .fs-character-card {\n      padding: 35px;\n    }\n\n    .fs-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .fs-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .fs-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .fs-section-title,\n    .fs-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .fs-note-title {\n      font-size: 1.15rem;\n    }\n\n    .fs-note-description {\n      font-size: 1rem;\n    }\n\n    .fs-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .fs-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .fs-box-title {\n      font-size: 1.05rem;\n    }\n\n    .fs-detail-row,\n    .fs-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .fs-journey-intro,\n    .fs-accord-intro,\n    .fs-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .fs-journey-card h4,\n    .fs-accord-card h4,\n    .fs-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .fs-journey-card p,\n    .fs-accord-card p,\n    .fs-trust-card p {\n      font-size: 1rem;\n    }\n\n    .fs-statement-section {\n      padding: 44px;\n    }\n\n    .fs-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .fs-statement-section p,\n    .fs-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .fs-occasion-section {\n      padding: 38px;\n    }\n\n    .fs-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .fs-performance-section {\n      padding: 30px;\n    }\n\n    .fs-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .fs-trust-section {\n      padding: 44px 38px;\n    }\n\n    .fs-trust-card {\n      padding: 32px 26px;\n    }\n\n    .fs-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .fs-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .fs-notes-grid,\n    .fs-journey-grid,\n    .fs-accord-grid,\n    .fs-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .faris-sahra-wrapper {\n      padding: 10px;\n    }\n\n    .fs-header {\n      padding: 26px 8px;\n    }\n\n    .fs-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .fs-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .fs-tagline {\n      font-size: 0.95rem;\n    }\n\n    .fs-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .fs-detail-value {\n      text-align: left;\n    }\n\n    .fs-character-card {\n      padding: 24px 18px;\n    }\n\n    .fs-journey-section,\n    .fs-accord-section,\n    .fs-trust-section {\n      padding: 25px 15px;\n    }\n\n    .fs-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .fs-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .fs-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"faris-sahra-wrapper\"\u003e\n\n  \u003cdiv class=\"fs-header\"\u003e\n    \u003cdiv class=\"fs-brand-tag\"\u003eAdyan Presents\u003c\/div\u003e\n    \u003ch2 class=\"fs-main-title\"\u003eFaris Al Sahra\u003c\/h2\u003e\n    \u003cp class=\"fs-tagline\"\u003e\n      “Green apple, rosy lemonish brightness, patchouli, almond, tonka, oud, jasmine and amber.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-intro-grid\"\u003e\n\n    \u003cdiv class=\"fs-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Faris-Al-Sahra-EDP-100ml.webp?v=1739209440\" alt=\"Faris Al Sahra by Adyan 100ml Eau de Parfum with black bottle, champagne gold cap, gold horse artwork and matching black gold presentation box\" class=\"fs-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fs-story\"\u003e\n      \u003ch3\u003eDesert Rider Energy with Fresh Oriental Strength\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eFaris Al Sahra by Adyan\u003c\/strong\u003e, a confident\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e created around freshness,\n        oriental spice and bold masculine energy.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with green apples, rosy tones and lemonish\n        brightness. This opening gives Faris Al Sahra a fresh, inviting and\n        energetic first impression with a vibrant citrus-fruity edge.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Patchouli, almond and tonka form the heart of the composition.\n        Patchouli adds earthy depth, almond brings a smooth nutty softness,\n        and tonka gives the fragrance a warm and rounded masculine centre.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Oud, jasmine and amber create the base. Oud adds rich oriental depth,\n        jasmine introduces a refined floral contrast, and amber gives warmth,\n        smoothness and a memorable finishing trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a lacquer-black bottle with a champagne-gold cap, gold\n        horse artwork, fine gold border and matching black-and-gold box, Faris\n        Al Sahra reflects the confidence, courage and elegance of its Desert\n        Rider identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-notes-section\"\u003e\n\n    \u003ch3 class=\"fs-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"fs-notes-grid\"\u003e\n\n      \u003cdiv class=\"fs-note-card\"\u003e\n        \u003cdiv class=\"fs-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-title\"\u003eGreen Apples, Rosy and Lemonish\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-description\"\u003e\n          Green apple freshness, rosy nuance and lemonish brightness create a\n          vibrant, clean and energetic opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-note-card\"\u003e\n        \u003cdiv class=\"fs-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-title\"\u003ePatchouli, Almond and Tonka\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-description\"\u003e\n          Patchouli adds earthy depth while almond and tonka bring smooth,\n          warm and refined character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-note-card\"\u003e\n        \u003cdiv class=\"fs-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-title\"\u003eOud, Jasmine and Amber\u003c\/div\u003e\n        \u003cdiv class=\"fs-note-description\"\u003e\n          Oud, jasmine and amber create an oriental base with warmth,\n          sophistication and lasting presence.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-character-section\"\u003e\n\n    \u003cdiv class=\"fs-character-card\"\u003e\n      \u003ch3\u003eThe Green Apple Citrus Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Green apples, rosy tones and lemonish brightness give the fragrance a\n        fresh, active and adventurous start.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fs-character-card\"\u003e\n      \u003ch3\u003eThe Oud Amber Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Patchouli, almond and tonka move into oud, jasmine and amber for a\n        warm oriental trail with confident depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-details-grid\"\u003e\n\n    \u003cdiv class=\"fs-details-box\"\u003e\n      \u003ch4 class=\"fs-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eFaris Al Sahra\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eAdyan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eOriental\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eGreen Apples, Rosy, Lemonish\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003ePatchouli, Almond, Tonka\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eOud, Jasmine, Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-detail-row\"\u003e\n        \u003cspan class=\"fs-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"fs-detail-value\"\u003eBlack, Champagne Gold and Desert Horse Artwork\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fs-highlights-box\"\u003e\n      \u003ch4 class=\"fs-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"fs-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eDesigned as a men’s fragrance\u003c\/li\u003e\n        \u003cli\u003eFresh and inviting opening\u003c\/li\u003e\n        \u003cli\u003eGreen apple brightness\u003c\/li\u003e\n        \u003cli\u003eRosy lemonish citrus character\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli heart\u003c\/li\u003e\n        \u003cli\u003eSmooth almond nuance\u003c\/li\u003e\n        \u003cli\u003eWarm tonka depth\u003c\/li\u003e\n        \u003cli\u003eOriental oud base\u003c\/li\u003e\n        \u003cli\u003eJasmine and amber refinement\u003c\/li\u003e\n        \u003cli\u003eActive Desert Rider identity\u003c\/li\u003e\n        \u003cli\u003eBlack and gold gift-ready presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-journey-section\"\u003e\n\n    \u003ch3 class=\"fs-section-title\"\u003eThe Faris Al Sahra Journey\u003c\/h3\u003e\n\n    \u003cp class=\"fs-journey-intro\"\u003e\n      A masculine progression from fresh green apple and lemonish brightness\n      into patchouli, almond and tonka before settling into oud, jasmine and\n      amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fs-journey-grid\"\u003e\n\n      \u003cdiv class=\"fs-journey-card\"\u003e\n        \u003cdiv class=\"fs-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Desert Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Green apples, rosy notes and lemonish citrus create an energetic and\n          adventurous first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-journey-card\"\u003e\n        \u003cdiv class=\"fs-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003ePatchouli Almond Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Patchouli adds depth while almond and tonka give the heart a smooth,\n          warm and refined masculine feel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-journey-card\"\u003e\n        \u003cdiv class=\"fs-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Amber Confidence\u003c\/h4\u003e\n        \u003cp\u003e\n          Oud, jasmine and amber create the warm oriental base and lasting\n          polished trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-accord-section\"\u003e\n\n    \u003ch3 class=\"fs-section-title\"\u003eThe Signature Faris Al Sahra Accords\u003c\/h3\u003e\n\n    \u003cp class=\"fs-accord-intro\"\u003e\n      A fresh oriental men’s Eau de Parfum shaped by green apple brightness,\n      rosy lemonish notes, patchouli, almond, tonka, oud, jasmine and amber.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fs-accord-grid\"\u003e\n\n      \u003cdiv class=\"fs-accord-card\"\u003e\n        \u003cdiv class=\"fs-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eGreen Apple and Lemonish Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          A lively citrus-fruity opening gives the fragrance freshness,\n          movement and modern energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-accord-card\"\u003e\n        \u003cdiv class=\"fs-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePatchouli, Almond and Tonka\u003c\/h4\u003e\n        \u003cp\u003e\n          Earthy, smooth and warm facets build the masculine heart of the\n          composition.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-accord-card\"\u003e\n        \u003cdiv class=\"fs-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud, Jasmine and Amber\u003c\/h4\u003e\n        \u003cp\u003e\n          Oriental richness, floral refinement and amber warmth create the\n          lasting base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-statement-section\"\u003e\n    \u003ch3\u003eBlack Gold Desert Confidence\u003c\/h3\u003e\n    \u003cp\u003e\n      Faris Al Sahra opens with green apples, rosy tones and lemonish\n      freshness before developing through patchouli, almond and tonka. Oud,\n      jasmine and amber create the warm oriental trail, while the black bottle,\n      champagne-gold cap and gold horse artwork reflect courage, movement and\n      confident masculine elegance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-occasion-section\"\u003e\n    \u003ch3\u003eA Fresh Oriental Men’s Signature for Active Days and Polished Evenings\u003c\/h3\u003e\n    \u003cp\u003e\n      Faris Al Sahra can complement daily wear, warm-season use, autumn\n      evenings, work, travel, social plans, dinners and fragrance gifting. Its\n      fresh opening gives energy, while the oriental base adds depth,\n      sophistication and presence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Faris Al Sahra is presented as a 100ml Eau de Parfum with a fresh,\n      inviting and oriental character. Oud, jasmine and amber support the\n      fragrance’s lasting trail, although exact longevity and projection may\n      vary according to skin type, climate, application amount, clothing and\n      individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-trust-section\"\u003e\n\n    \u003ch3 class=\"fs-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"fs-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and concentrated perfume oils through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fs-trust-grid\"\u003e\n\n      \u003cdiv class=\"fs-trust-card\"\u003e\n        \u003cdiv class=\"fs-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover modern Arabian perfumes, rich oud fragrances, elegant musk\n          compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-trust-card\"\u003e\n        \u003cdiv class=\"fs-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected to offer distinctive fragrance character,\n          premium presentation and strong value for fragrance lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fs-trust-card\"\u003e\n        \u003cdiv class=\"fs-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store-pickup options and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fs-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Faris Al Sahra smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Faris Al Sahra opens with green apples, rosy and lemonish notes,\n          develops through patchouli, almond and tonka, and settles into oud,\n          jasmine and amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Faris Al Sahra?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed top notes are green apples, rosy and lemonish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Faris Al Sahra?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed heart notes are patchouli, almond and tonka.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Faris Al Sahra?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed base notes are oud, jasmine and amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Faris Al Sahra a men’s fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Faris Al Sahra by Adyan is listed as a perfume for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Faris Al Sahra an oriental fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product listing describes the fragrance notes as oriental.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Faris Al Sahra contain oud?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Oud is listed in the base notes alongside jasmine and amber.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Faris Al Sahra?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Faris Al Sahra is supplied in a 100ml, approximately 3.4-fluid-ounce,\n          Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can Faris Al Sahra be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Faris Al Sahra can suit daily wear, warm weather, autumn evenings,\n          travel, work, social plans and fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fs-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Faris Al Sahra long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"fs-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Faris Al Sahra is an Eau de Parfum with oud, jasmine and amber in\n          the base. Exact longevity varies according to skin type, climate,\n          application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582760173814,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Faris-Al-Sahra-EDP-100ml.webp?v=1739209440"},{"product_id":"i-need-you-noir-edp-100ml","title":"I Need You Noir EDP (100ml)","description":"\u003cstyle\u003e\n  .i-need-you-noir-wrapper {\n    --iny-white: #ffffff;\n    --iny-pale: #f7f5f0;\n    --iny-pale-2: #fbfaf7;\n    --iny-border: #ded8cd;\n    --iny-neutral-border: #e8e5df;\n\n    --iny-dominant: #111111;\n    --iny-dominant-dark: #050505;\n    --iny-secondary: #3a3934;\n    --iny-accent: #c2a451;\n    --iny-antique-gold: #d4b764;\n    --iny-smoke: #55544c;\n    --iny-dark-support: #191815;\n    --iny-dark-deep: #070706;\n\n    --iny-ink: #161514;\n    --iny-body: #3f3c37;\n    --iny-muted: #777169;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--iny-white);\n    color: var(--iny-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .i-need-you-noir-wrapper *,\n  .i-need-you-noir-wrapper *::before,\n  .i-need-you-noir-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .iny-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--iny-white);\n    border: 0;\n    border-bottom: 1px solid var(--iny-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .iny-brand-tag {\n    margin-bottom: 8px;\n    color: var(--iny-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .iny-main-title {\n    margin: 0 0 10px;\n    color: var(--iny-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .iny-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--iny-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .iny-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .iny-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 10px;\n  }\n\n  .iny-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .iny-story h3 {\n    margin: 0 0 16px;\n    color: var(--iny-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .iny-story p {\n    margin: 0 0 17px;\n    color: var(--iny-body);\n    font-size: 1.05rem;\n  }\n\n  .iny-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .iny-section-title {\n    margin: 0 0 25px;\n    color: var(--iny-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .iny-notes-section,\n  .iny-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 10px;\n  }\n\n  .iny-accord-section,\n  .iny-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--iny-pale);\n    border: 1px solid var(--iny-border);\n    border-radius: 10px;\n  }\n\n  .iny-notes-grid,\n  .iny-journey-grid,\n  .iny-accord-grid,\n  .iny-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .iny-note-card {\n    padding: 22px;\n    background: var(--iny-pale);\n    border: 1px solid var(--iny-border);\n    border-top: 4px solid var(--iny-accent);\n    border-radius: 8px;\n  }\n\n  .iny-note-label {\n    margin-bottom: 7px;\n    color: var(--iny-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .iny-note-title {\n    margin-bottom: 7px;\n    color: var(--iny-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .iny-note-description {\n    color: var(--iny-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .iny-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--iny-antique-gold);\n    border: 1px solid var(--iny-antique-gold);\n    border-radius: 10px;\n  }\n\n  .iny-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--iny-dark-support),\n      var(--iny-dark-deep)\n    );\n    color: var(--iny-white);\n  }\n\n  .iny-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--iny-antique-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .iny-character-card p {\n    margin: 0;\n    color: #f8f5ed;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .iny-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .iny-details-box,\n  .iny-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 8px;\n  }\n\n  .iny-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--iny-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--iny-neutral-border);\n  }\n\n  .iny-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--iny-neutral-border);\n  }\n\n  .iny-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .iny-detail-label {\n    color: var(--iny-muted);\n    font-weight: 600;\n  }\n\n  .iny-detail-value {\n    color: var(--iny-ink);\n    text-align: right;\n  }\n\n  .iny-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iny-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--iny-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--iny-neutral-border);\n  }\n\n  .iny-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .iny-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--iny-accent);\n    font-weight: 700;\n  }\n\n  .iny-journey-intro,\n  .iny-accord-intro,\n  .iny-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--iny-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .iny-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--iny-pale);\n    border: 1px solid var(--iny-border);\n    border-radius: 8px;\n  }\n\n  .iny-journey-number,\n  .iny-accord-icon,\n  .iny-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--iny-dominant);\n    color: var(--iny-white);\n    border: 1px solid var(--iny-antique-gold);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .iny-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .iny-journey-card h4,\n  .iny-accord-card h4,\n  .iny-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--iny-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .iny-journey-card p,\n  .iny-accord-card p,\n  .iny-trust-card p {\n    margin: 0;\n    color: var(--iny-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .iny-accord-card,\n  .iny-trust-card {\n    padding: 22px;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .iny-accord-icon,\n  .iny-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .iny-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 10px;\n  }\n\n  .iny-video-title {\n    margin: 0 0 8px;\n    color: var(--iny-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .iny-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--iny-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .iny-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--iny-white);\n    border: 1px solid var(--iny-border);\n    border-radius: 8px;\n  }\n\n  .iny-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--iny-white);\n    border: 0;\n  }\n\n  .iny-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .iny-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--iny-dominant);\n    color: var(--iny-white);\n    border: 1px solid var(--iny-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .iny-instagram-link a:hover {\n    background: var(--iny-dominant-dark);\n    border-color: var(--iny-dominant-dark);\n  }\n\n  .iny-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--iny-dark-support) 0%,\n      var(--iny-dominant) 50%,\n      var(--iny-dark-deep) 100%\n    );\n    color: var(--iny-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .iny-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--iny-antique-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .iny-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f8f5ed;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .iny-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--iny-pale);\n    border: 1px solid var(--iny-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .iny-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--iny-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .iny-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--iny-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .iny-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--iny-pale-2);\n    border: 1px solid var(--iny-border);\n    border-left: 6px solid var(--iny-accent);\n    border-radius: 8px;\n  }\n\n  .iny-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--iny-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .iny-performance-section p {\n    margin: 0;\n    color: var(--iny-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .iny-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--iny-border);\n  }\n\n  .iny-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--iny-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .iny-faq-item {\n    background: var(--iny-white);\n    border-bottom: 1px solid var(--iny-border);\n  }\n\n  .iny-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--iny-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .iny-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iny-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--iny-accent);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .iny-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .iny-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--iny-body);\n    font-size: 1rem;\n  }\n\n  .iny-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .i-need-you-noir-wrapper {\n      padding: 35px;\n    }\n\n    .iny-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .iny-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .iny-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .iny-tagline {\n      font-size: 1.3rem;\n    }\n\n    .iny-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .iny-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .iny-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .iny-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .iny-notes-grid,\n    .iny-journey-grid,\n    .iny-accord-grid,\n    .iny-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .iny-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .iny-character-card {\n      padding: 35px;\n    }\n\n    .iny-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .iny-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .iny-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .iny-section-title,\n    .iny-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .iny-note-title {\n      font-size: 1.15rem;\n    }\n\n    .iny-note-description {\n      font-size: 1rem;\n    }\n\n    .iny-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .iny-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .iny-box-title {\n      font-size: 1.05rem;\n    }\n\n    .iny-detail-row,\n    .iny-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .iny-journey-intro,\n    .iny-accord-intro,\n    .iny-trust-intro,\n    .iny-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .iny-video-title {\n      font-size: 1.55rem;\n    }\n\n    .iny-journey-card h4,\n    .iny-accord-card h4,\n    .iny-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .iny-journey-card p,\n    .iny-accord-card p,\n    .iny-trust-card p {\n      font-size: 1rem;\n    }\n\n    .iny-statement-section {\n      padding: 44px;\n    }\n\n    .iny-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .iny-statement-section p,\n    .iny-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .iny-occasion-section {\n      padding: 38px;\n    }\n\n    .iny-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .iny-performance-section {\n      padding: 30px;\n    }\n\n    .iny-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .iny-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .iny-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .iny-notes-grid,\n    .iny-journey-grid,\n    .iny-accord-grid,\n    .iny-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .i-need-you-noir-wrapper {\n      padding: 10px;\n    }\n\n    .iny-header {\n      padding: 26px 8px;\n    }\n\n    .iny-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .iny-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .iny-tagline {\n      font-size: 0.95rem;\n    }\n\n    .iny-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .iny-detail-value {\n      text-align: left;\n    }\n\n    .iny-character-card {\n      padding: 24px 18px;\n    }\n\n    .iny-journey-section,\n    .iny-accord-section,\n    .iny-trust-section {\n      padding: 25px 15px;\n    }\n\n    .iny-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .iny-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .iny-video-section {\n      padding: 24px 10px;\n    }\n\n    .iny-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .iny-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"i-need-you-noir-wrapper\"\u003e\n\n  \u003cdiv class=\"iny-header\"\u003e\n    \u003cdiv class=\"iny-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n    \u003ch2 class=\"iny-main-title\"\u003eI Need You Noir\u003c\/h2\u003e\n    \u003cp class=\"iny-tagline\"\u003e\n      “Bergamot, blackcurrant and apple meet jasmine, rose, patchouli, amber, musk and vanilla.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-intro-grid\"\u003e\n\n    \u003cdiv class=\"iny-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/I-Need-You-Noir-Asten-100-ML-EDP-Perfume.webp?v=1739209578\" alt=\"I Need You Noir by Asten 100ml Eau de Parfum in smoky black glass with antique gold cap, gold collar, black label and gold monogram\" class=\"iny-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iny-story\"\u003e\n      \u003ch3\u003eFresh Fruits, Floral Elegance and Deep Sensual Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eI Need You Noir by Asten\u003c\/strong\u003e, a captivating\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created for those who enjoy a\n        distinctive fragrance with mystery, sophistication and unforgettable\n        charm.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with bergamot, blackcurrant and apple. Bergamot\n        brings a bright citrus lift, blackcurrant adds dark fruity richness,\n        and apple gives the opening a crisp, clean and modern sparkle.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Jasmine, rose and patchouli form the heart. Jasmine adds floral\n        smoothness, rose brings classic elegance, and patchouli introduces an\n        earthy depth that gives the scent a more sensual and refined centre.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Amber, musk and vanilla create the base. Amber gives warmth, musk adds\n        softness and clean depth, while vanilla rounds the dry-down with a\n        smooth, comforting and slightly sweet finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in smoky black glass with an antique-gold cap, gold collar,\n        black central label and gold monogram, I Need You Noir carries a\n        mysterious and polished visual identity that reflects the noir mood of\n        the fragrance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-notes-section\"\u003e\n\n    \u003ch3 class=\"iny-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"iny-notes-grid\"\u003e\n\n      \u003cdiv class=\"iny-note-card\"\u003e\n        \u003cdiv class=\"iny-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-title\"\u003eBergamot, Blackcurrant and Apple\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-description\"\u003e\n          Bright bergamot, dark blackcurrant and crisp apple create a fresh,\n          fruity and sophisticated opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-note-card\"\u003e\n        \u003cdiv class=\"iny-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-title\"\u003eJasmine, Rose and Patchouli\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-description\"\u003e\n          Jasmine and rose bring floral elegance, while patchouli adds earthy\n          depth and sensual structure.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-note-card\"\u003e\n        \u003cdiv class=\"iny-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-title\"\u003eAmber, Musk and Vanilla\u003c\/div\u003e\n        \u003cdiv class=\"iny-note-description\"\u003e\n          Amber, musk and vanilla create a warm, smooth and lasting dry-down\n          with deep sensual undertones.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-character-section\"\u003e\n\n    \u003cdiv class=\"iny-character-card\"\u003e\n      \u003ch3\u003eThe Bergamot Blackcurrant Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot, blackcurrant and apple create a fresh, dark-fruity opening\n        with clean sparkle and modern elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iny-character-card\"\u003e\n      \u003ch3\u003eThe Amber Vanilla Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Jasmine, rose and patchouli gradually settle into amber, musk and\n        vanilla for a smooth, warm and memorable dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-details-grid\"\u003e\n\n    \u003cdiv class=\"iny-details-box\"\u003e\n      \u003ch4 class=\"iny-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eI Need You Noir\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eBergamot, Blackcurrant, Apple\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eJasmine, Rose, Patchouli\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eAmber, Musk, Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eFresh, Fruity, Floral, Earthy, Amber, Musky and Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eMysterious, Sophisticated and Charming\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-detail-row\"\u003e\n        \u003cspan class=\"iny-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"iny-detail-value\"\u003eSmoky Black Glass with Antique Gold Detailing\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iny-highlights-box\"\u003e\n      \u003ch4 class=\"iny-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"iny-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eFresh bergamot opening\u003c\/li\u003e\n        \u003cli\u003eDark blackcurrant fruitiness\u003c\/li\u003e\n        \u003cli\u003eCrisp apple sparkle\u003c\/li\u003e\n        \u003cli\u003eElegant jasmine heart\u003c\/li\u003e\n        \u003cli\u003eClassic rose softness\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli depth\u003c\/li\u003e\n        \u003cli\u003eWarm amber undertone\u003c\/li\u003e\n        \u003cli\u003eSmooth musk foundation\u003c\/li\u003e\n        \u003cli\u003eComforting vanilla finish\u003c\/li\u003e\n        \u003cli\u003eMysterious noir fragrance identity\u003c\/li\u003e\n        \u003cli\u003ePremium black and gold presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-journey-section\"\u003e\n\n    \u003ch3 class=\"iny-section-title\"\u003eThe I Need You Noir Journey\u003c\/h3\u003e\n\n    \u003cp class=\"iny-journey-intro\"\u003e\n      A refined progression from fresh fruits into floral elegance before\n      settling into amber, musk and vanilla warmth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"iny-journey-grid\"\u003e\n\n      \u003cdiv class=\"iny-journey-card\"\u003e\n        \u003cdiv class=\"iny-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Dark Fruit Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, blackcurrant and apple create a bright and polished first\n          impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-journey-card\"\u003e\n        \u003cdiv class=\"iny-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Patchouli Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Jasmine, rose and patchouli create floral elegance with earthy,\n          sensual structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-journey-card\"\u003e\n        \u003cdiv class=\"iny-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eAmber Vanilla Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Amber, musk and vanilla create a smooth, deep and memorable final\n          impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-accord-section\"\u003e\n\n    \u003ch3 class=\"iny-section-title\"\u003eThe Signature I Need You Noir Accords\u003c\/h3\u003e\n\n    \u003cp class=\"iny-accord-intro\"\u003e\n      A mysterious Eau de Parfum shaped by fresh fruit, floral elegance,\n      patchouli depth, amber warmth, musk and vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"iny-accord-grid\"\u003e\n\n      \u003cdiv class=\"iny-accord-card\"\u003e\n        \u003cdiv class=\"iny-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot and Blackcurrant\u003c\/h4\u003e\n        \u003cp\u003e\n          Citrus brightness and dark fruit richness create freshness,\n          contrast and sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-accord-card\"\u003e\n        \u003cdiv class=\"iny-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eJasmine, Rose and Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Florals add elegance while patchouli brings earthy depth and\n          sensuality.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-accord-card\"\u003e\n        \u003cdiv class=\"iny-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eAmber, Musk and Vanilla\u003c\/h4\u003e\n        \u003cp\u003e\n          Warm amber, smooth musk and vanilla create a lasting, soft and\n          memorable trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-video-section\"\u003e\n    \u003ch3 class=\"iny-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"iny-video-subtitle\"\u003e\n      Watch the I Need You Noir presentation and explore its smoky black, antique-gold visual mood with fresh fruits, floral elegance and warm sensual depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"iny-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/p\/DAliN8buvgf\/embed\" allowtransparency=\"true\" allow=\"encrypted-media\" scrolling=\"no\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iny-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/p\/DAliN8buvgf\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-statement-section\"\u003e\n    \u003ch3\u003eNoir Sophistication with Black and Gold Presence\u003c\/h3\u003e\n    \u003cp\u003e\n      I Need You Noir opens with bergamot, blackcurrant and apple before\n      developing through jasmine, rose and patchouli. Amber, musk and vanilla\n      create the smooth sensual dry-down, while the smoky black bottle and\n      antique-gold detailing reflect a fragrance designed to feel mysterious,\n      polished and unforgettable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-occasion-section\"\u003e\n    \u003ch3\u003eA Distinctive Signature for Any Occasion\u003c\/h3\u003e\n    \u003cp\u003e\n      I Need You Noir is suitable for daily wear, evening wear, dinners,\n      social occasions, gifting and signature fragrance use. The fruity\n      opening keeps it fresh, the floral heart adds elegance, and the amber,\n      musk and vanilla base gives it deeper sensual warmth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      I Need You Noir is presented as a 100ml Eau de Parfum with amber, musk\n      and vanilla forming a smooth sensual base. Exact longevity and projection\n      may vary according to skin type, climate, application amount, clothing\n      and individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-trust-section\"\u003e\n\n    \u003ch3 class=\"iny-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"iny-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, Eau de\n      Parfum releases, noir fragrances, floral scents, musk compositions and\n      gift-ready presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"iny-trust-grid\"\u003e\n\n      \u003cdiv class=\"iny-trust-card\"\u003e\n        \u003cdiv class=\"iny-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover Eau de Parfum releases, Arabian fragrances, perfume oils,\n          floral profiles and everyday signature scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-trust-card\"\u003e\n        \u003cdiv class=\"iny-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iny-trust-card\"\u003e\n        \u003cdiv class=\"iny-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iny-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does I Need You Noir by Asten smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          I Need You Noir opens with bergamot, blackcurrant and apple,\n          develops into jasmine, rose and patchouli, and settles into amber,\n          musk and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in I Need You Noir?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed top notes are bergamot, blackcurrant and apple.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in I Need You Noir?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed heart notes are jasmine, rose and patchouli.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in I Need You Noir?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed base notes are amber, musk and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs I Need You Noir a floral fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Jasmine and rose form part of the heart, giving the fragrance a\n          floral and elegant character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes I Need You Noir have vanilla?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Vanilla is listed in the base and helps create a smooth,\n          comforting and slightly sweet dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is I Need You Noir?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          I Need You Noir by Asten is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can I Need You Noir be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its fresh, floral and warm sensual profile makes it suitable for\n          daily wear, evenings, dinners, social occasions and fragrance\n          gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs I Need You Noir long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          I Need You Noir is an Eau de Parfum with amber, musk and vanilla in\n          the base. Exact longevity varies according to skin type, climate,\n          application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"iny-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs I Need You Noir suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"iny-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml size, mysterious fragrance character and smoky black\n          bottle with antique-gold detailing make it suitable for fragrance\n          gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582772101366,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/I-Need-You-Noir-Asten-100-ML-EDP-Perfume.webp?v=1739209578"},{"product_id":"italian-bergamot-edp-50ml","title":"Italian Bergamot EDP (50ml)","description":"\u003cstyle\u003e\n  .italian-bergamot-wrapper {\n    --ib-white: #ffffff;\n    --ib-pale: #f7f8f7;\n    --ib-pale-2: #fbfcfb;\n    --ib-border: #dfe3e1;\n    --ib-neutral-border: #e9ecea;\n\n    --ib-dominant: #111111;\n    --ib-dominant-dark: #050505;\n    --ib-secondary: #5f676b;\n    --ib-accent: #c9ced1;\n    --ib-bergamot: #6f8f48;\n    --ib-dark-support: #191b1d;\n    --ib-dark-deep: #050607;\n\n    --ib-ink: #121416;\n    --ib-body: #3d4143;\n    --ib-muted: #70777a;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ib-white);\n    color: var(--ib-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .italian-bergamot-wrapper *,\n  .italian-bergamot-wrapper *::before,\n  .italian-bergamot-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ib-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--ib-white);\n    border: 0;\n    border-bottom: 1px solid var(--ib-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .ib-brand-tag {\n    margin-bottom: 8px;\n    color: var(--ib-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ib-main-title {\n    margin: 0 0 10px;\n    color: var(--ib-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .ib-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--ib-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ib-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .ib-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--ib-white);\n    border: 1px solid var(--ib-border);\n    border-radius: 10px;\n  }\n\n  .ib-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ib-story h3 {\n    margin: 0 0 16px;\n    color: var(--ib-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ib-story p {\n    margin: 0 0 17px;\n    color: var(--ib-body);\n    font-size: 1.05rem;\n  }\n\n  .ib-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ib-section-title {\n    margin: 0 0 25px;\n    color: var(--ib-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ib-notes-section,\n  .ib-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ib-white);\n    border: 1px solid var(--ib-border);\n    border-radius: 10px;\n  }\n\n  .ib-accord-section,\n  .ib-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ib-pale);\n    border: 1px solid var(--ib-border);\n    border-radius: 10px;\n  }\n\n  .ib-notes-grid,\n  .ib-journey-grid,\n  .ib-accord-grid,\n  .ib-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ib-note-card {\n    padding: 22px;\n    background: var(--ib-pale);\n    border: 1px solid var(--ib-border);\n    border-top: 4px solid var(--ib-dominant);\n    border-radius: 8px;\n  }\n\n  .ib-note-label {\n    margin-bottom: 7px;\n    color: var(--ib-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ib-note-title {\n    margin-bottom: 7px;\n    color: var(--ib-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .ib-note-description {\n    color: var(--ib-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .ib-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ib-accent);\n    border: 1px solid var(--ib-accent);\n    border-radius: 10px;\n  }\n\n  .ib-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--ib-dark-support),\n      var(--ib-dark-deep)\n    );\n    color: var(--ib-white);\n  }\n\n  .ib-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ib-accent);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ib-character-card p {\n    margin: 0;\n    color: #f7f8f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .ib-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ib-details-box,\n  .ib-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--ib-white);\n    border: 1px solid var(--ib-border);\n    border-radius: 8px;\n  }\n\n  .ib-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ib-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ib-border);\n  }\n\n  .ib-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ib-neutral-border);\n  }\n\n  .ib-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .ib-detail-label {\n    color: var(--ib-muted);\n    font-weight: 600;\n  }\n\n  .ib-detail-value {\n    color: var(--ib-ink);\n    text-align: right;\n  }\n\n  .ib-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ib-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--ib-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--ib-neutral-border);\n  }\n\n  .ib-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ib-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--ib-dominant);\n    font-weight: 700;\n  }\n\n  .ib-journey-intro,\n  .ib-accord-intro,\n  .ib-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ib-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .ib-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ib-pale);\n    border: 1px solid var(--ib-border);\n    border-radius: 8px;\n  }\n\n  .ib-journey-number,\n  .ib-accord-icon,\n  .ib-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ib-dominant);\n    color: var(--ib-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .ib-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ib-journey-card h4,\n  .ib-accord-card h4,\n  .ib-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ib-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .ib-journey-card p,\n  .ib-accord-card p,\n  .ib-trust-card p {\n    margin: 0;\n    color: var(--ib-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ib-accord-card,\n  .ib-trust-card {\n    padding: 22px;\n    background: var(--ib-white);\n    border: 1px solid var(--ib-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ib-accord-icon,\n  .ib-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ib-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--ib-dark-support) 0%,\n      var(--ib-dominant) 48%,\n      var(--ib-dark-deep) 100%\n    );\n    color: var(--ib-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .ib-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--ib-accent);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ib-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f8f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ib-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--ib-pale);\n    border: 1px solid var(--ib-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ib-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--ib-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ib-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--ib-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ib-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ib-pale-2);\n    border: 1px solid var(--ib-border);\n    border-left: 6px solid var(--ib-dominant);\n    border-radius: 8px;\n  }\n\n  .ib-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--ib-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ib-performance-section p {\n    margin: 0;\n    color: var(--ib-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .ib-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ib-border);\n  }\n\n  .ib-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--ib-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ib-faq-item {\n    background: var(--ib-white);\n    border-bottom: 1px solid var(--ib-border);\n  }\n\n  .ib-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ib-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ib-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ib-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--ib-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .ib-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ib-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ib-body);\n    font-size: 1rem;\n  }\n\n  .ib-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .italian-bergamot-wrapper {\n      padding: 35px;\n    }\n\n    .ib-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .ib-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .ib-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ib-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ib-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .ib-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .ib-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .ib-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .ib-notes-grid,\n    .ib-journey-grid,\n    .ib-accord-grid,\n    .ib-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ib-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .ib-character-card {\n      padding: 35px;\n    }\n\n    .ib-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .ib-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ib-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ib-section-title,\n    .ib-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .ib-note-title {\n      font-size: 1.15rem;\n    }\n\n    .ib-note-description {\n      font-size: 1rem;\n    }\n\n    .ib-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .ib-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .ib-box-title {\n      font-size: 1.05rem;\n    }\n\n    .ib-detail-row,\n    .ib-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .ib-journey-intro,\n    .ib-accord-intro,\n    .ib-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .ib-journey-card h4,\n    .ib-accord-card h4,\n    .ib-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .ib-journey-card p,\n    .ib-accord-card p,\n    .ib-trust-card p {\n      font-size: 1rem;\n    }\n\n    .ib-statement-section {\n      padding: 44px;\n    }\n\n    .ib-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .ib-statement-section p,\n    .ib-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .ib-occasion-section {\n      padding: 38px;\n    }\n\n    .ib-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .ib-performance-section {\n      padding: 30px;\n    }\n\n    .ib-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .ib-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .ib-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .ib-notes-grid,\n    .ib-journey-grid,\n    .ib-accord-grid,\n    .ib-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .italian-bergamot-wrapper {\n      padding: 10px;\n    }\n\n    .ib-header {\n      padding: 26px 8px;\n    }\n\n    .ib-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .ib-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ib-tagline {\n      font-size: 0.95rem;\n    }\n\n    .ib-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ib-detail-value {\n      text-align: left;\n    }\n\n    .ib-character-card {\n      padding: 24px 18px;\n    }\n\n    .ib-journey-section,\n    .ib-accord-section,\n    .ib-trust-section {\n      padding: 25px 15px;\n    }\n\n    .ib-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .ib-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .ib-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"italian-bergamot-wrapper\"\u003e\n\n  \u003cdiv class=\"ib-header\"\u003e\n    \u003cdiv class=\"ib-brand-tag\"\u003eAnfar Presents\u003c\/div\u003e\n    \u003ch2 class=\"ib-main-title\"\u003eItalian Bergamot\u003c\/h2\u003e\n    \u003cp class=\"ib-tagline\"\u003e\n      “Pineapple, black currant, bergamot and apple meet smoky birch, patchouli, musk and vanilla.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-intro-grid\"\u003e\n\n    \u003cdiv class=\"ib-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Italian-Bergamot-Extrait-De-Parfum-50ml.webp?v=1739209622\" alt=\"No-88 Italian Bergamot by Anfar 50ml Extrait de Parfum in clear glass bottle with chrome silver cap, white label and black presentation box\" class=\"ib-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ib-story\"\u003e\n      \u003ch3\u003eFresh Citrus Energy with Dark Woods and Refined Musk\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eNo-88 Italian Bergamot by Anfar\u003c\/strong\u003e, a\n        sophisticated \u003cstrong\u003e50ml Extrait de Parfum\u003c\/strong\u003e created for men\n        who enjoy a fresh, long-lasting and confident fragrance with polished\n        citrus, fruits, woods, musk and vanilla.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with pineapple, black currant, bergamot and apple.\n        Pineapple adds juicy brightness, black currant brings darker fruity\n        depth, bergamot gives a crisp citrus lift, and apple creates a clean,\n        fresh and energetic sparkle.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Birch, patchouli, Moroccan jasmine and rose shape the heart. Birch\n        introduces a smoky woody nuance, patchouli gives earthy strength,\n        Moroccan jasmine adds refined floral texture, and rose brings subtle\n        elegance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Musk, oakmoss, ambergris and vanilla form the base. Musk gives smooth\n        masculine softness, oakmoss adds classic earthy depth, ambergris\n        creates mineral warmth, and vanilla rounds the trail with a creamy\n        finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a clear glass bottle with a chrome silver cap, white\n        detailed label and black Private Collection box, Italian Bergamot\n        delivers a clean luxury presentation with a sharp masculine identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-notes-section\"\u003e\n\n    \u003ch3 class=\"ib-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"ib-notes-grid\"\u003e\n\n      \u003cdiv class=\"ib-note-card\"\u003e\n        \u003cdiv class=\"ib-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-title\"\u003ePineapple, Black Currant, Bergamot and Apple\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-description\"\u003e\n          Juicy pineapple, dark black currant, sparkling bergamot and crisp\n          apple create a fresh, fruity and uplifting opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-note-card\"\u003e\n        \u003cdiv class=\"ib-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-title\"\u003eBirch, Patchouli, Moroccan Jasmine and Rose\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-description\"\u003e\n          Smoky birch, earthy patchouli, Moroccan jasmine and rose create a\n          textured masculine heart with floral refinement.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-note-card\"\u003e\n        \u003cdiv class=\"ib-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-title\"\u003eMusk, Oakmoss, Ambergris and Vanilla\u003c\/div\u003e\n        \u003cdiv class=\"ib-note-description\"\u003e\n          Smooth musk, oakmoss, ambergris and vanilla create a warm, lasting\n          and polished dry-down.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-character-section\"\u003e\n\n    \u003cdiv class=\"ib-character-card\"\u003e\n      \u003ch3\u003eThe Italian Bergamot Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Pineapple, black currant, bergamot and apple create a bright, fresh\n        and magnetic first impression with modern masculine energy.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ib-character-card\"\u003e\n      \u003ch3\u003eThe Oakmoss Vanilla Dry-Down\u003c\/h3\u003e\n      \u003cp\u003e\n        Birch, patchouli, musk, oakmoss, ambergris and vanilla settle into a\n        smooth, dark and refined extrait trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-details-grid\"\u003e\n\n    \u003cdiv class=\"ib-details-box\"\u003e\n      \u003ch4 class=\"ib-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eNo-88 Italian Bergamot\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eAnfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eExtrait de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003e50ml \/ 1.7 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eFresh\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003ePineapple, Black Currant, Bergamot, Apple\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eBirch, Patchouli, Moroccan Jasmine, Rose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eMusk, Oakmoss, Ambergris, Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-detail-row\"\u003e\n        \u003cspan class=\"ib-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"ib-detail-value\"\u003eClear Glass, Chrome Silver Cap and Black Box\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ib-highlights-box\"\u003e\n      \u003ch4 class=\"ib-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"ib-highlights-list\"\u003e\n        \u003cli\u003ePremium 50ml Extrait de Parfum\u003c\/li\u003e\n        \u003cli\u003eMasculine fresh fragrance profile\u003c\/li\u003e\n        \u003cli\u003eSparkling Italian bergamot character\u003c\/li\u003e\n        \u003cli\u003eJuicy pineapple brightness\u003c\/li\u003e\n        \u003cli\u003eDark black currant depth\u003c\/li\u003e\n        \u003cli\u003eCrisp apple freshness\u003c\/li\u003e\n        \u003cli\u003eSmoky birch heart\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli structure\u003c\/li\u003e\n        \u003cli\u003eMoroccan jasmine and rose refinement\u003c\/li\u003e\n        \u003cli\u003eMusk and oakmoss foundation\u003c\/li\u003e\n        \u003cli\u003eAmbergris and vanilla warmth\u003c\/li\u003e\n        \u003cli\u003eLuxury Private Collection presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-journey-section\"\u003e\n\n    \u003ch3 class=\"ib-section-title\"\u003eThe Italian Bergamot Journey\u003c\/h3\u003e\n\n    \u003cp class=\"ib-journey-intro\"\u003e\n      A polished progression from fresh citrus and fruits into smoky woods,\n      patchouli and florals before settling into musk, oakmoss, ambergris and\n      vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ib-journey-grid\"\u003e\n\n      \u003cdiv class=\"ib-journey-card\"\u003e\n        \u003cdiv class=\"ib-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Fruity Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, black currant, bergamot and apple open with crisp energy\n          and refined freshness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-journey-card\"\u003e\n        \u003cdiv class=\"ib-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSmoky Floral Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch, patchouli, Moroccan jasmine and rose bring smoky, earthy and\n          elegant heart depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-journey-card\"\u003e\n        \u003cdiv class=\"ib-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMusk Oakmoss Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oakmoss, ambergris and vanilla create a smooth and lasting\n          masculine trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-accord-section\"\u003e\n\n    \u003ch3 class=\"ib-section-title\"\u003eThe Signature Italian Bergamot Accords\u003c\/h3\u003e\n\n    \u003cp class=\"ib-accord-intro\"\u003e\n      A masculine Private Edition scent shaped by bergamot, dark fruit,\n      smoky birch, patchouli, florals, musk, oakmoss, ambergris and vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ib-accord-grid\"\u003e\n\n      \u003cdiv class=\"ib-accord-card\"\u003e\n        \u003cdiv class=\"ib-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot and Bright Fruits\u003c\/h4\u003e\n        \u003cp\u003e\n          Pineapple, black currant, bergamot and apple create freshness,\n          energy and a vivid opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-accord-card\"\u003e\n        \u003cdiv class=\"ib-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eBirch and Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch and patchouli add smoky, earthy and masculine structure to the\n          heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-accord-card\"\u003e\n        \u003cdiv class=\"ib-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk, Oakmoss and Vanilla\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oakmoss, ambergris and vanilla build a smooth, warm and\n          long-lasting foundation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-statement-section\"\u003e\n    \u003ch3\u003eFresh Private Edition Luxury with Masculine Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Italian Bergamot opens with pineapple, black currant, bergamot and apple,\n      develops through birch, patchouli, Moroccan jasmine and rose, then dries\n      down into musk, oakmoss, ambergris and vanilla. Its clear glass bottle,\n      silver cap and black Private Collection box reflect a scent designed to\n      feel elegant, strong and contemporary.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-occasion-section\"\u003e\n    \u003ch3\u003eA Confident Extrait for Day and Evening Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Italian Bergamot is suitable for workdays, daytime freshness, evening\n      occasions, dinners, travel and fragrance gifting. The citrus-fruity\n      opening feels energetic, while the birch, patchouli, musk, oakmoss,\n      ambergris and vanilla base gives the extrait a deeper masculine finish.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Italian Bergamot is supplied as an Extrait de Parfum, a high-concentration\n      fragrance format. Its base of musk, oakmoss, ambergris and vanilla gives\n      the scent depth and persistence. Exact longevity and projection may vary\n      according to skin type, climate, application amount, clothing and\n      individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-trust-section\"\u003e\n\n    \u003ch3 class=\"ib-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"ib-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, extrait\n      fragrances, men’s scents, fresh profiles, woody compositions and\n      gift-ready presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ib-trust-grid\"\u003e\n\n      \u003cdiv class=\"ib-trust-card\"\u003e\n        \u003cdiv class=\"ib-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover Eau de Parfum, Extrait de Parfum, Arabian fragrances,\n          perfume oils and everyday signature scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-trust-card\"\u003e\n        \u003cdiv class=\"ib-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-trust-card\"\u003e\n        \u003cdiv class=\"ib-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ib-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Italian Bergamot by Anfar smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Italian Bergamot opens with pineapple, black currant, bergamot and\n          apple, develops into birch, patchouli, Moroccan jasmine and rose,\n          and settles into musk, oakmoss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Italian Bergamot?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed top notes are pineapple, black currant, bergamot and\n          apple.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Italian Bergamot?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed heart notes are birch, patchouli, Moroccan jasmine and\n          rose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Italian Bergamot?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed base notes are musk, oakmoss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Italian Bergamot a men’s fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Italian Bergamot by Anfar is listed as a perfume for men.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Italian Bergamot?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Italian Bergamot by Anfar is supplied in a 50ml, approximately\n          1.7-fluid-ounce bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Italian Bergamot an Extrait de Parfum?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product listing states the concentration as Extrait de\n          Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Italian Bergamot fresh or woody?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Italian Bergamot has both qualities. The bergamot, pineapple,\n          black currant and apple opening feels fresh and fruity, while birch,\n          patchouli, oakmoss, musk and ambergris create woody depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen is Italian Bergamot best worn?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its fresh masculine profile makes it suitable for daytime wear,\n          workdays, evenings, dinners, travel and confident signature use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ib-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Italian Bergamot suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"ib-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 50ml Extrait de Parfum format, masculine fresh profile and\n          luxury Private Collection presentation make it suitable for fragrance\n          gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582782652662,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Italian-Bergamot-Extrait-De-Parfum-50ml.webp?v=1739209622"},{"product_id":"jet-black-edp-100ml","title":"Jet Black EDP Perfume (100ml)","description":"\u003cstyle\u003e\n  .jet-black-wrapper {\n    --jb-white: #ffffff;\n    --jb-pale: #f5f5f5;\n    --jb-pale-2: #fafafa;\n    --jb-border: #dddddd;\n    --jb-neutral-border: #e8e8e8;\n\n    --jb-dominant: #111111;\n    --jb-dominant-dark: #050505;\n    --jb-secondary: #3b3f44;\n    --jb-accent: #bfc3c8;\n    --jb-chrome: #d9dde1;\n    --jb-dark-support: #191b1f;\n    --jb-dark-deep: #050607;\n\n    --jb-ink: #111111;\n    --jb-body: #383838;\n    --jb-muted: #707070;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--jb-white);\n    color: var(--jb-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .jet-black-wrapper *,\n  .jet-black-wrapper *::before,\n  .jet-black-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .jb-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--jb-white);\n    border: 0;\n    border-bottom: 1px solid var(--jb-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .jb-brand-tag {\n    margin-bottom: 8px;\n    color: var(--jb-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .jb-main-title {\n    margin: 0 0 10px;\n    color: var(--jb-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .jb-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--jb-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .jb-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .jb-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--jb-white);\n    border: 1px solid var(--jb-border);\n    border-radius: 10px;\n  }\n\n  .jb-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .jb-story h3 {\n    margin: 0 0 16px;\n    color: var(--jb-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .jb-story p {\n    margin: 0 0 17px;\n    color: var(--jb-body);\n    font-size: 1.05rem;\n  }\n\n  .jb-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .jb-section-title {\n    margin: 0 0 25px;\n    color: var(--jb-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .jb-notes-section,\n  .jb-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--jb-white);\n    border: 1px solid var(--jb-border);\n    border-radius: 10px;\n  }\n\n  .jb-accord-section,\n  .jb-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--jb-pale);\n    border: 1px solid var(--jb-border);\n    border-radius: 10px;\n  }\n\n  .jb-notes-grid,\n  .jb-journey-grid,\n  .jb-accord-grid,\n  .jb-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .jb-note-card {\n    padding: 22px;\n    background: var(--jb-pale);\n    border: 1px solid var(--jb-border);\n    border-top: 4px solid var(--jb-dominant);\n    border-radius: 8px;\n  }\n\n  .jb-note-label {\n    margin-bottom: 7px;\n    color: var(--jb-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .jb-note-title {\n    margin-bottom: 7px;\n    color: var(--jb-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .jb-note-description {\n    color: var(--jb-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .jb-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--jb-accent);\n    border: 1px solid var(--jb-accent);\n    border-radius: 10px;\n  }\n\n  .jb-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--jb-dark-support),\n      var(--jb-dark-deep)\n    );\n    color: var(--jb-white);\n  }\n\n  .jb-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--jb-chrome);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .jb-character-card p {\n    margin: 0;\n    color: #f5f5f5;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .jb-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .jb-details-box,\n  .jb-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--jb-white);\n    border: 1px solid var(--jb-border);\n    border-radius: 8px;\n  }\n\n  .jb-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--jb-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--jb-border);\n  }\n\n  .jb-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--jb-neutral-border);\n  }\n\n  .jb-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .jb-detail-label {\n    color: var(--jb-muted);\n    font-weight: 600;\n  }\n\n  .jb-detail-value {\n    color: var(--jb-ink);\n    text-align: right;\n  }\n\n  .jb-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .jb-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--jb-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--jb-neutral-border);\n  }\n\n  .jb-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .jb-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--jb-dominant);\n    font-weight: 700;\n  }\n\n  .jb-journey-intro,\n  .jb-accord-intro,\n  .jb-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--jb-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .jb-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--jb-pale);\n    border: 1px solid var(--jb-border);\n    border-radius: 8px;\n  }\n\n  .jb-journey-number,\n  .jb-accord-icon,\n  .jb-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--jb-dominant);\n    color: var(--jb-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .jb-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .jb-journey-card h4,\n  .jb-accord-card h4,\n  .jb-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--jb-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .jb-journey-card p,\n  .jb-accord-card p,\n  .jb-trust-card p {\n    margin: 0;\n    color: var(--jb-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .jb-accord-card,\n  .jb-trust-card {\n    padding: 22px;\n    background: var(--jb-white);\n    border: 1px solid var(--jb-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .jb-accord-icon,\n  .jb-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .jb-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--jb-dark-support) 0%,\n      var(--jb-dominant) 48%,\n      var(--jb-dark-deep) 100%\n    );\n    color: var(--jb-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .jb-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--jb-chrome);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .jb-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f5f5f5;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .jb-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--jb-pale);\n    border: 1px solid var(--jb-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .jb-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--jb-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .jb-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--jb-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .jb-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--jb-pale-2);\n    border: 1px solid var(--jb-border);\n    border-left: 6px solid var(--jb-dominant);\n    border-radius: 8px;\n  }\n\n  .jb-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--jb-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .jb-performance-section p {\n    margin: 0;\n    color: var(--jb-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .jb-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--jb-border);\n  }\n\n  .jb-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--jb-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .jb-faq-item {\n    background: var(--jb-white);\n    border-bottom: 1px solid var(--jb-border);\n  }\n\n  .jb-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--jb-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .jb-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .jb-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--jb-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .jb-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .jb-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--jb-body);\n    font-size: 1rem;\n  }\n\n  .jb-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .jet-black-wrapper {\n      padding: 35px;\n    }\n\n    .jb-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .jb-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .jb-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .jb-tagline {\n      font-size: 1.3rem;\n    }\n\n    .jb-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .jb-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .jb-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .jb-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .jb-notes-grid,\n    .jb-journey-grid,\n    .jb-accord-grid,\n    .jb-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .jb-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .jb-character-card {\n      padding: 35px;\n    }\n\n    .jb-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .jb-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .jb-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .jb-section-title,\n    .jb-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .jb-note-title {\n      font-size: 1.15rem;\n    }\n\n    .jb-note-description {\n      font-size: 1rem;\n    }\n\n    .jb-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .jb-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .jb-box-title {\n      font-size: 1.05rem;\n    }\n\n    .jb-detail-row,\n    .jb-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .jb-journey-intro,\n    .jb-accord-intro,\n    .jb-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .jb-journey-card h4,\n    .jb-accord-card h4,\n    .jb-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .jb-journey-card p,\n    .jb-accord-card p,\n    .jb-trust-card p {\n      font-size: 1rem;\n    }\n\n    .jb-statement-section {\n      padding: 44px;\n    }\n\n    .jb-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .jb-statement-section p,\n    .jb-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .jb-occasion-section {\n      padding: 38px;\n    }\n\n    .jb-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .jb-performance-section {\n      padding: 30px;\n    }\n\n    .jb-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .jb-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .jb-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .jb-notes-grid,\n    .jb-journey-grid,\n    .jb-accord-grid,\n    .jb-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .jet-black-wrapper {\n      padding: 10px;\n    }\n\n    .jb-header {\n      padding: 26px 8px;\n    }\n\n    .jb-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .jb-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .jb-tagline {\n      font-size: 0.95rem;\n    }\n\n    .jb-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .jb-detail-value {\n      text-align: left;\n    }\n\n    .jb-character-card {\n      padding: 24px 18px;\n    }\n\n    .jb-journey-section,\n    .jb-accord-section,\n    .jb-trust-section {\n      padding: 25px 15px;\n    }\n\n    .jb-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .jb-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .jb-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jet-black-wrapper\"\u003e\n\n  \u003cdiv class=\"jb-header\"\u003e\n    \u003cdiv class=\"jb-brand-tag\"\u003eMarshall Presents\u003c\/div\u003e\n    \u003ch2 class=\"jb-main-title\"\u003eJet Black\u003c\/h2\u003e\n    \u003cp class=\"jb-tagline\"\u003e\n      “Bergamot, blackcurrant, apple and pineapple meet birch, patchouli, musk and smooth vanilla.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-intro-grid\"\u003e\n\n    \u003cdiv class=\"jb-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Jet-Black-100ml-EDP_jpg.webp?v=1739209678\" alt=\"Jet Black by Marshall 100ml Eau de Parfum in a glossy black bottle with matching black box and silver typography\" class=\"jb-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jb-story\"\u003e\n      \u003ch3\u003eModern Masculinity with Fruity Freshness and Dark Woods\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eJet Black by Marshall\u003c\/strong\u003e, a bold\n        \u003cstrong\u003e100ml Eau de Parfum for men\u003c\/strong\u003e designed for the modern,\n        metropolitan wearer who enjoys a fragrance with freshness, energy and\n        polished masculine depth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The official note structure opens with bergamot, blackcurrant, apple\n        and pineapple. Bergamot adds a bright citrus lift, blackcurrant brings\n        dark fruity richness, apple creates crisp freshness and pineapple\n        adds a juicy tropical edge.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Juniper berries, birch, patchouli and jasmine shape the heart.\n        Juniper adds aromatic clarity, birch gives a smoky leather-like\n        nuance, patchouli contributes earthy strength and jasmine adds a\n        refined floral smoothness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Musk, oak moss, ambergris and vanilla form the base. Musk adds clean\n        masculine softness, oak moss gives classic earthy depth, ambergris\n        creates a smooth mineral warmth, and vanilla rounds the scent with a\n        subtle creamy finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a glossy jet-black bottle with a matching black textured\n        box and sharp silver typography, Jet Black has a clean, minimal and\n        commanding visual identity that matches its dark masculine fragrance\n        profile.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-notes-section\"\u003e\n\n    \u003ch3 class=\"jb-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"jb-notes-grid\"\u003e\n\n      \u003cdiv class=\"jb-note-card\"\u003e\n        \u003cdiv class=\"jb-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-title\"\u003eBergamot, Blackcurrant, Apple and Pineapple\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-description\"\u003e\n          Bright bergamot, dark blackcurrant, crisp apple and juicy pineapple\n          create a fresh fruity opening with confident energy.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-note-card\"\u003e\n        \u003cdiv class=\"jb-note-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-title\"\u003eJuniper Berries, Birch, Patchouli and Jasmine\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-description\"\u003e\n          Aromatic juniper, smoky birch, earthy patchouli and refined jasmine\n          build a deeper masculine heart.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-note-card\"\u003e\n        \u003cdiv class=\"jb-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-title\"\u003eMusk, Oak Moss, Ambergris and Vanilla\u003c\/div\u003e\n        \u003cdiv class=\"jb-note-description\"\u003e\n          Smooth musk, earthy oak moss, ambergris and vanilla create a rugged,\n          warm and lasting dry-down.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-character-section\"\u003e\n\n    \u003cdiv class=\"jb-character-card\"\u003e\n      \u003ch3\u003eThe Fruity Citrus Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Bergamot, blackcurrant, apple and pineapple create a bright,\n        energetic and modern opening with fresh masculine impact.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jb-character-card\"\u003e\n      \u003ch3\u003eThe Smoky Musky Dry-Down\u003c\/h3\u003e\n      \u003cp\u003e\n        Birch, patchouli, oak moss, ambergris, musk and vanilla settle into a\n        dark, smooth and confident trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-details-grid\"\u003e\n\n    \u003cdiv class=\"jb-details-box\"\u003e\n      \u003ch4 class=\"jb-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eJet Black\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eMarshall\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eFruity and Floral\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eBergamot, Blackcurrant, Apple, Pineapple\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eHeart Notes\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eJuniper Berries, Birch, Patchouli, Jasmine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eMusk, Oak Moss, Ambergris, Vanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-detail-row\"\u003e\n        \u003cspan class=\"jb-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"jb-detail-value\"\u003eGlossy Jet Black Bottle with Silver Typography\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jb-highlights-box\"\u003e\n      \u003ch4 class=\"jb-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"jb-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eMasculine fragrance profile\u003c\/li\u003e\n        \u003cli\u003eBright bergamot opening\u003c\/li\u003e\n        \u003cli\u003eDark blackcurrant fruitiness\u003c\/li\u003e\n        \u003cli\u003eCrisp apple freshness\u003c\/li\u003e\n        \u003cli\u003eJuicy pineapple lift\u003c\/li\u003e\n        \u003cli\u003eAromatic juniper berries\u003c\/li\u003e\n        \u003cli\u003eSmoky birch nuance\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli heart\u003c\/li\u003e\n        \u003cli\u003eSmooth musky foundation\u003c\/li\u003e\n        \u003cli\u003eOak moss and ambergris depth\u003c\/li\u003e\n        \u003cli\u003eMinimal black gift-ready presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-journey-section\"\u003e\n\n    \u003ch3 class=\"jb-section-title\"\u003eThe Jet Black Journey\u003c\/h3\u003e\n\n    \u003cp class=\"jb-journey-intro\"\u003e\n      A sharp masculine progression from fruity citrus freshness into smoky\n      aromatic woods before settling into musk, oak moss, ambergris and\n      vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jb-journey-grid\"\u003e\n\n      \u003cdiv class=\"jb-journey-card\"\u003e\n        \u003cdiv class=\"jb-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFruity Fresh Energy\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, blackcurrant, apple and pineapple create a clean and\n          vibrant first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-journey-card\"\u003e\n        \u003cdiv class=\"jb-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSmoky Aromatic Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Juniper berries, birch, patchouli and jasmine add smoky, earthy and\n          refined character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-journey-card\"\u003e\n        \u003cdiv class=\"jb-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMusky Moss Depth\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss, ambergris and vanilla create a smooth, rugged and\n          warm masculine trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-accord-section\"\u003e\n\n    \u003ch3 class=\"jb-section-title\"\u003eThe Signature Jet Black Accords\u003c\/h3\u003e\n\n    \u003cp class=\"jb-accord-intro\"\u003e\n      A men’s Eau de Parfum shaped by fresh fruit, aromatic woods, smoky\n      birch, earthy patchouli, musk, moss, ambergris and vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jb-accord-grid\"\u003e\n\n      \u003cdiv class=\"jb-accord-card\"\u003e\n        \u003cdiv class=\"jb-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBergamot and Dark Fruits\u003c\/h4\u003e\n        \u003cp\u003e\n          Bergamot, blackcurrant, apple and pineapple create brightness,\n          fruitiness and modern freshness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-accord-card\"\u003e\n        \u003cdiv class=\"jb-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eBirch and Patchouli\u003c\/h4\u003e\n        \u003cp\u003e\n          Birch adds a darker smoky nuance while patchouli builds earthy\n          masculine structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-accord-card\"\u003e\n        \u003cdiv class=\"jb-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eMusk, Moss and Ambergris\u003c\/h4\u003e\n        \u003cp\u003e\n          Musk, oak moss and ambergris create a smooth, rugged and lasting\n          base with subtle vanilla warmth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-statement-section\"\u003e\n    \u003ch3\u003eMinimal Black Design with Metropolitan Energy\u003c\/h3\u003e\n    \u003cp\u003e\n      Jet Black opens with bergamot, blackcurrant, apple and pineapple before\n      moving into juniper berries, birch, patchouli and jasmine. Musk, oak\n      moss, ambergris and vanilla finish the fragrance with a rugged, smooth\n      and masculine dry-down. Its glossy black bottle and silver typography\n      reflect a fragrance designed to feel sharp, modern and confident.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-occasion-section\"\u003e\n    \u003ch3\u003eA Confident Signature for Modern Men\u003c\/h3\u003e\n    \u003cp\u003e\n      Jet Black is suitable for everyday wear, office settings, evenings,\n      dinners, social occasions and fragrance gifting. The fruity opening keeps\n      it fresh and energetic, while birch, patchouli, oak moss, musk and\n      ambergris give it darker masculine depth.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Jet Black is supplied as a 100ml Eau de Parfum with musk, oak moss,\n      ambergris and vanilla forming a substantial base. Exact longevity and\n      projection may vary according to skin type, climate, application amount,\n      clothing and individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-trust-section\"\u003e\n\n    \u003ch3 class=\"jb-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"jb-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, men’s\n      fragrances, fruity scents, woody profiles, musk compositions and\n      gift-ready presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jb-trust-grid\"\u003e\n\n      \u003cdiv class=\"jb-trust-card\"\u003e\n        \u003cdiv class=\"jb-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover Eau de Parfum releases, Arabian fragrances, perfume oils,\n          men’s scents and everyday signature fragrances.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-trust-card\"\u003e\n        \u003cdiv class=\"jb-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jb-trust-card\"\u003e\n        \u003cdiv class=\"jb-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jb-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Jet Black by Marshall smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jet Black opens with bergamot, blackcurrant, apple and pineapple,\n          develops into juniper berries, birch, patchouli and jasmine, then\n          settles into musk, oak moss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Jet Black?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed top notes are bergamot, blackcurrant, apple and\n          pineapple.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Jet Black?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed heart notes are juniper berries, birch, patchouli and\n          jasmine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Jet Black?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listed base notes are musk, oak moss, ambergris and vanilla.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jet Black a men’s fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Jet Black by Marshall is listed as a perfume for men with a\n          masculine fruity and floral fragrance profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Jet Black EDP?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jet Black by Marshall is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jet Black fruity or woody?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jet Black has both qualities. Bergamot, blackcurrant, apple and\n          pineapple create a fruity opening, while birch, patchouli, oak moss,\n          musk and ambergris provide darker woody depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen is Jet Black best worn?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jet Black works well for everyday wear, office settings, evening\n          wear, dinners, social occasions and confident masculine signature\n          use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jet Black long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jet Black is an Eau de Parfum with musk, oak moss, ambergris and\n          vanilla in the base. Exact longevity varies according to skin type,\n          climate, application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jb-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jet Black suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"jb-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml size, masculine fragrance profile and glossy black\n          presentation make it suitable for fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582790156534,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Jet-Black-100ml-EDP_jpg.webp?v=1739209678"},{"product_id":"jewel-of-paradise-edp-100ml","title":"Jewel of Paradise EDP (100ml)","description":"\u003cstyle\u003e\n  .jewel-paradise-wrapper {\n    --jp-white: #ffffff;\n    --jp-pale: #f1f6ff;\n    --jp-pale-2: #f8fbff;\n    --jp-border: #d7e2f3;\n    --jp-neutral-border: #e5edf7;\n\n    --jp-dominant: #123f9c;\n    --jp-dominant-dark: #08285f;\n    --jp-secondary: #3e185f;\n    --jp-accent: #c7aa59;\n    --jp-aqua: #62c7d7;\n    --jp-dark-support: #0c214e;\n    --jp-dark-deep: #070d20;\n\n    --jp-ink: #131b2d;\n    --jp-body: #394254;\n    --jp-muted: #6f7a8d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--jp-white);\n    color: var(--jp-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .jewel-paradise-wrapper *,\n  .jewel-paradise-wrapper *::before,\n  .jewel-paradise-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .jp-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--jp-white);\n    border: 0;\n    border-bottom: 1px solid var(--jp-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .jp-brand-tag {\n    margin-bottom: 8px;\n    color: var(--jp-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .jp-main-title {\n    margin: 0 0 10px;\n    color: var(--jp-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .jp-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--jp-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .jp-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .jp-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 10px;\n  }\n\n  .jp-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .jp-story h3 {\n    margin: 0 0 16px;\n    color: var(--jp-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .jp-story p {\n    margin: 0 0 17px;\n    color: var(--jp-body);\n    font-size: 1.05rem;\n  }\n\n  .jp-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .jp-section-title {\n    margin: 0 0 25px;\n    color: var(--jp-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .jp-notes-section,\n  .jp-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 10px;\n  }\n\n  .jp-accord-section,\n  .jp-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--jp-pale);\n    border: 1px solid var(--jp-border);\n    border-radius: 10px;\n  }\n\n  .jp-notes-grid,\n  .jp-journey-grid,\n  .jp-accord-grid,\n  .jp-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .jp-note-card {\n    padding: 22px;\n    background: var(--jp-pale);\n    border: 1px solid var(--jp-border);\n    border-top: 4px solid var(--jp-dominant);\n    border-radius: 8px;\n  }\n\n  .jp-note-label {\n    margin-bottom: 7px;\n    color: var(--jp-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .jp-note-title {\n    margin-bottom: 7px;\n    color: var(--jp-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .jp-note-description {\n    color: var(--jp-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .jp-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--jp-accent);\n    border: 1px solid var(--jp-accent);\n    border-radius: 10px;\n  }\n\n  .jp-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--jp-dark-support),\n      var(--jp-dark-deep)\n    );\n    color: var(--jp-white);\n  }\n\n  .jp-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--jp-accent);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .jp-character-card p {\n    margin: 0;\n    color: #f6f9ff;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .jp-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .jp-details-box,\n  .jp-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 8px;\n  }\n\n  .jp-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--jp-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--jp-border);\n  }\n\n  .jp-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--jp-neutral-border);\n  }\n\n  .jp-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .jp-detail-label {\n    color: var(--jp-muted);\n    font-weight: 600;\n  }\n\n  .jp-detail-value {\n    color: var(--jp-ink);\n    text-align: right;\n  }\n\n  .jp-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .jp-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--jp-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--jp-neutral-border);\n  }\n\n  .jp-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .jp-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--jp-dominant);\n    font-weight: 700;\n  }\n\n  .jp-journey-intro,\n  .jp-accord-intro,\n  .jp-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--jp-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .jp-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--jp-pale);\n    border: 1px solid var(--jp-border);\n    border-radius: 8px;\n  }\n\n  .jp-journey-number,\n  .jp-accord-icon,\n  .jp-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--jp-dominant);\n    color: var(--jp-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .jp-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .jp-journey-card h4,\n  .jp-accord-card h4,\n  .jp-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--jp-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .jp-journey-card p,\n  .jp-accord-card p,\n  .jp-trust-card p {\n    margin: 0;\n    color: var(--jp-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .jp-accord-card,\n  .jp-trust-card {\n    padding: 22px;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .jp-accord-icon,\n  .jp-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .jp-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 10px;\n  }\n\n  .jp-video-title {\n    margin: 0 0 8px;\n    color: var(--jp-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .jp-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--jp-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .jp-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--jp-white);\n    border: 1px solid var(--jp-border);\n    border-radius: 8px;\n  }\n\n  .jp-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--jp-white);\n    border: 0;\n  }\n\n  .jp-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .jp-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--jp-dominant);\n    color: var(--jp-white);\n    border: 1px solid var(--jp-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .jp-instagram-link a:hover {\n    background: var(--jp-dominant-dark);\n    border-color: var(--jp-dominant-dark);\n  }\n\n  .jp-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--jp-dark-support) 0%,\n      var(--jp-dominant) 48%,\n      var(--jp-dark-deep) 100%\n    );\n    color: var(--jp-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .jp-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--jp-accent);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .jp-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f6f9ff;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .jp-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--jp-pale);\n    border: 1px solid var(--jp-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .jp-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--jp-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .jp-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--jp-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .jp-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--jp-pale-2);\n    border: 1px solid var(--jp-border);\n    border-left: 6px solid var(--jp-dominant);\n    border-radius: 8px;\n  }\n\n  .jp-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--jp-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .jp-performance-section p {\n    margin: 0;\n    color: var(--jp-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .jp-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--jp-border);\n  }\n\n  .jp-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--jp-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .jp-faq-item {\n    background: var(--jp-white);\n    border-bottom: 1px solid var(--jp-border);\n  }\n\n  .jp-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--jp-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .jp-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .jp-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--jp-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .jp-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .jp-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--jp-body);\n    font-size: 1rem;\n  }\n\n  .jp-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .jewel-paradise-wrapper {\n      padding: 35px;\n    }\n\n    .jp-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .jp-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .jp-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .jp-tagline {\n      font-size: 1.3rem;\n    }\n\n    .jp-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .jp-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .jp-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .jp-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .jp-notes-grid,\n    .jp-journey-grid,\n    .jp-accord-grid,\n    .jp-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .jp-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .jp-character-card {\n      padding: 35px;\n    }\n\n    .jp-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .jp-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .jp-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .jp-section-title,\n    .jp-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .jp-note-title {\n      font-size: 1.15rem;\n    }\n\n    .jp-note-description {\n      font-size: 1rem;\n    }\n\n    .jp-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .jp-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .jp-box-title {\n      font-size: 1.05rem;\n    }\n\n    .jp-detail-row,\n    .jp-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .jp-journey-intro,\n    .jp-accord-intro,\n    .jp-trust-intro,\n    .jp-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .jp-video-title {\n      font-size: 1.55rem;\n    }\n\n    .jp-journey-card h4,\n    .jp-accord-card h4,\n    .jp-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .jp-journey-card p,\n    .jp-accord-card p,\n    .jp-trust-card p {\n      font-size: 1rem;\n    }\n\n    .jp-statement-section {\n      padding: 44px;\n    }\n\n    .jp-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .jp-statement-section p,\n    .jp-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .jp-occasion-section {\n      padding: 38px;\n    }\n\n    .jp-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .jp-performance-section {\n      padding: 30px;\n    }\n\n    .jp-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .jp-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .jp-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .jp-notes-grid,\n    .jp-journey-grid,\n    .jp-accord-grid,\n    .jp-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .jewel-paradise-wrapper {\n      padding: 10px;\n    }\n\n    .jp-header {\n      padding: 26px 8px;\n    }\n\n    .jp-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .jp-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .jp-tagline {\n      font-size: 0.95rem;\n    }\n\n    .jp-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .jp-detail-value {\n      text-align: left;\n    }\n\n    .jp-character-card {\n      padding: 24px 18px;\n    }\n\n    .jp-journey-section,\n    .jp-accord-section,\n    .jp-trust-section {\n      padding: 25px 15px;\n    }\n\n    .jp-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .jp-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .jp-video-section {\n      padding: 24px 10px;\n    }\n\n    .jp-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .jp-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jewel-paradise-wrapper\"\u003e\n\n  \u003cdiv class=\"jp-header\"\u003e\n    \u003cdiv class=\"jp-brand-tag\"\u003eAnfar London Presents\u003c\/div\u003e\n    \u003ch2 class=\"jp-main-title\"\u003eJewel of Paradise\u003c\/h2\u003e\n    \u003cp class=\"jp-tagline\"\u003e\n      “Black currant syrup, watery freshness, luminous florals, oud and smoky benzoin depth.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-intro-grid\"\u003e\n\n    \u003cdiv class=\"jp-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/JEWEL-OF-PARADISE-by-Anfar-London-100-ML-Unisex-Perfume.jpg?v=1739209827\" alt=\"Jewel of Paradise by Anfar London 100ml Eau de Parfum in royal blue packaging with jewel-inspired presentation\" class=\"jp-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-story\"\u003e\n      \u003ch3\u003eFruity Aquatic Brightness with Floral Oud Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eJewel of Paradise by Anfar London\u003c\/strong\u003e, a\n        luxurious \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created as a refined\n        unisex fragrance for men and women who enjoy fresh fruit, watery\n        accords, florals, oud and resinous depth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The fragrance opens with black currant syrup and watery accords.\n        Black currant syrup brings a juicy fruit character with green and red\n        fruit nuances, while watery accords add clean freshness and balance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Rose, cyclamen, narcissus and jasmine sambac form the heart. These\n        floral notes introduce elegance, softness and a slightly spicy exotic\n        character, giving the fragrance its high-quality floral signature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The base combines agarwood, patchouli, incense and benzoin. Agarwood\n        adds rich woody depth, patchouli gives an earthy undertone, incense\n        creates smoky atmosphere, and benzoin brings smooth resinous warmth.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in luxurious royal blue packaging, Jewel of Paradise feels\n        distinctive, gift-ready and suitable for personal use. Its diverse\n        fruity, watery, floral, oud and resin profile makes it versatile\n        across seasons, occasions and personal styles.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-notes-section\"\u003e\n\n    \u003ch3 class=\"jp-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"jp-notes-grid\"\u003e\n\n      \u003cdiv class=\"jp-note-card\"\u003e\n        \u003cdiv class=\"jp-note-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-title\"\u003eBlack Currant Syrup and Watery Accords\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-description\"\u003e\n          Juicy black currant syrup gives a fruity opening while watery\n          accords add freshness, transparency and clean balance.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-note-card\"\u003e\n        \u003cdiv class=\"jp-note-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-title\"\u003eRose, Cyclamen, Narcissus and Jasmine Sambac\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-description\"\u003e\n          A floral heart adds elegance, softness and an exotic, slightly spicy\n          character through rose, cyclamen, narcissus and jasmine sambac.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-note-card\"\u003e\n        \u003cdiv class=\"jp-note-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-title\"\u003eAgarwood Oud, Patchouli, Incense and Benzoin\u003c\/div\u003e\n        \u003cdiv class=\"jp-note-description\"\u003e\n          Oud adds richness, patchouli brings earthy depth, incense creates\n          smoky atmosphere and benzoin leaves a smooth resinous warmth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-character-section\"\u003e\n\n    \u003cdiv class=\"jp-character-card\"\u003e\n      \u003ch3\u003eThe Black Currant Water Accord\u003c\/h3\u003e\n      \u003cp\u003e\n        Black currant syrup gives the scent its juicy jewel-like opening,\n        while watery accords create a clean, fresh and transparent balance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-character-card\"\u003e\n      \u003ch3\u003eThe Oud Incense Benzoin Trail\u003c\/h3\u003e\n      \u003cp\u003e\n        Agarwood, patchouli, incense and benzoin settle into a rich, earthy,\n        smoky and resinous unisex dry-down.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-details-grid\"\u003e\n\n    \u003cdiv class=\"jp-details-box\"\u003e\n      \u003ch4 class=\"jp-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eJewel of Paradise\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eAnfar London\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eMen and Women \/ Unisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eTop Notes\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eBlack Currant Syrup, Watery Accords\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eMiddle Notes\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eRose, Cyclamen, Narcissus, Jasmine Sambac\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eBase Notes\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eAgarwood Oud, Patchouli, Incense, Benzoin\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eFruity, Watery, Floral, Oud, Earthy, Smoky and Resinous\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-detail-row\"\u003e\n        \u003cspan class=\"jp-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"jp-detail-value\"\u003eRoyal Blue Gift-Ready Packaging\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-highlights-box\"\u003e\n      \u003ch4 class=\"jp-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"jp-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eUnisex fragrance for men and women\u003c\/li\u003e\n        \u003cli\u003eJuicy black currant syrup opening\u003c\/li\u003e\n        \u003cli\u003eFresh watery accord balance\u003c\/li\u003e\n        \u003cli\u003eElegant rose and cyclamen heart\u003c\/li\u003e\n        \u003cli\u003eDistinctive narcissus nuance\u003c\/li\u003e\n        \u003cli\u003eRich jasmine sambac floral depth\u003c\/li\u003e\n        \u003cli\u003eAgarwood oud foundation\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli undertone\u003c\/li\u003e\n        \u003cli\u003eSmoky incense character\u003c\/li\u003e\n        \u003cli\u003eSmooth benzoin warmth\u003c\/li\u003e\n        \u003cli\u003eLuxurious royal blue presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-journey-section\"\u003e\n\n    \u003ch3 class=\"jp-section-title\"\u003eThe Jewel of Paradise Journey\u003c\/h3\u003e\n\n    \u003cp class=\"jp-journey-intro\"\u003e\n      A distinctive progression from black currant syrup and watery freshness\n      into exotic florals before settling into oud, patchouli, incense and\n      benzoin.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-journey-grid\"\u003e\n\n      \u003cdiv class=\"jp-journey-card\"\u003e\n        \u003cdiv class=\"jp-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFruity Watery Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Black currant syrup creates juicy fruitiness while watery accords\n          add freshness and balance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-journey-card\"\u003e\n        \u003cdiv class=\"jp-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eExotic Floral Heart\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, cyclamen, narcissus and jasmine sambac create a refined floral\n          centre with an exotic spicy nuance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-journey-card\"\u003e\n        \u003cdiv class=\"jp-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Resin Depth\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood, patchouli, incense and benzoin create woody, earthy,\n          smoky and resinous depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-accord-section\"\u003e\n\n    \u003ch3 class=\"jp-section-title\"\u003eThe Signature Jewel of Paradise Accords\u003c\/h3\u003e\n\n    \u003cp class=\"jp-accord-intro\"\u003e\n      A gender-neutral composition shaped by black currant syrup, watery\n      freshness, elegant florals, oud, patchouli, incense and benzoin.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-accord-grid\"\u003e\n\n      \u003cdiv class=\"jp-accord-card\"\u003e\n        \u003cdiv class=\"jp-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBlack Currant and Water\u003c\/h4\u003e\n        \u003cp\u003e\n          Fruity syrup and watery freshness create a bright, clean and\n          balanced opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-accord-card\"\u003e\n        \u003cdiv class=\"jp-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eRose and White Florals\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose, cyclamen, narcissus and jasmine sambac add elegance, softness\n          and floral richness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-accord-card\"\u003e\n        \u003cdiv class=\"jp-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud, Incense and Benzoin\u003c\/h4\u003e\n        \u003cp\u003e\n          Agarwood, smoky incense, earthy patchouli and warm benzoin create a\n          deep and luxurious base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-video-section\"\u003e\n    \u003ch3 class=\"jp-video-title\"\u003eExperience The Mood\u003c\/h3\u003e\n\n    \u003cp class=\"jp-video-subtitle\"\u003e\n      Watch the Jewel of Paradise presentation and explore its royal blue visual mood, fruity floral character and refined unisex fragrance identity.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-instagram-frame\"\u003e\n      \u003ciframe src=\"https:\/\/www.instagram.com\/reel\/DXMDlayCg_P\/embed\" allowtransparency=\"true\" allow=\"encrypted-media\" scrolling=\"no\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-instagram-link\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/london.musk\/reel\/DXMDlayCg_P\/\" target=\"_blank\" rel=\"noopener\"\u003e\n        View Reel on Instagram\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-statement-section\"\u003e\n    \u003ch3\u003eRoyal Blue Luxury with Gender-Neutral Depth\u003c\/h3\u003e\n    \u003cp\u003e\n      Jewel of Paradise balances black currant syrup and watery accords with\n      rose, cyclamen, narcissus, jasmine sambac, oud, patchouli, incense and\n      benzoin. Its royal blue presentation reflects a fragrance designed to\n      feel luxurious, expressive and suitable for both gifting and personal\n      signature wear.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-occasion-section\"\u003e\n    \u003ch3\u003eA Unisex Signature for All Seasons\u003c\/h3\u003e\n    \u003cp\u003e\n      Jewel of Paradise is suitable for day wear, evening wear, gifting,\n      personal use and special occasions. Its fruity-water opening feels fresh,\n      the floral heart adds elegance, and the oud, incense and benzoin base\n      gives the scent enough depth for cooler seasons and evening moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Jewel of Paradise is supplied as a 100ml Eau de Parfum with a rich base\n      of agarwood, patchouli, incense and benzoin. These deeper notes help the\n      fragrance leave a lasting impression. Exact longevity and projection may\n      vary according to skin type, climate, application amount, clothing and\n      individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-trust-section\"\u003e\n\n    \u003ch3 class=\"jp-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"jp-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, unisex\n      scents, oud fragrances, floral perfumes, musk compositions and gift-ready\n      presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-trust-grid\"\u003e\n\n      \u003cdiv class=\"jp-trust-card\"\u003e\n        \u003cdiv class=\"jp-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover Eau de Parfum releases, Arabian fragrances, oud\n          compositions, perfume oils and everyday signature scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-trust-card\"\u003e\n        \u003cdiv class=\"jp-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-trust-card\"\u003e\n        \u003cdiv class=\"jp-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jp-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Jewel of Paradise smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jewel of Paradise opens with black currant syrup and watery accords,\n          develops into rose, cyclamen, narcissus and jasmine sambac, then\n          settles into agarwood oud, patchouli, incense and benzoin.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Jewel of Paradise?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are black currant syrup and watery accords.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Jewel of Paradise?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are rose, cyclamen, narcissus and jasmine sambac.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Jewel of Paradise?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are agarwood oud, patchouli, incense and benzoin.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jewel of Paradise suitable for men and women?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Jewel of Paradise is presented as a unisex fragrance suitable\n          for men and women.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Jewel of Paradise?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jewel of Paradise by Anfar London is supplied in a 100ml,\n          approximately 3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jewel of Paradise suitable for day or evening wear?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its watery and fruity opening makes it suitable for daytime,\n          while the oud, incense, patchouli and benzoin base gives it enough\n          depth for evenings.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jewel of Paradise an oud perfume?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Agarwood, also known as oud, appears in the base and adds rich\n          woody depth to the fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jewel of Paradise long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jewel of Paradise has a deep base of agarwood, patchouli, incense\n          and benzoin. Exact longevity varies according to skin type, climate,\n          application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"jp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Jewel of Paradise suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"jp-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its unisex profile, 100ml size, diverse note structure and\n          royal blue presentation make it suitable for fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582814601462,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/JEWEL-OF-PARADISE-by-Anfar-London-100-ML-Unisex-Perfume.jpg?v=1739209827"},{"product_id":"leading-man-edt-100ml","title":"Leading Man EDT (100ml)","description":"\u003cstyle\u003e\n  .leading-man-wrapper {\n    --lm-white: #ffffff;\n    --lm-pale: #eefafa;\n    --lm-pale-2: #f7fcfc;\n    --lm-border: #cfe7e9;\n    --lm-neutral-border: #e2eeee;\n\n    --lm-dominant: #00a9bd;\n    --lm-dominant-dark: #007f91;\n    --lm-secondary: #07343d;\n    --lm-accent: #b9c2c7;\n    --lm-mint: #74d7cf;\n    --lm-dark-support: #082b34;\n    --lm-dark-deep: #061016;\n\n    --lm-ink: #142226;\n    --lm-body: #394b50;\n    --lm-muted: #6f7f84;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--lm-white);\n    color: var(--lm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .leading-man-wrapper *,\n  .leading-man-wrapper *::before,\n  .leading-man-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .lm-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--lm-white);\n    border: 0;\n    border-bottom: 1px solid var(--lm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .lm-brand-tag {\n    margin-bottom: 8px;\n    color: var(--lm-dominant-dark);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .lm-main-title {\n    margin: 0 0 10px;\n    color: var(--lm-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .lm-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--lm-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .lm-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .lm-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--lm-white);\n    border: 1px solid var(--lm-border);\n    border-radius: 10px;\n  }\n\n  .lm-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .lm-story h3 {\n    margin: 0 0 16px;\n    color: var(--lm-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lm-story p {\n    margin: 0 0 17px;\n    color: var(--lm-body);\n    font-size: 1.05rem;\n  }\n\n  .lm-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .lm-section-title {\n    margin: 0 0 25px;\n    color: var(--lm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lm-notes-section,\n  .lm-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lm-white);\n    border: 1px solid var(--lm-border);\n    border-radius: 10px;\n  }\n\n  .lm-accord-section,\n  .lm-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--lm-pale);\n    border: 1px solid var(--lm-border);\n    border-radius: 10px;\n  }\n\n  .lm-notes-grid,\n  .lm-journey-grid,\n  .lm-accord-grid,\n  .lm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .lm-note-card {\n    padding: 22px;\n    background: var(--lm-pale);\n    border: 1px solid var(--lm-border);\n    border-top: 4px solid var(--lm-dominant);\n    border-radius: 8px;\n  }\n\n  .lm-note-label {\n    margin-bottom: 7px;\n    color: var(--lm-dominant-dark);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lm-note-title {\n    margin-bottom: 7px;\n    color: var(--lm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .lm-note-description {\n    color: var(--lm-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .lm-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--lm-accent);\n    border: 1px solid var(--lm-accent);\n    border-radius: 10px;\n  }\n\n  .lm-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--lm-dark-support),\n      var(--lm-dark-deep)\n    );\n    color: var(--lm-white);\n  }\n\n  .lm-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--lm-mint);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .lm-character-card p {\n    margin: 0;\n    color: #f5fbfc;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .lm-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .lm-details-box,\n  .lm-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--lm-white);\n    border: 1px solid var(--lm-border);\n    border-radius: 8px;\n  }\n\n  .lm-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--lm-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--lm-border);\n  }\n\n  .lm-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lm-neutral-border);\n  }\n\n  .lm-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .lm-detail-label {\n    color: var(--lm-muted);\n    font-weight: 600;\n  }\n\n  .lm-detail-value {\n    color: var(--lm-ink);\n    text-align: right;\n  }\n\n  .lm-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lm-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--lm-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--lm-neutral-border);\n  }\n\n  .lm-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .lm-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--lm-dominant);\n    font-weight: 700;\n  }\n\n  .lm-journey-intro,\n  .lm-accord-intro,\n  .lm-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--lm-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .lm-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--lm-pale);\n    border: 1px solid var(--lm-border);\n    border-radius: 8px;\n  }\n\n  .lm-journey-number,\n  .lm-accord-icon,\n  .lm-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--lm-dominant);\n    color: var(--lm-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .lm-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .lm-journey-card h4,\n  .lm-accord-card h4,\n  .lm-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--lm-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .lm-journey-card p,\n  .lm-accord-card p,\n  .lm-trust-card p {\n    margin: 0;\n    color: var(--lm-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .lm-accord-card,\n  .lm-trust-card {\n    padding: 22px;\n    background: var(--lm-white);\n    border: 1px solid var(--lm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lm-accord-icon,\n  .lm-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .lm-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--lm-dark-support) 0%,\n      var(--lm-dominant-dark) 48%,\n      var(--lm-dark-deep) 100%\n    );\n    color: var(--lm-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .lm-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--lm-mint);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lm-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f5fbfc;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lm-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--lm-pale);\n    border: 1px solid var(--lm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .lm-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--lm-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .lm-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--lm-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .lm-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--lm-pale-2);\n    border: 1px solid var(--lm-border);\n    border-left: 6px solid var(--lm-dominant);\n    border-radius: 8px;\n  }\n\n  .lm-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--lm-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .lm-performance-section p {\n    margin: 0;\n    color: var(--lm-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .lm-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--lm-border);\n  }\n\n  .lm-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--lm-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .lm-faq-item {\n    background: var(--lm-white);\n    border-bottom: 1px solid var(--lm-border);\n  }\n\n  .lm-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--lm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .lm-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lm-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--lm-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .lm-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .lm-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--lm-body);\n    font-size: 1rem;\n  }\n\n  .lm-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .leading-man-wrapper {\n      padding: 35px;\n    }\n\n    .lm-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .lm-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .lm-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .lm-tagline {\n      font-size: 1.3rem;\n    }\n\n    .lm-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .lm-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .lm-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .lm-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .lm-notes-grid,\n    .lm-journey-grid,\n    .lm-accord-grid,\n    .lm-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .lm-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .lm-character-card {\n      padding: 35px;\n    }\n\n    .lm-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .lm-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .lm-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .lm-section-title,\n    .lm-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .lm-note-title {\n      font-size: 1.15rem;\n    }\n\n    .lm-note-description {\n      font-size: 1rem;\n    }\n\n    .lm-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .lm-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .lm-box-title {\n      font-size: 1.05rem;\n    }\n\n    .lm-detail-row,\n    .lm-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .lm-journey-intro,\n    .lm-accord-intro,\n    .lm-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .lm-journey-card h4,\n    .lm-accord-card h4,\n    .lm-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .lm-journey-card p,\n    .lm-accord-card p,\n    .lm-trust-card p {\n      font-size: 1rem;\n    }\n\n    .lm-statement-section {\n      padding: 44px;\n    }\n\n    .lm-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .lm-statement-section p,\n    .lm-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .lm-occasion-section {\n      padding: 38px;\n    }\n\n    .lm-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .lm-performance-section {\n      padding: 30px;\n    }\n\n    .lm-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .lm-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .lm-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .lm-notes-grid,\n    .lm-journey-grid,\n    .lm-accord-grid,\n    .lm-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .leading-man-wrapper {\n      padding: 10px;\n    }\n\n    .lm-header {\n      padding: 26px 8px;\n    }\n\n    .lm-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .lm-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .lm-tagline {\n      font-size: 0.95rem;\n    }\n\n    .lm-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .lm-detail-value {\n      text-align: left;\n    }\n\n    .lm-character-card {\n      padding: 24px 18px;\n    }\n\n    .lm-journey-section,\n    .lm-accord-section,\n    .lm-trust-section {\n      padding: 25px 15px;\n    }\n\n    .lm-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .lm-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .lm-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"leading-man-wrapper\"\u003e\n\n  \u003cdiv class=\"lm-header\"\u003e\n    \u003cdiv class=\"lm-brand-tag\"\u003eParis Riviera Presents\u003c\/div\u003e\n    \u003ch2 class=\"lm-main-title\"\u003eLeading Man\u003c\/h2\u003e\n    \u003cp class=\"lm-tagline\"\u003e\n      “Cool mint, comforting lavender and sensual vanilla in a refreshing masculine signature.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-intro-grid\"\u003e\n\n    \u003cdiv class=\"lm-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Leading-Man-EDT-100ml.jpg?v=1739209898\" alt=\"Leading Man by Paris Riviera 100ml Eau de Toilette in a transparent aqua blue bottle with chrome cap and black typography\" class=\"lm-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lm-story\"\u003e\n      \u003ch3\u003eFresh Masculinity with Lavender Comfort and Vanilla Warmth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eLeading Man by Paris Riviera\u003c\/strong\u003e, an elegant and\n        refreshing \u003cstrong\u003e100ml Eau de Toilette\u003c\/strong\u003e with a masculine\n        fragrance profile inspired by the confident contrast of freshness,\n        sensuality and familiar aromatic comfort.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Leading Man is designed for the man who enjoys a fragrance that feels\n        classic and contemporary at the same time. Its character is fresh,\n        sensual, unusual and polished, creating an easy-to-wear signature with\n        a confident masculine edge.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Mint brings a cool and lively opening, giving the fragrance its\n        refreshing first impression. Lavender adds a familiar aromatic softness,\n        creating a clean, comforting and refined heart.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Vanilla completes the composition with warmth and sensual smoothness.\n        It gives Leading Man its inviting dry-down, balancing the cool aromatic\n        freshness with a softer and more magnetic finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a transparent aqua-blue bottle with a chrome cap and\n        bold black typography, Leading Man reflects a clean, fresh and modern\n        fragrance identity with a relaxed masculine presentation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-notes-section\"\u003e\n\n    \u003ch3 class=\"lm-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"lm-notes-grid\"\u003e\n\n      \u003cdiv class=\"lm-note-card\"\u003e\n        \u003cdiv class=\"lm-note-label\"\u003eFresh Character\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-title\"\u003eMint\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-description\"\u003e\n          Cool mint creates a bright and refreshing first impression, giving\n          Leading Man its clean, energetic and modern opening.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-note-card\"\u003e\n        \u003cdiv class=\"lm-note-label\"\u003eAromatic Character\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-title\"\u003eLavender\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-description\"\u003e\n          Lavender adds a familiar aromatic comfort, bringing smoothness,\n          elegance and a refined masculine softness.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-note-card\"\u003e\n        \u003cdiv class=\"lm-note-label\"\u003eWarm Character\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-title\"\u003eVanilla\u003c\/div\u003e\n        \u003cdiv class=\"lm-note-description\"\u003e\n          Vanilla adds sensual warmth and sweetness, creating a smooth,\n          inviting and memorable finishing impression.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-character-section\"\u003e\n\n    \u003cdiv class=\"lm-character-card\"\u003e\n      \u003ch3\u003eThe Mint Lavender Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Cool mint and aromatic lavender create a fresh, clean and confident\n        first impression that feels both familiar and modern.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lm-character-card\"\u003e\n      \u003ch3\u003eThe Sensual Vanilla Dry-Down\u003c\/h3\u003e\n      \u003cp\u003e\n        Vanilla softens the fragrance with warmth and sensuality, balancing\n        the freshness with a comforting masculine trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-details-grid\"\u003e\n\n    \u003cdiv class=\"lm-details-box\"\u003e\n      \u003ch4 class=\"lm-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eLeading Man\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eParis Riviera\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eEau de Toilette\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eMen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eKey Elements\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eVanilla, Mint, Lavender\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eFresh, Aromatic, Vanilla, Sensual and Masculine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-detail-row\"\u003e\n        \u003cspan class=\"lm-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"lm-detail-value\"\u003eAqua Glass, Chrome Cap and Black Typography\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lm-highlights-box\"\u003e\n      \u003ch4 class=\"lm-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"lm-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Toilette\u003c\/li\u003e\n        \u003cli\u003eFresh masculine fragrance style\u003c\/li\u003e\n        \u003cli\u003eCool mint character\u003c\/li\u003e\n        \u003cli\u003eComforting lavender softness\u003c\/li\u003e\n        \u003cli\u003eSensual vanilla warmth\u003c\/li\u003e\n        \u003cli\u003eElegant and refreshing profile\u003c\/li\u003e\n        \u003cli\u003eClassic yet contemporary feel\u003c\/li\u003e\n        \u003cli\u003eEasy everyday signature scent\u003c\/li\u003e\n        \u003cli\u003eSmooth aromatic freshness\u003c\/li\u003e\n        \u003cli\u003eIdeal for casual and evening wear\u003c\/li\u003e\n        \u003cli\u003eAqua-blue bottle presentation\u003c\/li\u003e\n        \u003cli\u003eGreat value fragrance choice\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-journey-section\"\u003e\n\n    \u003ch3 class=\"lm-section-title\"\u003eThe Leading Man Journey\u003c\/h3\u003e\n\n    \u003cp class=\"lm-journey-intro\"\u003e\n      A clean and confident progression from cool mint freshness to comforting\n      lavender and a smooth sensual vanilla finish.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lm-journey-grid\"\u003e\n\n      \u003cdiv class=\"lm-journey-card\"\u003e\n        \u003cdiv class=\"lm-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCool Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          Mint creates a lively opening with refreshing energy and clean\n          masculine brightness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-journey-card\"\u003e\n        \u003cdiv class=\"lm-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eLavender Comfort\u003c\/h4\u003e\n        \u003cp\u003e\n          Lavender introduces an aromatic and familiar softness that feels\n          refined and composed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-journey-card\"\u003e\n        \u003cdiv class=\"lm-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eVanilla Warmth\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla adds sensual warmth and smoothness for a more inviting\n          final impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-accord-section\"\u003e\n\n    \u003ch3 class=\"lm-section-title\"\u003eThe Signature Leading Man Accords\u003c\/h3\u003e\n\n    \u003cp class=\"lm-accord-intro\"\u003e\n      A masculine composition shaped by refreshing mint, aromatic lavender and\n      warm vanilla.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lm-accord-grid\"\u003e\n\n      \u003cdiv class=\"lm-accord-card\"\u003e\n        \u003cdiv class=\"lm-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eMint Freshness\u003c\/h4\u003e\n        \u003cp\u003e\n          The mint facet gives the fragrance its cooling, energetic and\n          refreshing personality.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-accord-card\"\u003e\n        \u003cdiv class=\"lm-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eLavender Comfort\u003c\/h4\u003e\n        \u003cp\u003e\n          Lavender brings a familiar aromatic softness that feels clean,\n          elegant and masculine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-accord-card\"\u003e\n        \u003cdiv class=\"lm-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eVanilla Sensuality\u003c\/h4\u003e\n        \u003cp\u003e\n          Vanilla adds warmth, sweetness and smooth sensuality to the\n          dry-down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-statement-section\"\u003e\n    \u003ch3\u003eFresh Confidence with a Sensual Finish\u003c\/h3\u003e\n    \u003cp\u003e\n      Leading Man combines cooling mint, comforting lavender and smooth\n      vanilla to create a masculine Eau de Toilette that feels elegant,\n      refreshing and easy to wear. Its transparent aqua bottle and chrome cap\n      reflect the fresh, clean and contemporary character of the scent.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-occasion-section\"\u003e\n    \u003ch3\u003eA Versatile Fragrance for Everyday Masculine Style\u003c\/h3\u003e\n    \u003cp\u003e\n      Leading Man is suitable for daily wear, workdays, casual outings,\n      evenings and relaxed social moments. The mint and lavender make it fresh\n      and approachable, while vanilla gives it enough warmth for a more\n      sensual signature trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Leading Man is supplied as an Eau de Toilette. Its refreshing mint and\n      lavender character is balanced by vanilla warmth for a smooth masculine\n      impression. Exact longevity and projection may vary according to skin\n      type, climate, application amount, clothing and individual fragrance\n      chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-trust-section\"\u003e\n\n    \u003ch3 class=\"lm-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"lm-trust-intro\"\u003e\n      Explore a carefully selected collection of affordable fragrances,\n      Arabian perfumes, men’s scents, women’s scents, perfume oils and\n      gift-ready presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lm-trust-grid\"\u003e\n\n      \u003cdiv class=\"lm-trust-card\"\u003e\n        \u003cdiv class=\"lm-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover Eau de Parfum, Eau de Toilette, Arabian fragrances,\n          perfume oils and everyday signature scents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-trust-card\"\u003e\n        \u003cdiv class=\"lm-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lm-trust-card\"\u003e\n        \u003cdiv class=\"lm-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Leading Man by Paris Riviera smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leading Man is a fresh, aromatic and sensual masculine fragrance\n          built around mint, lavender and vanilla. It feels refreshing at the\n          opening and becomes warmer and smoother through the vanilla finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the key notes in Leading Man?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The official description highlights vanilla, mint and lavender as\n          the key elements of Leading Man.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leading Man a men’s fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Leading Man is presented as a masculine fragrance with a fresh,\n          elegant and sensual character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Leading Man EDT?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leading Man EDT by Paris Riviera is supplied in a 100ml,\n          approximately 3.4-fluid-ounce bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leading Man fresh or sweet?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leading Man has both qualities. Mint and lavender make it fresh and\n          aromatic, while vanilla adds smooth warmth and sensual sweetness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen is Leading Man best worn?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its fresh aromatic profile makes it suitable for everyday wear,\n          workdays, casual outings, evenings and relaxed social occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leading Man an Eau de Toilette?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product listing identifies it as Leading Man EDT, meaning\n          Eau de Toilette.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leading Man long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Leading Man is an Eau de Toilette, so performance may be lighter\n          than stronger concentrations. Exact longevity varies depending on\n          skin type, climate, application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"lm-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Leading Man suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"lm-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its fresh masculine profile, 100ml size and clean aqua-blue\n          presentation make it a practical and attractive fragrance gift.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582828495094,"sku":null,"price":10.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Leading-Man-EDT-100ml.jpg?v=1739209898"},{"product_id":"lv-fascination-100ml-edp","title":"LV – Fascination (100ML) EDP","description":"\u003cstyle\u003e\n  .fascination-wrapper {\n    --fa-white: #ffffff;\n    --fa-pale: #eef6f6;\n    --fa-pale-2: #f8fbfb;\n    --fa-near-white: #fcfcfc;\n    --fa-border: #d5e4e4;\n    --fa-neutral-border: #e3ecec;\n\n    --fa-dominant: #0f7c82;\n    --fa-dominant-dark: #07545a;\n    --fa-secondary: #c7a04d;\n    --fa-accent: #151718;\n    --fa-dark-support: #123237;\n    --fa-dark-deep: #061517;\n\n    --fa-ink: #152023;\n    --fa-body: #3d4b4e;\n    --fa-muted: #6f7d7f;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--fa-white);\n    color: var(--fa-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .fascination-wrapper *,\n  .fascination-wrapper *::before,\n  .fascination-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .fa-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--fa-white);\n    border: 0;\n    border-bottom: 1px solid var(--fa-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .fa-header::before,\n  .fa-header::after {\n    display: none;\n  }\n\n  .fa-brand-tag {\n    margin-bottom: 8px;\n    color: var(--fa-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .fa-main-title {\n    margin: 0 0 10px;\n    color: var(--fa-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .fa-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--fa-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .fa-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .fa-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 10px;\n  }\n\n  .fa-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .fa-story h3 {\n    margin: 0 0 16px;\n    color: var(--fa-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .fa-story p {\n    margin: 0 0 17px;\n    color: var(--fa-body);\n    font-size: 1.05rem;\n  }\n\n  .fa-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fa-section-title {\n    margin: 0 0 25px;\n    color: var(--fa-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .fa-notes-section,\n  .fa-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 10px;\n  }\n\n  .fa-accord-section,\n  .fa-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--fa-pale);\n    border: 1px solid var(--fa-border);\n    border-radius: 10px;\n  }\n\n  .fa-notes-grid,\n  .fa-journey-grid,\n  .fa-accord-grid,\n  .fa-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .fa-note-card {\n    padding: 22px;\n    background: var(--fa-pale);\n    border: 1px solid var(--fa-border);\n    border-top: 4px solid var(--fa-dominant);\n    border-radius: 8px;\n  }\n\n  .fa-note-card:nth-child(2),\n  .fa-note-card:nth-child(3) {\n    border-left: 1px solid var(--fa-border);\n    border-top-color: var(--fa-dominant);\n  }\n\n  .fa-note-label,\n  .fa-note-card:nth-child(2) .fa-note-label,\n  .fa-note-card:nth-child(3) .fa-note-label {\n    margin-bottom: 7px;\n    color: var(--fa-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .fa-note-title {\n    margin-bottom: 7px;\n    color: var(--fa-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .fa-note-description {\n    color: var(--fa-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .fa-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--fa-secondary);\n    border: 1px solid var(--fa-secondary);\n    border-radius: 10px;\n  }\n\n  .fa-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--fa-dark-support),\n      var(--fa-dark-deep)\n    );\n    color: var(--fa-white);\n  }\n\n  .fa-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--fa-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .fa-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .fa-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .fa-details-box,\n  .fa-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 8px;\n  }\n\n  .fa-box-title,\n  .fa-highlights-box .fa-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--fa-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--fa-border);\n  }\n\n  .fa-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--fa-neutral-border);\n  }\n\n  .fa-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .fa-detail-label {\n    color: var(--fa-muted);\n    font-weight: 600;\n  }\n\n  .fa-detail-value {\n    color: var(--fa-ink);\n    text-align: right;\n  }\n\n  .fa-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fa-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--fa-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--fa-neutral-border);\n  }\n\n  .fa-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .fa-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--fa-dominant);\n    font-weight: 700;\n  }\n\n  \n  .fa-journey-intro,\n  .fa-accord-intro,\n  .fa-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--fa-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .fa-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--fa-pale);\n    border: 1px solid var(--fa-border);\n    border-radius: 8px;\n  }\n\n  \n  .fa-journey-number,\n  .fa-accord-icon,\n  .fa-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--fa-dominant);\n    color: var(--fa-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .fa-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .fa-journey-card:nth-child(2) .fa-journey-number,\n  .fa-journey-card:nth-child(3) .fa-journey-number,\n  .fa-accord-card:nth-child(2) .fa-accord-icon,\n  .fa-accord-card:nth-child(3) .fa-accord-icon,\n  .fa-trust-card:nth-child(2) .fa-trust-icon,\n  .fa-trust-card:nth-child(3) .fa-trust-icon {\n    background: var(--fa-dominant);\n    color: var(--fa-white);\n  }\n\n  .fa-journey-card h4,\n  .fa-accord-card h4,\n  .fa-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--fa-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .fa-journey-card p,\n  .fa-accord-card p,\n  .fa-trust-card p {\n    margin: 0;\n    color: var(--fa-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .fa-accord-card,\n  .fa-trust-card {\n    padding: 22px;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .fa-accord-icon,\n  .fa-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n  .fa-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 10px;\n  }\n\n  .fa-video-title {\n    margin: 0 0 8px;\n    color: var(--fa-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .fa-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--fa-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .fa-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--fa-white);\n    border: 1px solid var(--fa-border);\n    border-radius: 8px;\n  }\n\n  .fa-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--fa-white);\n    border: 0;\n  }\n\n  .fa-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .fa-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--fa-dominant);\n    color: var(--fa-white);\n    border: 1px solid var(--fa-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .fa-instagram-link a:hover {\n    background: var(--fa-dominant-dark);\n    border-color: var(--fa-dominant-dark);\n  }\n\n  \n  .fa-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--fa-dark-support) 0%,\n      var(--fa-dominant) 48%,\n      var(--fa-dark-deep) 100%\n    );\n    color: var(--fa-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .fa-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--fa-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .fa-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .fa-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--fa-pale);\n    border: 1px solid var(--fa-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .fa-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--fa-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .fa-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--fa-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .fa-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--fa-pale-2);\n    border: 1px solid var(--fa-border);\n    border-left: 6px solid var(--fa-dominant);\n    border-radius: 8px;\n  }\n\n  .fa-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--fa-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .fa-performance-section p {\n    margin: 0;\n    color: var(--fa-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .fa-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--fa-border);\n  }\n\n  .fa-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--fa-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .fa-faq-item {\n    background: var(--fa-white);\n    border-bottom: 1px solid var(--fa-border);\n  }\n\n  .fa-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--fa-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .fa-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fa-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--fa-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .fa-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .fa-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--fa-body);\n    font-size: 1rem;\n  }\n\n  .fa-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .fascination-wrapper {\n      padding: 35px;\n    }\n\n    .fa-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .fa-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .fa-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .fa-tagline {\n      font-size: 1.3rem;\n    }\n\n    .fa-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .fa-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .fa-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .fa-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .fa-notes-grid,\n    .fa-journey-grid,\n    .fa-accord-grid,\n    .fa-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .fa-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .fa-character-card {\n      padding: 35px;\n    }\n\n    .fa-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .fa-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .fa-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .fa-section-title,\n    .fa-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .fa-note-title {\n      font-size: 1.15rem;\n    }\n\n    .fa-note-description {\n      font-size: 1rem;\n    }\n\n    .fa-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .fa-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .fa-box-title {\n      font-size: 1.05rem;\n    }\n\n    .fa-detail-row,\n    .fa-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .fa-journey-intro,\n    .fa-accord-intro,\n    .fa-trust-intro,\n    .fa-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .fa-journey-card h4,\n    .fa-accord-card h4,\n    .fa-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .fa-journey-card p,\n    .fa-accord-card p,\n    .fa-trust-card p {\n      font-size: 1rem;\n    }\n\n    .fa-video-title {\n      font-size: 1.55rem;\n    }\n\n    .fa-statement-section {\n      padding: 44px;\n    }\n\n    .fa-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .fa-statement-section p,\n    .fa-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .fa-occasion-section {\n      padding: 38px;\n    }\n\n    .fa-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .fa-performance-section {\n      padding: 30px;\n    }\n\n    .fa-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .fa-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .fa-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .fa-notes-grid,\n    .fa-journey-grid,\n    .fa-accord-grid,\n    .fa-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .fascination-wrapper {\n      padding: 10px;\n    }\n\n    .fa-header {\n      padding: 26px 8px;\n    }\n\n    .fa-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .fa-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .fa-tagline {\n      font-size: 0.95rem;\n    }\n\n    .fa-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .fa-detail-value {\n      text-align: left;\n    }\n\n    .fa-character-card {\n      padding: 24px 18px;\n    }\n\n    .fa-journey-section,\n    .fa-accord-section,\n    .fa-trust-section {\n      padding: 25px 15px;\n    }\n\n    .fa-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .fa-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .fa-video-section {\n      padding: 24px 10px;\n    }\n\n    .fa-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .fa-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \n  .fa-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .fa-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .fa-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \n  .fascination-wrapper .fa-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .fascination-wrapper .fa-highlights-list li {\n    list-style: none !important;\n  }\n\n  .fascination-wrapper .fa-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .fascination-wrapper .fa-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \n  .fascination-wrapper .fa-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .fascination-wrapper .fa-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .fascination-wrapper .fa-detail-label,\n    .fascination-wrapper .fa-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fascination-wrapper\"\u003e\n\u003cdiv class=\"fa-header\"\u003e\n\u003cdiv class=\"fa-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n\u003ch2 class=\"fa-main-title\"\u003eLuxe Vision Fascination\u003c\/h2\u003e\n\u003cp class=\"fa-tagline\"\u003e“Luminous citrus, aromatic spice, black tea and smoky woods in a polished modern composition.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-intro-grid\"\u003e\n\u003cdiv class=\"fa-image-frame\"\u003e\n\u003cimg alt=\"Luxe Vision Fascination by Asten 100ml Eau de Parfum in a deep teal-blue glass bottle with glossy black cap and collar, champagne-gold ornament and lettering, paired with a matching teal wood-grain presentation box\" class=\"fa-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/s-l1600-8.webp?v=1739210094\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-story\"\u003e\n\u003ch3\u003eA Luminous Citrus, Spice and Tea-Wood Composition\u003c\/h3\u003e\n\u003cp\u003eDiscover Luxe Vision Fascination by Asten, a 100ml Eau de Parfum presented in a sleek teal-blue bottle with refined gold and black detailing.\u003c\/p\u003e\n\u003cp\u003eCitron, Calabrian bergamot and Sicilian orange create a vivid citrus opening with brightness, zest and polished freshness.\u003c\/p\u003e\n\u003cp\u003eNigerian ginger, Tunisian neroli and Ceylon cinnamon shape the heart, combining aromatic spice, floral-citrus lift and warm complexity.\u003c\/p\u003e\n\u003cp\u003eChinese black tea, ambroxan, olibanum and guaiac wood form the base with dry tea depth, mineral warmth, incense smoke and smooth woody character.\u003c\/p\u003e\n\u003cp\u003eThe deep teal-blue glass bottle is finished with a glossy black cap and collar, champagne-gold ornament and lettering, while the matching teal wood-grain box reinforces the elegant presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-notes-section\"\u003e\n\u003ch3 class=\"fa-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"fa-notes-grid\"\u003e\n\u003cdiv class=\"fa-note-card\"\u003e\n\u003cdiv class=\"fa-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"fa-note-title\"\u003eCitron, Calabrian Bergamot and Sicilian Orange\u003c\/div\u003e\n\u003cdiv class=\"fa-note-description\"\u003eThree luminous citrus notes create a zesty, polished and invigorating opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-note-card\"\u003e\n\u003cdiv class=\"fa-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"fa-note-title\"\u003eNigerian Ginger, Tunisian Neroli and Ceylon Cinnamon\u003c\/div\u003e\n\u003cdiv class=\"fa-note-description\"\u003eAromatic ginger, floral-citrus neroli and warm cinnamon create a vivid, spiced heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-note-card\"\u003e\n\u003cdiv class=\"fa-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"fa-note-title\"\u003eChinese Black Tea, Ambroxan, Olibanum and Guaiac Wood\u003c\/div\u003e\n\u003cdiv class=\"fa-note-description\"\u003eBlack tea, ambroxan, incense-rich olibanum and guaiac wood form a dry, smoky and modern finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-character-section\"\u003e\n\u003cdiv class=\"fa-character-card\"\u003e\n\u003ch3\u003eThe Luminous Citrus Opening\u003c\/h3\u003e\n\u003cp\u003eCitron, Calabrian bergamot and Sicilian orange create a bright, energetic and refined introduction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-character-card\"\u003e\n\u003ch3\u003eThe Smoky Tea-Wood Dry-Down\u003c\/h3\u003e\n\u003cp\u003eGinger, neroli and cinnamon move into black tea, ambroxan, olibanum and guaiac wood for a dry, modern finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-details-grid\"\u003e\n\u003cdiv class=\"fa-details-box\"\u003e\n\u003ch4 class=\"fa-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eLuxe Vision Fascination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eAsten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eCitron, Calabrian Bergamot and Sicilian Orange\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eNigerian Ginger, Tunisian Neroli and Ceylon Cinnamon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eChinese Black Tea, Ambroxan, Olibanum and Guaiac Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-detail-row\"\u003e\n\u003cspan class=\"fa-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"fa-detail-value\"\u003eDeep Teal Blue, Glossy Black and Champagne Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-highlights-box\"\u003e\n\u003ch4 class=\"fa-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"fa-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eLuminous citron opening\u003c\/li\u003e\n\u003cli\u003eCalabrian bergamot freshness\u003c\/li\u003e\n\u003cli\u003eSicilian orange brightness\u003c\/li\u003e\n\u003cli\u003eAromatic Nigerian ginger\u003c\/li\u003e\n\u003cli\u003eRefined Tunisian neroli\u003c\/li\u003e\n\u003cli\u003eWarm Ceylon cinnamon\u003c\/li\u003e\n\u003cli\u003eDry Chinese black tea\u003c\/li\u003e\n\u003cli\u003eModern ambroxan warmth\u003c\/li\u003e\n\u003cli\u003eSmoky olibanum depth\u003c\/li\u003e\n\u003cli\u003eSmooth guaiac wood finish\u003c\/li\u003e\n\u003cli\u003eTeal-blue and gold presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-journey-section\"\u003e\n\u003ch3 class=\"fa-section-title\"\u003eThe Luxe Vision Fascination Journey\u003c\/h3\u003e\n\u003cp class=\"fa-journey-intro\"\u003eA polished progression from bright Mediterranean citrus into aromatic spice before settling into black tea, incense and smooth woods.\u003c\/p\u003e\n\u003cdiv class=\"fa-journey-grid\"\u003e\n\u003cdiv class=\"fa-journey-card\"\u003e\n\u003cdiv class=\"fa-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCitrus Radiance\u003c\/h4\u003e\n\u003cp\u003eCitron, Calabrian bergamot and Sicilian orange create clarity, zest and energetic freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-journey-card\"\u003e\n\u003cdiv class=\"fa-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eAromatic Spice\u003c\/h4\u003e\n\u003cp\u003eNigerian ginger, Tunisian neroli and Ceylon cinnamon add floral lift, warmth and complexity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-journey-card\"\u003e\n\u003cdiv class=\"fa-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eTea and Wood Depth\u003c\/h4\u003e\n\u003cp\u003eChinese black tea, ambroxan, olibanum and guaiac wood create the dry, smoky finishing signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-accord-section\"\u003e\n\u003ch3 class=\"fa-section-title\"\u003eThe Signature Fascination Accords\u003c\/h3\u003e\n\u003cp class=\"fa-accord-intro\"\u003eA sophisticated composition shaped by luminous citrus, aromatic spice, floral neroli and smoky tea-wood depth.\u003c\/p\u003e\n\u003cdiv class=\"fa-accord-grid\"\u003e\n\u003cdiv class=\"fa-accord-card\"\u003e\n\u003cdiv class=\"fa-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eCitron and Mediterranean Citrus\u003c\/h4\u003e\n\u003cp\u003eCitron, Calabrian bergamot and Sicilian orange form the bright opening accord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-accord-card\"\u003e\n\u003cdiv class=\"fa-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eGinger, Neroli and Cinnamon\u003c\/h4\u003e\n\u003cp\u003eAromatic ginger, floral-citrus neroli and warm cinnamon create the spiced centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-accord-card\"\u003e\n\u003cdiv class=\"fa-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eBlack Tea, Incense and Wood\u003c\/h4\u003e\n\u003cp\u003eChinese black tea, ambroxan, olibanum and guaiac wood form the refined base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-statement-section\"\u003e\n\u003ch3\u003eModern Fascination in Teal Blue, Black and Champagne Gold\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Fascination combines citron, Calabrian bergamot and Sicilian orange with Nigerian ginger, Tunisian neroli and Ceylon cinnamon before settling into black tea, ambroxan, olibanum and guaiac wood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-occasion-section\"\u003e\n\u003ch3\u003eA Refined Signature for Smart Day and Evening Wear\u003c\/h3\u003e\n\u003cp\u003eIts citrus, spice, tea, incense and woody character can complement work, smart-casual wear, dinners, evening occasions and signature use according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Fascination is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-trust-section\"\u003e\n\u003ch3 class=\"fa-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"fa-trust-intro\"\u003eExplore a carefully selected collection of Arabian and contemporary fragrances, oud compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"fa-trust-grid\"\u003e\n\u003cdiv class=\"fa-trust-card\"\u003e\n\u003cdiv class=\"fa-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover curated Arabian perfumes, contemporary Eau de Parfum releases and oud-inspired compositions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-trust-card\"\u003e\n\u003cdiv class=\"fa-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eFragrances are selected for character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-trust-card\"\u003e\n\u003cdiv class=\"fa-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fa-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Luxe Vision Fascination smell like?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt opens with citron, Calabrian bergamot and Sicilian orange, develops through Nigerian ginger, Tunisian neroli and Ceylon cinnamon, and settles into Chinese black tea, ambroxan, olibanum and guaiac wood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Fascination?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are citron, Calabrian bergamot and Sicilian orange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Fascination?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are Nigerian ginger, Tunisian neroli and Ceylon cinnamon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Fascination?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed base notes are Chinese black tea, ambroxan, olibanum and guaiac wood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size is Luxe Vision Fascination?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in a 100ml, approximately 3.4-fluid-ounce, bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fa-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat concentration is Luxe Vision Fascination?\u003c\/summary\u003e\n\u003cdiv class=\"fa-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product is supplied as an Eau de Parfum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582869782774,"sku":null,"price":25.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/LV-_-Fascination-EDP-_-100-ML-By-Asten_jpg.webp?v=1734436932"},{"product_id":"lv-monsieur-noir-100ml-edp","title":"LV – Monsieur Noir (100ML) EDP","description":"\u003cstyle\u003e\n  .monsieur-noir-wrapper {\n    --mn-white: #ffffff;\n    --mn-pale: #fbf2ef;\n    --mn-pale-2: #fdf9f8;\n    --mn-near-white: #fcfcfc;\n    --mn-border: #eadbd7;\n    --mn-neutral-border: #eee5e2;\n\n    --mn-dominant: #df7f62;\n    --mn-dominant-dark: #b65b43;\n    --mn-secondary: #b8bdc2;\n    --mn-accent: #151515;\n    --mn-dark-support: #222326;\n    --mn-dark-deep: #090a0b;\n\n    --mn-ink: #18191b;\n    --mn-body: #414347;\n    --mn-muted: #74787d;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mn-white);\n    color: var(--mn-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .monsieur-noir-wrapper *,\n  .monsieur-noir-wrapper *::before,\n  .monsieur-noir-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .mn-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mn-white);\n    border: 0;\n    border-bottom: 1px solid var(--mn-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mn-header::before,\n  .mn-header::after {\n    display: none;\n  }\n\n  .mn-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mn-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mn-main-title {\n    margin: 0 0 10px;\n    color: var(--mn-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mn-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mn-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .mn-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mn-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 10px;\n  }\n\n  .mn-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mn-story h3 {\n    margin: 0 0 16px;\n    color: var(--mn-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mn-story p {\n    margin: 0 0 17px;\n    color: var(--mn-body);\n    font-size: 1.05rem;\n  }\n\n  .mn-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mn-section-title {\n    margin: 0 0 25px;\n    color: var(--mn-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .mn-notes-section,\n  .mn-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 10px;\n  }\n\n  .mn-accord-section,\n  .mn-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mn-pale);\n    border: 1px solid var(--mn-border);\n    border-radius: 10px;\n  }\n\n  .mn-notes-grid,\n  .mn-journey-grid,\n  .mn-accord-grid,\n  .mn-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .mn-note-card {\n    padding: 22px;\n    background: var(--mn-pale);\n    border: 1px solid var(--mn-border);\n    border-top: 4px solid var(--mn-dominant);\n    border-radius: 8px;\n  }\n\n  .mn-note-card:nth-child(2),\n  .mn-note-card:nth-child(3) {\n    border-left: 1px solid var(--mn-border);\n    border-top-color: var(--mn-dominant);\n  }\n\n  .mn-note-label,\n  .mn-note-card:nth-child(2) .mn-note-label,\n  .mn-note-card:nth-child(3) .mn-note-label {\n    margin-bottom: 7px;\n    color: var(--mn-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mn-note-title {\n    margin-bottom: 7px;\n    color: var(--mn-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mn-note-description {\n    color: var(--mn-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .mn-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mn-secondary);\n    border: 1px solid var(--mn-secondary);\n    border-radius: 10px;\n  }\n\n  .mn-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mn-dark-support),\n      var(--mn-dark-deep)\n    );\n    color: var(--mn-white);\n  }\n\n  .mn-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--mn-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mn-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .mn-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mn-details-box,\n  .mn-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 8px;\n  }\n\n  .mn-box-title,\n  .mn-highlights-box .mn-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mn-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mn-border);\n  }\n\n  .mn-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mn-neutral-border);\n  }\n\n  .mn-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mn-detail-label {\n    color: var(--mn-muted);\n    font-weight: 600;\n  }\n\n  .mn-detail-value {\n    color: var(--mn-ink);\n    text-align: right;\n  }\n\n  .mn-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mn-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mn-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mn-neutral-border);\n  }\n\n  .mn-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .mn-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mn-dominant);\n    font-weight: 700;\n  }\n\n  \n  .mn-journey-intro,\n  .mn-accord-intro,\n  .mn-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mn-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mn-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mn-pale);\n    border: 1px solid var(--mn-border);\n    border-radius: 8px;\n  }\n\n  \n  .mn-journey-number,\n  .mn-accord-icon,\n  .mn-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mn-dominant);\n    color: var(--mn-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mn-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .mn-journey-card:nth-child(2) .mn-journey-number,\n  .mn-journey-card:nth-child(3) .mn-journey-number,\n  .mn-accord-card:nth-child(2) .mn-accord-icon,\n  .mn-accord-card:nth-child(3) .mn-accord-icon,\n  .mn-trust-card:nth-child(2) .mn-trust-icon,\n  .mn-trust-card:nth-child(3) .mn-trust-icon {\n    background: var(--mn-dominant);\n    color: var(--mn-white);\n  }\n\n  .mn-journey-card h4,\n  .mn-accord-card h4,\n  .mn-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mn-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mn-journey-card p,\n  .mn-accord-card p,\n  .mn-trust-card p {\n    margin: 0;\n    color: var(--mn-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .mn-accord-card,\n  .mn-trust-card {\n    padding: 22px;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mn-accord-icon,\n  .mn-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n  .mn-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 10px;\n  }\n\n  .mn-video-title {\n    margin: 0 0 8px;\n    color: var(--mn-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mn-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--mn-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .mn-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--mn-white);\n    border: 1px solid var(--mn-border);\n    border-radius: 8px;\n  }\n\n  .mn-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--mn-white);\n    border: 0;\n  }\n\n  .mn-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .mn-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--mn-dominant);\n    color: var(--mn-white);\n    border: 1px solid var(--mn-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .mn-instagram-link a:hover {\n    background: var(--mn-dominant-dark);\n    border-color: var(--mn-dominant-dark);\n  }\n\n  \n  .mn-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mn-dark-support) 0%,\n      var(--mn-dominant) 48%,\n      var(--mn-dark-deep) 100%\n    );\n    color: var(--mn-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mn-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mn-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mn-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mn-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mn-pale);\n    border: 1px solid var(--mn-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mn-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mn-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mn-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mn-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mn-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mn-pale-2);\n    border: 1px solid var(--mn-border);\n    border-left: 6px solid var(--mn-dominant);\n    border-radius: 8px;\n  }\n\n  .mn-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mn-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mn-performance-section p {\n    margin: 0;\n    color: var(--mn-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .mn-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mn-border);\n  }\n\n  .mn-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mn-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mn-faq-item {\n    background: var(--mn-white);\n    border-bottom: 1px solid var(--mn-border);\n  }\n\n  .mn-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mn-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mn-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mn-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mn-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mn-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mn-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mn-body);\n    font-size: 1rem;\n  }\n\n  .mn-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .monsieur-noir-wrapper {\n      padding: 35px;\n    }\n\n    .mn-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mn-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mn-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .mn-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mn-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mn-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mn-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mn-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mn-notes-grid,\n    .mn-journey-grid,\n    .mn-accord-grid,\n    .mn-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mn-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mn-character-card {\n      padding: 35px;\n    }\n\n    .mn-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mn-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mn-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mn-section-title,\n    .mn-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mn-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mn-note-description {\n      font-size: 1rem;\n    }\n\n    .mn-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mn-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mn-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mn-detail-row,\n    .mn-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mn-journey-intro,\n    .mn-accord-intro,\n    .mn-trust-intro,\n    .mn-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .mn-journey-card h4,\n    .mn-accord-card h4,\n    .mn-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mn-journey-card p,\n    .mn-accord-card p,\n    .mn-trust-card p {\n      font-size: 1rem;\n    }\n\n    .mn-video-title {\n      font-size: 1.55rem;\n    }\n\n    .mn-statement-section {\n      padding: 44px;\n    }\n\n    .mn-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mn-statement-section p,\n    .mn-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mn-occasion-section {\n      padding: 38px;\n    }\n\n    .mn-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mn-performance-section {\n      padding: 30px;\n    }\n\n    .mn-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mn-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mn-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mn-notes-grid,\n    .mn-journey-grid,\n    .mn-accord-grid,\n    .mn-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .monsieur-noir-wrapper {\n      padding: 10px;\n    }\n\n    .mn-header {\n      padding: 26px 8px;\n    }\n\n    .mn-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mn-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .mn-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mn-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mn-detail-value {\n      text-align: left;\n    }\n\n    .mn-character-card {\n      padding: 24px 18px;\n    }\n\n    .mn-journey-section,\n    .mn-accord-section,\n    .mn-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mn-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mn-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .mn-video-section {\n      padding: 24px 10px;\n    }\n\n    .mn-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .mn-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \n  .mn-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .mn-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .mn-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \n  .monsieur-noir-wrapper .mn-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .monsieur-noir-wrapper .mn-highlights-list li {\n    list-style: none !important;\n  }\n\n  .monsieur-noir-wrapper .mn-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .monsieur-noir-wrapper .mn-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \n  .monsieur-noir-wrapper .mn-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .monsieur-noir-wrapper .mn-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .monsieur-noir-wrapper .mn-detail-label,\n    .monsieur-noir-wrapper .mn-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"monsieur-noir-wrapper\"\u003e\n\u003cdiv class=\"mn-header\"\u003e\n\u003cdiv class=\"mn-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n\u003ch2 class=\"mn-main-title\"\u003eLuxe Vision Monsieur Noir\u003c\/h2\u003e\n\u003cp class=\"mn-tagline\"\u003e“Blackcurrant syrup, watery freshness, soft florals and a deep incense-oud foundation.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-intro-grid\"\u003e\n\u003cdiv class=\"mn-image-frame\"\u003e\n\u003cimg alt=\"Luxe Vision Monsieur Noir by Asten 100ml Eau de Parfum with coral-peach fragrance liquid, glossy black cap and typography, clear glass base and matching cool silver-white box with black label\" class=\"mn-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/LV-_E2_80_93-Monsieur-Noir-EDP-_E2_80_93-100ML-By-Asten.webp?v=1739210119\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-story\"\u003e\n\u003ch3\u003eA Dark Floral Oud Composition with Watery Freshness\u003c\/h3\u003e\n\u003cp\u003eDiscover Luxe Vision Monsieur Noir by Asten, a 100ml Eau de Parfum created as a sophisticated unisex fragrance.\u003c\/p\u003e\n\u003cp\u003eBlack currant syrup and watery notes introduce a juicy, smooth and fresh opening with contrasting richness and clarity.\u003c\/p\u003e\n\u003cp\u003eRose, cyclamen and jasmine form the heart, bringing floral softness, clean lift and an elegant aromatic character.\u003c\/p\u003e\n\u003cp\u003eAgarwood, patchouli, incense and benzoin shape the base with woody depth, smoky warmth, resinous sweetness and a lasting oriental impression.\u003c\/p\u003e\n\u003cp\u003eThe coral-peach fragrance liquid is housed in clear glass with a glossy black cap, black ornament and typography, while the cool silver-white box adds a crisp monochrome contrast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-notes-section\"\u003e\n\u003ch3 class=\"mn-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"mn-notes-grid\"\u003e\n\u003cdiv class=\"mn-note-card\"\u003e\n\u003cdiv class=\"mn-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"mn-note-title\"\u003eBlack Currant Syrup and Watery Notes\u003c\/div\u003e\n\u003cdiv class=\"mn-note-description\"\u003eBlack currant syrup creates juicy richness while watery notes add clean, transparent freshness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-note-card\"\u003e\n\u003cdiv class=\"mn-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"mn-note-title\"\u003eRose, Cyclamen and Jasmine\u003c\/div\u003e\n\u003cdiv class=\"mn-note-description\"\u003eRose, cyclamen and jasmine form a soft floral heart with elegance, clarity and refined lift.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-note-card\"\u003e\n\u003cdiv class=\"mn-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"mn-note-title\"\u003eAgarwood, Patchouli, Incense and Benzoin\u003c\/div\u003e\n\u003cdiv class=\"mn-note-description\"\u003eOud, patchouli, incense and benzoin create a deep, smoky, resinous and warmly oriental finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-character-section\"\u003e\n\u003cdiv class=\"mn-character-card\"\u003e\n\u003ch3\u003eThe Juicy Watery Opening\u003c\/h3\u003e\n\u003cp\u003eBlack currant syrup meets watery notes for a rich yet transparent opening with modern freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-character-card\"\u003e\n\u003ch3\u003eThe Smoky Oud Dry-Down\u003c\/h3\u003e\n\u003cp\u003eRose, cyclamen and jasmine move into agarwood, patchouli, incense and benzoin for a deep oriental finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-details-grid\"\u003e\n\u003cdiv class=\"mn-details-box\"\u003e\n\u003ch4 class=\"mn-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eLuxe Vision Monsieur Noir\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eAsten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eUnisex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eBlack Currant Syrup and Watery Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eRose, Cyclamen and Jasmine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eAgarwood, Patchouli, Incense and Benzoin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-detail-row\"\u003e\n\u003cspan class=\"mn-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mn-detail-value\"\u003eCoral Peach, Glossy Black, Silver White and Clear Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-highlights-box\"\u003e\n\u003ch4 class=\"mn-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mn-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eSophisticated unisex fragrance\u003c\/li\u003e\n\u003cli\u003eJuicy black currant syrup\u003c\/li\u003e\n\u003cli\u003eClean watery freshness\u003c\/li\u003e\n\u003cli\u003eElegant rose heart\u003c\/li\u003e\n\u003cli\u003eFresh cyclamen character\u003c\/li\u003e\n\u003cli\u003eRefined jasmine softness\u003c\/li\u003e\n\u003cli\u003eDeep agarwood base\u003c\/li\u003e\n\u003cli\u003eEarthy patchouli depth\u003c\/li\u003e\n\u003cli\u003eSmoky incense warmth\u003c\/li\u003e\n\u003cli\u003eResinous benzoin finish\u003c\/li\u003e\n\u003cli\u003eCoral-peach and black presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-journey-section\"\u003e\n\u003ch3 class=\"mn-section-title\"\u003eThe Luxe Vision Monsieur Noir Journey\u003c\/h3\u003e\n\u003cp class=\"mn-journey-intro\"\u003eA distinctive progression from juicy blackcurrant and watery freshness into soft florals before settling into smoky oud, patchouli, incense and benzoin.\u003c\/p\u003e\n\u003cdiv class=\"mn-journey-grid\"\u003e\n\u003cdiv class=\"mn-journey-card\"\u003e\n\u003cdiv class=\"mn-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eBlackcurrant Freshness\u003c\/h4\u003e\n\u003cp\u003eBlack currant syrup and watery notes create richness, clarity and a modern first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-journey-card\"\u003e\n\u003cdiv class=\"mn-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eFloral Elegance\u003c\/h4\u003e\n\u003cp\u003eRose, cyclamen and jasmine introduce softness, refinement and airy floral lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-journey-card\"\u003e\n\u003cdiv class=\"mn-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eSmoky Resinous Depth\u003c\/h4\u003e\n\u003cp\u003eAgarwood, patchouli, incense and benzoin form the deep, warm and lasting dry-down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-accord-section\"\u003e\n\u003ch3 class=\"mn-section-title\"\u003eThe Signature Monsieur Noir Accords\u003c\/h3\u003e\n\u003cp class=\"mn-accord-intro\"\u003eA refined unisex composition shaped by juicy fruit, watery transparency, soft florals and a smoky resinous oud base.\u003c\/p\u003e\n\u003cdiv class=\"mn-accord-grid\"\u003e\n\u003cdiv class=\"mn-accord-card\"\u003e\n\u003cdiv class=\"mn-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eBlackcurrant and Water\u003c\/h4\u003e\n\u003cp\u003eJuicy black currant syrup and watery notes create a rich yet transparent opening accord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-accord-card\"\u003e\n\u003cdiv class=\"mn-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eRose, Cyclamen and Jasmine\u003c\/h4\u003e\n\u003cp\u003eThree floral notes add softness, clarity and elegant aromatic depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-accord-card\"\u003e\n\u003cdiv class=\"mn-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eOud, Incense and Benzoin\u003c\/h4\u003e\n\u003cp\u003eAgarwood, patchouli, incense and benzoin create the dark oriental finishing signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-statement-section\"\u003e\n\u003ch3\u003eDark Oud Character in Coral Peach, Black and Silver White\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Monsieur Noir combines black currant syrup and watery notes with rose, cyclamen and jasmine before settling into agarwood, patchouli, incense and benzoin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-occasion-section\"\u003e\n\u003ch3\u003eA Sophisticated Unisex Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts fruity, watery, floral and smoky oud profile can complement smart-casual wear, dinners, evening occasions, special events and signature use according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Monsieur Noir is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-trust-section\"\u003e\n\u003ch3 class=\"mn-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mn-trust-intro\"\u003eExplore a carefully selected collection of Arabian and contemporary fragrances, oud compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mn-trust-grid\"\u003e\n\u003cdiv class=\"mn-trust-card\"\u003e\n\u003cdiv class=\"mn-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover curated Arabian perfumes, contemporary Eau de Parfum releases and oud-inspired compositions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-trust-card\"\u003e\n\u003cdiv class=\"mn-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eFragrances are selected for character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-trust-card\"\u003e\n\u003cdiv class=\"mn-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Luxe Vision Monsieur Noir smell like?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt opens with black currant syrup and watery notes, develops through rose, cyclamen and jasmine, and settles into agarwood, patchouli, incense and benzoin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Luxe Vision Monsieur Noir unisex?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents it as a unisex fragrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Monsieur Noir?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are black currant syrup and watery notes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Monsieur Noir?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are rose, cyclamen and jasmine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Monsieur Noir?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed base notes are agarwood, patchouli, incense and benzoin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mn-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Monsieur Noir?\u003c\/summary\u003e\n\u003cdiv class=\"mn-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582873911542,"sku":null,"price":25.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/LV-_E2_80_93-Monsieur-Noir-EDP-_E2_80_93-100ML-By-Asten.webp?v=1739210119"},{"product_id":"lv-amber-intense-100ml-edp","title":"LV Amber Intense (100ML) EDP","description":"\u003cstyle\u003e\n  .luxe-amber-wrapper {\n    --la-white: #ffffff;\n    --la-pale: #f7f2ed;\n    --la-pale-2: #fcfaf7;\n    --la-near-white: #fcfcfc;\n    --la-border: #e5d9ce;\n    --la-neutral-border: #ece3db;\n\n    --la-dominant: #8d6654;\n    --la-dominant-dark: #614337;\n    --la-secondary: #c7a458;\n    --la-accent: #151414;\n    --la-dark-support: #2a1f1b;\n    --la-dark-deep: #100b09;\n\n    --la-ink: #1c1714;\n    --la-body: #483d37;\n    --la-muted: #786f69;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--la-white);\n    color: var(--la-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .luxe-amber-wrapper *,\n  .luxe-amber-wrapper *::before,\n  .luxe-amber-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .la-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--la-white);\n    border: 0;\n    border-bottom: 1px solid var(--la-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .la-header::before,\n  .la-header::after {\n    display: none;\n  }\n\n  .la-brand-tag {\n    margin-bottom: 8px;\n    color: var(--la-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .la-main-title {\n    margin: 0 0 10px;\n    color: var(--la-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .la-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--la-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .la-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .la-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 10px;\n  }\n\n  .la-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .la-story h3 {\n    margin: 0 0 16px;\n    color: var(--la-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .la-story p {\n    margin: 0 0 17px;\n    color: var(--la-body);\n    font-size: 1.05rem;\n  }\n\n  .la-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .la-section-title {\n    margin: 0 0 25px;\n    color: var(--la-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .la-notes-section,\n  .la-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 10px;\n  }\n\n  .la-accord-section,\n  .la-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--la-pale);\n    border: 1px solid var(--la-border);\n    border-radius: 10px;\n  }\n\n  .la-notes-grid,\n  .la-journey-grid,\n  .la-accord-grid,\n  .la-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .la-note-card {\n    padding: 22px;\n    background: var(--la-pale);\n    border: 1px solid var(--la-border);\n    border-top: 4px solid var(--la-dominant);\n    border-radius: 8px;\n  }\n\n  .la-note-card:nth-child(2),\n  .la-note-card:nth-child(3) {\n    border-left: 1px solid var(--la-border);\n    border-top-color: var(--la-dominant);\n  }\n\n  .la-note-label,\n  .la-note-card:nth-child(2) .la-note-label,\n  .la-note-card:nth-child(3) .la-note-label {\n    margin-bottom: 7px;\n    color: var(--la-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .la-note-title {\n    margin-bottom: 7px;\n    color: var(--la-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .la-note-description {\n    color: var(--la-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .la-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--la-secondary);\n    border: 1px solid var(--la-secondary);\n    border-radius: 10px;\n  }\n\n  .la-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--la-dark-support),\n      var(--la-dark-deep)\n    );\n    color: var(--la-white);\n  }\n\n  .la-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--la-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .la-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .la-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .la-details-box,\n  .la-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 8px;\n  }\n\n  .la-box-title,\n  .la-highlights-box .la-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--la-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--la-border);\n  }\n\n  .la-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--la-neutral-border);\n  }\n\n  .la-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .la-detail-label {\n    color: var(--la-muted);\n    font-weight: 600;\n  }\n\n  .la-detail-value {\n    color: var(--la-ink);\n    text-align: right;\n  }\n\n  .la-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .la-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--la-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--la-neutral-border);\n  }\n\n  .la-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .la-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--la-dominant);\n    font-weight: 700;\n  }\n\n  \n  .la-journey-intro,\n  .la-accord-intro,\n  .la-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--la-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .la-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--la-pale);\n    border: 1px solid var(--la-border);\n    border-radius: 8px;\n  }\n\n  \n  .la-journey-number,\n  .la-accord-icon,\n  .la-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--la-dominant);\n    color: var(--la-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .la-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .la-journey-card:nth-child(2) .la-journey-number,\n  .la-journey-card:nth-child(3) .la-journey-number,\n  .la-accord-card:nth-child(2) .la-accord-icon,\n  .la-accord-card:nth-child(3) .la-accord-icon,\n  .la-trust-card:nth-child(2) .la-trust-icon,\n  .la-trust-card:nth-child(3) .la-trust-icon {\n    background: var(--la-dominant);\n    color: var(--la-white);\n  }\n\n  .la-journey-card h4,\n  .la-accord-card h4,\n  .la-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--la-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .la-journey-card p,\n  .la-accord-card p,\n  .la-trust-card p {\n    margin: 0;\n    color: var(--la-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .la-accord-card,\n  .la-trust-card {\n    padding: 22px;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .la-accord-icon,\n  .la-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n  .la-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 10px;\n  }\n\n  .la-video-title {\n    margin: 0 0 8px;\n    color: var(--la-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .la-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--la-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .la-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--la-white);\n    border: 1px solid var(--la-border);\n    border-radius: 8px;\n  }\n\n  .la-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--la-white);\n    border: 0;\n  }\n\n  .la-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .la-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--la-dominant);\n    color: var(--la-white);\n    border: 1px solid var(--la-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .la-instagram-link a:hover {\n    background: var(--la-dominant-dark);\n    border-color: var(--la-dominant-dark);\n  }\n\n  \n  .la-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--la-dark-support) 0%,\n      var(--la-dominant) 48%,\n      var(--la-dark-deep) 100%\n    );\n    color: var(--la-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .la-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--la-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .la-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .la-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--la-pale);\n    border: 1px solid var(--la-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .la-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--la-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .la-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--la-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .la-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--la-pale-2);\n    border: 1px solid var(--la-border);\n    border-left: 6px solid var(--la-dominant);\n    border-radius: 8px;\n  }\n\n  .la-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--la-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .la-performance-section p {\n    margin: 0;\n    color: var(--la-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .la-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--la-border);\n  }\n\n  .la-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--la-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .la-faq-item {\n    background: var(--la-white);\n    border-bottom: 1px solid var(--la-border);\n  }\n\n  .la-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--la-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .la-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .la-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--la-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .la-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .la-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--la-body);\n    font-size: 1rem;\n  }\n\n  .la-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .luxe-amber-wrapper {\n      padding: 35px;\n    }\n\n    .la-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .la-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .la-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .la-tagline {\n      font-size: 1.3rem;\n    }\n\n    .la-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .la-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .la-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .la-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .la-notes-grid,\n    .la-journey-grid,\n    .la-accord-grid,\n    .la-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .la-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .la-character-card {\n      padding: 35px;\n    }\n\n    .la-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .la-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .la-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .la-section-title,\n    .la-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .la-note-title {\n      font-size: 1.15rem;\n    }\n\n    .la-note-description {\n      font-size: 1rem;\n    }\n\n    .la-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .la-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .la-box-title {\n      font-size: 1.05rem;\n    }\n\n    .la-detail-row,\n    .la-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .la-journey-intro,\n    .la-accord-intro,\n    .la-trust-intro,\n    .la-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .la-journey-card h4,\n    .la-accord-card h4,\n    .la-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .la-journey-card p,\n    .la-accord-card p,\n    .la-trust-card p {\n      font-size: 1rem;\n    }\n\n    .la-video-title {\n      font-size: 1.55rem;\n    }\n\n    .la-statement-section {\n      padding: 44px;\n    }\n\n    .la-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .la-statement-section p,\n    .la-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .la-occasion-section {\n      padding: 38px;\n    }\n\n    .la-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .la-performance-section {\n      padding: 30px;\n    }\n\n    .la-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .la-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .la-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .la-notes-grid,\n    .la-journey-grid,\n    .la-accord-grid,\n    .la-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .luxe-amber-wrapper {\n      padding: 10px;\n    }\n\n    .la-header {\n      padding: 26px 8px;\n    }\n\n    .la-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .la-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .la-tagline {\n      font-size: 0.95rem;\n    }\n\n    .la-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .la-detail-value {\n      text-align: left;\n    }\n\n    .la-character-card {\n      padding: 24px 18px;\n    }\n\n    .la-journey-section,\n    .la-accord-section,\n    .la-trust-section {\n      padding: 25px 15px;\n    }\n\n    .la-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .la-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .la-video-section {\n      padding: 24px 10px;\n    }\n\n    .la-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .la-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \n  .la-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .la-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .la-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \n  .luxe-amber-wrapper .la-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .luxe-amber-wrapper .la-highlights-list li {\n    list-style: none !important;\n  }\n\n  .luxe-amber-wrapper .la-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .luxe-amber-wrapper .la-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \n  .luxe-amber-wrapper .la-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .luxe-amber-wrapper .la-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .luxe-amber-wrapper .la-detail-label,\n    .luxe-amber-wrapper .la-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"luxe-amber-wrapper\"\u003e\n\u003cdiv class=\"la-header\"\u003e\n\u003cdiv class=\"la-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n\u003ch2 class=\"la-main-title\"\u003eLuxe Vision Amber Intense\u003c\/h2\u003e\n\u003cp class=\"la-tagline\"\u003e“Bright citrus, warm spice, earthy patchouli and a rich amber-vanilla foundation.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-intro-grid\"\u003e\n\u003cdiv class=\"la-image-frame\"\u003e\n\u003cimg alt=\"Luxe Vision Amber Intense by Asten 100ml Eau de Parfum in a taupe-brown glass bottle with glossy black cap and collar, champagne-gold ornament and lettering, paired with an espresso wood-grain box\" class=\"la-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/LV-Amber-Intense-100ml-EDP-By-Asten.webp?v=1739210147\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-story\"\u003e\n\u003ch3\u003eA Sophisticated Citrus, Spice and Amber Signature\u003c\/h3\u003e\n\u003cp\u003eDiscover Luxe Vision Amber Intense by Asten, a 100ml Eau de Parfum created for women and men who appreciate a rich, polished and memorable fragrance.\u003c\/p\u003e\n\u003cp\u003eBergamot and mandarin introduce a bright citrus opening with freshness, energy and an elegant first impression.\u003c\/p\u003e\n\u003cp\u003ePatchouli, cinnamon and nutmeg form the heart, combining earthy depth with warm, aromatic spice.\u003c\/p\u003e\n\u003cp\u003eAmber, vanilla and patchouli shape the base with resinous warmth, smooth sweetness and a deep, luxurious finishing character.\u003c\/p\u003e\n\u003cp\u003eThe taupe-brown glass bottle is finished with a glossy black cap and collar, champagne-gold ornament and lettering, while the matching espresso wood-grain box adds a refined presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-notes-section\"\u003e\n\u003ch3 class=\"la-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"la-notes-grid\"\u003e\n\u003cdiv class=\"la-note-card\"\u003e\n\u003cdiv class=\"la-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"la-note-title\"\u003eBergamot and Mandarin\u003c\/div\u003e\n\u003cdiv class=\"la-note-description\"\u003eBergamot and mandarin create a vivid, polished and uplifting citrus opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-note-card\"\u003e\n\u003cdiv class=\"la-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"la-note-title\"\u003ePatchouli, Cinnamon and Nutmeg\u003c\/div\u003e\n\u003cdiv class=\"la-note-description\"\u003eEarthy patchouli combines with cinnamon and nutmeg for warm, aromatic and sophisticated depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-note-card\"\u003e\n\u003cdiv class=\"la-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"la-note-title\"\u003eAmber, Vanilla and Patchouli\u003c\/div\u003e\n\u003cdiv class=\"la-note-description\"\u003eAmber and vanilla wrap around patchouli to create a smooth, rich and warmly luxurious finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-character-section\"\u003e\n\u003cdiv class=\"la-character-card\"\u003e\n\u003ch3\u003eThe Bright Citrus Opening\u003c\/h3\u003e\n\u003cp\u003eBergamot and mandarin create a clear, energetic and polished introduction with fresh citrus lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-character-card\"\u003e\n\u003ch3\u003eThe Warm Amber Dry-Down\u003c\/h3\u003e\n\u003cp\u003ePatchouli, cinnamon and nutmeg move into amber and vanilla for a deep, smooth and luxurious finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-details-grid\"\u003e\n\u003cdiv class=\"la-details-box\"\u003e\n\u003ch4 class=\"la-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eLuxe Vision Amber Intense\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eAsten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eWomen and Men\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eInspired By\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eLouis Vuitton – Ombre Nomade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eBergamot and Mandarin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003ePatchouli, Cinnamon and Nutmeg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eAmber, Vanilla and Patchouli\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003eCountry of Manufacture\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eUnited Arab Emirates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-detail-row\"\u003e\n\u003cspan class=\"la-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"la-detail-value\"\u003eTaupe Brown, Espresso, Black and Champagne Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-highlights-box\"\u003e\n\u003ch4 class=\"la-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"la-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eSuitable for women and men\u003c\/li\u003e\n\u003cli\u003eInspired by Ombre Nomade\u003c\/li\u003e\n\u003cli\u003eBright bergamot opening\u003c\/li\u003e\n\u003cli\u003eFresh mandarin character\u003c\/li\u003e\n\u003cli\u003eEarthy patchouli depth\u003c\/li\u003e\n\u003cli\u003eWarm cinnamon spice\u003c\/li\u003e\n\u003cli\u003eAromatic nutmeg warmth\u003c\/li\u003e\n\u003cli\u003eRich amber foundation\u003c\/li\u003e\n\u003cli\u003eSmooth vanilla sweetness\u003c\/li\u003e\n\u003cli\u003eMade in the UAE\u003c\/li\u003e\n\u003cli\u003eTaupe-brown and champagne-gold presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-journey-section\"\u003e\n\u003ch3 class=\"la-section-title\"\u003eThe Luxe Vision Amber Intense Journey\u003c\/h3\u003e\n\u003cp class=\"la-journey-intro\"\u003eA sophisticated progression from bright citrus into warm spice and earthy patchouli before settling into amber and vanilla.\u003c\/p\u003e\n\u003cdiv class=\"la-journey-grid\"\u003e\n\u003cdiv class=\"la-journey-card\"\u003e\n\u003cdiv class=\"la-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCitrus Radiance\u003c\/h4\u003e\n\u003cp\u003eBergamot and mandarin introduce freshness, brightness and an elegant first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-journey-card\"\u003e\n\u003cdiv class=\"la-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eSpiced Patchouli Heart\u003c\/h4\u003e\n\u003cp\u003ePatchouli, cinnamon and nutmeg create warm aromatic depth and refined complexity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-journey-card\"\u003e\n\u003cdiv class=\"la-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eAmber Vanilla Finish\u003c\/h4\u003e\n\u003cp\u003eAmber, vanilla and patchouli provide a smooth, rich and luxurious final impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-accord-section\"\u003e\n\u003ch3 class=\"la-section-title\"\u003eThe Signature Amber Intense Accords\u003c\/h3\u003e\n\u003cp class=\"la-accord-intro\"\u003eA rich unisex composition shaped by luminous citrus, warm aromatic spice, earthy patchouli and an amber-vanilla base.\u003c\/p\u003e\n\u003cdiv class=\"la-accord-grid\"\u003e\n\u003cdiv class=\"la-accord-card\"\u003e\n\u003cdiv class=\"la-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eBergamot and Mandarin\u003c\/h4\u003e\n\u003cp\u003eBright citrus notes create clarity, energy and a polished opening accord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-accord-card\"\u003e\n\u003cdiv class=\"la-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003ePatchouli, Cinnamon and Nutmeg\u003c\/h4\u003e\n\u003cp\u003eEarthy patchouli and warm spices form the fragrance’s sophisticated centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-accord-card\"\u003e\n\u003cdiv class=\"la-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eAmber, Vanilla and Patchouli\u003c\/h4\u003e\n\u003cp\u003eResinous amber, smooth vanilla and patchouli create the deep finishing signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-statement-section\"\u003e\n\u003ch3\u003eAmber Intensity in Taupe, Espresso and Champagne Gold\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Amber Intense combines bergamot and mandarin with patchouli, cinnamon and nutmeg before settling into amber, vanilla and patchouli.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-occasion-section\"\u003e\n\u003ch3\u003eA Sophisticated Unisex Signature for Refined Occasions\u003c\/h3\u003e\n\u003cp\u003eIts citrus, spice, patchouli and amber-vanilla profile can complement dinners, evening occasions, smart-casual wear, special events and fragrance gifting according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eLuxe Vision Amber Intense is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-trust-section\"\u003e\n\u003ch3 class=\"la-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"la-trust-intro\"\u003eExplore a carefully selected collection of Arabian and contemporary fragrances, oud compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"la-trust-grid\"\u003e\n\u003cdiv class=\"la-trust-card\"\u003e\n\u003cdiv class=\"la-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover curated Arabian perfumes, contemporary Eau de Parfum releases and oud-inspired compositions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-trust-card\"\u003e\n\u003cdiv class=\"la-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eFragrances are selected for character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-trust-card\"\u003e\n\u003cdiv class=\"la-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"la-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Luxe Vision Amber Intense smell like?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt opens with bergamot and mandarin, develops through patchouli, cinnamon and nutmeg, and settles into amber, vanilla and patchouli.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Luxe Vision Amber Intense unisex?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents it as suitable for both women and men.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat fragrance inspired Luxe Vision Amber Intense?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product listing states that it is inspired by Louis Vuitton – Ombre Nomade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Luxe Vision Amber Intense?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are bergamot and mandarin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart and base notes?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe heart features patchouli, cinnamon and nutmeg, while the base features amber, vanilla and patchouli.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"la-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Luxe Vision Amber Intense?\u003c\/summary\u003e\n\u003cdiv class=\"la-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582881415414,"sku":null,"price":25.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/LV-Amber-Intense-100ml-EDP-By-Asten.webp?v=1739210147"},{"product_id":"musk-musk-edp-100ml","title":"Musk \u0026 Musk EDP (100ml)","description":"\u003cstyle\u003e\n  .musk-musk-wrapper {\n    --mm-white: #ffffff;\n    --mm-pale: #f5f6f2;\n    --mm-pale-2: #fbfcfa;\n    --mm-near-white: #fcfcfc;\n    --mm-border: #dfe3dc;\n    --mm-neutral-border: #e8ebe6;\n\n    --mm-dominant: #d7a627;\n    --mm-dominant-dark: #a6780f;\n    --mm-secondary: #bfc4bd;\n    --mm-accent: #171717;\n    --mm-dark-support: #252725;\n    --mm-dark-deep: #0c0d0c;\n\n    --mm-ink: #181a18;\n    --mm-body: #414541;\n    --mm-muted: #747a74;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mm-white);\n    color: var(--mm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .musk-musk-wrapper *,\n  .musk-musk-wrapper *::before,\n  .musk-musk-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .mm-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mm-white);\n    border: 0;\n    border-bottom: 1px solid var(--mm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mm-header::before,\n  .mm-header::after {\n    display: none;\n  }\n\n  .mm-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mm-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mm-main-title {\n    margin: 0 0 10px;\n    color: var(--mm-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mm-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mm-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .mm-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mm-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mm-story h3 {\n    margin: 0 0 16px;\n    color: var(--mm-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mm-story p {\n    margin: 0 0 17px;\n    color: var(--mm-body);\n    font-size: 1.05rem;\n  }\n\n  .mm-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mm-section-title {\n    margin: 0 0 25px;\n    color: var(--mm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .mm-notes-section,\n  .mm-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-accord-section,\n  .mm-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-notes-grid,\n  .mm-journey-grid,\n  .mm-accord-grid,\n  .mm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .mm-note-card {\n    padding: 22px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-top: 4px solid var(--mm-dominant);\n    border-radius: 8px;\n  }\n\n  .mm-note-card:nth-child(2),\n  .mm-note-card:nth-child(3) {\n    border-left: 1px solid var(--mm-border);\n    border-top-color: var(--mm-dominant);\n  }\n\n  .mm-note-label,\n  .mm-note-card:nth-child(2) .mm-note-label,\n  .mm-note-card:nth-child(3) .mm-note-label {\n    margin-bottom: 7px;\n    color: var(--mm-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mm-note-title {\n    margin-bottom: 7px;\n    color: var(--mm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mm-note-description {\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .mm-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mm-secondary);\n    border: 1px solid var(--mm-secondary);\n    border-radius: 10px;\n  }\n\n  .mm-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mm-dark-support),\n      var(--mm-dark-deep)\n    );\n    color: var(--mm-white);\n  }\n\n  .mm-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--mm-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mm-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .mm-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mm-details-box,\n  .mm-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n  }\n\n  .mm-box-title,\n  .mm-highlights-box .mm-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mm-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mm-border);\n  }\n\n  .mm-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mm-neutral-border);\n  }\n\n  .mm-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mm-detail-label {\n    color: var(--mm-muted);\n    font-weight: 600;\n  }\n\n  .mm-detail-value {\n    color: var(--mm-ink);\n    text-align: right;\n  }\n\n  .mm-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mm-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mm-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mm-neutral-border);\n  }\n\n  .mm-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .mm-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mm-dominant);\n    font-weight: 700;\n  }\n\n  \n  .mm-journey-intro,\n  .mm-accord-intro,\n  .mm-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mm-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mm-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n  }\n\n  \n  .mm-journey-number,\n  .mm-accord-icon,\n  .mm-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mm-dominant);\n    color: var(--mm-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mm-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .mm-journey-card:nth-child(2) .mm-journey-number,\n  .mm-journey-card:nth-child(3) .mm-journey-number,\n  .mm-accord-card:nth-child(2) .mm-accord-icon,\n  .mm-accord-card:nth-child(3) .mm-accord-icon,\n  .mm-trust-card:nth-child(2) .mm-trust-icon,\n  .mm-trust-card:nth-child(3) .mm-trust-icon {\n    background: var(--mm-dominant);\n    color: var(--mm-white);\n  }\n\n  .mm-journey-card h4,\n  .mm-accord-card h4,\n  .mm-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mm-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mm-journey-card p,\n  .mm-accord-card p,\n  .mm-trust-card p {\n    margin: 0;\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .mm-accord-card,\n  .mm-trust-card {\n    padding: 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mm-accord-icon,\n  .mm-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n  .mm-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-video-title {\n    margin: 0 0 8px;\n    color: var(--mm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mm-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--mm-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .mm-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n  }\n\n  .mm-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--mm-white);\n    border: 0;\n  }\n\n  .mm-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .mm-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--mm-dominant);\n    color: var(--mm-white);\n    border: 1px solid var(--mm-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .mm-instagram-link a:hover {\n    background: var(--mm-dominant-dark);\n    border-color: var(--mm-dominant-dark);\n  }\n\n  \n  .mm-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mm-dark-support) 0%,\n      var(--mm-dominant) 48%,\n      var(--mm-dark-deep) 100%\n    );\n    color: var(--mm-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mm-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mm-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mm-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mm-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mm-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mm-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mm-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mm-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mm-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mm-pale-2);\n    border: 1px solid var(--mm-border);\n    border-left: 6px solid var(--mm-dominant);\n    border-radius: 8px;\n  }\n\n  .mm-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mm-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mm-performance-section p {\n    margin: 0;\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .mm-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mm-border);\n  }\n\n  .mm-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mm-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mm-faq-item {\n    background: var(--mm-white);\n    border-bottom: 1px solid var(--mm-border);\n  }\n\n  .mm-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mm-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mm-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mm-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mm-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mm-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mm-body);\n    font-size: 1rem;\n  }\n\n  .mm-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .musk-musk-wrapper {\n      padding: 35px;\n    }\n\n    .mm-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mm-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mm-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .mm-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mm-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mm-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mm-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mm-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mm-notes-grid,\n    .mm-journey-grid,\n    .mm-accord-grid,\n    .mm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mm-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mm-character-card {\n      padding: 35px;\n    }\n\n    .mm-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mm-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mm-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mm-section-title,\n    .mm-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mm-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mm-note-description {\n      font-size: 1rem;\n    }\n\n    .mm-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mm-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mm-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mm-detail-row,\n    .mm-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-intro,\n    .mm-accord-intro,\n    .mm-trust-intro,\n    .mm-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-card h4,\n    .mm-accord-card h4,\n    .mm-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-card p,\n    .mm-accord-card p,\n    .mm-trust-card p {\n      font-size: 1rem;\n    }\n\n    .mm-video-title {\n      font-size: 1.55rem;\n    }\n\n    .mm-statement-section {\n      padding: 44px;\n    }\n\n    .mm-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mm-statement-section p,\n    .mm-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mm-occasion-section {\n      padding: 38px;\n    }\n\n    .mm-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mm-performance-section {\n      padding: 30px;\n    }\n\n    .mm-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mm-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mm-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mm-notes-grid,\n    .mm-journey-grid,\n    .mm-accord-grid,\n    .mm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .musk-musk-wrapper {\n      padding: 10px;\n    }\n\n    .mm-header {\n      padding: 26px 8px;\n    }\n\n    .mm-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mm-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .mm-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mm-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mm-detail-value {\n      text-align: left;\n    }\n\n    .mm-character-card {\n      padding: 24px 18px;\n    }\n\n    .mm-journey-section,\n    .mm-accord-section,\n    .mm-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mm-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mm-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .mm-video-section {\n      padding: 24px 10px;\n    }\n\n    .mm-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .mm-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \n  .mm-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .mm-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .mm-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \n  .musk-musk-wrapper .mm-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .musk-musk-wrapper .mm-highlights-list li {\n    list-style: none !important;\n  }\n\n  .musk-musk-wrapper .mm-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .musk-musk-wrapper .mm-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \n  .musk-musk-wrapper .mm-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .musk-musk-wrapper .mm-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .musk-musk-wrapper .mm-detail-label,\n    .musk-musk-wrapper .mm-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"musk-musk-wrapper\"\u003e\n\u003cdiv class=\"mm-header\"\u003e\n\u003cdiv class=\"mm-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"mm-main-title\"\u003eMusk \u0026amp; Musk\u003c\/h2\u003e\n\u003cp class=\"mm-tagline\"\u003e“Fresh floral musk, velvety powder and sweet dry musk in a refined unisex signature.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-intro-grid\"\u003e\n\u003cdiv class=\"mm-image-frame\"\u003e\n\u003cimg alt=\"Musk and Musk by Oudh Al Anfar 100ml Eau de Parfum in a frosted pearl-white bottle with translucent honey-gold cap and collar, black circular label and gold Arabic detailing\" class=\"mm-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Musk_and_Musk_by_anfar_100ml_edp.jpg?v=1761406499\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-story\"\u003e\n\u003ch3\u003eA Clean, Sweet and Velvety Musk Signature\u003c\/h3\u003e\n\u003cp\u003eDiscover Musk \u0026amp; Musk by Oudh Al Anfar, a 100ml Eau de Parfum created as a fresh, sweet and floral unisex fragrance.\u003c\/p\u003e\n\u003cp\u003eThe opening combines fresh musk with floral notes, creating a clean, soft and inviting first impression suited to everyday wear.\u003c\/p\u003e\n\u003cp\u003eAt the heart, musk develops into a velvety powdery character that adds smoothness, warmth and a refined sense of comfort.\u003c\/p\u003e\n\u003cp\u003eSweet musk and dry musk form the base, creating a balanced musky trail with soft sweetness, earthy depth and understated character.\u003c\/p\u003e\n\u003cp\u003eThe frosted pearl-white bottle is finished with a translucent honey-gold cap and collar, black circular label, gold Arabic lettering and clean black typography for an elegant, minimalist presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-notes-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"mm-notes-grid\"\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eFresh Musk and Floral Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eFresh musk and floral notes create a clean, airy and softly aromatic opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eMusk and Velvety Powder\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eMusk develops through a smooth, velvety powdery heart with warmth and refined softness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eSweet Musk and Dry Musk\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eSweet musk and dry musk form a balanced finish with gentle sweetness and earthy depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-character-section\"\u003e\n\u003cdiv class=\"mm-character-card\"\u003e\n\u003ch3\u003eThe Fresh Floral Musk Opening\u003c\/h3\u003e\n\u003cp\u003eFresh musk and floral notes create a clean and softly sweet introduction with an easy everyday character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-character-card\"\u003e\n\u003ch3\u003eThe Velvety Musk Dry-Down\u003c\/h3\u003e\n\u003cp\u003ePowdery musk moves into sweet and dry musk for a smooth, warm and comforting finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-details-grid\"\u003e\n\u003cdiv class=\"mm-details-box\"\u003e\n\u003ch4 class=\"mm-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eMusk \u0026amp; Musk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eMen and Women\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eFragrance Category\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eFresh and Oriental\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eFresh Musk and Floral Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eMusk and Velvety Powder\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eSweet Musk and Dry Musk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eFrosted Pearl White, Honey Gold and Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-highlights-box\"\u003e\n\u003ch4 class=\"mm-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mm-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eUnisex fragrance for men and women\u003c\/li\u003e\n\u003cli\u003eFresh and Oriental fragrance category\u003c\/li\u003e\n\u003cli\u003eFresh musk opening\u003c\/li\u003e\n\u003cli\u003eSoft floral character\u003c\/li\u003e\n\u003cli\u003eVelvety powdery heart\u003c\/li\u003e\n\u003cli\u003eWarm musk depth\u003c\/li\u003e\n\u003cli\u003eSweet musk finish\u003c\/li\u003e\n\u003cli\u003eDry musk character\u003c\/li\u003e\n\u003cli\u003eSuitable for daily wear\u003c\/li\u003e\n\u003cli\u003eMinimal pearl-white presentation\u003c\/li\u003e\n\u003cli\u003eHoney-gold and black detailing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Musk \u0026amp; Musk Journey\u003c\/h3\u003e\n\u003cp class=\"mm-journey-intro\"\u003eA clean progression from fresh floral musk into velvety powder before settling into sweet and dry musk.\u003c\/p\u003e\n\u003cdiv class=\"mm-journey-grid\"\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eFresh Musk Opening\u003c\/h4\u003e\n\u003cp\u003eFresh musk and floral notes create cleanliness, softness and an inviting first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eVelvety Powder Heart\u003c\/h4\u003e\n\u003cp\u003eMusk develops into a smooth powdery centre with warmth and refined comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eSweet Dry Musk Finish\u003c\/h4\u003e\n\u003cp\u003eSweet musk and dry musk balance gentle sweetness with grounded musky depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Signature Musk \u0026amp; Musk Accords\u003c\/h3\u003e\n\u003cp class=\"mm-accord-intro\"\u003eA fresh and oriental unisex fragrance shaped by floral musk, velvety powder and sweet dry musk.\u003c\/p\u003e\n\u003cdiv class=\"mm-accord-grid\"\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eFresh Floral Musk\u003c\/h4\u003e\n\u003cp\u003eFresh musk and floral notes create a soft, airy and clean opening accord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eVelvety Powder\u003c\/h4\u003e\n\u003cp\u003ePowdery musk gives the heart smoothness, comfort and elegant softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSweet and Dry Musk\u003c\/h4\u003e\n\u003cp\u003eSweet musk and dry musk form a balanced, warm and quietly distinctive base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-video-section\"\u003e\n\u003ch3 class=\"mm-video-title\"\u003eExperience Musk \u0026amp; Musk\u003c\/h3\u003e\n\u003cp class=\"mm-video-subtitle\"\u003eView Musk \u0026amp; Musk by Oudh Al Anfar and explore its fresh floral musk, velvety powdery heart and sweet dry musk finish.\u003c\/p\u003e\n\u003cdiv class=\"mm-instagram-frame\"\u003e\u003ciframe allowfullscreen=\"\" allowtransparency=\"true\" frameborder=\"0\" height=\"760\" loading=\"lazy\" scrolling=\"no\" src=\"https:\/\/www.instagram.com\/p\/C2NJL_uoVhA\/embed\/\" title=\"Musk and Musk by Oudh Al Anfar Instagram Product Video\" width=\"100%\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"mm-instagram-link\"\u003e\u003ca href=\"https:\/\/www.instagram.com\/p\/C2NJL_uoVhA\/\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eView on Instagram\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-statement-section\"\u003e\n\u003ch3\u003ePure Musk Character in Pearl White, Honey Gold and Black\u003c\/h3\u003e\n\u003cp\u003eMusk \u0026amp; Musk combines fresh musk and floral notes with a velvety powdery heart before settling into sweet musk and dry musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-occasion-section\"\u003e\n\u003ch3\u003eA Soft Unisex Signature for Daily Wear\u003c\/h3\u003e\n\u003cp\u003eIts clean, sweet and musky character makes it suitable for work, casual wear, relaxed evenings and everyday signature use according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eMusk \u0026amp; Musk is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mm-trust-intro\"\u003eExplore a carefully selected collection of Arabian fragrances, musk compositions, oud perfumes and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mm-trust-grid\"\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover curated Arabian perfumes, musk compositions, oud fragrances and concentrated scent formats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eFragrances are selected for character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Musk \u0026amp; Musk smell like?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMusk \u0026amp; Musk opens with fresh musk and floral notes, develops into musk with a velvety powdery character, and settles into sweet musk and dry musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Musk \u0026amp; Musk suitable for men and women?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents Musk \u0026amp; Musk as a unisex fragrance for men and women.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat fragrance category is Musk \u0026amp; Musk?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed fragrance category is Fresh and Oriental.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Musk \u0026amp; Musk?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are fresh musk and floral notes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart and base notes in Musk \u0026amp; Musk?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe heart combines musk with a velvety powdery character, while the base features sweet musk and dry musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Musk \u0026amp; Musk?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMusk \u0026amp; Musk is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582893408502,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Musk_and_Musk_by_anfar_100ml_edp.jpg?v=1761406499"},{"product_id":"rituals-of-anfar-meditation-80ml","title":"Rituals of Anfar – Meditation (80ml)","description":"\u003cstyle\u003e\n  .rituals-meditation-wrapper {\n    --rm-white: #ffffff;\n    --rm-pale: #f1f7f3;\n    --rm-pale-2: #f8fbf9;\n    --rm-near-white: #fcfcfc;\n    --rm-border: #d6e5dc;\n    --rm-neutral-border: #e4eee8;\n\n    --rm-dominant: #17633e;\n    --rm-dominant-dark: #0e4329;\n    --rm-secondary: #c7a34a;\n    --rm-accent: #159b96;\n    --rm-dark-support: #17372c;\n    --rm-dark-deep: #091b15;\n\n    --rm-ink: #142019;\n    --rm-body: #39483f;\n    --rm-muted: #6c7b72;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--rm-white);\n    color: var(--rm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .rituals-meditation-wrapper *,\n  .rituals-meditation-wrapper *::before,\n  .rituals-meditation-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .rm-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--rm-white);\n    border: 0;\n    border-bottom: 1px solid var(--rm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .rm-header::before,\n  .rm-header::after {\n    display: none;\n  }\n\n  .rm-brand-tag {\n    margin-bottom: 8px;\n    color: var(--rm-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .rm-main-title {\n    margin: 0 0 10px;\n    color: var(--rm-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .rm-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--rm-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .rm-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .rm-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 10px;\n  }\n\n  .rm-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .rm-story h3 {\n    margin: 0 0 16px;\n    color: var(--rm-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .rm-story p {\n    margin: 0 0 17px;\n    color: var(--rm-body);\n    font-size: 1.05rem;\n  }\n\n  .rm-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .rm-section-title {\n    margin: 0 0 25px;\n    color: var(--rm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .rm-notes-section,\n  .rm-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 10px;\n  }\n\n  .rm-accord-section,\n  .rm-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--rm-pale);\n    border: 1px solid var(--rm-border);\n    border-radius: 10px;\n  }\n\n  .rm-notes-grid,\n  .rm-journey-grid,\n  .rm-accord-grid,\n  .rm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .rm-note-card {\n    padding: 22px;\n    background: var(--rm-pale);\n    border: 1px solid var(--rm-border);\n    border-top: 4px solid var(--rm-dominant);\n    border-radius: 8px;\n  }\n\n  .rm-note-card:nth-child(2),\n  .rm-note-card:nth-child(3) {\n    border-left: 1px solid var(--rm-border);\n    border-top-color: var(--rm-dominant);\n  }\n\n  .rm-note-label,\n  .rm-note-card:nth-child(2) .rm-note-label,\n  .rm-note-card:nth-child(3) .rm-note-label {\n    margin-bottom: 7px;\n    color: var(--rm-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rm-note-title {\n    margin-bottom: 7px;\n    color: var(--rm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .rm-note-description {\n    color: var(--rm-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .rm-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--rm-secondary);\n    border: 1px solid var(--rm-secondary);\n    border-radius: 10px;\n  }\n\n  .rm-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--rm-dark-support),\n      var(--rm-dark-deep)\n    );\n    color: var(--rm-white);\n  }\n\n  .rm-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--rm-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .rm-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .rm-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .rm-details-box,\n  .rm-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 8px;\n  }\n\n  .rm-box-title,\n  .rm-highlights-box .rm-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--rm-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--rm-border);\n  }\n\n  .rm-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--rm-neutral-border);\n  }\n\n  .rm-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .rm-detail-label {\n    color: var(--rm-muted);\n    font-weight: 600;\n  }\n\n  .rm-detail-value {\n    color: var(--rm-ink);\n    text-align: right;\n  }\n\n  .rm-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .rm-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--rm-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--rm-neutral-border);\n  }\n\n  .rm-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .rm-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--rm-dominant);\n    font-weight: 700;\n  }\n\n  \n  .rm-journey-intro,\n  .rm-accord-intro,\n  .rm-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--rm-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .rm-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--rm-pale);\n    border: 1px solid var(--rm-border);\n    border-radius: 8px;\n  }\n\n  \n  .rm-journey-number,\n  .rm-accord-icon,\n  .rm-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--rm-dominant);\n    color: var(--rm-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .rm-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .rm-journey-card:nth-child(2) .rm-journey-number,\n  .rm-journey-card:nth-child(3) .rm-journey-number,\n  .rm-accord-card:nth-child(2) .rm-accord-icon,\n  .rm-accord-card:nth-child(3) .rm-accord-icon,\n  .rm-trust-card:nth-child(2) .rm-trust-icon,\n  .rm-trust-card:nth-child(3) .rm-trust-icon {\n    background: var(--rm-dominant);\n    color: var(--rm-white);\n  }\n\n  .rm-journey-card h4,\n  .rm-accord-card h4,\n  .rm-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--rm-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .rm-journey-card p,\n  .rm-accord-card p,\n  .rm-trust-card p {\n    margin: 0;\n    color: var(--rm-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .rm-accord-card,\n  .rm-trust-card {\n    padding: 22px;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .rm-accord-icon,\n  .rm-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n  .rm-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 10px;\n  }\n\n  .rm-video-title {\n    margin: 0 0 8px;\n    color: var(--rm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .rm-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--rm-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .rm-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--rm-white);\n    border: 1px solid var(--rm-border);\n    border-radius: 8px;\n  }\n\n  .rm-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--rm-white);\n    border: 0;\n  }\n\n  .rm-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .rm-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--rm-dominant);\n    color: var(--rm-white);\n    border: 1px solid var(--rm-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .rm-instagram-link a:hover {\n    background: var(--rm-dominant-dark);\n    border-color: var(--rm-dominant-dark);\n  }\n\n  \n  .rm-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--rm-dark-support) 0%,\n      var(--rm-dominant) 48%,\n      var(--rm-dark-deep) 100%\n    );\n    color: var(--rm-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .rm-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--rm-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .rm-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .rm-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--rm-pale);\n    border: 1px solid var(--rm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .rm-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--rm-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .rm-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--rm-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .rm-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--rm-pale-2);\n    border: 1px solid var(--rm-border);\n    border-left: 6px solid var(--rm-dominant);\n    border-radius: 8px;\n  }\n\n  .rm-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--rm-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rm-performance-section p {\n    margin: 0;\n    color: var(--rm-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .rm-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--rm-border);\n  }\n\n  .rm-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--rm-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .rm-faq-item {\n    background: var(--rm-white);\n    border-bottom: 1px solid var(--rm-border);\n  }\n\n  .rm-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--rm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .rm-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rm-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--rm-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .rm-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .rm-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--rm-body);\n    font-size: 1rem;\n  }\n\n  .rm-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .rituals-meditation-wrapper {\n      padding: 35px;\n    }\n\n    .rm-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .rm-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .rm-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .rm-tagline {\n      font-size: 1.3rem;\n    }\n\n    .rm-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .rm-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .rm-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .rm-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .rm-notes-grid,\n    .rm-journey-grid,\n    .rm-accord-grid,\n    .rm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .rm-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .rm-character-card {\n      padding: 35px;\n    }\n\n    .rm-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .rm-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .rm-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .rm-section-title,\n    .rm-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .rm-note-title {\n      font-size: 1.15rem;\n    }\n\n    .rm-note-description {\n      font-size: 1rem;\n    }\n\n    .rm-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .rm-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .rm-box-title {\n      font-size: 1.05rem;\n    }\n\n    .rm-detail-row,\n    .rm-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .rm-journey-intro,\n    .rm-accord-intro,\n    .rm-trust-intro,\n    .rm-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .rm-journey-card h4,\n    .rm-accord-card h4,\n    .rm-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .rm-journey-card p,\n    .rm-accord-card p,\n    .rm-trust-card p {\n      font-size: 1rem;\n    }\n\n    .rm-video-title {\n      font-size: 1.55rem;\n    }\n\n    .rm-statement-section {\n      padding: 44px;\n    }\n\n    .rm-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .rm-statement-section p,\n    .rm-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .rm-occasion-section {\n      padding: 38px;\n    }\n\n    .rm-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .rm-performance-section {\n      padding: 30px;\n    }\n\n    .rm-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .rm-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .rm-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .rm-notes-grid,\n    .rm-journey-grid,\n    .rm-accord-grid,\n    .rm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .rituals-meditation-wrapper {\n      padding: 10px;\n    }\n\n    .rm-header {\n      padding: 26px 8px;\n    }\n\n    .rm-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .rm-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .rm-tagline {\n      font-size: 0.95rem;\n    }\n\n    .rm-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .rm-detail-value {\n      text-align: left;\n    }\n\n    .rm-character-card {\n      padding: 24px 18px;\n    }\n\n    .rm-journey-section,\n    .rm-accord-section,\n    .rm-trust-section {\n      padding: 25px 15px;\n    }\n\n    .rm-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .rm-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .rm-video-section {\n      padding: 24px 10px;\n    }\n\n    .rm-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .rm-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \n  .rm-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .rm-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .rm-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \n  .rituals-meditation-wrapper .rm-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .rituals-meditation-wrapper .rm-highlights-list li {\n    list-style: none !important;\n  }\n\n  .rituals-meditation-wrapper .rm-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .rituals-meditation-wrapper .rm-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \n  .rituals-meditation-wrapper .rm-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .rituals-meditation-wrapper .rm-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .rituals-meditation-wrapper .rm-detail-label,\n    .rituals-meditation-wrapper .rm-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rituals-meditation-wrapper\"\u003e\n\u003cdiv class=\"rm-header\"\u003e\n\u003cdiv class=\"rm-brand-tag\"\u003eAnfar London Presents\u003c\/div\u003e\n\u003ch2 class=\"rm-main-title\"\u003eRituals of Anfar Meditation\u003c\/h2\u003e\n\u003cp class=\"rm-tagline\"\u003e“Luminous spice, calming herbs, opulent white florals and a warm, velvety musk foundation.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-intro-grid\"\u003e\n\u003cdiv class=\"rm-image-frame\"\u003e\n\u003cimg alt=\"Rituals of Anfar Meditation by Anfar London 80ml Extrait de Parfum in a deep emerald-green bottle with turquoise and coral geometric motifs, gold label detailing and polished gold cap\" class=\"rm-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Rituals-of-Anfar-Meditation.jpg?v=1739210269\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-story\"\u003e\n\u003ch3\u003eA Serene Aromatic Floral Ritual\u003c\/h3\u003e\n\u003cp\u003eDiscover Rituals of Anfar Meditation by Anfar London, a tranquil 80ml Extrait de Parfum created as a sophisticated unisex signature scent.\u003c\/p\u003e\n\u003cp\u003eThe fragrance opens with pink pepper, clary sage and bright fruity notes, combining luminous spice with an aromatic herbal clarity.\u003c\/p\u003e\n\u003cp\u003eAt the heart, tuberose, ylang-ylang and jasmine form a rich white-floral bouquet with creamy, sensual and opulent character.\u003c\/p\u003e\n\u003cp\u003eAmber, patchouli and musk anchor the composition with resinous warmth, earthy depth and a soft, velvety finishing trail.\u003c\/p\u003e\n\u003cp\u003eIts deep emerald bottle is covered in turquoise geometric artwork with restrained coral motifs, a dark green central label and polished gold cap, creating an expressive and gift-ready presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-notes-section\"\u003e\n\u003ch3 class=\"rm-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"rm-notes-grid\"\u003e\n\u003cdiv class=\"rm-note-card\"\u003e\n\u003cdiv class=\"rm-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"rm-note-title\"\u003ePink Pepper, Clary Sage and Fruity Notes\u003c\/div\u003e\n\u003cdiv class=\"rm-note-description\"\u003eEffervescent pink pepper meets aromatic clary sage and luminous fruit for a vibrant, clean and calming opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-note-card\"\u003e\n\u003cdiv class=\"rm-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"rm-note-title\"\u003eTuberose, Ylang-Ylang and Jasmine\u003c\/div\u003e\n\u003cdiv class=\"rm-note-description\"\u003eA creamy white-floral heart combines tuberose, tropical ylang-ylang and refined jasmine for plush floral depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-note-card\"\u003e\n\u003cdiv class=\"rm-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"rm-note-title\"\u003eAmber, Patchouli and Musk\u003c\/div\u003e\n\u003cdiv class=\"rm-note-description\"\u003eGolden amber, earthy patchouli and soft musk create a warm, sensual and meditative finishing foundation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-character-section\"\u003e\n\u003cdiv class=\"rm-character-card\"\u003e\n\u003ch3\u003eThe Luminous Aromatic Opening\u003c\/h3\u003e\n\u003cp\u003ePink pepper and clary sage create a bright spicy-herbal clarity, softened by fresh fruity sweetness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-character-card\"\u003e\n\u003ch3\u003eThe Meditative Floral Dry-Down\u003c\/h3\u003e\n\u003cp\u003eTuberose, ylang-ylang and jasmine move into amber, patchouli and musk for a warm, serene and comforting finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-details-grid\"\u003e\n\u003cdiv class=\"rm-details-box\"\u003e\n\u003ch4 class=\"rm-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eRituals of Anfar Meditation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eAnfar London\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eExtrait de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003e80ml \/ 2.7 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eUnisex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003ePink Pepper, Clary Sage and Fruity Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eTuberose, Ylang-Ylang and Jasmine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eAmber, Patchouli and Musk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-detail-row\"\u003e\n\u003cspan class=\"rm-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"rm-detail-value\"\u003eEmerald Green, Turquoise, Coral and Polished Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-highlights-box\"\u003e\n\u003ch4 class=\"rm-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"rm-highlights-list\"\u003e\n\u003cli\u003e80ml Extrait de Parfum\u003c\/li\u003e\n\u003cli\u003eSophisticated unisex fragrance\u003c\/li\u003e\n\u003cli\u003eSerene aromatic-floral character\u003c\/li\u003e\n\u003cli\u003eLuminous pink pepper spice\u003c\/li\u003e\n\u003cli\u003eCalming clary sage\u003c\/li\u003e\n\u003cli\u003eFresh fruity brightness\u003c\/li\u003e\n\u003cli\u003eCreamy tuberose heart\u003c\/li\u003e\n\u003cli\u003eExotic ylang-ylang richness\u003c\/li\u003e\n\u003cli\u003eRefined jasmine depth\u003c\/li\u003e\n\u003cli\u003eWarm amber foundation\u003c\/li\u003e\n\u003cli\u003eEarthy patchouli character\u003c\/li\u003e\n\u003cli\u003eSoft velvety musk finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-journey-section\"\u003e\n\u003ch3 class=\"rm-section-title\"\u003eThe Rituals of Anfar Meditation Journey\u003c\/h3\u003e\n\u003cp class=\"rm-journey-intro\"\u003eA deliberate aromatic progression from luminous spice and herbs into creamy white florals before settling into amber, patchouli and musk.\u003c\/p\u003e\n\u003cdiv class=\"rm-journey-grid\"\u003e\n\u003cdiv class=\"rm-journey-card\"\u003e\n\u003cdiv class=\"rm-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eAromatic Clarity\u003c\/h4\u003e\n\u003cp\u003ePink pepper, clary sage and fruity notes introduce brightness, energy and calming herbal freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-journey-card\"\u003e\n\u003cdiv class=\"rm-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eWhite-Floral Opulence\u003c\/h4\u003e\n\u003cp\u003eTuberose, ylang-ylang and jasmine create a plush, creamy and deeply sensual floral centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-journey-card\"\u003e\n\u003cdiv class=\"rm-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eMeditative Warmth\u003c\/h4\u003e\n\u003cp\u003eAmber, patchouli and musk provide a warm, earthy and comforting final impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-accord-section\"\u003e\n\u003ch3 class=\"rm-section-title\"\u003eThe Signature Meditation Accords\u003c\/h3\u003e\n\u003cp class=\"rm-accord-intro\"\u003eA serene unisex composition balancing aromatic spice, creamy white florals and a warm musky amber base.\u003c\/p\u003e\n\u003cdiv class=\"rm-accord-grid\"\u003e\n\u003cdiv class=\"rm-accord-card\"\u003e\n\u003cdiv class=\"rm-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003ePink Pepper and Clary Sage\u003c\/h4\u003e\n\u003cp\u003eLuminous spice and aromatic herbs create clarity, freshness and a composed opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-accord-card\"\u003e\n\u003cdiv class=\"rm-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eTuberose, Ylang-Ylang and Jasmine\u003c\/h4\u003e\n\u003cp\u003eThree opulent white florals deliver creamy richness, sensuality and elegant depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-accord-card\"\u003e\n\u003cdiv class=\"rm-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eAmber, Patchouli and Musk\u003c\/h4\u003e\n\u003cp\u003eWarm resin, earthy depth and soft musk create the meditative finishing foundation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-video-section\"\u003e\n\u003ch3 class=\"rm-video-title\"\u003eExperience Rituals of Anfar Meditation\u003c\/h3\u003e\n\u003cp class=\"rm-video-subtitle\"\u003eView Rituals of Anfar Meditation by Anfar London and explore its aromatic spice, creamy white florals, amber, patchouli and musk character.\u003c\/p\u003e\n\u003cdiv class=\"rm-instagram-frame\"\u003e\u003ciframe allowfullscreen=\"\" allowtransparency=\"true\" frameborder=\"0\" height=\"760\" loading=\"lazy\" scrolling=\"no\" src=\"https:\/\/www.instagram.com\/p\/DJGwUDHqmPc\/embed\/\" title=\"Rituals of Anfar Meditation by Anfar London Instagram Product Video\" width=\"100%\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"rm-instagram-link\"\u003e\u003ca href=\"https:\/\/www.instagram.com\/p\/DJGwUDHqmPc\/\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eView on Instagram\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-statement-section\"\u003e\n\u003ch3\u003eSerenity and Complexity in Emerald, Turquoise and Gold\u003c\/h3\u003e\n\u003cp\u003eRituals of Anfar Meditation blends pink pepper, clary sage and fruity notes with tuberose, ylang-ylang and jasmine before settling into amber, patchouli and musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-occasion-section\"\u003e\n\u003ch3\u003eA Tranquil Signature for Focused and Reflective Moments\u003c\/h3\u003e\n\u003cp\u003eIts balanced aromatic, floral and musky character makes it suitable for signature wear, quiet evenings, reflective moments and occasions where a composed fragrance presence is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eRituals of Anfar Meditation is presented as an Extrait de Parfum with strong intensity, projection and longevity. Exact performance may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-trust-section\"\u003e\n\u003ch3 class=\"rm-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"rm-trust-intro\"\u003eExplore a carefully selected collection of authentic Arabian fragrances, oud oils, musk blends and concentrated perfume formats through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"rm-trust-grid\"\u003e\n\u003cdiv class=\"rm-trust-card\"\u003e\n\u003cdiv class=\"rm-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover curated Arabian perfumes, oud compositions, musk blends and concentrated fragrance formats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-trust-card\"\u003e\n\u003cdiv class=\"rm-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eFragrances are selected for character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-trust-card\"\u003e\n\u003cdiv class=\"rm-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer offering customer-focused service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rm-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Rituals of Anfar Meditation smell like?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt opens with pink pepper, clary sage and fruity notes, develops into tuberose, ylang-ylang and jasmine, and settles into amber, patchouli and musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Rituals of Anfar Meditation unisex?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents it as a unisex fragrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat concentration is Rituals of Anfar Meditation?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied as an Extrait de Parfum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size is Rituals of Anfar Meditation?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in an 80ml, approximately 2.7-fluid-ounce, bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Rituals of Anfar Meditation?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are tuberose, ylang-ylang and jasmine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"rm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Rituals of Anfar Meditation be worn?\u003c\/summary\u003e\n\u003cdiv class=\"rm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts serene aromatic-floral profile can suit signature wear, quiet evenings and moments where a composed fragrance presence is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582985879798,"sku":"OA4133-1","price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Rituals-of-Anfar-Meditation.jpg?v=1739210269"},{"product_id":"monarch-spray-edp-m-100ml","title":"Monarch Spray EDP M (100ml)","description":"\u003cstyle\u003e\n  .monarch-wrapper {\n    --mo-white: #ffffff;\n    --mo-pale: #f2f6fb;\n    --mo-pale-2: #f9fbfd;\n    --mo-near-white: #fcfcfc;\n    --mo-border: #d8e3ee;\n    --mo-neutral-border: #e6edf4;\n\n    --mo-dominant: #0758c9;\n    --mo-dominant-dark: #063b87;\n    --mo-secondary: #c9a548;\n    --mo-accent: #0f2f63;\n    --mo-dark-support: #102846;\n    --mo-dark-deep: #071526;\n\n    --mo-ink: #141b26;\n    --mo-body: #3a4657;\n    --mo-muted: #6f7d8e;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mo-white);\n    color: var(--mo-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .monarch-wrapper *,\n  .monarch-wrapper *::before,\n  .monarch-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Permanent approved pure-white header *\/\n  .mo-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mo-white);\n    border: 0;\n    border-bottom: 1px solid var(--mo-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mo-header::before,\n  .mo-header::after {\n    display: none;\n  }\n\n  .mo-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mo-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mo-main-title {\n    margin: 0 0 10px;\n    color: var(--mo-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mo-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mo-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \/* Product introduction *\/\n  .mo-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mo-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mo-story h3 {\n    margin: 0 0 16px;\n    color: var(--mo-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mo-story p {\n    margin: 0 0 17px;\n    color: var(--mo-body);\n    font-size: 1.05rem;\n  }\n\n  .mo-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mo-section-title {\n    margin: 0 0 25px;\n    color: var(--mo-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \/* Permanent section background rules *\/\n  .mo-notes-section,\n  .mo-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-accord-section,\n  .mo-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-notes-grid,\n  .mo-journey-grid,\n  .mo-accord-grid,\n  .mo-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \/* Notes: pale cards, one product-colour top border *\/\n  .mo-note-card {\n    padding: 22px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-top: 4px solid var(--mo-dominant);\n    border-radius: 8px;\n  }\n\n  .mo-note-card:nth-child(2),\n  .mo-note-card:nth-child(3) {\n    border-left: 1px solid var(--mo-border);\n    border-top-color: var(--mo-dominant);\n  }\n\n  .mo-note-label,\n  .mo-note-card:nth-child(2) .mo-note-label,\n  .mo-note-card:nth-child(3) .mo-note-label {\n    margin-bottom: 7px;\n    color: var(--mo-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mo-note-title {\n    margin-bottom: 7px;\n    color: var(--mo-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mo-note-description {\n    color: var(--mo-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \/* Permanent dark split character panel *\/\n  .mo-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mo-secondary);\n    border: 1px solid var(--mo-secondary);\n    border-radius: 10px;\n  }\n\n  .mo-character-card,\n  .mo-character-card:nth-child(2) {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mo-dark-support),\n      var(--mo-dark-deep)\n    );\n    color: var(--mo-white);\n  }\n\n  .mo-character-card h3,\n  .mo-character-card:nth-child(2) h3 {\n    margin: 0 0 10px;\n    color: var(--mo-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mo-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \/* Product details *\/\n  .mo-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mo-details-box,\n  .mo-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n  }\n\n  .mo-box-title,\n  .mo-highlights-box .mo-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mo-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mo-border);\n  }\n\n  .mo-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mo-neutral-border);\n  }\n\n  .mo-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mo-detail-label {\n    color: var(--mo-muted);\n    font-weight: 600;\n  }\n\n  .mo-detail-value {\n    color: var(--mo-ink);\n    text-align: right;\n  }\n\n  .mo-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mo-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mo-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mo-neutral-border);\n  }\n\n  .mo-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .mo-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mo-dominant);\n    font-weight: 700;\n  }\n\n  \/* Journey *\/\n  .mo-journey-intro,\n  .mo-accord-intro,\n  .mo-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mo-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mo-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n  }\n\n  \/* Permanent exact circle size *\/\n  .mo-journey-number,\n  .mo-accord-icon,\n  .mo-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mo-dominant);\n    color: var(--mo-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mo-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .mo-journey-card:nth-child(2) .mo-journey-number,\n  .mo-journey-card:nth-child(3) .mo-journey-number,\n  .mo-accord-card:nth-child(2) .mo-accord-icon,\n  .mo-accord-card:nth-child(3) .mo-accord-icon,\n  .mo-trust-card:nth-child(2) .mo-trust-icon,\n  .mo-trust-card:nth-child(3) .mo-trust-icon {\n    background: var(--mo-dominant);\n    color: var(--mo-white);\n  }\n\n  .mo-journey-card h4,\n  .mo-accord-card h4,\n  .mo-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mo-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mo-journey-card p,\n  .mo-accord-card p,\n  .mo-trust-card p {\n    margin: 0;\n    color: var(--mo-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \/* White accord and trust cards *\/\n  .mo-accord-card,\n  .mo-trust-card {\n    padding: 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mo-accord-icon,\n  .mo-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \/* Clean Instagram section *\/\n  .mo-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 10px;\n  }\n\n  .mo-video-title {\n    margin: 0 0 8px;\n    color: var(--mo-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mo-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--mo-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .mo-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--mo-white);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n  }\n\n  .mo-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--mo-white);\n    border: 0;\n  }\n\n  .mo-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .mo-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--mo-dominant);\n    color: var(--mo-white);\n    border: 1px solid var(--mo-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .mo-instagram-link a:hover {\n    background: var(--mo-dominant-dark);\n    border-color: var(--mo-dominant-dark);\n  }\n\n  \/* Permanent dark statement *\/\n  .mo-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mo-dark-support) 0%,\n      var(--mo-dominant) 48%,\n      var(--mo-dark-deep) 100%\n    );\n    color: var(--mo-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mo-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mo-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mo-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \/* Permanent pale occasion block *\/\n  .mo-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mo-pale);\n    border: 1px solid var(--mo-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mo-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mo-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mo-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mo-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \/* Permanent pale performance block *\/\n  .mo-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mo-pale-2);\n    border: 1px solid var(--mo-border);\n    border-left: 6px solid var(--mo-dominant);\n    border-radius: 8px;\n  }\n\n  .mo-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mo-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mo-performance-section p {\n    margin: 0;\n    color: var(--mo-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \/* FAQ *\/\n  .mo-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mo-border);\n  }\n\n  .mo-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mo-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mo-faq-item {\n    background: var(--mo-white);\n    border-bottom: 1px solid var(--mo-border);\n  }\n\n  .mo-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mo-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mo-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mo-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mo-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mo-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mo-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mo-body);\n    font-size: 1rem;\n  }\n\n  .mo-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .monarch-wrapper {\n      padding: 35px;\n    }\n\n    .mo-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mo-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mo-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .mo-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mo-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mo-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mo-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mo-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mo-notes-grid,\n    .mo-journey-grid,\n    .mo-accord-grid,\n    .mo-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mo-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mo-character-card {\n      padding: 35px;\n    }\n\n    .mo-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mo-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mo-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mo-section-title,\n    .mo-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mo-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mo-note-description {\n      font-size: 1rem;\n    }\n\n    .mo-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mo-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mo-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mo-detail-row,\n    .mo-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-intro,\n    .mo-accord-intro,\n    .mo-trust-intro,\n    .mo-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-card h4,\n    .mo-accord-card h4,\n    .mo-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mo-journey-card p,\n    .mo-accord-card p,\n    .mo-trust-card p {\n      font-size: 1rem;\n    }\n\n    .mo-video-title {\n      font-size: 1.55rem;\n    }\n\n    .mo-statement-section {\n      padding: 44px;\n    }\n\n    .mo-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mo-statement-section p,\n    .mo-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mo-occasion-section {\n      padding: 38px;\n    }\n\n    .mo-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mo-performance-section {\n      padding: 30px;\n    }\n\n    .mo-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mo-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mo-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mo-notes-grid,\n    .mo-journey-grid,\n    .mo-accord-grid,\n    .mo-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .monarch-wrapper {\n      padding: 10px;\n    }\n\n    .mo-header {\n      padding: 26px 8px;\n    }\n\n    .mo-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mo-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .mo-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mo-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mo-detail-value {\n      text-align: left;\n    }\n\n    .mo-character-card {\n      padding: 24px 18px;\n    }\n\n    .mo-journey-section,\n    .mo-accord-section,\n    .mo-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mo-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mo-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .mo-video-section {\n      padding: 24px 10px;\n    }\n\n    .mo-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .mo-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \/* Permanent long-title protection *\/\n  .mo-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .mo-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .mo-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \/* Permanent highlights-list fix: prevent theme bullet duplication *\/\n  .monarch-wrapper .mo-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .monarch-wrapper .mo-highlights-list li {\n    list-style: none !important;\n  }\n\n  .monarch-wrapper .mo-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .monarch-wrapper .mo-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \/* Permanent product-details alignment and overflow protection *\/\n  .monarch-wrapper .mo-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .monarch-wrapper .mo-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .monarch-wrapper .mo-detail-label,\n    .monarch-wrapper .mo-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"monarch-wrapper\"\u003e\n\u003cdiv class=\"mo-header\"\u003e\n\u003cdiv class=\"mo-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"mo-main-title\"\u003eMonarch\u003c\/h2\u003e\n\u003cp class=\"mo-tagline\"\u003e“A fragrance of power and pleasure, combining vivid citrus, marine freshness and a fruity aromatic trail.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-intro-grid\"\u003e\n\u003cdiv class=\"mo-image-frame\"\u003e\n\u003cimg alt=\"Monarch by Oudh Al Anfar 100ml Eau de Parfum with an electric cobalt-blue bottle and box, metallic-gold centre panel, gold trim and blue rectangular cap\" class=\"mo-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/2023-06-01-423273418.webp?v=1739210293\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-story\"\u003e\n\u003ch3\u003ePower, Pleasure and Marine-Citrus Energy\u003c\/h3\u003e\n\u003cp\u003eDiscover Monarch by Oudh Al Anfar, a 100ml Eau de Parfum for men presented as an intense interpretation of power, pleasure and modern sensuality.\u003c\/p\u003e\n\u003cp\u003eThe opening combines bergamot and green mandarin for a bright, vivid and energetic citrus introduction.\u003c\/p\u003e\n\u003cp\u003eLemon, citrus and marine notes shape the heart, adding freshness, clarity and a clean oceanic character.\u003c\/p\u003e\n\u003cp\u003eThe base is described through fruity, aromatic and salty accords, creating a distinctive masculine trail with freshness, depth and contemporary appeal.\u003c\/p\u003e\n\u003cp\u003eThe electric cobalt-blue bottle and matching box are finished with a metallic-gold centre panel, polished gold trim and a bold blue cap, creating a striking and gift-ready presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-notes-section\"\u003e\n\u003ch3 class=\"mo-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"mo-notes-grid\"\u003e\n\u003cdiv class=\"mo-note-card\"\u003e\n\u003cdiv class=\"mo-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"mo-note-title\"\u003eBergamot and Green Mandarin\u003c\/div\u003e\n\u003cdiv class=\"mo-note-description\"\u003eBright bergamot and green mandarin create a vivid, uplifting and energetic citrus opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-note-card\"\u003e\n\u003cdiv class=\"mo-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"mo-note-title\"\u003eLemon, Citrus and Marine\u003c\/div\u003e\n\u003cdiv class=\"mo-note-description\"\u003eLemon and citrus combine with marine freshness for a clean, vibrant and modern masculine heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-note-card\"\u003e\n\u003cdiv class=\"mo-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"mo-note-title\"\u003eFruity, Aromatic and Salty\u003c\/div\u003e\n\u003cdiv class=\"mo-note-description\"\u003eFruity, aromatic and salty accords create a distinctive, contemporary and memorable finishing trail.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-character-section\"\u003e\n\u003cdiv class=\"mo-character-card\"\u003e\n\u003ch3\u003eThe Sparkling Citrus Opening\u003c\/h3\u003e\n\u003cp\u003eBergamot and green mandarin create a bright and energetic first impression with polished masculine freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-character-card\"\u003e\n\u003ch3\u003eThe Marine Aromatic Dry-Down\u003c\/h3\u003e\n\u003cp\u003eLemon, citrus and marine notes move into fruity, aromatic and salty accords for a clean, contemporary finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-details-grid\"\u003e\n\u003cdiv class=\"mo-details-box\"\u003e\n\u003ch4 class=\"mo-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eMonarch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eMen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eBergamot and Green Mandarin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eLemon, Citrus and Marine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eFruity, Aromatic and Salty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-detail-row\"\u003e\n\u003cspan class=\"mo-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mo-detail-value\"\u003eElectric Cobalt Blue and Metallic Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-highlights-box\"\u003e\n\u003ch4 class=\"mo-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mo-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eCreated for men\u003c\/li\u003e\n\u003cli\u003ePowerful and sensual fragrance identity\u003c\/li\u003e\n\u003cli\u003eBright bergamot opening\u003c\/li\u003e\n\u003cli\u003eFresh green mandarin\u003c\/li\u003e\n\u003cli\u003eVivid lemon and citrus heart\u003c\/li\u003e\n\u003cli\u003eClean marine character\u003c\/li\u003e\n\u003cli\u003eFruity base accord\u003c\/li\u003e\n\u003cli\u003eAromatic masculine depth\u003c\/li\u003e\n\u003cli\u003eDistinctive salty finish\u003c\/li\u003e\n\u003cli\u003eElectric cobalt-blue presentation\u003c\/li\u003e\n\u003cli\u003eMetallic-gold detailing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-journey-section\"\u003e\n\u003ch3 class=\"mo-section-title\"\u003eThe Monarch Journey\u003c\/h3\u003e\n\u003cp class=\"mo-journey-intro\"\u003eA vivid progression from bergamot and green mandarin into lemon, citrus and marine freshness before settling into fruity, aromatic and salty depth.\u003c\/p\u003e\n\u003cdiv class=\"mo-journey-grid\"\u003e\n\u003cdiv class=\"mo-journey-card\"\u003e\n\u003cdiv class=\"mo-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCitrus Power\u003c\/h4\u003e\n\u003cp\u003eBergamot and green mandarin create brightness, energy and immediate masculine freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-journey-card\"\u003e\n\u003cdiv class=\"mo-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eMarine Intensity\u003c\/h4\u003e\n\u003cp\u003eLemon, citrus and marine notes build a clean, vivid and contemporary centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-journey-card\"\u003e\n\u003cdiv class=\"mo-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eAromatic Salty Trail\u003c\/h4\u003e\n\u003cp\u003eFruity, aromatic and salty accords form a distinctive and memorable final impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-accord-section\"\u003e\n\u003ch3 class=\"mo-section-title\"\u003eThe Signature Monarch Accords\u003c\/h3\u003e\n\u003cp class=\"mo-accord-intro\"\u003eA masculine composition shaped by sparkling citrus, marine freshness and a fruity aromatic salty base.\u003c\/p\u003e\n\u003cdiv class=\"mo-accord-grid\"\u003e\n\u003cdiv class=\"mo-accord-card\"\u003e\n\u003cdiv class=\"mo-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eBergamot and Mandarin\u003c\/h4\u003e\n\u003cp\u003eBright citrus notes give Monarch its vivid, energetic and confident opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-accord-card\"\u003e\n\u003cdiv class=\"mo-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eLemon and Marine Freshness\u003c\/h4\u003e\n\u003cp\u003eLemon, citrus and marine accords create clarity, lift and a modern oceanic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-accord-card\"\u003e\n\u003cdiv class=\"mo-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eFruity Aromatic Saltiness\u003c\/h4\u003e\n\u003cp\u003eThe base combines fruity, aromatic and salty facets for a distinctive masculine signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-statement-section\"\u003e\n\u003ch3\u003ePower and Pleasure in Cobalt Blue and Gold\u003c\/h3\u003e\n\u003cp\u003eMonarch blends bergamot, green mandarin, lemon, citrus and marine freshness with fruity, aromatic and salty accords. Its cobalt-blue bottle and metallic-gold centre reflect a fragrance designed to feel powerful, vivid and contemporary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-occasion-section\"\u003e\n\u003ch3\u003eA Fresh Masculine Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts citrus and marine profile can complement work, smart-casual wear, daytime occasions, dinners and evening gatherings according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eMonarch is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-trust-section\"\u003e\n\u003ch3 class=\"mo-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mo-trust-intro\"\u003eExplore a carefully selected collection of Arabian and contemporary fragrances, masculine Eau de Parfum releases and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mo-trust-grid\"\u003e\n\u003cdiv class=\"mo-trust-card\"\u003e\n\u003cdiv class=\"mo-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover Arabic perfumes, oud blends, CPO formats and perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-trust-card\"\u003e\n\u003cdiv class=\"mo-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for character, presentation and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-trust-card\"\u003e\n\u003cdiv class=\"mo-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer offering customer-focused service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mo-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Monarch by Oudh Al Anfar smell like?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMonarch combines bergamot and green mandarin with lemon, citrus and marine notes before settling into fruity, aromatic and salty accords.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Monarch?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are bergamot and green mandarin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Monarch?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are lemon, citrus and marine notes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Monarch?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed base accords are fruity, aromatic and salty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Monarch made for men?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents Monarch as a fragrance for men.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mo-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size is Monarch?\u003c\/summary\u003e\n\u003cdiv class=\"mo-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMonarch is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582986731766,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Monarch-Spray.webp?v=1739210293"},{"product_id":"mount-black-legacy","title":"Mount Black Legacy","description":"\u003cstyle\u003e\n  .mount-black-wrapper {\n    --mb-white: #ffffff;\n    --mb-pale: #f4f5f5;\n    --mb-pale-2: #fafbfb;\n    --mb-near-white: #fcfcfc;\n    --mb-border: #dde0e2;\n    --mb-neutral-border: #e8eaec;\n\n    --mb-dominant: #17181a;\n    --mb-dominant-dark: #090a0b;\n    --mb-secondary: #b8bdc2;\n    --mb-accent: #6c747b;\n    --mb-dark-support: #202226;\n    --mb-dark-deep: #08090a;\n\n    --mb-ink: #151618;\n    --mb-body: #3c3e42;\n    --mb-muted: #70747a;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mb-white);\n    color: var(--mb-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mount-black-wrapper *,\n  .mount-black-wrapper *::before,\n  .mount-black-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Permanent approved pure-white header *\/\n  .mb-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mb-white);\n    border: 0;\n    border-bottom: 1px solid var(--mb-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mb-header::before,\n  .mb-header::after {\n    display: none;\n  }\n\n  .mb-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mb-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mb-main-title {\n    margin: 0 0 10px;\n    color: var(--mb-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mb-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mb-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \/* Product introduction *\/\n  .mb-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mb-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 10px;\n  }\n\n  .mb-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mb-story h3 {\n    margin: 0 0 16px;\n    color: var(--mb-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mb-story p {\n    margin: 0 0 17px;\n    color: var(--mb-body);\n    font-size: 1.05rem;\n  }\n\n  .mb-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mb-section-title {\n    margin: 0 0 25px;\n    color: var(--mb-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \/* Permanent section background rules *\/\n  .mb-notes-section,\n  .mb-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 10px;\n  }\n\n  .mb-accord-section,\n  .mb-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mb-pale);\n    border: 1px solid var(--mb-border);\n    border-radius: 10px;\n  }\n\n  .mb-notes-grid,\n  .mb-journey-grid,\n  .mb-accord-grid,\n  .mb-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \/* Notes: pale cards, one product-colour top border *\/\n  .mb-note-card {\n    padding: 22px;\n    background: var(--mb-pale);\n    border: 1px solid var(--mb-border);\n    border-top: 4px solid var(--mb-dominant);\n    border-radius: 8px;\n  }\n\n  .mb-note-card:nth-child(2),\n  .mb-note-card:nth-child(3) {\n    border-left: 1px solid var(--mb-border);\n    border-top-color: var(--mb-dominant);\n  }\n\n  .mb-note-label,\n  .mb-note-card:nth-child(2) .mb-note-label,\n  .mb-note-card:nth-child(3) .mb-note-label {\n    margin-bottom: 7px;\n    color: var(--mb-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mb-note-title {\n    margin-bottom: 7px;\n    color: var(--mb-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mb-note-description {\n    color: var(--mb-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \/* Permanent dark split character panel *\/\n  .mb-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mb-secondary);\n    border: 1px solid var(--mb-secondary);\n    border-radius: 10px;\n  }\n\n  .mb-character-card,\n  .mb-character-card:nth-child(2) {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mb-dark-support),\n      var(--mb-dark-deep)\n    );\n    color: var(--mb-white);\n  }\n\n  .mb-character-card h3,\n  .mb-character-card:nth-child(2) h3 {\n    margin: 0 0 10px;\n    color: var(--mb-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mb-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \/* Product details *\/\n  .mb-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mb-details-box,\n  .mb-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 8px;\n  }\n\n  .mb-box-title,\n  .mb-highlights-box .mb-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mb-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mb-border);\n  }\n\n  .mb-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mb-neutral-border);\n  }\n\n  .mb-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mb-detail-label {\n    color: var(--mb-muted);\n    font-weight: 600;\n  }\n\n  .mb-detail-value {\n    color: var(--mb-ink);\n    text-align: right;\n  }\n\n  .mb-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mb-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mb-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mb-neutral-border);\n  }\n\n  .mb-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .mb-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mb-dominant);\n    font-weight: 700;\n  }\n\n  \/* Journey *\/\n  .mb-journey-intro,\n  .mb-accord-intro,\n  .mb-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mb-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mb-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mb-pale);\n    border: 1px solid var(--mb-border);\n    border-radius: 8px;\n  }\n\n  \/* Permanent exact circle size *\/\n  .mb-journey-number,\n  .mb-accord-icon,\n  .mb-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mb-dominant);\n    color: var(--mb-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mb-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .mb-journey-card:nth-child(2) .mb-journey-number,\n  .mb-journey-card:nth-child(3) .mb-journey-number,\n  .mb-accord-card:nth-child(2) .mb-accord-icon,\n  .mb-accord-card:nth-child(3) .mb-accord-icon,\n  .mb-trust-card:nth-child(2) .mb-trust-icon,\n  .mb-trust-card:nth-child(3) .mb-trust-icon {\n    background: var(--mb-dominant);\n    color: var(--mb-white);\n  }\n\n  .mb-journey-card h4,\n  .mb-accord-card h4,\n  .mb-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mb-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mb-journey-card p,\n  .mb-accord-card p,\n  .mb-trust-card p {\n    margin: 0;\n    color: var(--mb-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \/* White accord and trust cards *\/\n  .mb-accord-card,\n  .mb-trust-card {\n    padding: 22px;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mb-accord-icon,\n  .mb-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \/* Clean Instagram section *\/\n  .mb-video-section {\n    margin-bottom: 42px;\n    padding: 32px 22px;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 10px;\n  }\n\n  .mb-video-title {\n    margin: 0 0 8px;\n    color: var(--mb-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mb-video-subtitle {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    color: var(--mb-muted);\n    font-size: 1rem;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .mb-instagram-frame {\n    width: 100%;\n    max-width: 540px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--mb-white);\n    border: 1px solid var(--mb-border);\n    border-radius: 8px;\n  }\n\n  .mb-instagram-frame iframe {\n    display: block;\n    width: 100%;\n    height: 760px;\n    margin: 0;\n    padding: 0;\n    background: var(--mb-white);\n    border: 0;\n  }\n\n  .mb-instagram-link {\n    margin-top: 18px;\n    text-align: center;\n  }\n\n  .mb-instagram-link a {\n    display: inline-block;\n    padding: 12px 25px;\n    background: var(--mb-dominant);\n    color: var(--mb-white);\n    border: 1px solid var(--mb-dominant);\n    border-radius: 5px;\n    font-size: 0.9rem;\n    font-weight: 650;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .mb-instagram-link a:hover {\n    background: var(--mb-dominant-dark);\n    border-color: var(--mb-dominant-dark);\n  }\n\n  \/* Permanent dark statement *\/\n  .mb-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mb-dark-support) 0%,\n      var(--mb-dominant) 48%,\n      var(--mb-dark-deep) 100%\n    );\n    color: var(--mb-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mb-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mb-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mb-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \/* Permanent pale occasion block *\/\n  .mb-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mb-pale);\n    border: 1px solid var(--mb-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mb-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mb-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mb-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mb-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \/* Permanent pale performance block *\/\n  .mb-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mb-pale-2);\n    border: 1px solid var(--mb-border);\n    border-left: 6px solid var(--mb-dominant);\n    border-radius: 8px;\n  }\n\n  .mb-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mb-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mb-performance-section p {\n    margin: 0;\n    color: var(--mb-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \/* FAQ *\/\n  .mb-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mb-border);\n  }\n\n  .mb-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mb-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mb-faq-item {\n    background: var(--mb-white);\n    border-bottom: 1px solid var(--mb-border);\n  }\n\n  .mb-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mb-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mb-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mb-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mb-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mb-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mb-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mb-body);\n    font-size: 1rem;\n  }\n\n  .mb-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .mount-black-wrapper {\n      padding: 35px;\n    }\n\n    .mb-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mb-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mb-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .mb-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mb-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mb-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mb-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mb-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mb-notes-grid,\n    .mb-journey-grid,\n    .mb-accord-grid,\n    .mb-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mb-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mb-character-card {\n      padding: 35px;\n    }\n\n    .mb-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mb-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mb-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mb-section-title,\n    .mb-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mb-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mb-note-description {\n      font-size: 1rem;\n    }\n\n    .mb-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mb-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mb-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mb-detail-row,\n    .mb-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mb-journey-intro,\n    .mb-accord-intro,\n    .mb-trust-intro,\n    .mb-video-subtitle {\n      font-size: 1.08rem;\n    }\n\n    .mb-journey-card h4,\n    .mb-accord-card h4,\n    .mb-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mb-journey-card p,\n    .mb-accord-card p,\n    .mb-trust-card p {\n      font-size: 1rem;\n    }\n\n    .mb-video-title {\n      font-size: 1.55rem;\n    }\n\n    .mb-statement-section {\n      padding: 44px;\n    }\n\n    .mb-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mb-statement-section p,\n    .mb-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mb-occasion-section {\n      padding: 38px;\n    }\n\n    .mb-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mb-performance-section {\n      padding: 30px;\n    }\n\n    .mb-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mb-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mb-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mb-notes-grid,\n    .mb-journey-grid,\n    .mb-accord-grid,\n    .mb-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .mount-black-wrapper {\n      padding: 10px;\n    }\n\n    .mb-header {\n      padding: 26px 8px;\n    }\n\n    .mb-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mb-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .mb-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mb-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mb-detail-value {\n      text-align: left;\n    }\n\n    .mb-character-card {\n      padding: 24px 18px;\n    }\n\n    .mb-journey-section,\n    .mb-accord-section,\n    .mb-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mb-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mb-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .mb-video-section {\n      padding: 24px 10px;\n    }\n\n    .mb-instagram-frame iframe {\n      height: 590px;\n    }\n\n    .mb-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\n  \/* Permanent long-title protection *\/\n  .mb-main-title {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  @media (min-width: 768px) {\n    .mb-main-title {\n      max-width: 980px;\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      line-height: 1.15;\n      letter-spacing: 3px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .mb-main-title {\n      max-width: 100%;\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      line-height: 1.22;\n      letter-spacing: 1.5px;\n    }\n  }\n\n\n\n  \/* Permanent highlights-list fix: prevent theme bullet duplication *\/\n  .mount-black-wrapper .mb-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .mount-black-wrapper .mb-highlights-list li {\n    list-style: none !important;\n  }\n\n  .mount-black-wrapper .mb-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .mount-black-wrapper .mb-highlights-list li::before {\n    content: \"✓\" !important;\n  }\n\n\n  \/* Permanent product-details alignment and overflow protection *\/\n  .mount-black-wrapper .mb-detail-label {\n    flex: 0 0 34%;\n  }\n\n  .mount-black-wrapper .mb-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n  }\n\n  @media (max-width: 480px) {\n    .mount-black-wrapper .mb-detail-label,\n    .mount-black-wrapper .mb-detail-value {\n      flex: initial;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mount-black-wrapper\"\u003e\n\u003cdiv class=\"mb-header\"\u003e\n\u003cdiv class=\"mb-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n\u003ch2 class=\"mb-main-title\"\u003eMount Black Legacy\u003c\/h2\u003e\n\u003cp class=\"mb-tagline\"\u003e“A masculine and iconic fragrance created for the charismatic, contemporary man.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-intro-grid\"\u003e\n\u003cdiv class=\"mb-image-frame\"\u003e\n\u003cimg alt=\"Mount Black Legacy by Asten 100ml Eau de Parfum in a glossy lacquer-black bottle with chrome-silver cap, silver lettering and matching black box\" class=\"mb-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Mount-Black-Legacy-A_jpg.webp?v=1739210351\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-story\"\u003e\n\u003ch3\u003eContemporary Masculinity in Lacquer Black and Chrome\u003c\/h3\u003e\n\u003cp\u003eDiscover Mount Black Legacy, a masculine and iconic fragrance created for the charismatic and contemporary man.\u003c\/p\u003e\n\u003cp\u003eThe official product description focuses on its confident masculine identity rather than publishing a detailed top, heart and base-note pyramid. This description therefore preserves the verified character without inventing unsupported notes.\u003c\/p\u003e\n\u003cp\u003eThe presentation communicates modern strength through a glossy lacquer-black bottle, chrome-silver cap and crisp silver typography.\u003c\/p\u003e\n\u003cp\u003eThe matching black box continues the monochrome design with silver linework and a subtle mountain motif, reinforcing the fragrance’s bold and contemporary visual identity.\u003c\/p\u003e\n\u003cp\u003eThe bottle and packaging display Asten branding, while the London Musk product description references the fragrance heritage of Oudh Al Anfar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-notes-section\"\u003e\n\u003ch3 class=\"mb-section-title\"\u003eThe Fragrance Character\u003c\/h3\u003e\n\u003cdiv class=\"mb-notes-grid\"\u003e\n\u003cdiv class=\"mb-note-card\"\u003e\n\u003cdiv class=\"mb-note-label\"\u003eOpening Impression\u003c\/div\u003e\n\u003cdiv class=\"mb-note-title\"\u003eClean Masculine Presence\u003c\/div\u003e\n\u003cdiv class=\"mb-note-description\"\u003eA composed and modern first impression designed to feel confident, polished and distinctly masculine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-note-card\"\u003e\n\u003cdiv class=\"mb-note-label\"\u003eDeveloping Character\u003c\/div\u003e\n\u003cdiv class=\"mb-note-title\"\u003eContemporary Depth\u003c\/div\u003e\n\u003cdiv class=\"mb-note-description\"\u003eThe fragrance is presented as refined and charismatic, with a modern identity suited to confident personal style.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-note-card\"\u003e\n\u003cdiv class=\"mb-note-label\"\u003eFinishing Impression\u003c\/div\u003e\n\u003cdiv class=\"mb-note-title\"\u003eIconic Signature\u003c\/div\u003e\n\u003cdiv class=\"mb-note-description\"\u003eA memorable masculine trail that reflects the bold black-and-silver presentation and contemporary positioning.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-character-section\"\u003e\n\u003cdiv class=\"mb-character-card\"\u003e\n\u003ch3\u003eThe Charismatic Presence\u003c\/h3\u003e\n\u003cp\u003eMount Black Legacy is presented for a self-assured man who values a polished, distinctive and contemporary fragrance identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-character-card\"\u003e\n\u003ch3\u003eThe Modern Masculine Signature\u003c\/h3\u003e\n\u003cp\u003eIts iconic positioning and monochrome presentation create a confident impression suited to modern personal style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-details-grid\"\u003e\n\u003cdiv class=\"mb-details-box\"\u003e\n\u003ch4 class=\"mb-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eMount Black Legacy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eBrand Shown on Packaging\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eAsten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eStore Heritage Reference\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eMen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003ePublished Character\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eMasculine, Iconic and Contemporary\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-detail-row\"\u003e\n\u003cspan class=\"mb-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mb-detail-value\"\u003eLacquer Black, Chrome Silver and Cool White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-highlights-box\"\u003e\n\u003ch4 class=\"mb-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mb-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eCreated for men\u003c\/li\u003e\n\u003cli\u003eMasculine and iconic identity\u003c\/li\u003e\n\u003cli\u003eDesigned for the contemporary man\u003c\/li\u003e\n\u003cli\u003eConfident signature-fragrance positioning\u003c\/li\u003e\n\u003cli\u003eGlossy lacquer-black bottle\u003c\/li\u003e\n\u003cli\u003eChrome-silver cap\u003c\/li\u003e\n\u003cli\u003eCrisp silver typography\u003c\/li\u003e\n\u003cli\u003eMatching monochrome presentation box\u003c\/li\u003e\n\u003cli\u003eSubtle mountain-inspired graphics\u003c\/li\u003e\n\u003cli\u003eAsten branding shown on packaging\u003c\/li\u003e\n\u003cli\u003eGift-ready masculine presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-journey-section\"\u003e\n\u003ch3 class=\"mb-section-title\"\u003eThe Mount Black Legacy Journey\u003c\/h3\u003e\n\u003cp class=\"mb-journey-intro\"\u003eA confident progression from clean masculine presence into contemporary depth before settling into an iconic signature.\u003c\/p\u003e\n\u003cdiv class=\"mb-journey-grid\"\u003e\n\u003cdiv class=\"mb-journey-card\"\u003e\n\u003cdiv class=\"mb-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eConfident Introduction\u003c\/h4\u003e\n\u003cp\u003eA polished first impression communicates masculine confidence and modern clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-journey-card\"\u003e\n\u003cdiv class=\"mb-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eContemporary Character\u003c\/h4\u003e\n\u003cp\u003eThe fragrance develops with a refined identity designed for charismatic personal style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-journey-card\"\u003e\n\u003cdiv class=\"mb-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eIconic Signature\u003c\/h4\u003e\n\u003cp\u003eThe final impression remains distinctive, memorable and unmistakably masculine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-accord-section\"\u003e\n\u003ch3 class=\"mb-section-title\"\u003eThe Signature Mount Black Legacy Character\u003c\/h3\u003e\n\u003cp class=\"mb-accord-intro\"\u003eA modern masculine fragrance defined by confidence, refinement and an iconic black-and-silver identity.\u003c\/p\u003e\n\u003cdiv class=\"mb-accord-grid\"\u003e\n\u003cdiv class=\"mb-accord-card\"\u003e\n\u003cdiv class=\"mb-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eMasculine Confidence\u003c\/h4\u003e\n\u003cp\u003eA composed fragrance identity designed for the charismatic contemporary man.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-accord-card\"\u003e\n\u003cdiv class=\"mb-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eModern Refinement\u003c\/h4\u003e\n\u003cp\u003ePolished presentation and confident positioning create a sophisticated signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-accord-card\"\u003e\n\u003cdiv class=\"mb-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eIconic Presence\u003c\/h4\u003e\n\u003cp\u003eA distinctive masculine impression suited to personal style and fragrance gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-statement-section\"\u003e\n\u003ch3\u003eMasculine Legacy in Lacquer Black and Chrome\u003c\/h3\u003e\n\u003cp\u003eMount Black Legacy combines a charismatic masculine identity with a glossy black bottle, chrome-silver cap, silver typography and matching monochrome box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-occasion-section\"\u003e\n\u003ch3\u003eA Contemporary Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts masculine and polished identity can complement work, smart-casual wear, dinners, evening occasions and fragrance gifting according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eMount Black Legacy is supplied as an Eau de Parfum. The product listing does not publish fixed longevity or projection figures, so performance may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-trust-section\"\u003e\n\u003ch3 class=\"mb-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mb-trust-intro\"\u003eExplore a carefully selected collection of Arabian and contemporary fragrances, masculine Eau de Parfum releases and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mb-trust-grid\"\u003e\n\u003cdiv class=\"mb-trust-card\"\u003e\n\u003cdiv class=\"mb-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover Arabic perfumes, oud blends, CPO formats and perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-trust-card\"\u003e\n\u003cdiv class=\"mb-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for character, presentation and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-trust-card\"\u003e\n\u003cdiv class=\"mb-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer offering customer-focused service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat is Mount Black Legacy?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMount Black Legacy is presented as a masculine and iconic fragrance for a charismatic and contemporary man.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWho is Mount Black Legacy designed for?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe official product description presents it as a fragrance for men.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size is Mount Black Legacy?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe packaging shows a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat fragrance notes are published for Mount Black Legacy?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe current product listing does not publish a conventional top, heart and base-note pyramid, so unsupported notes have not been added.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhich brand is shown on the bottle?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe bottle and box display Asten branding, while the store description references Oudh Al Anfar heritage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mb-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Mount Black Legacy suitable as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"mb-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. Its 100ml size and polished black-and-silver presentation make it suitable for masculine fragrance gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47582991515894,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Mount-Black-Legacy.webp?v=1739210351"},{"product_id":"musk-al-meeral-edp-100ml","title":"Musk Al Meeral EDP (100ml)","description":"\u003cstyle\u003e\n  .musk-al-meeral-wrapper {\n    --mm-white: #ffffff;\n    --mm-pale: #f7f6f1;\n    --mm-pale-2: #fbfaf7;\n    --mm-near-white: #fcfcfc;\n    --mm-border: #e5dfd2;\n    --mm-neutral-border: #eee9df;\n\n    --mm-dominant: #c59a2d;\n    --mm-dominant-dark: #8b6717;\n    --mm-secondary: #d8dadd;\n    --mm-accent: #2b2926;\n    --mm-dark-support: #2a251d;\n    --mm-dark-deep: #0e0d0b;\n\n    --mm-ink: #171614;\n    --mm-body: #403d38;\n    --mm-muted: #74716b;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mm-white);\n    color: var(--mm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .musk-al-meeral-wrapper *,\n  .musk-al-meeral-wrapper *::before,\n  .musk-al-meeral-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .mm-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mm-white);\n    border: 0;\n    border-bottom: 1px solid var(--mm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mm-header::before,\n  .mm-header::after {\n    display: none;\n  }\n\n  .mm-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mm-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mm-main-title {\n    margin: 0 0 10px;\n    color: var(--mm-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mm-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mm-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .mm-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mm-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mm-story h3 {\n    margin: 0 0 16px;\n    color: var(--mm-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mm-story p {\n    margin: 0 0 17px;\n    color: var(--mm-body);\n    font-size: 1.05rem;\n  }\n\n  .mm-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mm-section-title {\n    margin: 0 0 25px;\n    color: var(--mm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .mm-notes-section,\n  .mm-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-accord-section,\n  .mm-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 10px;\n  }\n\n  .mm-notes-grid,\n  .mm-journey-grid,\n  .mm-accord-grid,\n  .mm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .mm-note-card {\n    padding: 22px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-top: 4px solid var(--mm-dominant);\n    border-radius: 8px;\n  }\n.mm-note-label {\n    margin-bottom: 7px;\n    color: var(--mm-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mm-note-title {\n    margin-bottom: 7px;\n    color: var(--mm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mm-note-description {\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .mm-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mm-dark-deep);\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mm-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mm-dark-support),\n      var(--mm-dark-deep)\n    );\n    color: var(--mm-white);\n  }\n  .mm-character-card:nth-child(2) {\n    border-top: 1px solid var(--mm-dominant);\n  }\n.mm-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--mm-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mm-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .mm-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mm-details-box,\n  .mm-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n  }\n\n  .mm-box-title,\n  .mm-highlights-box .mm-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mm-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mm-border);\n  }\n\n  .mm-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mm-neutral-border);\n  }\n\n  .mm-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mm-detail-label {\n    color: var(--mm-muted);\n    font-weight: 600;\n  }\n\n  .mm-detail-value {\n    color: var(--mm-ink);\n    text-align: right;\n  }\n\n  .mm-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mm-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mm-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mm-neutral-border);\n  }\n\n  .mm-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n\n  .mm-detail-label {\n    flex: 0 0 34%;\n    min-width: 0;\n  }\n\n  .mm-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n    word-break: normal;\n  }\n\n  .mm-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .mm-highlights-list li {\n    list-style: none !important;\n  }\n\n  .mm-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .mm-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mm-dominant);\n    font-weight: 700;\n  }\n\n  \n  .mm-journey-intro,\n  .mm-accord-intro,\n  .mm-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mm-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mm-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n  }\n\n  \n  .mm-journey-number,\n  .mm-accord-icon,\n  .mm-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mm-dominant);\n    color: var(--mm-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mm-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n.mm-journey-card h4,\n  .mm-accord-card h4,\n  .mm-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mm-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mm-journey-card p,\n  .mm-accord-card p,\n  .mm-trust-card p {\n    margin: 0;\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .mm-accord-card,\n  .mm-trust-card {\n    padding: 22px;\n    background: var(--mm-white);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mm-accord-icon,\n  .mm-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n\n  \n  .mm-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mm-dark-support) 0%,\n      var(--mm-dominant) 48%,\n      var(--mm-dark-deep) 100%\n    );\n    color: var(--mm-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mm-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mm-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mm-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mm-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mm-pale);\n    border: 1px solid var(--mm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mm-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mm-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mm-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mm-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mm-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mm-pale-2);\n    border: 1px solid var(--mm-border);\n    border-left: 6px solid var(--mm-dominant);\n    border-radius: 8px;\n  }\n\n  .mm-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mm-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mm-performance-section p {\n    margin: 0;\n    color: var(--mm-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .mm-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mm-border);\n  }\n\n  .mm-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mm-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mm-faq-item {\n    background: var(--mm-white);\n    border-bottom: 1px solid var(--mm-border);\n  }\n\n  .mm-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mm-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mm-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mm-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mm-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mm-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mm-body);\n    font-size: 1rem;\n  }\n\n  .mm-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .musk-al-meeral-wrapper {\n      padding: 35px;\n    }\n\n    .mm-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mm-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mm-main-title {\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      letter-spacing: clamp(2.8px, 0.35vw, 4px);\n      overflow-wrap: anywhere;\n    }\n\n    .mm-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mm-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mm-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mm-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mm-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mm-notes-grid,\n    .mm-journey-grid,\n    .mm-accord-grid,\n    .mm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mm-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mm-character-card:nth-child(2) {\n      border-top: 0;\n      border-left: 1px solid var(--mm-dominant);\n    }\n\n    .mm-character-card {\n      padding: 35px;\n    }\n\n    .mm-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mm-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mm-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mm-section-title,\n    .mm-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mm-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mm-note-description {\n      font-size: 1rem;\n    }\n\n    .mm-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mm-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mm-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mm-detail-row,\n    .mm-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-intro,\n    .mm-accord-intro,\n    .mm-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-card h4,\n    .mm-accord-card h4,\n    .mm-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mm-journey-card p,\n    .mm-accord-card p,\n    .mm-trust-card p {\n      font-size: 1rem;\n    }\n.mm-statement-section {\n      padding: 44px;\n    }\n\n    .mm-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mm-statement-section p,\n    .mm-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mm-occasion-section {\n      padding: 38px;\n    }\n\n    .mm-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mm-performance-section {\n      padding: 30px;\n    }\n\n    .mm-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mm-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mm-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mm-notes-grid,\n    .mm-journey-grid,\n    .mm-accord-grid,\n    .mm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .musk-al-meeral-wrapper {\n      padding: 10px;\n    }\n\n    .mm-header {\n      padding: 26px 8px;\n    }\n\n    .mm-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mm-main-title {\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      letter-spacing: 1.4px;\n      overflow-wrap: anywhere;\n    }\n\n    .mm-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mm-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mm-detail-value {\n      text-align: left;\n    }\n\n    .mm-character-card {\n      padding: 24px 18px;\n    }\n\n    .mm-journey-section,\n    .mm-accord-section,\n    .mm-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mm-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mm-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n.mm-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"musk-al-meeral-wrapper\"\u003e\n\u003cdiv class=\"mm-header\"\u003e\n\u003cdiv class=\"mm-brand-tag\"\u003eAdyan Presents\u003c\/div\u003e\n\u003ch2 class=\"mm-main-title\"\u003eMusk Al Meeral\u003c\/h2\u003e\n\u003cp class=\"mm-tagline\"\u003e“Bright bergamot, aromatic lavender and musk over smooth leather and amber.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-intro-grid\"\u003e\n\u003cdiv class=\"mm-image-frame\"\u003e\n\u003cimg alt=\"Musk Al Meeral by Adyan 100ml Eau de Parfum with a pearl-white bottle and matching box, polished sculptural gold cap, metallic-gold deer artwork, fine gold borders and soft silver-grey edges\" class=\"mm-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/2023-06-01-1531384451-1-1.webp?v=1739210463\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-story\"\u003e\n\u003ch3\u003eBright Bergamot, Aromatic Musk and Warm Leather Amber\u003c\/h3\u003e\n\u003cp\u003eDiscover Musk Al Meeral by Adyan, a 100ml Eau de Parfum presented for men and women in an elegant pearl-white and polished-gold design.\u003c\/p\u003e\n\u003cp\u003eBergamot forms the top note, introducing a bright, fresh and softly citrusy opening.\u003c\/p\u003e\n\u003cp\u003eLavender and musk shape the heart. Lavender brings aromatic calm and clean floral freshness, while musk adds softness and smooth warmth.\u003c\/p\u003e\n\u003cp\u003eLeather and amber form the base, creating a warm, textured and comfortably oriental finish.\u003c\/p\u003e\n\u003cp\u003eThe pearl-white bottle and matching box feature metallic-gold deer artwork, fine gold borders, soft silver-grey edges and a sculptural polished-gold cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-notes-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"mm-notes-grid\"\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eTop Note\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eBergamot\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eBergamot introduces clean citrus brightness and a polished, uplifting first impression.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eLavender and Musk\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eAromatic lavender combines with soft musk for a clean, smooth and gently enveloping centre.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-note-card\"\u003e\n\u003cdiv class=\"mm-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"mm-note-title\"\u003eLeather and Amber\u003c\/div\u003e\n\u003cdiv class=\"mm-note-description\"\u003eLeather provides texture and depth while amber adds warmth, softness and an oriental finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-character-section\"\u003e\n\u003cdiv class=\"mm-character-card\"\u003e\n\u003ch3\u003eThe Bergamot Lavender Opening\u003c\/h3\u003e\n\u003cp\u003eBright bergamot moves into aromatic lavender and soft musk for a clean, refined and inviting first phase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-character-card\"\u003e\n\u003ch3\u003eThe Leather Amber Dry-Down\u003c\/h3\u003e\n\u003cp\u003eLeather and amber create a warm, smooth and textured oriental finish with comfortable depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-details-grid\"\u003e\n\u003cdiv class=\"mm-details-box\"\u003e\n\u003ch4 class=\"mm-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eMusk Al Meeral\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eAdyan\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eMen and Women\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eFragrance Family\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eOriental\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eTop Note\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eBergamot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eLavender and Musk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003eLeather and Amber\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-detail-row\"\u003e\n\u003cspan class=\"mm-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mm-detail-value\"\u003ePearl White, Metallic Gold and Soft Silver Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-highlights-box\"\u003e\n\u003ch4 class=\"mm-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mm-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003ePresented for men and women\u003c\/li\u003e\n\u003cli\u003eBright bergamot opening\u003c\/li\u003e\n\u003cli\u003eAromatic lavender heart\u003c\/li\u003e\n\u003cli\u003eSoft musky warmth\u003c\/li\u003e\n\u003cli\u003eSmooth leather depth\u003c\/li\u003e\n\u003cli\u003eWarm amber finish\u003c\/li\u003e\n\u003cli\u003eOriental fragrance identity\u003c\/li\u003e\n\u003cli\u003eClean yet comfortably warm character\u003c\/li\u003e\n\u003cli\u003ePearl-white bottle and box\u003c\/li\u003e\n\u003cli\u003eMetallic-gold deer artwork\u003c\/li\u003e\n\u003cli\u003eSculptural polished-gold cap\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Musk Al Meeral Journey\u003c\/h3\u003e\n\u003cp class=\"mm-journey-intro\"\u003eA polished progression from bright bergamot into aromatic lavender and soft musk before settling into warm leather and amber.\u003c\/p\u003e\n\u003cdiv class=\"mm-journey-grid\"\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eBergamot Brightness\u003c\/h4\u003e\n\u003cp\u003eBergamot introduces fresh citrus clarity and an uplifting opening impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eLavender Musk Heart\u003c\/h4\u003e\n\u003cp\u003eLavender and musk combine aromatic freshness with softness and smooth warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-journey-card\"\u003e\n\u003cdiv class=\"mm-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eLeather Amber Finish\u003c\/h4\u003e\n\u003cp\u003eLeather and amber create texture, depth and a warm oriental dry-down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eThe Signature Musk Al Meeral Accords\u003c\/h3\u003e\n\u003cp class=\"mm-accord-intro\"\u003eA clean oriental composition shaped by bright citrus, aromatic lavender, soft musk, leather and amber.\u003c\/p\u003e\n\u003cdiv class=\"mm-accord-grid\"\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eBergamot\u003c\/h4\u003e\n\u003cp\u003eFresh citrus brightness creates the fragrance’s clean and polished opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eLavender and Musk\u003c\/h4\u003e\n\u003cp\u003eAromatic lavender and soft musk form a smooth, refined central accord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-accord-card\"\u003e\n\u003cdiv class=\"mm-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eLeather and Amber\u003c\/h4\u003e\n\u003cp\u003eLeather adds texture while amber creates warmth and oriental depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-statement-section\"\u003e\n\u003ch3\u003ePearl-White Elegance with Gold, Leather and Amber\u003c\/h3\u003e\n\u003cp\u003eMusk Al Meeral combines bright bergamot with lavender and musk before settling into leather and amber. Its pearl-white bottle and box, metallic-gold deer artwork and sculptural polished-gold cap reflect a clean yet luxurious fragrance identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-occasion-section\"\u003e\n\u003ch3\u003eA Refined Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts citrus, aromatic, musky, leather and amber character can complement daily wear, work, dinners, social occasions, evening wear and fragrance gifting according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eMusk Al Meeral is supplied as an Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-section\"\u003e\n\u003ch3 class=\"mm-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mm-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, musk fragrances, oud compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mm-trust-grid\"\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover musk fragrances, oud compositions, Eau de Parfum releases and perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-trust-card\"\u003e\n\u003cdiv class=\"mm-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian, musk, oud and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mm-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Musk Al Meeral smell like?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMusk Al Meeral opens with bergamot, develops through lavender and musk, and settles into leather and amber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat is the top note in Musk Al Meeral?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit fragrance-notes image lists bergamot as the top note.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Musk Al Meeral?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit fragrance-notes image lists lavender and musk as the heart notes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Musk Al Meeral?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit fragrance-notes image lists leather and amber as the base notes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Musk Al Meeral suitable for men and women?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The London Musk product listing presents Musk Al Meeral for men and women.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Musk Al Meeral?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMusk Al Meeral is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Musk Al Meeral an oriental fragrance?\u003c\/summary\u003e\n\u003cdiv class=\"mm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The London Musk product listing identifies its fragrance family as oriental.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583042240758,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Musk-Al-Meeral-EDP-100ml.webp?v=1739210463"},{"product_id":"mystic-melody-edp-100ml","title":"Mystic Melody EDP (100ml)","description":"\u003cstyle\u003e\n  .mystic-melody-wrapper {\n    --mym-white: #ffffff;\n    --mym-pale: #fbf1f3;\n    --mym-pale-2: #fdf8f9;\n    --mym-near-white: #fcfcfc;\n    --mym-border: #ead6dc;\n    --mym-neutral-border: #efe2e6;\n\n    --mym-dominant: #8d1830;\n    --mym-dominant-dark: #5a0d20;\n    --mym-secondary: #c8a24b;\n    --mym-accent: #221315;\n    --mym-dark-support: #32131d;\n    --mym-dark-deep: #0d090b;\n\n    --mym-ink: #1d1418;\n    --mym-body: #46393f;\n    --mym-muted: #786a71;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--mym-white);\n    color: var(--mym-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mystic-melody-wrapper *,\n  .mystic-melody-wrapper *::before,\n  .mystic-melody-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .mym-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--mym-white);\n    border: 0;\n    border-bottom: 1px solid var(--mym-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .mym-header::before,\n  .mym-header::after {\n    display: none;\n  }\n\n  .mym-brand-tag {\n    margin-bottom: 8px;\n    color: var(--mym-secondary);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .mym-main-title {\n    margin: 0 0 10px;\n    color: var(--mym-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .mym-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mym-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .mym-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .mym-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--mym-white);\n    border: 1px solid var(--mym-border);\n    border-radius: 10px;\n  }\n\n  .mym-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .mym-story h3 {\n    margin: 0 0 16px;\n    color: var(--mym-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mym-story p {\n    margin: 0 0 17px;\n    color: var(--mym-body);\n    font-size: 1.05rem;\n  }\n\n  .mym-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mym-section-title {\n    margin: 0 0 25px;\n    color: var(--mym-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .mym-notes-section,\n  .mym-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mym-white);\n    border: 1px solid var(--mym-border);\n    border-radius: 10px;\n  }\n\n  .mym-accord-section,\n  .mym-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--mym-pale);\n    border: 1px solid var(--mym-border);\n    border-radius: 10px;\n  }\n\n  .mym-notes-grid,\n  .mym-journey-grid,\n  .mym-accord-grid,\n  .mym-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .mym-note-card {\n    padding: 22px;\n    background: var(--mym-pale);\n    border: 1px solid var(--mym-border);\n    border-top: 4px solid var(--mym-dominant);\n    border-radius: 8px;\n  }\n.mym-note-label {\n    margin-bottom: 7px;\n    color: var(--mym-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mym-note-title {\n    margin-bottom: 7px;\n    color: var(--mym-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .mym-note-description {\n    color: var(--mym-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .mym-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--mym-dark-deep);\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mym-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--mym-dark-support),\n      var(--mym-dark-deep)\n    );\n    color: var(--mym-white);\n  }\n  .mym-character-card:nth-child(2) {\n    border-top: 1px solid var(--mym-secondary);\n  }\n.mym-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--mym-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .mym-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .mym-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .mym-details-box,\n  .mym-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--mym-white);\n    border: 1px solid var(--mym-border);\n    border-radius: 8px;\n  }\n\n  .mym-box-title,\n  .mym-highlights-box .mym-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--mym-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--mym-border);\n  }\n\n  .mym-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mym-neutral-border);\n  }\n\n  .mym-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .mym-detail-label {\n    color: var(--mym-muted);\n    font-weight: 600;\n  }\n\n  .mym-detail-value {\n    color: var(--mym-ink);\n    text-align: right;\n  }\n\n  .mym-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mym-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--mym-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--mym-neutral-border);\n  }\n\n  .mym-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n\n  .mym-detail-label {\n    flex: 0 0 34%;\n    min-width: 0;\n  }\n\n  .mym-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n    word-break: normal;\n  }\n\n  .mym-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .mym-highlights-list li {\n    list-style: none !important;\n  }\n\n  .mym-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .mym-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--mym-dominant);\n    font-weight: 700;\n  }\n\n  \n  .mym-journey-intro,\n  .mym-accord-intro,\n  .mym-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--mym-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .mym-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--mym-pale);\n    border: 1px solid var(--mym-border);\n    border-radius: 8px;\n  }\n\n  \n  .mym-journey-number,\n  .mym-accord-icon,\n  .mym-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--mym-dominant);\n    color: var(--mym-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .mym-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n.mym-journey-card h4,\n  .mym-accord-card h4,\n  .mym-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--mym-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .mym-journey-card p,\n  .mym-accord-card p,\n  .mym-trust-card p {\n    margin: 0;\n    color: var(--mym-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .mym-accord-card,\n  .mym-trust-card {\n    padding: 22px;\n    background: var(--mym-white);\n    border: 1px solid var(--mym-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mym-accord-icon,\n  .mym-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n\n  \n  .mym-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--mym-dark-support) 0%,\n      var(--mym-dominant) 48%,\n      var(--mym-dark-deep) 100%\n    );\n    color: var(--mym-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .mym-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--mym-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mym-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mym-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--mym-pale);\n    border: 1px solid var(--mym-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .mym-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--mym-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .mym-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--mym-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .mym-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--mym-pale-2);\n    border: 1px solid var(--mym-border);\n    border-left: 6px solid var(--mym-dominant);\n    border-radius: 8px;\n  }\n\n  .mym-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--mym-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .mym-performance-section p {\n    margin: 0;\n    color: var(--mym-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .mym-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--mym-border);\n  }\n\n  .mym-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--mym-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .mym-faq-item {\n    background: var(--mym-white);\n    border-bottom: 1px solid var(--mym-border);\n  }\n\n  .mym-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--mym-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .mym-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mym-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--mym-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .mym-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mym-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--mym-body);\n    font-size: 1rem;\n  }\n\n  .mym-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .mystic-melody-wrapper {\n      padding: 35px;\n    }\n\n    .mym-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .mym-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .mym-main-title {\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      letter-spacing: clamp(2.8px, 0.35vw, 4px);\n      overflow-wrap: anywhere;\n    }\n\n    .mym-tagline {\n      font-size: 1.3rem;\n    }\n\n    .mym-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .mym-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .mym-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .mym-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .mym-notes-grid,\n    .mym-journey-grid,\n    .mym-accord-grid,\n    .mym-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mym-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .mym-character-card:nth-child(2) {\n      border-top: 0;\n      border-left: 1px solid var(--mym-secondary);\n    }\n\n    .mym-character-card {\n      padding: 35px;\n    }\n\n    .mym-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .mym-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .mym-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .mym-section-title,\n    .mym-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .mym-note-title {\n      font-size: 1.15rem;\n    }\n\n    .mym-note-description {\n      font-size: 1rem;\n    }\n\n    .mym-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .mym-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .mym-box-title {\n      font-size: 1.05rem;\n    }\n\n    .mym-detail-row,\n    .mym-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .mym-journey-intro,\n    .mym-accord-intro,\n    .mym-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .mym-journey-card h4,\n    .mym-accord-card h4,\n    .mym-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .mym-journey-card p,\n    .mym-accord-card p,\n    .mym-trust-card p {\n      font-size: 1rem;\n    }\n.mym-statement-section {\n      padding: 44px;\n    }\n\n    .mym-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .mym-statement-section p,\n    .mym-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .mym-occasion-section {\n      padding: 38px;\n    }\n\n    .mym-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .mym-performance-section {\n      padding: 30px;\n    }\n\n    .mym-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .mym-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .mym-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .mym-notes-grid,\n    .mym-journey-grid,\n    .mym-accord-grid,\n    .mym-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .mystic-melody-wrapper {\n      padding: 10px;\n    }\n\n    .mym-header {\n      padding: 26px 8px;\n    }\n\n    .mym-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .mym-main-title {\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      letter-spacing: 1.4px;\n      overflow-wrap: anywhere;\n    }\n\n    .mym-tagline {\n      font-size: 0.95rem;\n    }\n\n    .mym-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .mym-detail-value {\n      text-align: left;\n    }\n\n    .mym-character-card {\n      padding: 24px 18px;\n    }\n\n    .mym-journey-section,\n    .mym-accord-section,\n    .mym-trust-section {\n      padding: 25px 15px;\n    }\n\n    .mym-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .mym-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n.mym-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mystic-melody-wrapper\"\u003e\n\u003cdiv class=\"mym-header\"\u003e\n\u003cdiv class=\"mym-brand-tag\"\u003eAdyan by Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"mym-main-title\"\u003eMystic Melody\u003c\/h2\u003e\n\u003cp class=\"mym-tagline\"\u003e“Luminous pear and bergamot unfold into white florals, vanilla, patchouli and vetiver.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-intro-grid\"\u003e\n\u003cdiv class=\"mym-image-frame\"\u003e\n\u003cimg alt=\"Mystic Melody by Adyan 100ml Extrait de Parfum with a deep crimson velvet-effect bottle, ornate polished-gold cap and gold lettering, paired with a wine-black box featuring gold trim and a crimson rose panel\" class=\"mym-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/mystic_melody-2_jpg.webp?v=1744906209\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-story\"\u003e\n\u003ch3\u003eMystique, White Florals and Refined Sensuality\u003c\/h3\u003e\n\u003cp\u003eDiscover Mystic Melody by Adyan, a luxurious 100ml Extrait de Parfum for women combining luminous fruit, elegant white florals and a warm base.\u003c\/p\u003e\n\u003cp\u003ePear and bergamot open the composition with juicy freshness and polished citrus brightness.\u003c\/p\u003e\n\u003cp\u003eTuberose, orange blossom and jasmine sambac form the floral heart, bringing creamy richness, radiant softness and opulent feminine character.\u003c\/p\u003e\n\u003cp\u003ePatchouli, vanilla, Ambroxan and vetiver shape the base with smooth warmth, earthy structure and modern diffusion.\u003c\/p\u003e\n\u003cp\u003eThe deep crimson velvet-effect bottle is finished with ornate polished gold hardware and is paired with a wine-black presentation box featuring gold trim and a crimson rose display panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-notes-section\"\u003e\n\u003ch3 class=\"mym-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"mym-notes-grid\"\u003e\n\u003cdiv class=\"mym-note-card\"\u003e\n\u003cdiv class=\"mym-note-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"mym-note-title\"\u003ePear and Bergamot\u003c\/div\u003e\n\u003cdiv class=\"mym-note-description\"\u003eJuicy pear and sparkling bergamot create a bright, elegant and softly fruity opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-note-card\"\u003e\n\u003cdiv class=\"mym-note-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"mym-note-title\"\u003eTuberose, Orange Blossom and Jasmine Sambac\u003c\/div\u003e\n\u003cdiv class=\"mym-note-description\"\u003eCreamy tuberose, radiant orange blossom and opulent jasmine sambac create a rich white-floral heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-note-card\"\u003e\n\u003cdiv class=\"mym-note-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"mym-note-title\"\u003ePatchouli, Vanilla, Ambroxan and Vetiver\u003c\/div\u003e\n\u003cdiv class=\"mym-note-description\"\u003eEarthy patchouli and vetiver meet smooth vanilla and modern Ambroxan for a warm, polished finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-character-section\"\u003e\n\u003cdiv class=\"mym-character-card\"\u003e\n\u003ch3\u003eThe Pear Floral Opening\u003c\/h3\u003e\n\u003cp\u003ePear and bergamot introduce luminous freshness before tuberose, orange blossom and jasmine sambac create a creamy floral presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-character-card\"\u003e\n\u003ch3\u003eThe Vanilla Vetiver Dry-Down\u003c\/h3\u003e\n\u003cp\u003ePatchouli, vanilla, Ambroxan and vetiver settle into a warm, diffusive and sophisticated base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-details-grid\"\u003e\n\u003cdiv class=\"mym-details-box\"\u003e\n\u003ch4 class=\"mym-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eMystic Melody\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eAdyan by Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eExtrait de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eWomen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003ePear and Bergamot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eTuberose, Orange Blossom and Jasmine Sambac\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003ePatchouli, Vanilla, Ambroxan and Vetiver\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-detail-row\"\u003e\n\u003cspan class=\"mym-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"mym-detail-value\"\u003eDeep Crimson, Wine Black and Polished Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-highlights-box\"\u003e\n\u003ch4 class=\"mym-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"mym-highlights-list\"\u003e\n\u003cli\u003e100ml Extrait de Parfum\u003c\/li\u003e\n\u003cli\u003eCreated for women\u003c\/li\u003e\n\u003cli\u003eJuicy pear opening\u003c\/li\u003e\n\u003cli\u003eSparkling bergamot lift\u003c\/li\u003e\n\u003cli\u003eCreamy tuberose heart\u003c\/li\u003e\n\u003cli\u003eRadiant orange blossom\u003c\/li\u003e\n\u003cli\u003eOpulent jasmine sambac\u003c\/li\u003e\n\u003cli\u003eSmooth vanilla warmth\u003c\/li\u003e\n\u003cli\u003eEarthy patchouli structure\u003c\/li\u003e\n\u003cli\u003eModern Ambroxan character\u003c\/li\u003e\n\u003cli\u003eFresh vetiver depth\u003c\/li\u003e\n\u003cli\u003eCrimson bottle and rose-panel presentation box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-journey-section\"\u003e\n\u003ch3 class=\"mym-section-title\"\u003eThe Mystic Melody Journey\u003c\/h3\u003e\n\u003cp class=\"mym-journey-intro\"\u003eA sophisticated progression from pear and bergamot into opulent white florals before settling into vanilla, patchouli, Ambroxan and vetiver.\u003c\/p\u003e\n\u003cdiv class=\"mym-journey-grid\"\u003e\n\u003cdiv class=\"mym-journey-card\"\u003e\n\u003cdiv class=\"mym-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eLuminous Fruity Lift\u003c\/h4\u003e\n\u003cp\u003ePear and bergamot create a bright, juicy and elegantly sparkling first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-journey-card\"\u003e\n\u003cdiv class=\"mym-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eOpulent White Florals\u003c\/h4\u003e\n\u003cp\u003eTuberose, orange blossom and jasmine sambac form a creamy and sophisticated floral centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-journey-card\"\u003e\n\u003cdiv class=\"mym-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eWarm Modern Depth\u003c\/h4\u003e\n\u003cp\u003ePatchouli, vanilla, Ambroxan and vetiver create a smooth and polished final trail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-accord-section\"\u003e\n\u003ch3 class=\"mym-section-title\"\u003eThe Signature Mystic Melody Accords\u003c\/h3\u003e\n\u003cp class=\"mym-accord-intro\"\u003eA refined feminine composition shaped by luminous fruit, rich white florals, smooth vanilla, earthy woods and modern Ambroxan.\u003c\/p\u003e\n\u003cdiv class=\"mym-accord-grid\"\u003e\n\u003cdiv class=\"mym-accord-card\"\u003e\n\u003cdiv class=\"mym-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003ePear and Bergamot\u003c\/h4\u003e\n\u003cp\u003eJuicy fruit and polished citrus create freshness, elegance and immediate lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-accord-card\"\u003e\n\u003cdiv class=\"mym-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eTuberose and White Florals\u003c\/h4\u003e\n\u003cp\u003eTuberose, orange blossom and jasmine sambac create a creamy and opulent heart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-accord-card\"\u003e\n\u003cdiv class=\"mym-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eVanilla, Ambroxan and Woods\u003c\/h4\u003e\n\u003cp\u003eVanilla, patchouli, Ambroxan and vetiver provide warmth, diffusion and grounded depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-statement-section\"\u003e\n\u003ch3\u003eMystique Composed in Crimson and Gold\u003c\/h3\u003e\n\u003cp\u003eMystic Melody moves from pear and bergamot into tuberose, orange blossom and jasmine sambac before settling into patchouli, vanilla, Ambroxan and vetiver. Its crimson bottle, ornate gold cap and rose-panel box create a luxurious feminine presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-occasion-section\"\u003e\n\u003ch3\u003eA Sophisticated Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts luminous fruity opening can complement polished daytime wear, while the rich white florals, vanilla, patchouli and Ambroxan add depth for dinners, celebrations and evening occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eMystic Melody is supplied as an Extrait de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-trust-section\"\u003e\n\u003ch3 class=\"mym-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"mym-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, feminine fragrances, floral compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"mym-trust-grid\"\u003e\n\u003cdiv class=\"mym-trust-card\"\u003e\n\u003cdiv class=\"mym-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eFragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover Arabian fragrances, Extrait de Parfum releases, oud compositions and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-trust-card\"\u003e\n\u003cdiv class=\"mym-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-trust-card\"\u003e\n\u003cdiv class=\"mym-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mym-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Mystic Melody by Adyan smell like?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMystic Melody opens with pear and bergamot, develops through tuberose, orange blossom and jasmine sambac, and settles into patchouli, vanilla, Ambroxan and vetiver.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Mystic Melody?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are pear and bergamot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Mystic Melody?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are tuberose, orange blossom and jasmine sambac.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Mystic Melody?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed base notes are patchouli, vanilla, Ambroxan and vetiver.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Mystic Melody made for women?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product description presents Mystic Melody as a fragrance for women.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Mystic Melody?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMystic Melody is supplied in a 100ml, approximately 3.4-fluid-ounce, Extrait de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Mystic Melody be worn?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts fruity-floral opening and warm base can complement daytime wear, dinners, celebrations and evening occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow long does Mystic Melody last?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMystic Melody is supplied as an Extrait de Parfum. Exact longevity and projection vary according to skin type, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"mym-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Mystic Melody suitable as a perfume gift?\u003c\/summary\u003e\n\u003cdiv class=\"mym-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts 100ml presentation, feminine profile, crimson bottle, ornate gold cap and rose-panel box make it suitable for fragrance gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583059280118,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Mystic-Melody-100-ML-Extrait-De-Perfume.webp?v=1739210604"},{"product_id":"namoos-100-by-adyan","title":"Namoos 100 by Adyan","description":"\u003cstyle\u003e\n  .namoos-wrapper {\n    --nm-white: #ffffff;\n    --nm-pale: #fbf5f2;\n    --nm-pale-2: #fdfaf8;\n    --nm-near-white: #fcfcfc;\n    --nm-border: #eadbd4;\n    --nm-neutral-border: #eee5e1;\n\n    --nm-dominant: #b32635;\n    --nm-dominant-dark: #7b1722;\n    --nm-secondary: #c9a348;\n    --nm-accent: #2a2422;\n    --nm-dark-support: #2d1718;\n    --nm-dark-deep: #100b0b;\n\n    --nm-ink: #1d1716;\n    --nm-body: #453c39;\n    --nm-muted: #786f6b;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--nm-white);\n    color: var(--nm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .namoos-wrapper *,\n  .namoos-wrapper *::before,\n  .namoos-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \n  .nm-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--nm-white);\n    border: 0;\n    border-bottom: 1px solid var(--nm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .nm-header::before,\n  .nm-header::after {\n    display: none;\n  }\n\n  .nm-brand-tag {\n    margin-bottom: 8px;\n    color: var(--nm-dominant);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .nm-main-title {\n    margin: 0 0 10px;\n    color: var(--nm-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .nm-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--nm-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  \n  .nm-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .nm-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--nm-white);\n    border: 1px solid var(--nm-border);\n    border-radius: 10px;\n  }\n\n  .nm-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .nm-story h3 {\n    margin: 0 0 16px;\n    color: var(--nm-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .nm-story p {\n    margin: 0 0 17px;\n    color: var(--nm-body);\n    font-size: 1.05rem;\n  }\n\n  .nm-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .nm-section-title {\n    margin: 0 0 25px;\n    color: var(--nm-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \n  .nm-notes-section,\n  .nm-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--nm-white);\n    border: 1px solid var(--nm-border);\n    border-radius: 10px;\n  }\n\n  .nm-accord-section,\n  .nm-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--nm-pale);\n    border: 1px solid var(--nm-border);\n    border-radius: 10px;\n  }\n\n  .nm-notes-grid,\n  .nm-journey-grid,\n  .nm-accord-grid,\n  .nm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  \n  .nm-note-card {\n    padding: 22px;\n    background: var(--nm-pale);\n    border: 1px solid var(--nm-border);\n    border-top: 4px solid var(--nm-dominant);\n    border-radius: 8px;\n  }\n.nm-note-label {\n    margin-bottom: 7px;\n    color: var(--nm-dominant);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .nm-note-title {\n    margin-bottom: 7px;\n    color: var(--nm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .nm-note-description {\n    color: var(--nm-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  \n  .nm-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--nm-dark-deep);\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .nm-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--nm-dark-support),\n      var(--nm-dark-deep)\n    );\n    color: var(--nm-white);\n  }\n  .nm-character-card:nth-child(2) {\n    border-top: 1px solid var(--nm-secondary);\n  }\n.nm-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--nm-secondary);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .nm-character-card p {\n    margin: 0;\n    color: #f7f7f7;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  \n  .nm-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .nm-details-box,\n  .nm-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--nm-white);\n    border: 1px solid var(--nm-border);\n    border-radius: 8px;\n  }\n\n  .nm-box-title,\n  .nm-highlights-box .nm-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--nm-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--nm-border);\n  }\n\n  .nm-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--nm-neutral-border);\n  }\n\n  .nm-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .nm-detail-label {\n    color: var(--nm-muted);\n    font-weight: 600;\n  }\n\n  .nm-detail-value {\n    color: var(--nm-ink);\n    text-align: right;\n  }\n\n  .nm-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .nm-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--nm-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--nm-neutral-border);\n  }\n\n  .nm-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n\n  .nm-detail-label {\n    flex: 0 0 34%;\n    min-width: 0;\n  }\n\n  .nm-detail-value {\n    flex: 1 1 auto;\n    min-width: 0;\n    overflow-wrap: anywhere;\n    word-break: normal;\n  }\n\n  .nm-highlights-list {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .nm-highlights-list li {\n    list-style: none !important;\n  }\n\n  .nm-highlights-list li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .nm-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--nm-dominant);\n    font-weight: 700;\n  }\n\n  \n  .nm-journey-intro,\n  .nm-accord-intro,\n  .nm-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--nm-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .nm-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--nm-pale);\n    border: 1px solid var(--nm-border);\n    border-radius: 8px;\n  }\n\n  \n  .nm-journey-number,\n  .nm-accord-icon,\n  .nm-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--nm-dominant);\n    color: var(--nm-white);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .nm-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n.nm-journey-card h4,\n  .nm-accord-card h4,\n  .nm-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--nm-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .nm-journey-card p,\n  .nm-accord-card p,\n  .nm-trust-card p {\n    margin: 0;\n    color: var(--nm-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \n  .nm-accord-card,\n  .nm-trust-card {\n    padding: 22px;\n    background: var(--nm-white);\n    border: 1px solid var(--nm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .nm-accord-icon,\n  .nm-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  \n\n  \n  .nm-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--nm-dark-support) 0%,\n      var(--nm-dominant) 48%,\n      var(--nm-dark-deep) 100%\n    );\n    color: var(--nm-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .nm-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--nm-secondary);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .nm-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f7f7f7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .nm-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--nm-pale);\n    border: 1px solid var(--nm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .nm-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--nm-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .nm-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--nm-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  \n  .nm-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--nm-pale-2);\n    border: 1px solid var(--nm-border);\n    border-left: 6px solid var(--nm-dominant);\n    border-radius: 8px;\n  }\n\n  .nm-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--nm-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .nm-performance-section p {\n    margin: 0;\n    color: var(--nm-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \n  .nm-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--nm-border);\n  }\n\n  .nm-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--nm-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .nm-faq-item {\n    background: var(--nm-white);\n    border-bottom: 1px solid var(--nm-border);\n  }\n\n  .nm-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--nm-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .nm-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .nm-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--nm-dominant);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .nm-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .nm-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--nm-body);\n    font-size: 1rem;\n  }\n\n  .nm-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .namoos-wrapper {\n      padding: 35px;\n    }\n\n    .nm-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .nm-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .nm-main-title {\n      font-size: clamp(2.8rem, 5vw, 4rem);\n      letter-spacing: clamp(2.8px, 0.35vw, 4px);\n      overflow-wrap: anywhere;\n    }\n\n    .nm-tagline {\n      font-size: 1.3rem;\n    }\n\n    .nm-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .nm-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .nm-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .nm-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .nm-notes-grid,\n    .nm-journey-grid,\n    .nm-accord-grid,\n    .nm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .nm-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .nm-character-card:nth-child(2) {\n      border-top: 0;\n      border-left: 1px solid var(--nm-secondary);\n    }\n\n    .nm-character-card {\n      padding: 35px;\n    }\n\n    .nm-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .nm-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .nm-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .nm-section-title,\n    .nm-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .nm-note-title {\n      font-size: 1.15rem;\n    }\n\n    .nm-note-description {\n      font-size: 1rem;\n    }\n\n    .nm-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .nm-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .nm-box-title {\n      font-size: 1.05rem;\n    }\n\n    .nm-detail-row,\n    .nm-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .nm-journey-intro,\n    .nm-accord-intro,\n    .nm-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .nm-journey-card h4,\n    .nm-accord-card h4,\n    .nm-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .nm-journey-card p,\n    .nm-accord-card p,\n    .nm-trust-card p {\n      font-size: 1rem;\n    }\n.nm-statement-section {\n      padding: 44px;\n    }\n\n    .nm-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .nm-statement-section p,\n    .nm-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .nm-occasion-section {\n      padding: 38px;\n    }\n\n    .nm-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .nm-performance-section {\n      padding: 30px;\n    }\n\n    .nm-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .nm-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .nm-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .nm-notes-grid,\n    .nm-journey-grid,\n    .nm-accord-grid,\n    .nm-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 480px) {\n    .namoos-wrapper {\n      padding: 10px;\n    }\n\n    .nm-header {\n      padding: 26px 8px;\n    }\n\n    .nm-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .nm-main-title {\n      font-size: clamp(1.55rem, 7vw, 2.15rem);\n      letter-spacing: 1.4px;\n      overflow-wrap: anywhere;\n    }\n\n    .nm-tagline {\n      font-size: 0.95rem;\n    }\n\n    .nm-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .nm-detail-value {\n      text-align: left;\n    }\n\n    .nm-character-card {\n      padding: 24px 18px;\n    }\n\n    .nm-journey-section,\n    .nm-accord-section,\n    .nm-trust-section {\n      padding: 25px 15px;\n    }\n\n    .nm-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .nm-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n.nm-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"namoos-wrapper\"\u003e\n\u003cdiv class=\"nm-header\"\u003e\n\u003cdiv class=\"nm-brand-tag\"\u003eAdyan by Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"nm-main-title\"\u003eNamoos\u003c\/h2\u003e\n\u003cp class=\"nm-tagline\"\u003e“A tribute to grace, honour, integrity and timeless noble character.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-intro-grid\"\u003e\n\u003cdiv class=\"nm-image-frame\"\u003e\n\u003cimg alt=\"Namoos by Adyan 100ml Eau de Parfum with a porcelain-white bottle and matching presentation box, calligraphic crimson horse artwork, polished gold lettering, fine gold trim and a sculptural gold horse-head cap\" class=\"nm-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Namoos_jpg.webp?v=1739210690\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-story\"\u003e\n\u003ch3\u003eGrace, Honour and Timeless Presence\u003c\/h3\u003e\n\u003cp\u003eStep into a world of grace and honour with Namoos by Adyan, a distinguished 100ml Eau de Parfum presented as a tribute to integrity, dignity and refined personal character.\u003c\/p\u003e\n\u003cp\u003eThe official product listing does not publish a conventional top, heart and base-note pyramid. Namoos is instead described through a poised, elegant and memorable fragrance identity.\u003c\/p\u003e\n\u003cp\u003eIts character centres on honour, noble distinction and quiet confidence, creating a polished presence intended to feel refined rather than excessive.\u003c\/p\u003e\n\u003cp\u003eThe fragrance is presented under the Adyan name with Anfar heritage, connecting it with a wider tradition of Arabian and oriental perfumery.\u003c\/p\u003e\n\u003cp\u003eThe porcelain-white bottle and matching box are decorated with calligraphic crimson horse artwork, polished gold lettering, fine gold trim and a sculptural gold horse-head cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-notes-section\"\u003e\n\u003ch3 class=\"nm-section-title\"\u003eThe Fragrance Character\u003c\/h3\u003e\n\u003cdiv class=\"nm-notes-grid\"\u003e\n\u003cdiv class=\"nm-note-card\"\u003e\n\u003cdiv class=\"nm-note-label\"\u003eOpening Impression\u003c\/div\u003e\n\u003cdiv class=\"nm-note-title\"\u003eGraceful and Refined\u003c\/div\u003e\n\u003cdiv class=\"nm-note-description\"\u003eNamoos introduces a composed and polished identity associated with grace, dignity and quiet confidence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-note-card\"\u003e\n\u003cdiv class=\"nm-note-label\"\u003eDeveloping Character\u003c\/div\u003e\n\u003cdiv class=\"nm-note-title\"\u003eHonour and Integrity\u003c\/div\u003e\n\u003cdiv class=\"nm-note-description\"\u003eIts central personality reflects noble values, refined presence and self-assured elegance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-note-card\"\u003e\n\u003cdiv class=\"nm-note-label\"\u003eFinishing Impression\u003c\/div\u003e\n\u003cdiv class=\"nm-note-title\"\u003eTimeless and Memorable\u003c\/div\u003e\n\u003cdiv class=\"nm-note-description\"\u003eThe fragrance is presented as leaving an elegant, distinguished and memorable impression.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-character-section\"\u003e\n\u003cdiv class=\"nm-character-card\"\u003e\n\u003ch3\u003eThe Graceful Presence\u003c\/h3\u003e\n\u003cp\u003eNamoos is framed around elegance, composure and dignity, creating a polished fragrance identity rather than an overstated one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-character-card\"\u003e\n\u003ch3\u003eThe Noble Impression\u003c\/h3\u003e\n\u003cp\u003eIts identity centres on integrity and honour, leaving a confident, distinguished and memorable impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-details-grid\"\u003e\n\u003cdiv class=\"nm-details-box\"\u003e\n\u003ch4 class=\"nm-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eNamoos\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eAdyan by Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eFragrance Notes\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eNot Specified on the Product Listing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eCharacter\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eGraceful, Noble, Refined and Timeless\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003eGender Positioning\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003eNot Specified on the Product Listing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-detail-row\"\u003e\n\u003cspan class=\"nm-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"nm-detail-value\"\u003ePorcelain White, Crimson Artwork and Polished Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-highlights-box\"\u003e\n\u003ch4 class=\"nm-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"nm-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum presentation\u003c\/li\u003e\n\u003cli\u003eCreated around grace, honour and dignity\u003c\/li\u003e\n\u003cli\u003eRefined and composed fragrance identity\u003c\/li\u003e\n\u003cli\u003eTimeless and noble character\u003c\/li\u003e\n\u003cli\u003eDesigned to leave a memorable impression\u003c\/li\u003e\n\u003cli\u003eAdyan branding with Anfar heritage\u003c\/li\u003e\n\u003cli\u003eNo unsupported note pyramid added\u003c\/li\u003e\n\u003cli\u003eGender positioning left unspecified\u003c\/li\u003e\n\u003cli\u003ePorcelain-white bottle finish\u003c\/li\u003e\n\u003cli\u003eCalligraphic crimson horse artwork\u003c\/li\u003e\n\u003cli\u003eSculptural polished-gold horse-head cap\u003c\/li\u003e\n\u003cli\u003eCoordinated bottle-and-box presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-journey-section\"\u003e\n\u003ch3 class=\"nm-section-title\"\u003eThe Namoos Journey\u003c\/h3\u003e\n\u003cp class=\"nm-journey-intro\"\u003eA character-led progression from graceful refinement to honourable presence before settling into a timeless and memorable impression.\u003c\/p\u003e\n\u003cdiv class=\"nm-journey-grid\"\u003e\n\u003cdiv class=\"nm-journey-card\"\u003e\n\u003cdiv class=\"nm-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eGraceful Introduction\u003c\/h4\u003e\n\u003cp\u003eThe fragrance begins its story with elegance, composure and polished personal style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-journey-card\"\u003e\n\u003cdiv class=\"nm-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eHonourable Presence\u003c\/h4\u003e\n\u003cp\u003eIntegrity and dignity define the developing character and create a poised impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-journey-card\"\u003e\n\u003cdiv class=\"nm-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eTimeless Signature\u003c\/h4\u003e\n\u003cp\u003eNamoos completes its journey with a refined identity intended to feel noble and memorable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-accord-section\"\u003e\n\u003ch3 class=\"nm-section-title\"\u003eThe Signature Namoos Character\u003c\/h3\u003e\n\u003cp class=\"nm-accord-intro\"\u003eThe official description presents Namoos through emotional and stylistic qualities rather than a published perfume-note pyramid.\u003c\/p\u003e\n\u003cdiv class=\"nm-accord-grid\"\u003e\n\u003cdiv class=\"nm-accord-card\"\u003e\n\u003cdiv class=\"nm-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eGrace and Elegance\u003c\/h4\u003e\n\u003cp\u003eA poised fragrance identity created to express refined taste, composure and timeless style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-accord-card\"\u003e\n\u003cdiv class=\"nm-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eIntegrity and Dignity\u003c\/h4\u003e\n\u003cp\u003eNamoos is positioned as a tribute to honourable values and noble personal character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-accord-card\"\u003e\n\u003cdiv class=\"nm-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eMemorable Presence\u003c\/h4\u003e\n\u003cp\u003eThe fragrance is presented as leaving a confident and distinguished impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-statement-section\"\u003e\n\u003ch3\u003eThe Spirit of Honour\u003c\/h3\u003e\n\u003cp\u003eNamoos represents grace, integrity and noble presence through a striking porcelain-white bottle, calligraphic crimson horse artwork, polished gold detailing and a sculptural gold horse-head cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-occasion-section\"\u003e\n\u003ch3\u003eA Refined Signature for Meaningful Moments\u003c\/h3\u003e\n\u003cp\u003eIts elegant and dignified positioning can complement daily signature wear, business settings, dinners, formal gatherings, celebrations and fragrance gifting. Individual suitability remains a matter of personal taste because no conventional note pyramid or gender category is published.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eNamoos is supplied as an Eau de Parfum. The product listing does not publish fixed longevity or projection figures, so performance may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-trust-section\"\u003e\n\u003ch3 class=\"nm-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"nm-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, musk compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"nm-trust-grid\"\u003e\n\u003cdiv class=\"nm-trust-card\"\u003e\n\u003cdiv class=\"nm-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover Arabian fragrances, oud compositions, musk scents, Eau de Parfum releases and perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-trust-card\"\u003e\n\u003cdiv class=\"nm-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-trust-card\"\u003e\n\u003cdiv class=\"nm-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian, oud, musk and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nm-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Namoos by Adyan smell like?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product listing does not publish a conventional note pyramid. It presents Namoos as a refined fragrance inspired by grace, honour, integrity, dignity and timeless elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the fragrance notes in Namoos?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eSpecific top, heart and base notes are not provided on the London Musk product listing, so no unsupported note pyramid has been added.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat brand is Namoos?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe bottle and product listing present Namoos under the Adyan name with Anfar heritage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Namoos?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eNamoos is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Namoos suitable for men or women?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product listing does not clearly specify a gender category. Suitability therefore depends on individual taste and preferred fragrance style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Namoos long-lasting?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eNamoos is supplied as an Eau de Parfum, but no fixed performance figures are published. Longevity and projection vary by skin type, climate, application and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Namoos be worn?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts refined positioning can suit daily signature wear, work, dinners, formal gatherings, celebrations and meaningful occasions, subject to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"nm-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Namoos suitable as a perfume gift?\u003c\/summary\u003e\n\u003cdiv class=\"nm-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts porcelain-white bottle, crimson horse artwork, polished gold horse-head cap and coordinated box create a distinctive presentation suitable for gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583064457462,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Namoos-100-by-Adyan.webp?v=1739210690"},{"product_id":"noirish-onyx-edp-100ml","title":"Noirish Onyx EDP (100ml)","description":"\u003c!-- Noirish Onyx by Asten 100ml Eau de Parfum --\u003e\n\u003c!-- Product Page: https:\/\/londonmusk.com\/collections\/all\/products\/noirish-onyx-edp-100ml --\u003e\n\u003c!-- Permanent Vague Reference Layout: White Areas, Borders, Spacing and Card System Fixed --\u003e\n\u003c!-- Permanent Compact Circle Standard: 42px × 42px --\u003e\n\u003c!-- Explicit Formal Note Pyramid Prioritised Over Conflicting Narrative Notes --\u003e\n\u003c!-- Only Product-Derived Colours Changed: Near Black, Antique Bronze, Champagne Gold, Copper Orange and Warm Ivory --\u003e\n\n\u003cstyle\u003e\n  .noirish-onyx-wrapper{\n    \/* Product-derived colour system: only these accents change per product *\/\n    --no-white:#ffffff;\n    --no-pale:#f7f3e9;\n    --no-pale-2:#fbf9f3;\n    --no-near-white:#fcfcfc;\n    --no-border:#e3dac5;\n    --no-neutral-border:#e5e5e5;\n\n    --no-dominant:#171716;\n    --no-dominant-dark:#0c0c0b;\n    --no-secondary:#9a7634;\n    --no-accent:#c6a851;\n    --no-dark-support:#302619;\n    --no-dark-deep:#0b0b0a;\n\n    --no-ink:#111111;\n    --no-body:#333333;\n    --no-muted:#676767;\n\n    width:100%;\n    max-width:1200px;\n    margin:0 auto;\n    padding:15px;\n    box-sizing:border-box;\n    background:var(--no-white);\n    color:var(--no-ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:16px;\n    line-height:1.65;\n  }\n\n  .noirish-onyx-wrapper *,\n  .noirish-onyx-wrapper *::before,\n  .noirish-onyx-wrapper *::after{\n    box-sizing:border-box;\n  }\n\n  \/* FIXED REFERENCE HEADER: pure white, no coloured fill *\/\n  .no-header{\n    margin-bottom:42px;\n    padding:58px 20px 48px;\n    text-align:center;\n    background:var(--no-white);\n    border:none;\n    border-bottom:1px solid var(--no-border);\n    border-radius:0;\n  }\n\n  .no-brand-tag{\n    margin-bottom:12px;\n    color:var(--no-accent);\n    font-size:.84rem;\n    font-weight:700;\n    letter-spacing:5px;\n    text-transform:uppercase;\n  }\n\n  .no-main-title{\n    margin:0 0 14px;\n    color:var(--no-ink);\n    font-size:2.25rem;\n    font-weight:300;\n    line-height:1.2;\n    letter-spacing:4px;\n    text-transform:uppercase;\n  }\n\n  .no-tagline{\n    max-width:850px;\n    margin:0 auto;\n    color:#555555;\n    font-size:1.05rem;\n    font-style:italic;\n  }\n\n  .no-intro-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:34px;\n    margin-bottom:42px;\n    align-items:center;\n  }\n\n  \/* White remains pure white *\/\n  .no-image-frame{\n    width:100%;\n    overflow:hidden;\n    background:var(--no-white);\n    border:1px solid var(--no-border);\n    border-radius:10px;\n    box-shadow:none;\n  }\n\n  .no-product-image{\n    display:block;\n    width:100%;\n    height:auto;\n    object-fit:contain;\n  }\n\n  .no-story h3{\n    margin:0 0 16px;\n    color:var(--no-ink);\n    font-size:1.4rem;\n    font-weight:500;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n  }\n\n  .no-story p{\n    margin:0 0 17px;\n    color:var(--no-body);\n    font-size:1.05rem;\n  }\n\n  .no-story p:last-child{\n    margin-bottom:0;\n  }\n\n  .no-section-title{\n    margin:0 0 26px;\n    color:var(--no-ink);\n    font-size:1.3rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  \/* FIXED OUTER SECTION SYSTEM *\/\n  .no-notes-section,\n  .no-journey-section,\n  .no-accord-section,\n  .no-trust-section{\n    margin-bottom:42px;\n    padding:38px 30px 40px;\n    border:1px solid var(--no-border);\n    border-radius:10px;\n  }\n\n  \/* White sections stay pure white *\/\n  .no-notes-section,\n  .no-journey-section{\n    background:var(--no-white);\n  }\n\n  \/* Only designated pale sections receive a very light product tint *\/\n  .no-accord-section{\n    background:var(--no-pale-2);\n  }\n\n  .no-trust-section{\n    background:var(--no-near-white);\n  }\n\n  .no-three-grid,\n  .no-journey-grid,\n  .no-accord-grid,\n  .no-trust-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:22px;\n  }\n\n  \/* FIXED NOTE CARD: pale fill + one coloured top border only *\/\n  .no-note-card{\n    min-height:100%;\n    padding:24px 22px;\n    background:var(--no-pale);\n    border:1px solid var(--no-border);\n    border-top:4px solid var(--no-dominant);\n    border-radius:9px;\n    box-shadow:0 7px 18px rgba(0,0,0,.025);\n  }\n\n  .no-card-label{\n    margin-bottom:9px;\n    color:var(--no-secondary);\n    font-size:.78rem;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n  }\n\n  .no-card-title{\n    margin-bottom:8px;\n    color:var(--no-ink);\n    font-size:1.05rem;\n    font-weight:650;\n  }\n\n  .no-card-description{\n    color:var(--no-body);\n    font-size:.95rem;\n    line-height:1.58;\n  }\n\n  \/* FIXED TWO-PANEL DARK BLOCK *\/\n  .no-character-section{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:0;\n    margin-bottom:42px;\n    overflow:hidden;\n    background:var(--no-dark-deep);\n    border:none;\n    border-radius:11px;\n  }\n\n  .no-character-card{\n    padding:34px 30px;\n    background:linear-gradient(135deg,var(--no-dark-support),var(--no-dark-deep));\n    color:var(--no-white);\n  }\n\n  .no-character-card:nth-child(2){\n    background:linear-gradient(135deg,#2b2115,var(--no-dark-deep));\n    border-top:1px solid var(--no-dominant);\n  }\n\n  .no-character-card h3,\n  .no-character-card:nth-child(2) h3{\n    margin:0 0 13px;\n    color:var(--no-secondary);\n    font-size:1.02rem;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n  }\n\n  .no-character-card p,\n  .no-character-card:nth-child(2) p{\n    margin:0;\n    color:var(--no-white);\n    font-size:1rem;\n    line-height:1.75;\n  }\n\n  .no-details-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:30px;\n    margin-bottom:42px;\n  }\n\n  .no-details-box,\n  .no-highlights-box{\n    height:100%;\n    padding:24px;\n    background:var(--no-white);\n    border:1px solid var(--no-border);\n    border-radius:9px;\n  }\n\n  .no-box-title{\n    margin:0 0 16px;\n    padding-bottom:10px;\n    color:var(--no-ink);\n    font-size:.9rem;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n    border-bottom:1px solid var(--no-neutral-border);\n  }\n\n  .no-detail-row{\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:12px 0;\n    font-size:1rem;\n    border-bottom:1px solid var(--no-neutral-border);\n  }\n\n  .no-detail-row:last-child{\n    padding-bottom:0;\n    border-bottom:none;\n  }\n\n  .no-detail-label{\n    color:var(--no-muted);\n    font-weight:600;\n  }\n\n  .no-detail-value{\n    color:var(--no-ink);\n    text-align:right;\n  }\n\n  .no-highlights-list{\n    margin:0;\n    padding:0;\n    list-style:none;\n  }\n\n  .no-highlights-list li{\n    position:relative;\n    margin:0;\n    padding:12px 0 12px 28px;\n    color:var(--no-body);\n    font-size:1rem;\n    border-bottom:1px solid var(--no-neutral-border);\n  }\n\n  .no-highlights-list li:last-child{\n    border-bottom:none;\n  }\n\n  .no-highlights-list li::before{\n    content:\"✓\";\n    position:absolute;\n    top:12px;\n    left:2px;\n    color:var(--no-secondary);\n    font-weight:700;\n  }\n\n  .no-journey-intro,\n  .no-accord-intro,\n  .no-trust-intro{\n    max-width:880px;\n    margin:-9px auto 28px;\n    color:var(--no-muted);\n    font-size:1rem;\n    text-align:center;\n  }\n\n  \/* FIXED JOURNEY CARD SYSTEM *\/\n  .no-journey-card{\n    position:relative;\n    min-height:220px;\n    padding:102px 25px 28px;\n    background:var(--no-pale);\n    border:1px solid var(--no-border);\n    border-radius:9px;\n    text-align:center;\n  }\n\n  .no-journey-number{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--no-dominant-dark);\n    color:var(--no-white);\n    border:none;\n    border-radius:50%;\n    font-size:.9rem;\n    font-weight:700;\n  }\n\n  .no-journey-card h4,\n  .no-accord-card h4,\n  .no-trust-card h4{\n    margin:0 0 9px;\n    color:var(--no-ink);\n    font-size:1rem;\n    font-weight:700;\n    letter-spacing:2px;\n  }\n\n  .no-journey-card p,\n  .no-accord-card p,\n  .no-trust-card p{\n    margin:0;\n    color:var(--no-body);\n    font-size:.95rem;\n    line-height:1.65;\n  }\n\n  \/* FIXED ACCORD\/TRUST CARDS: inner cards remain pure white *\/\n  .no-accord-card,\n  .no-trust-card{\n    min-height:225px;\n    padding:104px 26px 28px;\n    background:var(--no-white);\n    border:1px solid var(--no-border);\n    border-radius:9px;\n    text-align:center;\n    position:relative;\n    box-shadow:none;\n  }\n\n  .no-accord-icon,\n  .no-trust-icon{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--no-dominant-dark);\n    color:var(--no-white);\n    border:none;\n    border-radius:50%;\n    font-size:.85rem;\n    font-weight:700;\n  }\n\n  \/* FIXED STATEMENT BLOCK *\/\n  .no-statement-section{\n    margin-bottom:42px;\n    padding:48px 34px;\n    background:linear-gradient(90deg,var(--no-accent) 0%,var(--no-dark-support) 48%,var(--no-dark-deep) 100%);\n    color:var(--no-white);\n    text-align:center;\n    border:none;\n    border-radius:11px;\n  }\n\n  .no-statement-section h3{\n    margin:0 0 14px;\n    color:var(--no-secondary);\n    font-size:1.25rem;\n    font-weight:600;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .no-statement-section p{\n    max-width:920px;\n    margin:0 auto;\n    color:var(--no-white);\n    font-size:1.05rem;\n    line-height:1.8;\n  }\n\n  \/* FIXED OCCASION + PERFORMANCE PANELS *\/\n  .no-occasion-section{\n    margin-bottom:42px;\n    padding:42px 32px;\n    background:var(--no-pale-2);\n    border:1px solid var(--no-border);\n    border-radius:10px;\n    text-align:center;\n  }\n\n  .no-occasion-section h3{\n    margin:0 0 14px;\n    color:var(--no-ink);\n    font-size:1.25rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .no-occasion-section p{\n    max-width:930px;\n    margin:0 auto;\n    color:var(--no-body);\n    font-size:1.05rem;\n    line-height:1.78;\n  }\n\n  .no-performance-section{\n    margin-bottom:42px;\n    padding:34px 34px 34px 38px;\n    background:var(--no-pale-2);\n    border:1px solid var(--no-border);\n    border-left:6px solid var(--no-dominant);\n    border-radius:10px;\n  }\n\n  .no-performance-section h3{\n    margin:0 0 13px;\n    color:var(--no-ink);\n    font-size:.9rem;\n    font-weight:800;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n  }\n\n  .no-performance-section p{\n    margin:0;\n    color:var(--no-body);\n    font-size:.95rem;\n    line-height:1.78;\n  }\n\n  .no-faq-section{\n    margin-top:30px;\n    padding-top:28px;\n    border-top:1px solid var(--no-border);\n  }\n\n  .no-faq-section\u003eh3{\n    margin:0 0 22px;\n    color:var(--no-ink);\n    font-size:1.3rem;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  .no-faq-item{\n    background:var(--no-white);\n    border-bottom:1px solid var(--no-neutral-border);\n  }\n\n  .no-faq-item summary{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    padding:18px 5px;\n    color:var(--no-ink);\n    font-size:1.05rem;\n    font-weight:600;\n    cursor:pointer;\n    list-style:none;\n    user-select:none;\n  }\n\n  .no-faq-item summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .no-faq-item summary::after{\n    content:\"+\";\n    flex-shrink:0;\n    margin-left:20px;\n    color:var(--no-dominant-dark);\n    font-size:1.35rem;\n  }\n\n  .no-faq-item[open] summary::after{\n    content:\"−\";\n  }\n\n  .no-faq-answer{\n    padding:3px 5px 20px;\n    color:var(--no-body);\n    font-size:1rem;\n  }\n\n  .no-faq-answer p{\n    margin:0;\n  }\n\n  @media(min-width:768px){\n    .noirish-onyx-wrapper{\n      padding:30px;\n    }\n\n    .no-header{\n      padding:72px 20px 58px;\n      margin-bottom:52px;\n    }\n\n    .no-brand-tag{\n      font-size:.95rem;\n      letter-spacing:6px;\n    }\n\n    .no-main-title{\n      font-size:3.7rem;\n      letter-spacing:6px;\n    }\n\n    .no-tagline{\n      font-size:1.23rem;\n    }\n\n    .no-intro-grid{\n      grid-template-columns:.82fr 1.18fr;\n      gap:52px;\n      margin-bottom:52px;\n    }\n\n    .no-image-frame{\n      max-width:470px;\n      margin:0 auto;\n    }\n\n    .no-story h3{\n      font-size:1.7rem;\n    }\n\n    .no-story p{\n      margin-bottom:22px;\n      font-size:1.13rem;\n      line-height:1.75;\n    }\n\n    .no-three-grid,\n    .no-journey-grid,\n    .no-accord-grid,\n    .no-trust-grid{\n      grid-template-columns:repeat(3,1fr);\n      gap:24px;\n    }\n\n    .no-character-section{\n      grid-template-columns:1fr 1fr;\n    }\n\n    .no-character-card:nth-child(2){\n      border-top:none;\n      border-left:1px solid var(--no-dominant);\n    }\n\n    .no-details-grid{\n      grid-template-columns:1fr 1fr;\n      gap:40px;\n    }\n\n    .no-section-title,\n    .no-faq-section\u003eh3{\n      font-size:1.55rem;\n    }\n\n    .no-character-card{\n      padding:38px 34px;\n    }\n\n    .no-note-card{\n      padding:26px 24px;\n    }\n\n    .no-detail-row,\n    .no-highlights-list li{\n      font-size:1.04rem;\n    }\n\n    .no-statement-section{\n      padding:50px 42px;\n    }\n\n    .no-statement-section h3{\n      font-size:1.42rem;\n    }\n\n    .no-statement-section p,\n    .no-occasion-section p{\n      font-size:1.06rem;\n    }\n\n    .no-faq-item summary{\n      padding:20px 5px;\n      font-size:1.12rem;\n    }\n\n    .no-faq-answer{\n      font-size:1.04rem;\n    }\n  }\n\n  @media(max-width:767px){\n    .no-notes-section,\n    .no-journey-section,\n    .no-accord-section,\n    .no-trust-section{\n      padding:28px 18px;\n    }\n\n    .no-journey-card,\n    .no-accord-card,\n    .no-trust-card{\n      min-height:auto;\n    }\n  }\n\n  @media(max-width:480px){\n    .noirish-onyx-wrapper{\n      padding:10px;\n    }\n\n    .no-header{\n      padding:44px 10px 38px;\n    }\n\n    .no-main-title{\n      font-size:1.75rem;\n      letter-spacing:2px;\n    }\n\n    .no-brand-tag{\n      letter-spacing:3px;\n    }\n\n    .no-detail-row{\n      flex-direction:column;\n      gap:3px;\n    }\n\n    .no-detail-value{\n      text-align:left;\n    }\n\n    .no-performance-section{\n      padding:28px 20px 28px 24px;\n      border-left-width:5px;\n    }\n\n    .no-faq-item summary{\n      font-size:1rem;\n    }\n  }\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"noirish-onyx-wrapper\"\u003e\n\n  \u003cdiv class=\"no-header\"\u003e\n    \u003cdiv class=\"no-brand-tag\"\u003eAsten Presents\u003c\/div\u003e\n    \u003ch2 class=\"no-main-title\"\u003eNoirish Onyx\u003c\/h2\u003e\n    \u003cp class=\"no-tagline\"\u003e\n      “Bright grapefruit, spicy ginger and polished woods over a smooth ambroxa trail.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-intro-grid\"\u003e\n\n    \u003cdiv class=\"no-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Noirish-Onyx-100ML-EDP.webp?v=1739210729\" alt=\"Asten Noirish Onyx 100ml Eau de Parfum in a tapered near-black bottle with dark antique-bronze front panel, champagne-gold trim and polished rectangular gold cap\" class=\"no-product-image\" width=\"720\" height=\"720\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"no-story\"\u003e\n      \u003ch3\u003eGrapefruit, Ginger and Woods with a Smooth Ambroxa Base\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eNoirish Onyx by Asten\u003c\/strong\u003e, a\n        \u003cstrong\u003e100ml Eau de Parfum\u003c\/strong\u003e created around bright citrus,\n        aromatic spice, modern woods and a smooth amber-like foundation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Grapefruit shapes the opening with crisp, juicy and slightly bitter\n        citrus energy, giving the fragrance a confident and contemporary\n        first impression.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ginger and woody notes form the middle. Ginger adds warm aromatic\n        spice and lift, while the woods provide structure, dryness and urban\n        sophistication.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ambroxa settles into the base with a smooth, warm, mineral-amber\n        character that supports a clean and persistent finishing trail.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a tapered near-black bottle with a dark antique-bronze\n        front panel, champagne-gold trim and polished rectangular cap,\n        alongside a copper-orange marbled box with gold detailing, Noirish\n        Onyx reflects understated luxury and modern nighttime elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-notes-section\"\u003e\n\n    \u003ch3 class=\"no-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"no-three-grid\"\u003e\n\n      \u003cdiv class=\"no-note-card\"\u003e\n        \u003cdiv class=\"no-card-label\"\u003eTop Note\u003c\/div\u003e\n        \u003cdiv class=\"no-card-title\"\u003eGrapefruit\u003c\/div\u003e\n        \u003cdiv class=\"no-card-description\"\u003e\n          Bright grapefruit creates a crisp, energetic and slightly bitter\n          citrus opening with a clean modern edge.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-note-card\"\u003e\n        \u003cdiv class=\"no-card-label\"\u003eMiddle Notes\u003c\/div\u003e\n        \u003cdiv class=\"no-card-title\"\u003eGinger and Woody Notes\u003c\/div\u003e\n        \u003cdiv class=\"no-card-description\"\u003e\n          Ginger adds aromatic spice and warmth while woody notes provide\n          dry structure, depth and polished sophistication.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-note-card\"\u003e\n        \u003cdiv class=\"no-card-label\"\u003eBase Note\u003c\/div\u003e\n        \u003cdiv class=\"no-card-title\"\u003eAmbroxa\u003c\/div\u003e\n        \u003cdiv class=\"no-card-description\"\u003e\n          Ambroxa forms a smooth, warm and mineral-amber foundation with a\n          clean, modern and lingering character.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-character-section\"\u003e\n\n    \u003cdiv class=\"no-character-card\"\u003e\n      \u003ch3\u003eThe Grapefruit Ginger Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Grapefruit supplies bright citrus tension before ginger introduces\n        aromatic warmth and a confident, energetic urban character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"no-character-card\"\u003e\n      \u003ch3\u003eThe Woody Ambroxa Dry-Down\u003c\/h3\u003e\n      \u003cp\u003e\n        Dry woods gradually settle into smooth ambroxa, creating a warm,\n        modern, understated and sophisticated finishing trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-details-grid\"\u003e\n\n    \u003cdiv class=\"no-details-box\"\u003e\n      \u003ch4 class=\"no-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eNoirish Onyx\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eTop Character\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eBright, Crisp and Citrusy\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eHeart Character\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eSpicy, Aromatic and Woody\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003eBase Character\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eSmooth, Warm and Mineral-Amber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-detail-row\"\u003e\n        \u003cspan class=\"no-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"no-detail-value\"\u003eNear Black, Antique Bronze, Champagne Gold and Copper Orange\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"no-highlights-box\"\u003e\n      \u003ch4 class=\"no-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"no-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eBright grapefruit opening\u003c\/li\u003e\n        \u003cli\u003eWarm aromatic ginger\u003c\/li\u003e\n        \u003cli\u003eStructured woody middle\u003c\/li\u003e\n        \u003cli\u003eSmooth ambroxa foundation\u003c\/li\u003e\n        \u003cli\u003eModern citrus-woody profile\u003c\/li\u003e\n        \u003cli\u003eConfident urban character\u003c\/li\u003e\n        \u003cli\u003eClean and polished dry-down\u003c\/li\u003e\n        \u003cli\u003eSuitable for day or evening wear\u003c\/li\u003e\n        \u003cli\u003eTapered near-black bottle\u003c\/li\u003e\n        \u003cli\u003eChampagne-gold premium detailing\u003c\/li\u003e\n        \u003cli\u003eCopper-orange marbled presentation box\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-journey-section\"\u003e\n\n    \u003ch3 class=\"no-section-title\"\u003eThe Noirish Onyx Journey\u003c\/h3\u003e\n\n    \u003cp class=\"no-journey-intro\"\u003e\n      A sleek progression from bright grapefruit into warm ginger and dry\n      woods before settling into a smooth ambroxa signature.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"no-journey-grid\"\u003e\n\n      \u003cdiv class=\"no-journey-card\"\u003e\n        \u003cdiv class=\"no-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eGrapefruit Spark\u003c\/h4\u003e\n        \u003cp\u003e\n          Crisp grapefruit creates a bright, energetic and slightly bitter\n          citrus first impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-journey-card\"\u003e\n        \u003cdiv class=\"no-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eGinger and Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Aromatic ginger and dry woody notes form a warm, structured and\n          sophisticated centre.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-journey-card\"\u003e\n        \u003cdiv class=\"no-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eAmbroxa Trail\u003c\/h4\u003e\n        \u003cp\u003e\n          Smooth ambroxa settles into a warm, mineral and modern finishing\n          signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-accord-section\"\u003e\n\n    \u003ch3 class=\"no-section-title\"\u003eThe Signature Noirish Onyx Accords\u003c\/h3\u003e\n\n    \u003cp class=\"no-accord-intro\"\u003e\n      A contemporary composition shaped by bright grapefruit, aromatic\n      ginger, polished woods and smooth ambroxa.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"no-accord-grid\"\u003e\n\n      \u003cdiv class=\"no-accord-card\"\u003e\n        \u003cdiv class=\"no-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eBright Grapefruit\u003c\/h4\u003e\n        \u003cp\u003e\n          Grapefruit adds crisp citrus energy, brightness and a clean modern\n          opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-accord-card\"\u003e\n        \u003cdiv class=\"no-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eGinger and Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Ginger supplies aromatic warmth while woods provide depth,\n          structure and polish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-accord-card\"\u003e\n        \u003cdiv class=\"no-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eSmooth Ambroxa\u003c\/h4\u003e\n        \u003cp\u003e\n          Ambroxa creates a warm mineral-amber base with a clean and\n          contemporary trail.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-statement-section\"\u003e\n    \u003ch3\u003eThe Black, Bronze and Gold Noirish Onyx Experience\u003c\/h3\u003e\n    \u003cp\u003e\n      Noirish Onyx moves from crisp grapefruit into aromatic ginger and\n      structured woods before settling into smooth ambroxa. Its near-black\n      tapered bottle, dark bronze panel, champagne-gold trim and copper-orange\n      presentation box mirror the fragrance’s modern, confident and enigmatic\n      personality.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-occasion-section\"\u003e\n    \u003ch3\u003eA Polished Fragrance for Day, Evening and Urban Occasions\u003c\/h3\u003e\n    \u003cp\u003e\n      Noirish Onyx can complement daytime wear, dinners, evenings and more\n      polished social settings. Grapefruit keeps the opening fresh, while\n      ginger, woods and ambroxa add enough warmth and structure for nighttime\n      wear.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Noirish Onyx is presented as an Eau de Parfum with a smooth citrus,\n      spicy-woody and ambroxa-led profile. Actual longevity and projection\n      may vary according to skin chemistry, application method, clothing,\n      temperature and environment, so no fixed-hour performance claim has\n      been used.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-trust-section\"\u003e\n\n    \u003ch3 class=\"no-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"no-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and concentrated perfume oils through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"no-trust-grid\"\u003e\n\n      \u003cdiv class=\"no-trust-card\"\u003e\n        \u003cdiv class=\"no-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover a broad selection of modern Arabian fragrances, rich oud,\n          elegant musk compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-trust-card\"\u003e\n        \u003cdiv class=\"no-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Products\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer distinctive character,\n          attractive presentation and excellent value for fragrance lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"no-trust-card\"\u003e\n        \u003cdiv class=\"no-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eReliable UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK-based fragrance specialist with convenient\n          delivery and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"no-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Noirish Onyx smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Noirish Onyx opens with grapefruit, develops through ginger and\n          woody notes, and settles into ambroxa.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat is the top note in Noirish Onyx?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Grapefruit is the explicit listed top note.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the middle notes in Noirish Onyx?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ginger and woody notes form the explicit listed middle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat is the base note in Noirish Onyx?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ambroxa is the explicit listed base note.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does ambroxa smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Ambroxa is commonly experienced as smooth, warm, mineral, woody and\n          amber-like, helping create a clean and persistent base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Noirish Onyx?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Noirish Onyx is supplied in a 100ml, approximately 3.4-fluid-ounce,\n          Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Noirish Onyx fresh or woody?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It combines both qualities: grapefruit creates a fresh citrus\n          opening, while ginger, woody notes and ambroxa provide warmth and\n          structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eDoes Noirish Onyx contain oud, incense, patchouli, cinnamon, saffron, bergamot and lavender?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The product-page narrative mentions those materials, but the\n          explicit formal note pyramid lists grapefruit; ginger and woody\n          notes; and ambroxa. This description therefore prioritises the\n          explicit note pyramid.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can Noirish Onyx be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its fresh citrus opening and warm woody-ambroxa base can complement\n          daytime wear, evenings, dinners and polished social occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"no-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow is Noirish Onyx presented?\u003c\/summary\u003e\n      \u003cdiv class=\"no-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It is presented in a tapered near-black bottle with a dark\n          antique-bronze front panel, champagne-gold trim and polished\n          rectangular cap, accompanied by a copper-orange marbled box.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583068291318,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Noirish-Onyx-100ML-EDP.webp?v=1739210729"},{"product_id":"ombre-bleu-edp-100ml","title":"Ombre Bleu EDP (100ml)","description":"\u003cstyle\u003e\n  .ombre-bleu-wrapper{\n    \n    --ob-white:#ffffff;\n    --ob-pale:#f1f5f8;\n    --ob-pale-2:#f7f9fb;\n    --ob-near-white:#fcfcfc;\n    --ob-border:#d7e0e7;\n    --ob-neutral-border:#e6eaed;\n\n    --ob-dominant:#0b1b2e;\n    --ob-dominant-dark:#06111e;\n    --ob-secondary:#b8c0c7;\n    --ob-accent:#173a69;\n    --ob-dark-support:#101c2b;\n    --ob-dark-deep:#05090f;\n\n    --ob-ink:#121820;\n    --ob-body:#37434f;\n    --ob-muted:#697580;\n\n    width:100%;\n    max-width:1200px;\n    margin:0 auto;\n    padding:15px;\n    box-sizing:border-box;\n    background:var(--ob-white);\n    color:var(--ob-ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:16px;\n    line-height:1.65;\n  }\n\n  .ombre-bleu-wrapper *,\n  .ombre-bleu-wrapper *::before,\n  .ombre-bleu-wrapper *::after{\n    box-sizing:border-box;\n  }\n\n  \n  .ob-header{\n    margin-bottom:42px;\n    padding:58px 20px 48px;\n    text-align:center;\n    background:var(--ob-white);\n    border:none;\n    border-bottom:1px solid var(--ob-border);\n    border-radius:0;\n  }\n\n  .ob-brand-tag{\n    margin-bottom:12px;\n    color:var(--ob-accent);\n    font-size:.84rem;\n    font-weight:700;\n    letter-spacing:5px;\n    text-transform:uppercase;\n  }\n\n  .ob-main-title{\n    margin:0 0 14px;\n    color:var(--ob-ink);\n    font-size:2.25rem;\n    font-weight:300;\n    line-height:1.2;\n    letter-spacing:4px;\n    text-transform:uppercase;\n  }\n\n  .ob-tagline{\n    max-width:850px;\n    margin:0 auto;\n    color:#555555;\n    font-size:1.05rem;\n    font-style:italic;\n  }\n\n  .ob-intro-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:34px;\n    margin-bottom:42px;\n    align-items:center;\n  }\n\n  \n  .ob-image-frame{\n    width:100%;\n    overflow:hidden;\n    background:var(--ob-white);\n    border:1px solid var(--ob-border);\n    border-radius:10px;\n    box-shadow:none;\n  }\n\n  .ob-product-image{\n    display:block;\n    width:100%;\n    height:auto;\n    object-fit:contain;\n  }\n\n  .ob-story h3{\n    margin:0 0 16px;\n    color:var(--ob-ink);\n    font-size:1.4rem;\n    font-weight:500;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n  }\n\n  .ob-story p{\n    margin:0 0 17px;\n    color:var(--ob-body);\n    font-size:1.05rem;\n  }\n\n  .ob-story p:last-child{\n    margin-bottom:0;\n  }\n\n  .ob-section-title{\n    margin:0 0 26px;\n    color:var(--ob-ink);\n    font-size:1.3rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  \n  .ob-notes-section,\n  .ob-journey-section,\n  .ob-accord-section,\n  .ob-trust-section{\n    margin-bottom:42px;\n    padding:38px 30px 40px;\n    border:1px solid var(--ob-border);\n    border-radius:10px;\n  }\n\n  \n  .ob-notes-section,\n  .ob-journey-section{\n    background:var(--ob-white);\n  }\n\n  \n  .ob-accord-section{\n    background:var(--ob-pale-2);\n  }\n\n  .ob-trust-section{\n    background:var(--ob-pale-2);\n  }\n\n  .ob-three-grid,\n  .ob-journey-grid,\n  .ob-accord-grid,\n  .ob-trust-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:22px;\n  }\n\n  \n  .ob-note-card{\n    min-height:100%;\n    padding:24px 22px;\n    background:var(--ob-pale);\n    border:1px solid var(--ob-border);\n    border-top:4px solid var(--ob-dominant);\n    border-radius:9px;\n  }\n\n  .ob-card-label{\n    margin-bottom:9px;\n    color:var(--ob-secondary);\n    font-size:.78rem;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n  }\n\n  .ob-card-title{\n    margin-bottom:8px;\n    color:var(--ob-ink);\n    font-size:1.05rem;\n    font-weight:650;\n  }\n\n  .ob-card-description{\n    color:var(--ob-body);\n    font-size:.95rem;\n    line-height:1.58;\n  }\n\n  \n  .ob-character-section{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:0;\n    margin-bottom:42px;\n    overflow:hidden;\n    background:var(--ob-dark-deep);\n    border:none;\n    border-radius:11px;\n  }\n\n  .ob-character-card{\n    padding:34px 30px;\n    background:linear-gradient(135deg,var(--ob-dark-support),var(--ob-dark-deep));\n    color:var(--ob-white);\n  }\n  .ob-character-card:nth-child(2){\n    border-top:1px solid var(--ob-secondary);\n  }\n\n  .ob-character-card h3{\n    margin:0 0 13px;\n    color:var(--ob-secondary);\n    font-size:1.02rem;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n  }\n\n  .ob-character-card p{\n    margin:0;\n    color:var(--ob-white);\n    font-size:1rem;\n    line-height:1.75;\n  }\n\n  .ob-details-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:30px;\n    margin-bottom:42px;\n  }\n\n  .ob-details-box,\n  .ob-highlights-box{\n    height:100%;\n    padding:24px;\n    background:var(--ob-white);\n    border:1px solid var(--ob-border);\n    border-radius:9px;\n  }\n\n  .ob-box-title{\n    margin:0 0 16px;\n    padding-bottom:10px;\n    color:var(--ob-ink);\n    font-size:.9rem;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n    border-bottom:1px solid var(--ob-neutral-border);\n  }\n\n  .ob-detail-row{\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:12px 0;\n    font-size:1rem;\n    border-bottom:1px solid var(--ob-neutral-border);\n  }\n\n  .ob-detail-row:last-child{\n    padding-bottom:0;\n    border-bottom:none;\n  }\n\n  .ob-detail-label{\n    color:var(--ob-muted);\n    font-weight:600;\n  }\n\n  .ob-detail-value{\n    color:var(--ob-ink);\n    text-align:right;\n  }\n\n  .ob-highlights-list{\n    margin:0;\n    padding:0;\n    list-style:none;\n  }\n\n  .ob-highlights-list li{\n    position:relative;\n    margin:0;\n    padding:12px 0 12px 28px;\n    color:var(--ob-body);\n    font-size:1rem;\n    border-bottom:1px solid var(--ob-neutral-border);\n  }\n\n  .ob-highlights-list li:last-child{\n    border-bottom:none;\n  }\n\n\n  .ob-detail-label{\n    flex:0 0 34%;\n    min-width:0;\n  }\n\n  .ob-detail-value{\n    flex:1 1 auto;\n    min-width:0;\n    overflow-wrap:anywhere;\n    word-break:normal;\n  }\n\n  .ob-highlights-list{\n    margin:0 !important;\n    padding:0 !important;\n    list-style:none !important;\n  }\n\n  .ob-highlights-list li{\n    list-style:none !important;\n  }\n\n  .ob-highlights-list li::marker{\n    content:\"\" !important;\n    font-size:0 !important;\n  }\n\n  .ob-highlights-list li::before{\n    content:\"✓\";\n    position:absolute;\n    top:12px;\n    left:2px;\n    color:var(--ob-secondary);\n    font-weight:700;\n  }\n\n  .ob-journey-intro,\n  .ob-accord-intro,\n  .ob-trust-intro{\n    max-width:880px;\n    margin:-9px auto 28px;\n    color:var(--ob-muted);\n    font-size:1rem;\n    text-align:center;\n  }\n\n  \n  .ob-journey-card{\n    position:relative;\n    min-height:220px;\n    padding:102px 25px 28px;\n    background:var(--ob-pale);\n    border:1px solid var(--ob-border);\n    border-radius:9px;\n    text-align:center;\n  }\n\n  .ob-journey-number{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--ob-dominant-dark);\n    color:var(--ob-white);\n    border:none;\n    border-radius:50%;\n    font-size:.9rem;\n    font-weight:700;\n  }\n\n  .ob-journey-card h4,\n  .ob-accord-card h4,\n  .ob-trust-card h4{\n    margin:0 0 9px;\n    color:var(--ob-ink);\n    font-size:1rem;\n    font-weight:700;\n    letter-spacing:2px;\n  }\n\n  .ob-journey-card p,\n  .ob-accord-card p,\n  .ob-trust-card p{\n    margin:0;\n    color:var(--ob-body);\n    font-size:.95rem;\n    line-height:1.65;\n  }\n\n  \n  .ob-accord-card,\n  .ob-trust-card{\n    min-height:225px;\n    padding:104px 26px 28px;\n    background:var(--ob-white);\n    border:1px solid var(--ob-border);\n    border-radius:9px;\n    text-align:center;\n    position:relative;\n    box-shadow:none;\n  }\n\n  .ob-accord-icon,\n  .ob-trust-icon{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--ob-dominant-dark);\n    color:var(--ob-white);\n    border:none;\n    border-radius:50%;\n    font-size:.85rem;\n    font-weight:700;\n  }\n\n  \n  .ob-statement-section{\n    margin-bottom:42px;\n    padding:48px 34px;\n    background:linear-gradient(90deg,var(--ob-accent) 0%,var(--ob-dark-support) 48%,var(--ob-dark-deep) 100%);\n    color:var(--ob-white);\n    text-align:center;\n    border:none;\n    border-radius:11px;\n  }\n\n  .ob-statement-section h3{\n    margin:0 0 14px;\n    color:var(--ob-secondary);\n    font-size:1.25rem;\n    font-weight:600;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .ob-statement-section p{\n    max-width:920px;\n    margin:0 auto;\n    color:var(--ob-white);\n    font-size:1.05rem;\n    line-height:1.8;\n  }\n\n  \n  .ob-occasion-section{\n    margin-bottom:42px;\n    padding:42px 32px;\n    background:var(--ob-pale-2);\n    border:1px solid var(--ob-border);\n    border-radius:10px;\n    text-align:center;\n  }\n\n  .ob-occasion-section h3{\n    margin:0 0 14px;\n    color:var(--ob-ink);\n    font-size:1.25rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .ob-occasion-section p{\n    max-width:930px;\n    margin:0 auto;\n    color:var(--ob-body);\n    font-size:1.05rem;\n    line-height:1.78;\n  }\n\n  .ob-performance-section{\n    margin-bottom:42px;\n    padding:34px 34px 34px 38px;\n    background:var(--ob-pale-2);\n    border:1px solid var(--ob-border);\n    border-left:6px solid var(--ob-dominant);\n    border-radius:10px;\n  }\n\n  .ob-performance-section h3{\n    margin:0 0 13px;\n    color:var(--ob-ink);\n    font-size:.9rem;\n    font-weight:800;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n  }\n\n  .ob-performance-section p{\n    margin:0;\n    color:var(--ob-body);\n    font-size:.95rem;\n    line-height:1.78;\n  }\n\n  .ob-faq-section{\n    margin-top:30px;\n    padding-top:28px;\n    border-top:1px solid var(--ob-border);\n  }\n\n  .ob-faq-section\u003eh3{\n    margin:0 0 22px;\n    color:var(--ob-ink);\n    font-size:1.3rem;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  .ob-faq-item{\n    background:var(--ob-white);\n    border-bottom:1px solid var(--ob-neutral-border);\n  }\n\n  .ob-faq-item summary{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    padding:18px 5px;\n    color:var(--ob-ink);\n    font-size:1.05rem;\n    font-weight:600;\n    cursor:pointer;\n    list-style:none;\n    user-select:none;\n  }\n\n  .ob-faq-item summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .ob-faq-item summary::after{\n    content:\"+\";\n    flex-shrink:0;\n    margin-left:20px;\n    color:var(--ob-dominant-dark);\n    font-size:1.35rem;\n  }\n\n  .ob-faq-item[open] summary::after{\n    content:\"−\";\n  }\n\n  .ob-faq-answer{\n    padding:3px 5px 20px;\n    color:var(--ob-body);\n    font-size:1rem;\n  }\n\n  .ob-faq-answer p{\n    margin:0;\n  }\n\n  @media(min-width:768px){\n    .ombre-bleu-wrapper{\n      padding:30px;\n    }\n\n    .ob-header{\n      padding:72px 20px 58px;\n      margin-bottom:52px;\n    }\n\n    .ob-brand-tag{\n      font-size:.95rem;\n      letter-spacing:6px;\n    }\n\n    .ob-main-title{\n      font-size:clamp(2.8rem,5vw,4rem);\n      letter-spacing:clamp(3px,.42vw,6px);\n      overflow-wrap:anywhere;\n    }\n\n    .ob-tagline{\n      font-size:1.23rem;\n    }\n\n    .ob-intro-grid{\n      grid-template-columns:.82fr 1.18fr;\n      gap:52px;\n      margin-bottom:52px;\n    }\n\n    .ob-image-frame{\n      max-width:470px;\n      margin:0 auto;\n    }\n\n    .ob-story h3{\n      font-size:1.7rem;\n    }\n\n    .ob-story p{\n      margin-bottom:22px;\n      font-size:1.13rem;\n      line-height:1.75;\n    }\n\n    .ob-three-grid,\n    .ob-journey-grid,\n    .ob-accord-grid,\n    .ob-trust-grid{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n      gap:24px;\n    }\n\n    .ob-character-section{\n      grid-template-columns:1fr 1fr;\n    }\n\n    .ob-character-card:nth-child(2){\n      border-top:none;\n      border-left:1px solid var(--ob-secondary);\n    }\n\n    .ob-details-grid{\n      grid-template-columns:1fr 1fr;\n      gap:40px;\n    }\n\n    .ob-section-title,\n    .ob-faq-section\u003eh3{\n      font-size:1.55rem;\n    }\n\n    .ob-character-card{\n      padding:38px 34px;\n    }\n\n    .ob-note-card{\n      padding:26px 24px;\n    }\n\n    .ob-detail-row,\n    .ob-highlights-list li{\n      font-size:1.04rem;\n    }\n\n    .ob-statement-section{\n      padding:50px 42px;\n    }\n\n    .ob-statement-section h3{\n      font-size:1.42rem;\n    }\n\n    .ob-statement-section p,\n    .ob-occasion-section p{\n      font-size:1.06rem;\n    }\n\n    .ob-faq-item summary{\n      padding:20px 5px;\n      font-size:1.12rem;\n    }\n\n    .ob-faq-answer{\n      font-size:1.04rem;\n    }\n  }\n\n  @media(max-width:767px){\n    .ob-notes-section,\n    .ob-journey-section,\n    .ob-accord-section,\n    .ob-trust-section{\n      padding:28px 18px;\n    }\n\n    .ob-journey-card,\n    .ob-accord-card,\n    .ob-trust-card{\n      min-height:auto;\n    }\n  }\n\n  @media(max-width:480px){\n    .ombre-bleu-wrapper{\n      padding:10px;\n    }\n\n    .ob-header{\n      padding:44px 10px 38px;\n    }\n\n    .ob-main-title{\n      font-size:clamp(1.55rem,7vw,2.15rem);\n      letter-spacing:2px;\n      overflow-wrap:anywhere;\n    }\n\n    .ob-brand-tag{\n      letter-spacing:3px;\n    }\n\n    .ob-detail-row{\n      flex-direction:column;\n      gap:3px;\n    }\n\n    .ob-detail-value{\n      text-align:left;\n    }\n\n    .ob-performance-section{\n      padding:28px 20px 28px 24px;\n      border-left-width:5px;\n    }\n\n    .ob-faq-item summary{\n      font-size:1rem;\n    }\n  }\n\n\n  \n  .ob-instagram-section{\n    margin-bottom:42px;\n    padding:38px 30px 40px;\n    background:var(--ob-white);\n    border:1px solid var(--ob-border);\n    border-radius:10px;\n    text-align:center;\n  }\n\n  .ob-instagram-section h3{\n    margin:0 0 12px;\n    color:var(--ob-ink);\n    font-size:1.3rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .ob-instagram-section p{\n    max-width:760px;\n    margin:0 auto 24px;\n    color:var(--ob-muted);\n    font-size:1rem;\n    line-height:1.7;\n  }\n\n  .ob-instagram-frame{\n    width:100%;\n    max-width:560px;\n    margin:0 auto;\n    overflow:hidden;\n    background:var(--ob-white);\n    border:1px solid var(--ob-border);\n    border-radius:10px;\n  }\n\n  .ob-instagram-frame iframe{\n    display:block;\n    width:100%;\n    min-height:730px;\n    border:0;\n    background:var(--ob-white);\n  }\n\n  @media(max-width:767px){\n    .ob-instagram-section{\n      padding:28px 18px;\n    }\n\n    .ob-instagram-frame iframe{\n      min-height:680px;\n    }\n  }\n\n  @media(max-width:480px){\n    .ob-instagram-frame iframe{\n      min-height:620px;\n    }\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"ombre-bleu-wrapper\"\u003e\n\u003cdiv class=\"ob-header\"\u003e\n\u003cdiv class=\"ob-brand-tag\"\u003eAnfar London Presents\u003c\/div\u003e\n\u003ch2 class=\"ob-main-title\"\u003eOmbre Bleu\u003c\/h2\u003e\n\u003cp class=\"ob-tagline\"\u003e“Marine freshness, aromatic herbs and a dark incense-patchouli trail.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-intro-grid\"\u003e\n\u003cdiv class=\"ob-image-frame\"\u003e\n\u003cimg alt=\"Ombre Bleu by Anfar London 100ml fragrance with a midnight navy-black rectangular bottle, brushed silver cap and silver ornamental label, paired with a coordinated near-black presentation box\" class=\"ob-product-image\" height=\"720\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Ombrebleuwbg_jpg.webp?v=1739210757\" width=\"720\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-story\"\u003e\n\u003ch3\u003eMarine Bergamot with Aromatic Herbs and Smoky Woods\u003c\/h3\u003e\n\u003cp\u003eDiscover Ombre Bleu by Anfar London, a 100ml fragrance inspired by the calm and mystery of a Mediterranean evening.\u003c\/p\u003e\n\u003cp\u003eSea notes and bergamot form the explicit opening. Marine freshness creates an airy, ozonic impression while bergamot adds crisp citrus brightness.\u003c\/p\u003e\n\u003cp\u003eRosemary, sage and geranium form the heart, combining aromatic herbs with clean green and subtly floral character.\u003c\/p\u003e\n\u003cp\u003eIncense and patchouli create the explicit base with smoky, earthy and quietly mysterious depth.\u003c\/p\u003e\n\u003cp\u003eThe midnight navy-black bottle features a brushed silver cap and silver ornamental label, while the coordinated near-black box uses matching silver detailing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-notes-section\"\u003e\n\u003ch3 class=\"ob-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"ob-three-grid\"\u003e\n\u003cdiv class=\"ob-note-card\"\u003e\n\u003cdiv class=\"ob-card-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"ob-card-title\"\u003eSea Notes and Bergamot\u003c\/div\u003e\n\u003cdiv class=\"ob-card-description\"\u003eMarine notes create invigorating oceanic freshness while bergamot adds bright, crisp citrus lift.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-note-card\"\u003e\n\u003cdiv class=\"ob-card-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"ob-card-title\"\u003eRosemary, Sage and Geranium\u003c\/div\u003e\n\u003cdiv class=\"ob-card-description\"\u003eRosemary and sage provide aromatic clarity while geranium introduces a clean green-floral facet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-note-card\"\u003e\n\u003cdiv class=\"ob-card-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"ob-card-title\"\u003eIncense and Patchouli\u003c\/div\u003e\n\u003cdiv class=\"ob-card-description\"\u003eSmoky incense and earthy patchouli form a dark, grounded and mysterious finishing trail.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-character-section\"\u003e\n\u003cdiv class=\"ob-character-card\"\u003e\n\u003ch3\u003eThe Marine Citrus Opening\u003c\/h3\u003e\n\u003cp\u003eSea notes evoke fresh coastal air while bergamot supplies sparkling citrus clarity and lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-character-card\"\u003e\n\u003ch3\u003eThe Incense Patchouli Dry-Down\u003c\/h3\u003e\n\u003cp\u003eRosemary, sage and geranium move into smoky incense and earthy patchouli for a deep and elegant finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-details-grid\"\u003e\n\u003cdiv class=\"ob-details-box\"\u003e\n\u003ch4 class=\"ob-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eOmbre Bleu\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eAnfar London\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003ePackaging Wording\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eBox and Description Also Reference Extrait de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eSea Notes and Bergamot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eRosemary, Sage and Geranium\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eIncense and Patchouli\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-detail-row\"\u003e\n\u003cspan class=\"ob-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"ob-detail-value\"\u003eMidnight Navy, Brushed Silver and Near-Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-highlights-box\"\u003e\n\u003ch4 class=\"ob-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"ob-highlights-list\"\u003e\n\u003cli\u003e100ml fragrance presentation\u003c\/li\u003e\n\u003cli\u003eEau de Parfum wording on bottle and product title\u003c\/li\u003e\n\u003cli\u003eExtrait de Parfum wording on box and description\u003c\/li\u003e\n\u003cli\u003eInvigorating marine opening\u003c\/li\u003e\n\u003cli\u003eBright bergamot citrus\u003c\/li\u003e\n\u003cli\u003eAromatic rosemary\u003c\/li\u003e\n\u003cli\u003eRefined herbal sage\u003c\/li\u003e\n\u003cli\u003eGreen-floral geranium\u003c\/li\u003e\n\u003cli\u003eSmoky incense base\u003c\/li\u003e\n\u003cli\u003eEarthy patchouli foundation\u003c\/li\u003e\n\u003cli\u003eMidnight navy-black bottle\u003c\/li\u003e\n\u003cli\u003eBrushed-silver bottle-and-box presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-instagram-section\"\u003e\n\u003ch3\u003eExperience Ombre Bleu\u003c\/h3\u003e\n\u003cp\u003e\n      Watch the Ombre Bleu fragrance presentation and discover its midnight\n      navy, brushed-silver and marine-inspired visual character.\n    \u003c\/p\u003e\n\u003cdiv class=\"ob-instagram-frame\"\u003e\n\u003ciframe allowfullscreen=\"\" allowtransparency=\"true\" loading=\"lazy\" scrolling=\"no\" src=\"https:\/\/www.instagram.com\/reel\/C0OwKxzoVYA\/embed\/\" title=\"Ombre Bleu by Anfar London Instagram Reel\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-journey-section\"\u003e\n\u003ch3 class=\"ob-section-title\"\u003eThe Ombre Bleu Journey\u003c\/h3\u003e\n\u003cp class=\"ob-journey-intro\"\u003eA sophisticated progression from invigorating marine citrus into aromatic herbs before settling into smoky incense and earthy patchouli.\u003c\/p\u003e\n\u003cdiv class=\"ob-journey-grid\"\u003e\n\u003cdiv class=\"ob-journey-card\"\u003e\n\u003cdiv class=\"ob-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eMarine Bergamot\u003c\/h4\u003e\n\u003cp\u003eSea notes and bergamot create a fresh, ozonic and citrus-bright first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-journey-card\"\u003e\n\u003cdiv class=\"ob-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eRosemary, Sage and Geranium\u003c\/h4\u003e\n\u003cp\u003eAromatic herbs and green-floral character form a clean Mediterranean heart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-journey-card\"\u003e\n\u003cdiv class=\"ob-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eIncense and Patchouli\u003c\/h4\u003e\n\u003cp\u003eSmoky incense and earthy patchouli settle into a dark and mysterious final signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-accord-section\"\u003e\n\u003ch3 class=\"ob-section-title\"\u003eThe Signature Ombre Bleu Accords\u003c\/h3\u003e\n\u003cp class=\"ob-accord-intro\"\u003eA refined composition shaped by marine freshness, citrus brightness, aromatic herbs, smoky incense and earthy patchouli.\u003c\/p\u003e\n\u003cdiv class=\"ob-accord-grid\"\u003e\n\u003cdiv class=\"ob-accord-card\"\u003e\n\u003cdiv class=\"ob-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eSea Notes and Bergamot\u003c\/h4\u003e\n\u003cp\u003eMarine freshness creates an invigorating coastal impression while bergamot adds crisp citrus energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-accord-card\"\u003e\n\u003cdiv class=\"ob-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eRosemary, Sage and Geranium\u003c\/h4\u003e\n\u003cp\u003eRosemary and sage provide aromatic definition while geranium adds green-floral balance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-accord-card\"\u003e\n\u003cdiv class=\"ob-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eIncense and Patchouli\u003c\/h4\u003e\n\u003cp\u003eIncense brings smoky mystery while patchouli contributes earthy and grounded depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-statement-section\"\u003e\n\u003ch3\u003eThe Midnight Blue Marine Experience\u003c\/h3\u003e\n\u003cp\u003eOmbre Bleu moves from sea notes and bergamot into rosemary, sage and geranium before settling into incense and patchouli. Its midnight navy-black bottle, brushed silver cap and coordinated box reflect understated modern elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-occasion-section\"\u003e\n\u003ch3\u003eA Refined Fragrance for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts fresh marine opening can complement daytime wear, while the aromatic heart and smoky incense-patchouli base provide depth for dinners, evenings and formal occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eThe London Musk description presents Ombre Bleu as long-lasting. Exact longevity and projection may vary according to skin chemistry, application amount, clothing, temperature and environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-trust-section\"\u003e\n\u003ch3 class=\"ob-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"ob-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, musk scents and concentrated perfume oils through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"ob-trust-grid\"\u003e\n\u003cdiv class=\"ob-trust-card\"\u003e\n\u003cdiv class=\"ob-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover modern Arabian fragrances, oud compositions, musk scents and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-trust-card\"\u003e\n\u003cdiv class=\"ob-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-trust-card\"\u003e\n\u003cdiv class=\"ob-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ob-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Ombre Bleu smell like?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOmbre Bleu opens with sea notes and bergamot, develops through rosemary, sage and geranium, and settles into incense and patchouli.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Ombre Bleu?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit top notes are sea notes and bergamot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Ombre Bleu?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit heart notes are rosemary, sage and geranium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Ombre Bleu?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe explicit base notes are incense and patchouli.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does the marine facet mean?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMarine notes evoke fresh impressions associated with sea air, salt water and an ozonic coastal atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size is Ombre Bleu?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOmbre Bleu is supplied in a 100ml, approximately 3.4-fluid-ounce, bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Ombre Bleu Eau de Parfum or Extrait de Parfum?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product title and bottle use Eau de Parfum wording, while the presentation box and product narrative also reference Extrait de Parfum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Ombre Bleu fresh or smoky?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt combines both qualities: sea notes and bergamot create freshness, while incense and patchouli add a smoky-earthy base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Ombre Bleu long-lasting?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product description presents it as long-lasting. Exact performance varies according to skin chemistry, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ob-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow is Ombre Bleu presented?\u003c\/summary\u003e\n\u003cdiv class=\"ob-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is presented in a midnight navy-black rectangular bottle with a brushed silver cap and silver ornamental label, paired with a coordinated near-black box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583070421238,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Ombre-Bleu-_E2_80_93-Extrait-de-Parfum-By-Anfar-London.webp?v=1739210757"},{"product_id":"oud-al-lail-edp-100ml","title":"Oud Al Lail EDP (100ml)","description":"\u003c!-- Oud Al Lail by Adyan 100ml Eau de Parfum --\u003e\n\u003c!-- Product Page: https:\/\/londonmusk.com\/collections\/all\/products\/oud-al-lail-edp-100ml --\u003e\n\u003c!-- Permanent Vague Reference Layout: White Areas, Borders, Spacing and Card System Fixed --\u003e\n\u003c!-- Permanent Compact Circle Standard: 42px × 42px --\u003e\n\u003c!-- Only Product-Derived Colours Changed: Smoky Obsidian, Antique Champagne Gold, Amber Cognac, Graphite and Warm Ivory --\u003e\n\n\u003cstyle\u003e\n  .oud-al-lail-wrapper{\n    \/* Product-derived colour system: only these accents change per product *\/\n    --oal-white:#ffffff;\n    --oal-pale:#f7f4ed;\n    --oal-pale-2:#fbfaf6;\n    --oal-near-white:#fcfcfc;\n    --oal-border:#e2d9c8;\n    --oal-neutral-border:#e5e5e5;\n\n    --oal-dominant:#1d1d1c;\n    --oal-dominant-dark:#111110;\n    --oal-secondary:#c7a34b;\n    --oal-accent:#9a621f;\n    --oal-dark-support:#30261d;\n    --oal-dark-deep:#0e0e0d;\n\n    --oal-ink:#111111;\n    --oal-body:#333333;\n    --oal-muted:#676767;\n\n    width:100%;\n    max-width:1200px;\n    margin:0 auto;\n    padding:15px;\n    box-sizing:border-box;\n    background:var(--oal-white);\n    color:var(--oal-ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:16px;\n    line-height:1.65;\n  }\n\n  .oud-al-lail-wrapper *,\n  .oud-al-lail-wrapper *::before,\n  .oud-al-lail-wrapper *::after{\n    box-sizing:border-box;\n  }\n\n  \/* FIXED REFERENCE HEADER: pure white, no coloured fill *\/\n  .oal-header{\n    margin-bottom:42px;\n    padding:58px 20px 48px;\n    text-align:center;\n    background:var(--oal-white);\n    border:none;\n    border-bottom:1px solid var(--oal-border);\n    border-radius:0;\n  }\n\n  .oal-brand-tag{\n    margin-bottom:12px;\n    color:var(--oal-secondary);\n    font-size:.84rem;\n    font-weight:700;\n    letter-spacing:5px;\n    text-transform:uppercase;\n  }\n\n  .oal-main-title{\n    margin:0 0 14px;\n    color:var(--oal-ink);\n    font-size:2.25rem;\n    font-weight:300;\n    line-height:1.2;\n    letter-spacing:4px;\n    text-transform:uppercase;\n  }\n\n  .oal-tagline{\n    max-width:850px;\n    margin:0 auto;\n    color:#555555;\n    font-size:1.05rem;\n    font-style:italic;\n  }\n\n  .oal-intro-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:34px;\n    margin-bottom:42px;\n    align-items:center;\n  }\n\n  \/* White remains pure white *\/\n  .oal-image-frame{\n    width:100%;\n    overflow:hidden;\n    background:var(--oal-white);\n    border:1px solid var(--oal-border);\n    border-radius:10px;\n    box-shadow:none;\n  }\n\n  .oal-product-image{\n    display:block;\n    width:100%;\n    height:auto;\n    object-fit:contain;\n  }\n\n  .oal-story h3{\n    margin:0 0 16px;\n    color:var(--oal-ink);\n    font-size:1.4rem;\n    font-weight:500;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n  }\n\n  .oal-story p{\n    margin:0 0 17px;\n    color:var(--oal-body);\n    font-size:1.05rem;\n  }\n\n  .oal-story p:last-child{\n    margin-bottom:0;\n  }\n\n  .oal-section-title{\n    margin:0 0 26px;\n    color:var(--oal-ink);\n    font-size:1.3rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  \/* FIXED OUTER SECTION SYSTEM *\/\n  .oal-notes-section,\n  .oal-journey-section,\n  .oal-accord-section,\n  .oal-trust-section{\n    margin-bottom:42px;\n    padding:38px 30px 40px;\n    border:1px solid var(--oal-border);\n    border-radius:10px;\n  }\n\n  \/* White sections stay pure white *\/\n  .oal-notes-section,\n  .oal-journey-section{\n    background:var(--oal-white);\n  }\n\n  \/* Only designated pale sections receive a very light product tint *\/\n  .oal-accord-section{\n    background:var(--oal-pale-2);\n  }\n\n  .oal-trust-section{\n    background:var(--oal-near-white);\n  }\n\n  .oal-three-grid,\n  .oal-journey-grid,\n  .oal-accord-grid,\n  .oal-trust-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:22px;\n  }\n\n  \/* FIXED NOTE CARD: pale fill + one coloured top border only *\/\n  .oal-note-card{\n    min-height:100%;\n    padding:24px 22px;\n    background:var(--oal-pale);\n    border:1px solid var(--oal-border);\n    border-top:4px solid var(--oal-dominant);\n    border-radius:9px;\n    box-shadow:0 7px 18px rgba(0,0,0,.025);\n  }\n\n  .oal-card-label{\n    margin-bottom:9px;\n    color:var(--oal-secondary);\n    font-size:.78rem;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n  }\n\n  .oal-card-title{\n    margin-bottom:8px;\n    color:var(--oal-ink);\n    font-size:1.05rem;\n    font-weight:650;\n  }\n\n  .oal-card-description{\n    color:var(--oal-body);\n    font-size:.95rem;\n    line-height:1.58;\n  }\n\n  \/* FIXED TWO-PANEL DARK BLOCK *\/\n  .oal-character-section{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:0;\n    margin-bottom:42px;\n    overflow:hidden;\n    background:var(--oal-dark-deep);\n    border:none;\n    border-radius:11px;\n  }\n\n  .oal-character-card{\n    padding:34px 30px;\n    background:linear-gradient(135deg,var(--oal-dark-support),var(--oal-dark-deep));\n    color:var(--oal-white);\n  }\n\n  .oal-character-card:nth-child(2){\n    background:linear-gradient(135deg,#2d211c,var(--oal-dark-deep));\n    border-top:1px solid var(--oal-dominant);\n  }\n\n  .oal-character-card h3,\n  .oal-character-card:nth-child(2) h3{\n    margin:0 0 13px;\n    color:var(--oal-secondary);\n    font-size:1.02rem;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n  }\n\n  .oal-character-card p,\n  .oal-character-card:nth-child(2) p{\n    margin:0;\n    color:var(--oal-white);\n    font-size:1rem;\n    line-height:1.75;\n  }\n\n  .oal-details-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:30px;\n    margin-bottom:42px;\n  }\n\n  .oal-details-box,\n  .oal-highlights-box{\n    height:100%;\n    padding:24px;\n    background:var(--oal-white);\n    border:1px solid var(--oal-border);\n    border-radius:9px;\n  }\n\n  .oal-box-title{\n    margin:0 0 16px;\n    padding-bottom:10px;\n    color:var(--oal-ink);\n    font-size:.9rem;\n    letter-spacing:1.8px;\n    text-transform:uppercase;\n    border-bottom:1px solid var(--oal-neutral-border);\n  }\n\n  .oal-detail-row{\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:12px 0;\n    font-size:1rem;\n    border-bottom:1px solid var(--oal-neutral-border);\n  }\n\n  .oal-detail-row:last-child{\n    padding-bottom:0;\n    border-bottom:none;\n  }\n\n  .oal-detail-label{\n    color:var(--oal-muted);\n    font-weight:600;\n  }\n\n  .oal-detail-value{\n    color:var(--oal-ink);\n    text-align:right;\n  }\n\n  .oal-highlights-list{\n    margin:0;\n    padding:0;\n    list-style:none;\n  }\n\n  .oal-highlights-list li{\n    position:relative;\n    margin:0;\n    padding:12px 0 12px 28px;\n    color:var(--oal-body);\n    font-size:1rem;\n    border-bottom:1px solid var(--oal-neutral-border);\n  }\n\n  .oal-highlights-list li:last-child{\n    border-bottom:none;\n  }\n\n  .oal-highlights-list li::before{\n    content:\"✓\";\n    position:absolute;\n    top:12px;\n    left:2px;\n    color:var(--oal-secondary);\n    font-weight:700;\n  }\n\n  .oal-journey-intro,\n  .oal-accord-intro,\n  .oal-trust-intro{\n    max-width:880px;\n    margin:-9px auto 28px;\n    color:var(--oal-muted);\n    font-size:1rem;\n    text-align:center;\n  }\n\n  \/* FIXED JOURNEY CARD SYSTEM *\/\n  .oal-journey-card{\n    position:relative;\n    min-height:220px;\n    padding:102px 25px 28px;\n    background:var(--oal-pale);\n    border:1px solid var(--oal-border);\n    border-radius:9px;\n    text-align:center;\n  }\n\n  .oal-journey-number{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--oal-dominant-dark);\n    color:var(--oal-white);\n    border:none;\n    border-radius:50%;\n    font-size:.9rem;\n    font-weight:700;\n  }\n\n  .oal-journey-card h4,\n  .oal-accord-card h4,\n  .oal-trust-card h4{\n    margin:0 0 9px;\n    color:var(--oal-ink);\n    font-size:1rem;\n    font-weight:700;\n    letter-spacing:2px;\n  }\n\n  .oal-journey-card p,\n  .oal-accord-card p,\n  .oal-trust-card p{\n    margin:0;\n    color:var(--oal-body);\n    font-size:.95rem;\n    line-height:1.65;\n  }\n\n  \/* FIXED ACCORD\/TRUST CARDS: inner cards remain pure white *\/\n  .oal-accord-card,\n  .oal-trust-card{\n    min-height:225px;\n    padding:104px 26px 28px;\n    background:var(--oal-white);\n    border:1px solid var(--oal-border);\n    border-radius:9px;\n    text-align:center;\n    position:relative;\n    box-shadow:none;\n  }\n\n  .oal-accord-icon,\n  .oal-trust-icon{\n    position:absolute;\n    top:33px;\n    left:50%;\n    display:flex;\n    width:42px;\n    height:42px;\n    transform:translateX(-50%);\n    align-items:center;\n    justify-content:center;\n    background:var(--oal-dominant-dark);\n    color:var(--oal-white);\n    border:none;\n    border-radius:50%;\n    font-size:.85rem;\n    font-weight:700;\n  }\n\n  \/* FIXED STATEMENT BLOCK *\/\n  .oal-statement-section{\n    margin-bottom:42px;\n    padding:48px 34px;\n    background:linear-gradient(90deg,var(--oal-accent) 0%,var(--oal-dark-support) 48%,var(--oal-dark-deep) 100%);\n    color:var(--oal-white);\n    text-align:center;\n    border:none;\n    border-radius:11px;\n  }\n\n  .oal-statement-section h3{\n    margin:0 0 14px;\n    color:var(--oal-secondary);\n    font-size:1.25rem;\n    font-weight:600;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .oal-statement-section p{\n    max-width:920px;\n    margin:0 auto;\n    color:var(--oal-white);\n    font-size:1.05rem;\n    line-height:1.8;\n  }\n\n  \/* FIXED OCCASION + PERFORMANCE PANELS *\/\n  .oal-occasion-section{\n    margin-bottom:42px;\n    padding:42px 32px;\n    background:var(--oal-pale-2);\n    border:1px solid var(--oal-border);\n    border-radius:10px;\n    text-align:center;\n  }\n\n  .oal-occasion-section h3{\n    margin:0 0 14px;\n    color:var(--oal-ink);\n    font-size:1.25rem;\n    font-weight:500;\n    letter-spacing:3px;\n    text-transform:uppercase;\n  }\n\n  .oal-occasion-section p{\n    max-width:930px;\n    margin:0 auto;\n    color:var(--oal-body);\n    font-size:1.05rem;\n    line-height:1.78;\n  }\n\n  .oal-performance-section{\n    margin-bottom:42px;\n    padding:34px 34px 34px 38px;\n    background:var(--oal-pale-2);\n    border:1px solid var(--oal-border);\n    border-left:6px solid var(--oal-dominant);\n    border-radius:10px;\n  }\n\n  .oal-performance-section h3{\n    margin:0 0 13px;\n    color:var(--oal-ink);\n    font-size:.9rem;\n    font-weight:800;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n  }\n\n  .oal-performance-section p{\n    margin:0;\n    color:var(--oal-body);\n    font-size:.95rem;\n    line-height:1.78;\n  }\n\n  .oal-faq-section{\n    margin-top:30px;\n    padding-top:28px;\n    border-top:1px solid var(--oal-border);\n  }\n\n  .oal-faq-section\u003eh3{\n    margin:0 0 22px;\n    color:var(--oal-ink);\n    font-size:1.3rem;\n    letter-spacing:3px;\n    text-align:center;\n    text-transform:uppercase;\n  }\n\n  .oal-faq-item{\n    background:var(--oal-white);\n    border-bottom:1px solid var(--oal-neutral-border);\n  }\n\n  .oal-faq-item summary{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    padding:18px 5px;\n    color:var(--oal-ink);\n    font-size:1.05rem;\n    font-weight:600;\n    cursor:pointer;\n    list-style:none;\n    user-select:none;\n  }\n\n  .oal-faq-item summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .oal-faq-item summary::after{\n    content:\"+\";\n    flex-shrink:0;\n    margin-left:20px;\n    color:var(--oal-dominant-dark);\n    font-size:1.35rem;\n  }\n\n  .oal-faq-item[open] summary::after{\n    content:\"−\";\n  }\n\n  .oal-faq-answer{\n    padding:3px 5px 20px;\n    color:var(--oal-body);\n    font-size:1rem;\n  }\n\n  .oal-faq-answer p{\n    margin:0;\n  }\n\n  @media(min-width:768px){\n    .oud-al-lail-wrapper{\n      padding:30px;\n    }\n\n    .oal-header{\n      padding:72px 20px 58px;\n      margin-bottom:52px;\n    }\n\n    .oal-brand-tag{\n      font-size:.95rem;\n      letter-spacing:6px;\n    }\n\n    .oal-main-title{\n      font-size:3.7rem;\n      letter-spacing:6px;\n    }\n\n    .oal-tagline{\n      font-size:1.23rem;\n    }\n\n    .oal-intro-grid{\n      grid-template-columns:.82fr 1.18fr;\n      gap:52px;\n      margin-bottom:52px;\n    }\n\n    .oal-image-frame{\n      max-width:470px;\n      margin:0 auto;\n    }\n\n    .oal-story h3{\n      font-size:1.7rem;\n    }\n\n    .oal-story p{\n      margin-bottom:22px;\n      font-size:1.13rem;\n      line-height:1.75;\n    }\n\n    .oal-three-grid,\n    .oal-journey-grid,\n    .oal-accord-grid,\n    .oal-trust-grid{\n      grid-template-columns:repeat(3,1fr);\n      gap:24px;\n    }\n\n    .oal-character-section{\n      grid-template-columns:1fr 1fr;\n    }\n\n    .oal-character-card:nth-child(2){\n      border-top:none;\n      border-left:1px solid var(--oal-dominant);\n    }\n\n    .oal-details-grid{\n      grid-template-columns:1fr 1fr;\n      gap:40px;\n    }\n\n    .oal-section-title,\n    .oal-faq-section\u003eh3{\n      font-size:1.55rem;\n    }\n\n    .oal-character-card{\n      padding:38px 34px;\n    }\n\n    .oal-note-card{\n      padding:26px 24px;\n    }\n\n    .oal-detail-row,\n    .oal-highlights-list li{\n      font-size:1.04rem;\n    }\n\n    .oal-statement-section{\n      padding:50px 42px;\n    }\n\n    .oal-statement-section h3{\n      font-size:1.42rem;\n    }\n\n    .oal-statement-section p,\n    .oal-occasion-section p{\n      font-size:1.06rem;\n    }\n\n    .oal-faq-item summary{\n      padding:20px 5px;\n      font-size:1.12rem;\n    }\n\n    .oal-faq-answer{\n      font-size:1.04rem;\n    }\n  }\n\n  @media(max-width:767px){\n    .oal-notes-section,\n    .oal-journey-section,\n    .oal-accord-section,\n    .oal-trust-section{\n      padding:28px 18px;\n    }\n\n    .oal-journey-card,\n    .oal-accord-card,\n    .oal-trust-card{\n      min-height:auto;\n    }\n  }\n\n  @media(max-width:480px){\n    .oud-al-lail-wrapper{\n      padding:10px;\n    }\n\n    .oal-header{\n      padding:44px 10px 38px;\n    }\n\n    .oal-main-title{\n      font-size:1.75rem;\n      letter-spacing:2px;\n    }\n\n    .oal-brand-tag{\n      letter-spacing:3px;\n    }\n\n    .oal-detail-row{\n      flex-direction:column;\n      gap:3px;\n    }\n\n    .oal-detail-value{\n      text-align:left;\n    }\n\n    .oal-performance-section{\n      padding:28px 20px 28px 24px;\n      border-left-width:5px;\n    }\n\n    .oal-faq-item summary{\n      font-size:1rem;\n    }\n  }\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oud-al-lail-wrapper\"\u003e\n\n  \u003cdiv class=\"oal-header\"\u003e\n    \u003cdiv class=\"oal-brand-tag\"\u003eAdyan Presents\u003c\/div\u003e\n    \u003ch2 class=\"oal-main-title\"\u003eOud Al Lail\u003c\/h2\u003e\n    \u003cp class=\"oal-tagline\"\u003e\n      “Fresh rose, sweet orange and oud over jasmine, amber, musk, cedar and a deep cypriol finish.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-intro-grid\"\u003e\n\n    \u003cdiv class=\"oal-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Oud-Al-Lail.webp?v=1739210824\" alt=\"Adyan Oud Al Lail 100ml Eau de Parfum in a smoky black and amber gradient bottle with polished gold collar, black sculpted cap and gold Arabic lettering\" class=\"oal-product-image\" width=\"720\" height=\"720\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oal-story\"\u003e\n      \u003ch3\u003eRose, Orange and Oud with Amber, Musk and Dark Woods\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eOud Al Lail by Adyan\u003c\/strong\u003e, a\n        \u003cstrong\u003e100ml unisex Eau de Parfum\u003c\/strong\u003e created for lovers of\n        sweet oriental oud fragrances and traditional Arabian scent profiles.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Fresh rose, sweet orange and oud shape the opening. Rose contributes\n        floral richness, orange adds gentle brightness and sweetness, while\n        oud establishes the fragrance’s deep woody identity.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Jasmine, patchouli, musk, cedar and amber form the heart. Florals and\n        musk add softness, amber creates warmth, and patchouli with cedar\n        introduces earthy woody structure.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Oud returns in the base alongside cypriol, creating a dry, smoky,\n        earthy and long-lasting oriental finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Presented in a smoky black-to-amber gradient bottle with polished\n        gold detailing, black sculpted cap and gold Arabic lettering,\n        accompanied by a black geometric box with a champagne-gold front\n        panel, Oud Al Lail reflects a refined, traditional and gift-ready\n        Arabian character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-notes-section\"\u003e\n\n    \u003ch3 class=\"oal-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"oal-three-grid\"\u003e\n\n      \u003cdiv class=\"oal-note-card\"\u003e\n        \u003cdiv class=\"oal-card-label\"\u003eTop Notes\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-title\"\u003eFresh Rose, Sweet Orange and Oud\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-description\"\u003e\n          Fresh rose introduces floral richness, sweet orange adds bright\n          warmth, and oud provides immediate woody depth.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-note-card\"\u003e\n        \u003cdiv class=\"oal-card-label\"\u003eHeart Notes\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-title\"\u003eJasmine, Patchouli, Musk, Cedar and Amber\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-description\"\u003e\n          Jasmine and musk soften the centre, amber supplies warmth, while\n          patchouli and cedar create earthy woody structure.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-note-card\"\u003e\n        \u003cdiv class=\"oal-card-label\"\u003eBase Notes\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-title\"\u003eOud and Cypriol\u003c\/div\u003e\n        \u003cdiv class=\"oal-card-description\"\u003e\n          Oud and cypriol form a dry, smoky and earthy foundation with a\n          confidently traditional oriental finish.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-character-section\"\u003e\n\n    \u003cdiv class=\"oal-character-card\"\u003e\n      \u003ch3\u003eThe Rose Orange Oud Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Fresh rose and sweet orange illuminate the opening while oud provides\n        depth, warmth and an unmistakably Arabian identity.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oal-character-card\"\u003e\n      \u003ch3\u003eThe Cypriol Oud Dry-Down\u003c\/h3\u003e\n      \u003cp\u003e\n        Amber, musk, patchouli and cedar gradually settle into oud and cypriol\n        for a dry, smoky and richly grounded final trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-details-grid\"\u003e\n\n    \u003cdiv class=\"oal-details-box\"\u003e\n      \u003ch4 class=\"oal-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eOud Al Lail\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eAdyan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eMen and Women\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eFragrance Family\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eOriental Sweet Oud\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eFloral, Citrus, Amber, Musky, Woody and Smoky\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-detail-row\"\u003e\n        \u003cspan class=\"oal-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"oal-detail-value\"\u003eSmoky Black, Amber Cognac and Champagne Gold\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oal-highlights-box\"\u003e\n      \u003ch4 class=\"oal-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"oal-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eDesigned as a unisex fragrance\u003c\/li\u003e\n        \u003cli\u003eTraditional oriental oud character\u003c\/li\u003e\n        \u003cli\u003eFresh rose opening\u003c\/li\u003e\n        \u003cli\u003eSweet orange brightness\u003c\/li\u003e\n        \u003cli\u003eRich oud identity\u003c\/li\u003e\n        \u003cli\u003eFloral jasmine heart\u003c\/li\u003e\n        \u003cli\u003eWarm amber and soft musk\u003c\/li\u003e\n        \u003cli\u003eEarthy patchouli and cedar\u003c\/li\u003e\n        \u003cli\u003eDry smoky cypriol base\u003c\/li\u003e\n        \u003cli\u003ePresented as long-lasting\u003c\/li\u003e\n        \u003cli\u003eElegant black-and-gold presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-journey-section\"\u003e\n\n    \u003ch3 class=\"oal-section-title\"\u003eThe Oud Al Lail Journey\u003c\/h3\u003e\n\n    \u003cp class=\"oal-journey-intro\"\u003e\n      A rich progression from fresh rose, sweet orange and oud into jasmine,\n      amber, musk and woods before settling into oud and smoky cypriol.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oal-journey-grid\"\u003e\n\n      \u003cdiv class=\"oal-journey-card\"\u003e\n        \u003cdiv class=\"oal-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eRose Orange Oud\u003c\/h4\u003e\n        \u003cp\u003e\n          Fresh rose and sweet orange create floral-citrus brightness around\n          the deeper oud opening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-journey-card\"\u003e\n        \u003cdiv class=\"oal-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eJasmine Amber Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Jasmine, amber, musk, patchouli and cedar form a warm, floral and\n          structured heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-journey-card\"\u003e\n        \u003cdiv class=\"oal-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOud Cypriol Depth\u003c\/h4\u003e\n        \u003cp\u003e\n          Oud and cypriol settle into a dry, smoky and earthy final signature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-accord-section\"\u003e\n\n    \u003ch3 class=\"oal-section-title\"\u003eThe Signature Oud Al Lail Accords\u003c\/h3\u003e\n\n    \u003cp class=\"oal-accord-intro\"\u003e\n      A traditional unisex composition shaped by floral rose, sweet citrus,\n      warm amber, soft musk, precious oud and smoky cypriol.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oal-accord-grid\"\u003e\n\n      \u003cdiv class=\"oal-accord-card\"\u003e\n        \u003cdiv class=\"oal-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eRose Orange Oud\u003c\/h4\u003e\n        \u003cp\u003e\n          Rose adds floral richness, orange provides sweet brightness and oud\n          creates deep woody character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-accord-card\"\u003e\n        \u003cdiv class=\"oal-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eJasmine Amber Woods\u003c\/h4\u003e\n        \u003cp\u003e\n          Jasmine, musk and amber soften the heart while patchouli and cedar\n          add earthy structure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-accord-card\"\u003e\n        \u003cdiv class=\"oal-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud and Cypriol\u003c\/h4\u003e\n        \u003cp\u003e\n          Oud and cypriol provide a dry, smoky and deeply oriental finishing\n          accord.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-statement-section\"\u003e\n    \u003ch3\u003eThe Black and Gold Oud Al Lail Experience\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud Al Lail balances fresh rose and sweet orange with jasmine, amber,\n      musk, patchouli, cedar, oud and cypriol. Its smoky black-and-amber\n      bottle, polished gold collar, black cap and geometric black-and-gold\n      box reflect a fragrance designed to feel traditional, rich and\n      confidently oriental.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-occasion-section\"\u003e\n    \u003ch3\u003eA Sweet Oriental Fragrance for Every Age and Gender\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud Al Lail is designed to be shared across ages and genders. Its\n      floral-citrus opening and warm oud, amber, musk and cypriol foundation\n      can complement daily wear, evenings, celebrations and special\n      occasions.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Oud Al Lail is presented as a long-lasting Eau de Parfum with strong\n      presence on clothing. Actual longevity and projection may vary\n      according to skin chemistry, application method, clothing, temperature\n      and environment, so no fixed-hour performance claim has been used.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-trust-section\"\u003e\n\n    \u003ch3 class=\"oal-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"oal-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, musk scents and concentrated perfume oils through a\n      specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oal-trust-grid\"\u003e\n\n      \u003cdiv class=\"oal-trust-card\"\u003e\n        \u003cdiv class=\"oal-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover a broad selection of modern Arabian fragrances, rich oud,\n          elegant musk compositions and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-trust-card\"\u003e\n        \u003cdiv class=\"oal-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Products\u003c\/h4\u003e\n        \u003cp\u003e\n          Each fragrance is selected to offer distinctive character,\n          attractive presentation and excellent value for fragrance lovers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oal-trust-card\"\u003e\n        \u003cdiv class=\"oal-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eReliable UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK-based fragrance specialist with convenient\n          delivery and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oal-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Oud Al Lail smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud Al Lail opens with fresh rose, sweet orange and oud, develops\n          through jasmine, patchouli, musk, cedar and amber, and settles into\n          oud and cypriol.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the top notes in Oud Al Lail?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Fresh rose, sweet orange and oud form the listed top notes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Oud Al Lail?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Jasmine, patchouli, musk, cedar and amber form the listed heart.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat are the base notes in Oud Al Lail?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud and cypriol form the listed base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oud Al Lail suitable for men and women?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The London Musk listing presents Oud Al Lail as a unisex\n          fragrance for men and women.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Oud Al Lail?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oud Al Lail is supplied in a 100ml, approximately 3.4-fluid-ounce,\n          Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oud Al Lail a sweet oud fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product is presented as an oriental sweet oud fragrance\n          with floral, citrus, amber, musk and woody facets.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oud Al Lail long-lasting?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          The listing presents it as long-lasting and noticeable on clothing.\n          Exact performance varies according to skin chemistry, climate,\n          application amount and clothing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can Oud Al Lail be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its floral, citrus, amber, musk and oud profile can complement daily\n          wear, evenings, celebrations and special occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oal-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow is Oud Al Lail presented?\u003c\/summary\u003e\n      \u003cdiv class=\"oal-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It is presented in a smoky black-to-amber gradient bottle with\n          polished gold detailing and a black cap, accompanied by a black\n          geometric box with a champagne-gold front panel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583080710390,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oud-Al-Lail.webp?v=1739210824"},{"product_id":"oudh-ajeeb-gold-edp-100ml","title":"Oudh Ajeeb Gold EDP (100ml)","description":"\u003cstyle\u003e\n.oudh-ajeeb-gold-wrapper{\n  --oag-white:#ffffff;\n  --oag-pale:#faf3e8;\n  --oag-pale-2:#fdf9f4;\n  --oag-border:#e6d5bd;\n  --oag-neutral-border:#ece5dd;\n  --oag-dominant:#c99049;\n  --oag-dominant-dark:#855b20;\n  --oag-secondary:#d0ad36;\n  --oag-accent:#432a21;\n  --oag-dark-support:#4a2c22;\n  --oag-dark-deep:#15110f;\n  --oag-dark-panel:#241713;\n  --oag-ink:#241c17;\n  --oag-body:#4c4038;\n  --oag-muted:#7b6f66;\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  padding:15px;\n  box-sizing:border-box;\n  background:var(--oag-white);\n  color:var(--oag-ink);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:16px;\n  line-height:1.65;\n}\n.oudh-ajeeb-gold-wrapper *,\n.oudh-ajeeb-gold-wrapper *::before,\n.oudh-ajeeb-gold-wrapper *::after{box-sizing:border-box}\n.oag-header{\n  margin-bottom:42px;\n  padding:34px 12px 30px;\n  background:var(--oag-white);\n  border:0;\n  border-bottom:1px solid var(--oag-border);\n  border-radius:0;\n  text-align:center;\n}\n.oag-brand-tag{\n  margin-bottom:8px;\n  color:var(--oag-dominant-dark);\n  font-size:.84rem;\n  font-weight:700;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n.oag-main-title{\n  max-width:100%;\n  margin:0 auto 10px;\n  color:var(--oag-ink);\n  font-size:2rem;\n  font-weight:300;\n  line-height:1.2;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  overflow-wrap:normal;\n  word-break:normal;\n  hyphens:none;\n}\n.oag-tagline{\n  max-width:820px;\n  margin:0 auto;\n  color:var(--oag-muted);\n  font-size:1.05rem;\n  font-style:italic;\n}\n.oag-intro-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n  align-items:center;\n}\n.oag-image-frame{\n  width:100%;\n  overflow:hidden;\n  background:var(--oag-white);\n  border:1px solid var(--oag-border);\n  border-radius:10px;\n}\n.oag-product-image{display:block;width:100%;height:auto;object-fit:contain}\n.oag-story h3{\n  margin:0 0 16px;\n  color:var(--oag-ink);\n  font-size:1.4rem;\n  font-weight:400;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n.oag-story p{margin:0 0 17px;color:var(--oag-body);font-size:1.05rem}\n.oag-story p:last-child{margin-bottom:0}\n.oag-section-title{\n  margin:0 0 25px;\n  color:var(--oag-ink);\n  font-size:1.3rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n.oag-notes-section,\n.oag-journey-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oag-white);\n  border:1px solid var(--oag-border);\n  border-radius:10px;\n}\n.oag-accord-section,\n.oag-trust-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oag-pale-2);\n  border:1px solid var(--oag-border);\n  border-radius:10px;\n}\n.oag-three-grid,\n.oag-journey-grid,\n.oag-accord-grid,\n.oag-trust-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:18px;\n}\n.oag-note-card{\n  padding:22px;\n  background:var(--oag-pale);\n  border:1px solid var(--oag-border);\n  border-top:4px solid var(--oag-dominant);\n  border-radius:8px;\n}\n.oag-card-label{\n  margin-bottom:7px;\n  color:var(--oag-dominant-dark);\n  font-size:.8rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n.oag-card-title{margin-bottom:7px;color:var(--oag-ink);font-size:1.05rem;font-weight:600}\n.oag-card-description{color:var(--oag-body);font-size:.95rem;line-height:1.55}\n.oag-character-section{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:0;\n  margin-bottom:42px;\n  overflow:hidden;\n  background:var(--oag-dark-panel);\n  border:0;\n  border-radius:10px;\n}\n.oag-character-card{\n  padding:30px 24px;\n  background:var(--oag-dark-panel);\n  color:var(--oag-white);\n}\n.oag-character-card:nth-child(2){border-top:1px solid var(--oag-secondary)}\n.oag-character-card h3{\n  margin:0 0 10px;\n  color:var(--oag-secondary);\n  font-size:1.05rem;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n.oag-character-card p{margin:0;color:#fffaf4;font-size:1rem;line-height:1.7}\n.oag-details-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n}\n.oag-details-box,\n.oag-highlights-box{\n  height:100%;\n  padding:22px;\n  background:var(--oag-white);\n  border:1px solid var(--oag-border);\n  border-radius:8px;\n}\n.oag-box-title{\n  margin:0 0 15px;\n  padding-bottom:9px;\n  color:var(--oag-ink);\n  font-size:.9rem;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  border-bottom:1px solid var(--oag-border);\n}\n.oag-detail-row{\n  display:flex;\n  justify-content:space-between;\n  gap:20px;\n  padding:12px 0;\n  font-size:1rem;\n  border-bottom:1px solid var(--oag-neutral-border);\n}\n.oag-detail-row:last-child{padding-bottom:0;border-bottom:none}\n.oag-detail-label{flex:0 0 34%;min-width:0;color:var(--oag-muted);font-weight:600}\n.oag-detail-value{\n  flex:1 1 auto;\n  min-width:0;\n  color:var(--oag-ink);\n  text-align:right;\n  overflow-wrap:anywhere;\n  word-break:normal;\n}\n.oag-highlights-list{margin:0!important;padding:0!important;list-style:none!important}\n.oag-highlights-list li{\n  position:relative;\n  margin:0;\n  padding:12px 0 12px 28px;\n  color:var(--oag-body);\n  font-size:1rem;\n  border-bottom:1px solid var(--oag-neutral-border);\n  list-style:none!important;\n}\n.oag-highlights-list li::marker{content:\"\"!important;font-size:0!important}\n.oag-highlights-list li:last-child{border-bottom:none}\n.oag-highlights-list li::before{\n  content:\"✓\"!important;\n  position:absolute;\n  top:12px;\n  left:2px;\n  color:var(--oag-dominant-dark);\n  font-weight:700;\n}\n.oag-journey-intro,\n.oag-accord-intro,\n.oag-trust-intro{\n  max-width:850px;\n  margin:-10px auto 25px;\n  color:var(--oag-muted);\n  font-size:1rem;\n  text-align:center;\n}\n.oag-journey-card{\n  position:relative;\n  padding:22px 20px 22px 80px;\n  background:var(--oag-pale);\n  border:1px solid var(--oag-border);\n  border-radius:8px;\n}\n.oag-journey-number,\n.oag-accord-icon,\n.oag-trust-icon{\n  display:flex;\n  width:42px;\n  height:42px;\n  align-items:center;\n  justify-content:center;\n  background:var(--oag-dominant-dark);\n  color:var(--oag-white);\n  border:0;\n  border-radius:50%;\n  font-size:.9rem;\n  font-weight:700;\n  line-height:1;\n}\n.oag-journey-number{position:absolute;top:21px;left:20px}\n.oag-journey-card h4,\n.oag-accord-card h4,\n.oag-trust-card h4{margin:0 0 6px;color:var(--oag-ink);font-size:1rem;font-weight:650}\n.oag-journey-card p,\n.oag-accord-card p,\n.oag-trust-card p{margin:0;color:var(--oag-body);font-size:.95rem;line-height:1.6}\n.oag-accord-card,\n.oag-trust-card{\n  padding:22px;\n  background:var(--oag-white);\n  border:1px solid var(--oag-border);\n  border-radius:8px;\n  text-align:center;\n}\n.oag-accord-icon,\n.oag-trust-icon{margin:0 auto 12px}\n.oag-statement-section{\n  margin-bottom:42px;\n  padding:40px 24px;\n  background:linear-gradient(90deg,var(--oag-dominant-dark) 0%,var(--oag-accent) 48%,var(--oag-dark-deep) 100%);\n  color:var(--oag-white);\n  text-align:center;\n  border:0;\n  border-radius:10px;\n}\n.oag-statement-section h3{\n  margin:0 0 12px;\n  color:var(--oag-secondary);\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n.oag-statement-section p{max-width:850px;margin:0 auto;color:#fffaf4;font-size:1.05rem;line-height:1.75}\n.oag-occasion-section{\n  margin-bottom:42px;\n  padding:32px 24px;\n  background:var(--oag-pale);\n  border:1px solid var(--oag-border);\n  border-radius:8px;\n  text-align:center;\n}\n.oag-occasion-section h3{\n  margin:0 0 12px;\n  color:var(--oag-ink);\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n.oag-occasion-section p{max-width:850px;margin:0 auto;color:var(--oag-body);font-size:1.05rem;line-height:1.75}\n.oag-performance-section{\n  margin-bottom:42px;\n  padding:30px 24px;\n  background:var(--oag-pale-2);\n  border:1px solid var(--oag-border);\n  border-left:6px solid var(--oag-dominant);\n  border-radius:8px;\n}\n.oag-performance-section h3{\n  margin:0 0 10px;\n  color:var(--oag-ink);\n  font-size:1rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n.oag-performance-section p{margin:0;color:var(--oag-body);font-size:.95rem;line-height:1.7}\n.oag-faq-section{margin-top:30px;padding-top:28px;border-top:1px solid var(--oag-border)}\n.oag-faq-section\u003eh3{\n  margin:0 0 22px;\n  color:var(--oag-ink);\n  font-size:1.3rem;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n.oag-faq-item{background:var(--oag-white);border-bottom:1px solid var(--oag-border)}\n.oag-faq-item summary{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:17px 5px;\n  color:var(--oag-ink);\n  font-size:1.05rem;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  user-select:none;\n}\n.oag-faq-item summary::-webkit-details-marker{display:none}\n.oag-faq-item summary::after{\n  content:\"+\";\n  flex-shrink:0;\n  margin-left:20px;\n  color:var(--oag-dominant-dark);\n  font-size:1.35rem;\n  font-weight:400;\n}\n.oag-faq-item[open] summary::after{content:\"−\"}\n.oag-faq-answer{padding:3px 5px 20px;color:var(--oag-body);font-size:1rem}\n.oag-faq-answer p{margin:0}\n@media(min-width:768px){\n  .oudh-ajeeb-gold-wrapper{padding:35px}\n  .oag-header{margin-bottom:50px;padding:50px 12px 40px}\n  .oag-brand-tag{font-size:1rem;letter-spacing:5px}\n  .oag-main-title{max-width:980px;font-size:clamp(2.8rem,5vw,4rem);line-height:1.15;letter-spacing:3px}\n  .oag-tagline{font-size:1.3rem}\n  .oag-intro-grid{grid-template-columns:.82fr 1.18fr;gap:50px;margin-bottom:50px}\n  .oag-image-frame{max-width:470px;margin:0 auto}\n  .oag-story h3{font-size:1.75rem}\n  .oag-story p{margin-bottom:22px;font-size:1.17rem;line-height:1.75}\n  .oag-three-grid,\n  .oag-journey-grid,\n  .oag-accord-grid,\n  .oag-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}\n  .oag-character-section{grid-template-columns:1fr 1fr;margin-bottom:50px}\n  .oag-character-card{padding:35px}\n  .oag-character-card:nth-child(2){border-top:0;border-left:1px solid var(--oag-secondary)}\n  .oag-details-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}\n  .oag-journey-card{padding:78px 22px 25px;text-align:center}\n  .oag-journey-number{top:24px;left:50%;transform:translateX(-50%)}\n  .oag-section-title,\n  .oag-faq-section\u003eh3{font-size:1.65rem}\n  .oag-card-title{font-size:1.15rem}\n  .oag-card-description{font-size:1rem}\n  .oag-character-card h3{font-size:1.2rem}\n  .oag-character-card p{font-size:1.08rem}\n  .oag-box-title{font-size:1.05rem}\n  .oag-detail-row,\n  .oag-highlights-list li{font-size:1.08rem}\n  .oag-journey-intro,\n  .oag-accord-intro,\n  .oag-trust-intro{font-size:1.08rem}\n  .oag-journey-card h4,\n  .oag-accord-card h4,\n  .oag-trust-card h4{font-size:1.08rem}\n  .oag-journey-card p,\n  .oag-accord-card p,\n  .oag-trust-card p{font-size:1rem}\n  .oag-statement-section{padding:44px}\n  .oag-statement-section h3{font-size:1.55rem}\n  .oag-statement-section p,\n  .oag-occasion-section p{font-size:1.12rem}\n  .oag-occasion-section{padding:38px}\n  .oag-occasion-section h3{font-size:1.5rem}\n  .oag-performance-section{padding:30px}\n  .oag-performance-section p{font-size:1.03rem}\n  .oag-faq-item summary{padding:20px 5px;font-size:1.17rem}\n  .oag-faq-answer{font-size:1.08rem}\n}\n@media(min-width:600px) and (max-width:767px){\n  .oag-three-grid,\n  .oag-journey-grid,\n  .oag-accord-grid,\n  .oag-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}\n}\n@media(max-width:767px){\n  .oag-main-title{max-width:100%;font-size:clamp(1.55rem,7vw,2.15rem);line-height:1.22;letter-spacing:1.5px}\n}\n@media(max-width:480px){\n  .oudh-ajeeb-gold-wrapper{padding:10px}\n  .oag-header{padding:26px 8px}\n  .oag-brand-tag{letter-spacing:3px}\n  .oag-tagline{font-size:.95rem}\n  .oag-detail-row{flex-direction:column;gap:3px}\n  .oag-detail-label,\n  .oag-detail-value{flex:initial;width:100%}\n  .oag-detail-value{text-align:left}\n  .oag-character-card{padding:24px 18px}\n  .oag-journey-section,\n  .oag-accord-section,\n  .oag-trust-section{padding:25px 15px}\n  .oag-journey-card{padding:20px 17px 20px 72px;text-align:left}\n  .oag-journey-number{top:20px;left:16px;transform:none}\n  .oag-performance-section{padding:28px 20px 28px 24px;border-left-width:5px}\n  .oag-faq-item summary{font-size:1rem}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"oudh-ajeeb-gold-wrapper\"\u003e\n\u003cdiv class=\"oag-header\"\u003e\n\u003cdiv class=\"oag-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"oag-main-title\"\u003eOudh Ajeeb Gold\u003c\/h2\u003e\n\u003cp class=\"oag-tagline\"\u003e“Distinctive oud, polished aldehydes and warm amber in a satin gold presentation.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-intro-grid\"\u003e\n\u003cdiv class=\"oag-image-frame\"\u003e\n\u003cimg alt=\"Oudh Ajeeb Gold by Oudh Al Anfar 100ml Eau de Parfum with a satin peach-champagne gold bottle, hammered yellow-gold cap, black Arabic lettering and a metallic gold presentation box with espresso botanical artwork\" class=\"oag-product-image\" height=\"720\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/image_2023-03-08_031204940.webp?v=1739211201\" width=\"720\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-story\"\u003e\n\u003ch3\u003eDistinctive Oud with Aldehydic Polish and Amber Warmth\u003c\/h3\u003e\n\u003cp\u003eDiscover Oudh Ajeeb Gold by Oudh Al Anfar, a 100ml unisex Eau de Parfum with a confident oriental fragrance character.\u003c\/p\u003e\n\u003cp\u003eThe London Musk description places oud at the centre of the fragrance, giving it a distinctive woody and oriental identity.\u003c\/p\u003e\n\u003cp\u003eAldehydes introduce polish, lift and modern contrast around the deeper oud character.\u003c\/p\u003e\n\u003cp\u003eOud and amber shape the finishing impression with smooth warmth, depth and understated magnetism.\u003c\/p\u003e\n\u003cp\u003eThe satin peach-champagne bottle features a hammered yellow-gold cap and black lettering, while the matching metallic box uses espresso-brown botanical artwork and a dark central label.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-notes-section\"\u003e\n\u003ch3 class=\"oag-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"oag-three-grid\"\u003e\n\u003cdiv class=\"oag-note-card\"\u003e\n\u003cdiv class=\"oag-card-label\"\u003eCentral Identity\u003c\/div\u003e\n\u003cdiv class=\"oag-card-title\"\u003eDistinctive Oud\u003c\/div\u003e\n\u003cdiv class=\"oag-card-description\"\u003eOud provides the fragrance’s characteristic woody depth, confidence and oriental presence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-note-card\"\u003e\n\u003cdiv class=\"oag-card-label\"\u003eDeveloping Character\u003c\/div\u003e\n\u003cdiv class=\"oag-card-title\"\u003ePolished Aldehydes\u003c\/div\u003e\n\u003cdiv class=\"oag-card-description\"\u003eAldehydes introduce lift, clarity and a refined modern contrast around the oud.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-note-card\"\u003e\n\u003cdiv class=\"oag-card-label\"\u003eFinishing Character\u003c\/div\u003e\n\u003cdiv class=\"oag-card-title\"\u003eOud and Amber\u003c\/div\u003e\n\u003cdiv class=\"oag-card-description\"\u003eOud and amber create a warm, smooth and quietly magnetic foundation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-character-section\"\u003e\n\u003cdiv class=\"oag-character-card\"\u003e\n\u003ch3\u003eThe Oud Aldehyde Contrast\u003c\/h3\u003e\n\u003cp\u003eDistinctive oud meets polished aldehydes, balancing woody depth with cleaner and more modern aromatic lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-character-card\"\u003e\n\u003ch3\u003eThe Amber Oud Dry-Down\u003c\/h3\u003e\n\u003cp\u003eWarm amber supports the returning oud character for a smooth, confident and understated final trail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-details-grid\"\u003e\n\u003cdiv class=\"oag-details-box\"\u003e\n\u003ch4 class=\"oag-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eOudh Ajeeb Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eMen and Women\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003eFragrance Family\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eOriental\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003ePublished Notes\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003eOud, Aldehydes and Amber\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-detail-row\"\u003e\n\u003cspan class=\"oag-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"oag-detail-value\"\u003ePeach Champagne Gold, Yellow Gold, Espresso and Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-highlights-box\"\u003e\n\u003ch4 class=\"oag-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"oag-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003ePresented for men and women\u003c\/li\u003e\n\u003cli\u003eOriental fragrance character\u003c\/li\u003e\n\u003cli\u003eDistinctive oud identity\u003c\/li\u003e\n\u003cli\u003ePolished aldehydic contrast\u003c\/li\u003e\n\u003cli\u003eWarm amber foundation\u003c\/li\u003e\n\u003cli\u003eWoody and confident profile\u003c\/li\u003e\n\u003cli\u003eModern yet timeless impression\u003c\/li\u003e\n\u003cli\u003eSmooth understated dry-down\u003c\/li\u003e\n\u003cli\u003eSatin peach-champagne bottle\u003c\/li\u003e\n\u003cli\u003eHammered yellow-gold cap\u003c\/li\u003e\n\u003cli\u003eMetallic gold-and-espresso presentation box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-journey-section\"\u003e\n\u003ch3 class=\"oag-section-title\"\u003eThe Oudh Ajeeb Gold Journey\u003c\/h3\u003e\n\u003cp class=\"oag-journey-intro\"\u003eA confident progression from distinctive oud into polished aldehydes before settling into a warm oud-and-amber foundation.\u003c\/p\u003e\n\u003cdiv class=\"oag-journey-grid\"\u003e\n\u003cdiv class=\"oag-journey-card\"\u003e\n\u003cdiv class=\"oag-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eDistinctive Oud Identity\u003c\/h4\u003e\n\u003cp\u003eOud establishes the fragrance’s woody, oriental and naturally confident character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-journey-card\"\u003e\n\u003cdiv class=\"oag-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eAldehydic Modernity\u003c\/h4\u003e\n\u003cp\u003eAldehydes add polish, lift and refined contrast around the deeper wood-led profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-journey-card\"\u003e\n\u003cdiv class=\"oag-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eWarm Amber Oud\u003c\/h4\u003e\n\u003cp\u003eAmber and oud combine for a smooth, rich and magnetic finishing impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-accord-section\"\u003e\n\u003ch3 class=\"oag-section-title\"\u003eThe Signature Oudh Ajeeb Gold Accords\u003c\/h3\u003e\n\u003cp class=\"oag-accord-intro\"\u003eA focused oriental composition shaped by distinctive oud, polished aldehydes and warm amber.\u003c\/p\u003e\n\u003cdiv class=\"oag-accord-grid\"\u003e\n\u003cdiv class=\"oag-accord-card\"\u003e\n\u003cdiv class=\"oag-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eOud\u003c\/h4\u003e\n\u003cp\u003eOud provides the central woody identity, bringing depth, distinction and oriental presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-accord-card\"\u003e\n\u003cdiv class=\"oag-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eAldehydes\u003c\/h4\u003e\n\u003cp\u003eAldehydes introduce brightness, polish and a clean modern edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-accord-card\"\u003e\n\u003cdiv class=\"oag-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eAmber\u003c\/h4\u003e\n\u003cp\u003eAmber adds smooth warmth and supports the deeper oud in the finishing trail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-statement-section\"\u003e\n\u003ch3\u003eChampagne Gold, Espresso Detail and Oriental Confidence\u003c\/h3\u003e\n\u003cp\u003eOudh Ajeeb Gold combines distinctive oud with polished aldehydes and warm amber. Its satin peach-champagne bottle, hammered gold cap, black typography and metallic gold-and-espresso box reflect a confident and memorable fragrance identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-occasion-section\"\u003e\n\u003ch3\u003eA Stylish Unisex Signature for Everyday and Occasion Wear\u003c\/h3\u003e\n\u003cp\u003eIts focused oud, aldehyde and amber character can complement everyday routines, work, dinners, social gatherings and celebrations according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eOudh Ajeeb Gold is supplied as a 100ml Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-trust-section\"\u003e\n\u003ch3 class=\"oag-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"oag-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, oriental compositions, musk scents and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"oag-trust-grid\"\u003e\n\u003cdiv class=\"oag-trust-card\"\u003e\n\u003cdiv class=\"oag-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover oud fragrances, Eau de Parfum releases, musk compositions and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-trust-card\"\u003e\n\u003cdiv class=\"oag-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-trust-card\"\u003e\n\u003cdiv class=\"oag-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oag-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Oudh Ajeeb Gold smell like?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOudh Ajeeb Gold is an oriental fragrance built around distinctive oud, polished aldehydes and warm amber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat notes are published for Oudh Ajeeb Gold?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe London Musk listing publishes oud, aldehydes and amber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat is the central character of Oudh Ajeeb Gold?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOud provides the central woody and oriental identity, with aldehydes adding polish and amber adding warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eDoes Oudh Ajeeb Gold contain aldehydes?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. Aldehydes are listed and provide a polished contrast to the deeper oud character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Ajeeb Gold suitable for men and women?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents Oudh Ajeeb Gold as a unisex Eau de Parfum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Oudh Ajeeb Gold?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOudh Ajeeb Gold is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Ajeeb Gold an oriental fragrance?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The London Musk listing identifies its fragrance family as oriental.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Oudh Ajeeb Gold be worn?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts oud, aldehyde and amber character can complement everyday wear, work, dinners and social occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow long does Oudh Ajeeb Gold last?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eExact longevity and projection vary according to skin type, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oag-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow is Oudh Ajeeb Gold presented?\u003c\/summary\u003e\n\u003cdiv class=\"oag-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is presented in a satin peach-champagne gold bottle with a hammered yellow-gold cap and black lettering, paired with a metallic gold box featuring espresso-brown decorative artwork.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583152308470,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oudh-Ajeeb-Gold-EDP-100ml_jpg.webp?v=1734441937"},{"product_id":"oudh-al-jabal-edp-100ml","title":"Oudh Al Jabal EDP (100ml)","description":"\u003cstyle\u003e\n  .oudh-al-jabal-wrapper {\n    --oaj-white: #ffffff;\n    --oaj-porcelain: #fbfaf7;\n    --oaj-soft-neutral: #f4f0e8;\n    --oaj-amber: #b9671f;\n    --oaj-cognac: #8e4f1c;\n    --oaj-deep-cognac: #673713;\n    --oaj-espresso: #4a3527;\n    --oaj-deep-espresso: #2e2119;\n    --oaj-gold: #d2ad35;\n    --oaj-pale-gold: #e8d178;\n    --oaj-deep-gold: #8f6d16;\n    --oaj-black: #151311;\n    --oaj-charcoal: #2a2724;\n    --oaj-soft-tint: #fbf3e8;\n    --oaj-soft-tint-2: #fdf9f2;\n    --oaj-warm-border: #e3d2b5;\n    --oaj-neutral-border: #dfdcd6;\n    --oaj-ink: #251e19;\n    --oaj-body: #4b413a;\n    --oaj-muted: #7a7068;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--oaj-white);\n    color: var(--oaj-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .oudh-al-jabal-wrapper *,\n  .oudh-al-jabal-wrapper *::before,\n  .oudh-al-jabal-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .oaj-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--oaj-white);\n    border: 0;\n    border-bottom: 1px solid var(--oaj-warm-border);\n    border-radius: 0;\n    text-align: center;\n  }\n\n  .oaj-brand-tag {\n    margin-bottom: 8px;\n    color: var(--oaj-cognac);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .oaj-main-title {\n    margin: 0 0 10px;\n    color: var(--oaj-ink);\n    font-size: 2rem;\n    font-weight: 300;\n    line-height: 1.2;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n  }\n\n  .oaj-tagline {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--oaj-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .oaj-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n    align-items: center;\n  }\n\n  .oaj-image-frame {\n    width: 100%;\n    overflow: hidden;\n    background: var(--oaj-white);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 10px;\n  }\n\n  .oaj-product-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .oaj-story h3 {\n    margin: 0 0 16px;\n    color: var(--oaj-ink);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .oaj-story p {\n    margin: 0 0 17px;\n    color: var(--oaj-body);\n    font-size: 1.05rem;\n  }\n\n  .oaj-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .oaj-section-title {\n    margin: 0 0 25px;\n    color: var(--oaj-ink);\n    font-size: 1.3rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .oaj-notes-section,\n  .oaj-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--oaj-white);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 10px;\n  }\n\n  .oaj-accord-section,\n  .oaj-trust-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--oaj-soft-tint);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 10px;\n  }\n\n  .oaj-three-grid,\n  .oaj-journey-grid,\n  .oaj-accord-grid,\n  .oaj-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .oaj-note-card {\n    padding: 22px;\n    background: var(--oaj-soft-tint-2);\n    border: 1px solid var(--oaj-warm-border);\n    border-top: 4px solid var(--oaj-amber);\n    border-radius: 8px;\n  }\n\n  .oaj-card-label {\n    margin-bottom: 7px;\n    color: var(--oaj-cognac);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .oaj-card-title {\n    margin-bottom: 7px;\n    color: var(--oaj-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .oaj-card-description {\n    color: var(--oaj-body);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .oaj-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--oaj-gold);\n    border: 1px solid var(--oaj-gold);\n    border-radius: 10px;\n  }\n\n  .oaj-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--oaj-deep-espresso),\n      var(--oaj-black)\n    );\n    color: var(--oaj-white);\n  }\n\n  .oaj-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--oaj-pale-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .oaj-character-card p {\n    margin: 0;\n    color: #fffaf4;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .oaj-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .oaj-details-box,\n  .oaj-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--oaj-white);\n    border: 1px solid var(--oaj-neutral-border);\n    border-radius: 8px;\n  }\n\n  .oaj-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--oaj-ink);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--oaj-neutral-border);\n  }\n\n  .oaj-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    font-size: 1rem;\n    border-bottom: 1px solid var(--oaj-neutral-border);\n  }\n\n  .oaj-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .oaj-detail-label {\n    color: var(--oaj-muted);\n    font-weight: 600;\n  }\n\n  .oaj-detail-value {\n    color: var(--oaj-ink);\n    text-align: right;\n  }\n\n  .oaj-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .oaj-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--oaj-body);\n    font-size: 1rem;\n    border-bottom: 1px solid var(--oaj-neutral-border);\n  }\n\n  .oaj-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .oaj-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--oaj-cognac);\n    font-weight: 700;\n  }\n\n  .oaj-journey-intro,\n  .oaj-accord-intro,\n  .oaj-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--oaj-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .oaj-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--oaj-soft-tint);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 8px;\n  }\n\n  .oaj-journey-number,\n  .oaj-accord-icon,\n  .oaj-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--oaj-cognac);\n    color: var(--oaj-white);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .oaj-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .oaj-journey-card h4,\n  .oaj-accord-card h4,\n  .oaj-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--oaj-ink);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .oaj-journey-card p,\n  .oaj-accord-card p,\n  .oaj-trust-card p {\n    margin: 0;\n    color: var(--oaj-body);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .oaj-accord-card,\n  .oaj-trust-card {\n    padding: 22px;\n    background: var(--oaj-white);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .oaj-accord-icon,\n  .oaj-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .oaj-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--oaj-deep-espresso) 0%,\n      var(--oaj-cognac) 50%,\n      var(--oaj-black) 100%\n    );\n    color: var(--oaj-white);\n    text-align: center;\n    border: 0;\n    border-radius: 10px;\n  }\n\n  .oaj-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--oaj-pale-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .oaj-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #fffaf4;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .oaj-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--oaj-soft-tint);\n    border: 1px solid var(--oaj-warm-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .oaj-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--oaj-ink);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .oaj-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--oaj-body);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .oaj-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--oaj-soft-tint-2);\n    border: 1px solid var(--oaj-warm-border);\n    border-left: 6px solid var(--oaj-amber);\n    border-radius: 8px;\n  }\n\n  .oaj-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--oaj-ink);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .oaj-performance-section p {\n    margin: 0;\n    color: var(--oaj-body);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .oaj-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--oaj-neutral-border);\n  }\n\n  .oaj-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--oaj-ink);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .oaj-faq-item {\n    background: var(--oaj-white);\n    border-bottom: 1px solid var(--oaj-neutral-border);\n  }\n\n  .oaj-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--oaj-ink);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .oaj-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .oaj-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--oaj-cognac);\n    font-size: 1.35rem;\n    font-weight: 400;\n  }\n\n  .oaj-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .oaj-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--oaj-body);\n    font-size: 1rem;\n  }\n\n  .oaj-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .oudh-al-jabal-wrapper {\n      padding: 35px;\n    }\n\n    .oaj-header {\n      margin-bottom: 50px;\n      padding: 50px 12px 40px;\n    }\n\n    .oaj-brand-tag {\n      font-size: 1rem;\n      letter-spacing: 5px;\n    }\n\n    .oaj-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .oaj-tagline {\n      font-size: 1.3rem;\n    }\n\n    .oaj-intro-grid {\n      grid-template-columns: 0.82fr 1.18fr;\n      gap: 50px;\n      margin-bottom: 50px;\n    }\n\n    .oaj-image-frame {\n      max-width: 470px;\n      margin: 0 auto;\n    }\n\n    .oaj-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .oaj-story p {\n      margin-bottom: 22px;\n      font-size: 1.17rem;\n      line-height: 1.75;\n    }\n\n    .oaj-three-grid,\n    .oaj-journey-grid,\n    .oaj-accord-grid,\n    .oaj-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .oaj-character-section {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 50px;\n    }\n\n    .oaj-character-card {\n      padding: 35px;\n    }\n\n    .oaj-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      margin-bottom: 50px;\n    }\n\n    .oaj-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .oaj-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .oaj-section-title,\n    .oaj-faq-section \u003e h3 {\n      font-size: 1.65rem;\n    }\n\n    .oaj-card-title {\n      font-size: 1.15rem;\n    }\n\n    .oaj-card-description {\n      font-size: 1rem;\n    }\n\n    .oaj-character-card h3 {\n      font-size: 1.2rem;\n    }\n\n    .oaj-character-card p {\n      font-size: 1.08rem;\n    }\n\n    .oaj-box-title {\n      font-size: 1.05rem;\n    }\n\n    .oaj-detail-row,\n    .oaj-highlights-list li {\n      font-size: 1.08rem;\n    }\n\n    .oaj-journey-intro,\n    .oaj-accord-intro,\n    .oaj-trust-intro {\n      font-size: 1.08rem;\n    }\n\n    .oaj-journey-card h4,\n    .oaj-accord-card h4,\n    .oaj-trust-card h4 {\n      font-size: 1.08rem;\n    }\n\n    .oaj-journey-card p,\n    .oaj-accord-card p,\n    .oaj-trust-card p {\n      font-size: 1rem;\n    }\n\n    .oaj-statement-section {\n      padding: 44px;\n    }\n\n    .oaj-statement-section h3 {\n      font-size: 1.55rem;\n    }\n\n    .oaj-statement-section p,\n    .oaj-occasion-section p {\n      font-size: 1.12rem;\n    }\n\n    .oaj-occasion-section {\n      padding: 38px;\n    }\n\n    .oaj-occasion-section h3 {\n      font-size: 1.5rem;\n    }\n\n    .oaj-performance-section {\n      padding: 30px;\n    }\n\n    .oaj-performance-section p {\n      font-size: 1.03rem;\n    }\n\n    .oaj-faq-item summary {\n      padding: 20px 5px;\n      font-size: 1.17rem;\n    }\n\n    .oaj-faq-answer {\n      font-size: 1.08rem;\n    }\n  }\n\n  @media (min-width: 600px) and (max-width: 767px) {\n    .oaj-three-grid,\n    .oaj-journey-grid,\n    .oaj-accord-grid,\n    .oaj-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .oudh-al-jabal-wrapper {\n      padding: 10px;\n    }\n\n    .oaj-header {\n      padding: 26px 8px;\n    }\n\n    .oaj-brand-tag {\n      letter-spacing: 3px;\n    }\n\n    .oaj-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .oaj-tagline {\n      font-size: 0.95rem;\n    }\n\n    .oaj-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .oaj-detail-value {\n      text-align: left;\n    }\n\n    .oaj-character-card {\n      padding: 24px 18px;\n    }\n\n    .oaj-journey-section,\n    .oaj-accord-section,\n    .oaj-trust-section {\n      padding: 25px 15px;\n    }\n\n    .oaj-journey-card {\n      padding: 20px 17px 20px 72px;\n    }\n\n    .oaj-journey-number {\n      top: 20px;\n      left: 16px;\n      transform: none;\n    }\n\n    .oaj-performance-section {\n      padding-left: 22px;\n      border-left-width: 5px;\n    }\n\n    .oaj-faq-item summary {\n      font-size: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"oudh-al-jabal-wrapper\"\u003e\n\n  \u003cdiv class=\"oaj-header\"\u003e\n    \u003cdiv class=\"oaj-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n    \u003ch2 class=\"oaj-main-title\"\u003eOudh Al Jabal\u003c\/h2\u003e\n    \u003cp class=\"oaj-tagline\"\u003e\n      “A fresh floral oud fragrance balancing oriental richness with spicy modern character.”\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-intro-grid\"\u003e\n\n    \u003cdiv class=\"oaj-image-frame\"\u003e\n      \u003cimg src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/oudh-al-Anfar-oudh-al-jabal-100ml-edp-for-men-oudhshop.co.uk.webp?v=1739211252\" alt=\"Oudh Al Jabal by Oudh Al Anfar 100ml Eau de Parfum with amber brown glass, mirrored gold label, polished gold collar, espresso brown cap and deep brown presentation box\" class=\"oaj-product-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oaj-story\"\u003e\n      \u003ch3\u003eFresh Floral Character with Oriental and Spicy Depth\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover \u003cstrong\u003eOudh Al Jabal by Oudh Al Anfar\u003c\/strong\u003e, a\n        \u003cstrong\u003e100ml unisex Eau de Parfum\u003c\/strong\u003e created around a fresh,\n        floral, oriental and spicy fragrance identity.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Oudh Al Anfar is presented as continuing a family fragrance legacy,\n        offering Western, Arabic and oriental perfumes alongside oud and\n        Dehn Al Oudh creations.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Oudh Al Jabal is described as a modern Arabic oud fragrance inspired\n        by an expressive floral moment and the beauty of nature.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Freshness brings lift to the composition, floral character adds\n        elegance, and oriental-spicy depth gives the fragrance warmth and\n        presence.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The harmonious combination is presented as both modern and timeless.\n        Amber-brown glass, a mirrored gold label, polished gold collar,\n        espresso-brown cap and deep brown box give Oudh Al Jabal a warm,\n        refined and gift-ready presentation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-notes-section\"\u003e\n\n    \u003ch3 class=\"oaj-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\n    \u003cdiv class=\"oaj-three-grid\"\u003e\n\n      \u003cdiv class=\"oaj-note-card\"\u003e\n        \u003cdiv class=\"oaj-card-label\"\u003eOpening Character\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-title\"\u003eFresh and Uplifting\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-description\"\u003e\n          Freshness creates lift, clarity and a lively first impression around\n          the richer oud-led composition.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-note-card\"\u003e\n        \u003cdiv class=\"oaj-card-label\"\u003eFloral Heart\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-title\"\u003eElegant Floral Expression\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-description\"\u003e\n          A floral character adds softness, elegance and a nature-inspired\n          aesthetic dimension.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-note-card\"\u003e\n        \u003cdiv class=\"oaj-card-label\"\u003eOverall Foundation\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-title\"\u003eOud, Oriental and Spicy\u003c\/div\u003e\n        \u003cdiv class=\"oaj-card-description\"\u003e\n          Oud-led oriental richness and spicy warmth create depth, presence\n          and a distinctly Arabic fragrance identity.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-character-section\"\u003e\n\n    \u003cdiv class=\"oaj-character-card\"\u003e\n      \u003ch3\u003eThe Fresh Floral Contrast\u003c\/h3\u003e\n      \u003cp\u003e\n        Freshness and floral elegance give the fragrance a bright,\n        aesthetically refined and nature-inspired character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oaj-character-card\"\u003e\n      \u003ch3\u003eThe Oriental Spicy Finish\u003c\/h3\u003e\n      \u003cp\u003e\n        Oud-led oriental depth and spicy warmth provide structure, richness\n        and a confident finishing trail.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-details-grid\"\u003e\n\n    \u003cdiv class=\"oaj-details-box\"\u003e\n      \u003ch4 class=\"oaj-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eOudh Al Jabal\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eSuitable For\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eMen and Women \/ Unisex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eFragrance Profile\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eFresh, Floral, Oriental, Spicy and Oud-Led\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003eCharacter\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eModern, Timeless, Harmonious and Refined\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-detail-row\"\u003e\n        \u003cspan class=\"oaj-detail-label\"\u003ePresentation\u003c\/span\u003e\n        \u003cspan class=\"oaj-detail-value\"\u003eAmber Brown, Mirrored Gold and Espresso Brown\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oaj-highlights-box\"\u003e\n      \u003ch4 class=\"oaj-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\n      \u003cul class=\"oaj-highlights-list\"\u003e\n        \u003cli\u003eGenerous 100ml Eau de Parfum\u003c\/li\u003e\n        \u003cli\u003eDesigned as a unisex fragrance\u003c\/li\u003e\n        \u003cli\u003eFresh uplifting character\u003c\/li\u003e\n        \u003cli\u003eElegant floral expression\u003c\/li\u003e\n        \u003cli\u003eOud-led Arabic identity\u003c\/li\u003e\n        \u003cli\u003eOriental depth\u003c\/li\u003e\n        \u003cli\u003eSpicy warmth\u003c\/li\u003e\n        \u003cli\u003eModern yet timeless composition\u003c\/li\u003e\n        \u003cli\u003eHarmonious fragrance profile\u003c\/li\u003e\n        \u003cli\u003eTransparent amber-brown bottle\u003c\/li\u003e\n        \u003cli\u003eMirrored gold label and collar\u003c\/li\u003e\n        \u003cli\u003eWarm gift-ready presentation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-journey-section\"\u003e\n\n    \u003ch3 class=\"oaj-section-title\"\u003eThe Oudh Al Jabal Journey\u003c\/h3\u003e\n\n    \u003cp class=\"oaj-journey-intro\"\u003e\n      A harmonious progression from fresh brightness into floral elegance\n      before settling into oud-led oriental and spicy depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oaj-journey-grid\"\u003e\n\n      \u003cdiv class=\"oaj-journey-card\"\u003e\n        \u003cdiv class=\"oaj-journey-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eFresh Natural Lift\u003c\/h4\u003e\n        \u003cp\u003e\n          Freshness gives the fragrance an uplifting, lively and polished first\n          impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-journey-card\"\u003e\n        \u003cdiv class=\"oaj-journey-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eFloral Elegance\u003c\/h4\u003e\n        \u003cp\u003e\n          A floral character introduces softness, beauty and a nature-inspired\n          central expression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-journey-card\"\u003e\n        \u003cdiv class=\"oaj-journey-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOriental Spicy Oud\u003c\/h4\u003e\n        \u003cp\u003e\n          Oud, oriental depth and spicy warmth create a rich and confident\n          finishing impression.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-accord-section\"\u003e\n\n    \u003ch3 class=\"oaj-section-title\"\u003eThe Signature Oudh Al Jabal Accords\u003c\/h3\u003e\n\n    \u003cp class=\"oaj-accord-intro\"\u003e\n      A modern Arabic composition shaped by fresh character, floral elegance\n      and oud-led oriental-spicy depth.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oaj-accord-grid\"\u003e\n\n      \u003cdiv class=\"oaj-accord-card\"\u003e\n        \u003cdiv class=\"oaj-accord-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eFresh Character\u003c\/h4\u003e\n        \u003cp\u003e\n          Freshness provides lift, clarity and a clean contrast to the richer\n          foundation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-accord-card\"\u003e\n        \u003cdiv class=\"oaj-accord-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eFloral Expression\u003c\/h4\u003e\n        \u003cp\u003e\n          Florals add elegance, softness and a natural aesthetic quality.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-accord-card\"\u003e\n        \u003cdiv class=\"oaj-accord-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eOud, Oriental and Spicy\u003c\/h4\u003e\n        \u003cp\u003e\n          Oud-led warmth and spice create richness, structure and Arabic\n          fragrance character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-statement-section\"\u003e\n    \u003ch3\u003eAmber Glass, Mirrored Gold and Modern Arabian Character\u003c\/h3\u003e\n    \u003cp\u003e\n      Oudh Al Jabal combines fresh and floral character with oud-led\n      oriental-spicy depth. Its transparent amber-brown glass, mirrored gold\n      label, polished gold collar, espresso-brown cap and deep brown box\n      reflect a fragrance designed to feel warm, harmonious and refined.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-occasion-section\"\u003e\n    \u003ch3\u003eA Versatile Unisex Signature for Everyday and Occasion Wear\u003c\/h3\u003e\n    \u003cp\u003e\n      Oudh Al Jabal can complement everyday routines, work, dinners, social\n      gatherings, celebrations and fragrance gifting. Its fresh floral\n      brightness and oriental-spicy depth allow it to move comfortably between\n      casual and more polished settings.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-performance-section\"\u003e\n    \u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n    \u003cp\u003e\n      Oudh Al Jabal is presented as a 100ml Eau de Parfum with a rich yet\n      fresh oriental-spicy character. Exact longevity and projection may vary\n      according to skin type, climate, application amount, clothing and\n      individual fragrance chemistry.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-trust-section\"\u003e\n\n    \u003ch3 class=\"oaj-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\n    \u003cp class=\"oaj-trust-intro\"\u003e\n      Explore a carefully selected collection of Arabian perfumes, oud\n      fragrances, floral-oriental scents, musk compositions and gift-ready\n      presentations through a specialist UK fragrance retailer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oaj-trust-grid\"\u003e\n\n      \u003cdiv class=\"oaj-trust-card\"\u003e\n        \u003cdiv class=\"oaj-trust-icon\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover oud fragrances, Eau de Parfum releases, musk compositions\n          and concentrated perfume oils.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-trust-card\"\u003e\n        \u003cdiv class=\"oaj-trust-icon\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n        \u003cp\u003e\n          Products are selected for distinctive fragrance character, attractive\n          presentation and strong value.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oaj-trust-card\"\u003e\n        \u003cdiv class=\"oaj-trust-icon\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eConvenient UK Service\u003c\/h4\u003e\n        \u003cp\u003e\n          Shop through a UK fragrance retailer offering convenient delivery,\n          store pickup and customer-focused service.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oaj-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat does Oudh Al Jabal smell like?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oudh Al Jabal is described as fresh, floral, oriental and spicy,\n          with an oud-led Arabic fragrance identity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oudh Al Jabal an oud perfume?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The product is presented as a modern Arabic oud perfume.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oudh Al Jabal suitable for men and women?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. The London Musk description presents Oudh Al Jabal as a\n          specially designed unisex perfume.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oudh Al Jabal a floral fragrance?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Floral character is central to the product description and is\n          presented alongside fresh, oriental and spicy facets.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oudh Al Jabal fresh or spicy?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It is described as both fresh and spicy, supported by floral and\n          oriental character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat size is Oudh Al Jabal?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Oudh Al Jabal is supplied in a 100ml, approximately\n          3.4-fluid-ounce, Eau de Parfum bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhen can Oudh Al Jabal be worn?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Its fresh floral and oriental-spicy profile can complement everyday\n          wear, work, dinners, social gatherings and special occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow long does Oudh Al Jabal last?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Exact performance varies according to skin type, climate, application\n          amount and clothing. No fixed-hour longevity claim has been used.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow is Oudh Al Jabal packaged?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          It is presented in transparent amber-brown glass with a mirrored gold\n          label, polished gold collar, espresso-brown rectangular cap and a\n          coordinated deep brown box.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"oaj-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs Oudh Al Jabal suitable as a perfume gift?\u003c\/summary\u003e\n      \u003cdiv class=\"oaj-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Its 100ml size, unisex profile and coordinated amber, gold and\n          deep brown presentation make it suitable for fragrance gifting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583163711734,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oudh-Al-Jabal-EDP-100ml_jpg.webp?v=1734442122"},{"product_id":"oudh-al-qamar-black-edp-100ml","title":"Oudh Al Qamar (Black) EDP (100ml)","description":"\u003cstyle\u003e.oudh-al-qamar-black-wrapper{\n  --oab-white:#ffffff;\n  --oab-pale:#f7f4ed;\n  --oab-pale-2:#fbfaf6;\n  --oab-border:#ded5c1;\n  --oab-neutral-border:#e5e2dc;\n  --oab-dominant:#171515;\n  --oab-secondary:#b99732;\n  --oab-secondary-dark:#87681b;\n  --oab-dark-panel:#181313;\n  --oab-dark-deep:#0e0c0c;\n  --oab-burgundy:#64352f;\n  --oab-silver:#c9cdce;\n  --oab-ink:#202122;\n  --oab-body:#484a4b;\n  --oab-muted:#777a7b;\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  padding:15px;\n  box-sizing:border-box;\n  background:var(--oab-white);\n  color:var(--oab-ink);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:16px;\n  line-height:1.65;\n}\n\n.oudh-al-qamar-black-wrapper *,\n.oudh-al-qamar-black-wrapper *::before,\n.oudh-al-qamar-black-wrapper *::after{\n  box-sizing:border-box;\n}\n\n.oab-header{\n  margin-bottom:42px;\n  padding:34px 12px 30px;\n  background:var(--oab-white);\n  border:0;\n  border-bottom:1px solid var(--oab-border);\n  border-radius:0;\n  text-align:center;\n}\n\n.oab-brand-tag{\n  margin-bottom:8px;\n  color:var(--oab-secondary-dark);\n  font-size:.84rem;\n  font-weight:700;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n\n.oab-main-title{\n  margin:0 0 10px;\n  color:var(--oab-ink);\n  font-size:2rem;\n  font-weight:300;\n  line-height:1.2;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  overflow-wrap:anywhere;\n}\n\n.oab-tagline{\n  max-width:820px;\n  margin:0 auto;\n  color:var(--oab-muted);\n  font-size:1.05rem;\n  font-style:italic;\n}\n\n.oab-intro-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n  align-items:center;\n}\n\n.oab-image-frame{\n  width:100%;\n  overflow:hidden;\n  background:var(--oab-white);\n  border:1px solid var(--oab-border);\n  border-radius:10px;\n}\n\n.oab-product-image{\n  display:block;\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.oab-story h3{\n  margin:0 0 16px;\n  color:var(--oab-ink);\n  font-size:1.4rem;\n  font-weight:400;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.oab-story p{\n  margin:0 0 17px;\n  color:var(--oab-body);\n  font-size:1.05rem;\n}\n\n.oab-story p:last-child{\n  margin-bottom:0;\n}\n\n.oab-section-title{\n  margin:0 0 25px;\n  color:var(--oab-ink);\n  font-size:1.3rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.oab-notes-section,\n.oab-journey-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oab-white);\n  border:1px solid var(--oab-border);\n  border-radius:10px;\n}\n\n.oab-accord-section,\n.oab-trust-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oab-pale-2);\n  border:1px solid var(--oab-border);\n  border-radius:10px;\n}\n\n.oab-three-grid,\n.oab-journey-grid,\n.oab-accord-grid,\n.oab-trust-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:18px;\n}\n\n.oab-note-card{\n  padding:22px;\n  background:var(--oab-pale);\n  border:1px solid var(--oab-border);\n  border-top:4px solid var(--oab-secondary);\n  border-radius:8px;\n}\n\n.oab-card-label{\n  margin-bottom:7px;\n  color:var(--oab-secondary-dark);\n  font-size:.8rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.oab-card-title{\n  margin-bottom:7px;\n  color:var(--oab-ink);\n  font-size:1.05rem;\n  font-weight:600;\n}\n\n.oab-card-description{\n  color:var(--oab-body);\n  font-size:.95rem;\n  line-height:1.55;\n}\n\n.oab-character-section{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:0;\n  margin-bottom:42px;\n  overflow:hidden;\n  background:var(--oab-dark-panel);\n  border:0;\n  border-radius:10px;\n}\n\n.oab-character-card{\n  padding:30px 24px;\n  background:var(--oab-dark-panel);\n  color:var(--oab-white);\n}\n\n.oab-character-card:nth-child(2){\n  border-top:1px solid var(--oab-secondary);\n}\n\n.oab-character-card h3{\n  margin:0 0 10px;\n  color:#ead486;\n  font-size:1.05rem;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.oab-character-card p{\n  margin:0;\n  color:#fffaf4;\n  font-size:1rem;\n  line-height:1.7;\n}\n\n.oab-details-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n}\n\n.oab-details-box,\n.oab-highlights-box{\n  height:100%;\n  padding:22px;\n  background:var(--oab-white);\n  border:1px solid var(--oab-neutral-border);\n  border-radius:8px;\n}\n\n.oab-box-title{\n  margin:0 0 15px;\n  padding-bottom:9px;\n  color:var(--oab-ink);\n  font-size:.9rem;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  border-bottom:1px solid var(--oab-neutral-border);\n}\n\n.oab-detail-row{\n  display:flex;\n  justify-content:space-between;\n  gap:20px;\n  padding:12px 0;\n  font-size:1rem;\n  border-bottom:1px solid var(--oab-neutral-border);\n}\n\n.oab-detail-row:last-child{\n  padding-bottom:0;\n  border-bottom:0;\n}\n\n.oab-detail-label{\n  flex:0 0 34%;\n  min-width:0;\n  color:var(--oab-muted);\n  font-weight:600;\n}\n\n.oab-detail-value{\n  flex:1 1 auto;\n  min-width:0;\n  color:var(--oab-ink);\n  text-align:right;\n  overflow-wrap:anywhere;\n}\n\n.oab-highlights-list{\n  margin:0!important;\n  padding:0!important;\n  list-style:none!important;\n}\n\n.oab-highlights-list li{\n  position:relative;\n  margin:0;\n  padding:12px 0 12px 28px;\n  color:var(--oab-body);\n  font-size:1rem;\n  list-style:none!important;\n  border-bottom:1px solid var(--oab-neutral-border);\n}\n\n.oab-highlights-list li::marker{\n  content:\"\"!important;\n  font-size:0!important;\n}\n\n.oab-highlights-list li:last-child{\n  border-bottom:0;\n}\n\n.oab-highlights-list li::before{\n  content:\"✓\"!important;\n  position:absolute;\n  top:12px;\n  left:2px;\n  color:var(--oab-secondary-dark);\n  font-weight:700;\n}\n\n.oab-journey-intro,\n.oab-accord-intro,\n.oab-trust-intro{\n  max-width:850px;\n  margin:-10px auto 25px;\n  color:var(--oab-muted);\n  font-size:1rem;\n  text-align:center;\n}\n\n.oab-journey-card{\n  position:relative;\n  min-height:220px;\n  padding:94px 25px 28px;\n  background:var(--oab-pale);\n  border:1px solid var(--oab-border);\n  border-radius:9px;\n  text-align:center;\n}\n\n.oab-journey-number{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--oab-dominant);\n  color:var(--oab-white);\n  border:0;\n  border-radius:50%;\n  font-size:.9rem;\n  font-weight:700;\n}\n\n.oab-journey-card h4,\n.oab-accord-card h4,\n.oab-trust-card h4{\n  margin:0 0 6px;\n  color:var(--oab-ink);\n  font-size:1rem;\n  font-weight:650;\n}\n\n.oab-journey-card p,\n.oab-accord-card p,\n.oab-trust-card p{\n  margin:0;\n  color:var(--oab-body);\n  font-size:.95rem;\n  line-height:1.6;\n}\n\n.oab-accord-card,\n.oab-trust-card{\n  min-height:225px;\n  padding:94px 26px 28px;\n  background:var(--oab-white);\n  border:1px solid var(--oab-border);\n  border-radius:9px;\n  text-align:center;\n  position:relative;\n}\n\n.oab-accord-icon,\n.oab-trust-icon{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--oab-dominant);\n  color:var(--oab-white);\n  border:0;\n  border-radius:50%;\n  font-size:.85rem;\n  font-weight:700;\n}\n\n.oab-statement-section{\n  margin-bottom:42px;\n  padding:40px 24px;\n  background:linear-gradient(90deg,var(--oab-burgundy) 0%,var(--oab-dark-panel) 48%,var(--oab-dark-deep) 100%);\n  color:var(--oab-white);\n  text-align:center;\n  border:0;\n  border-radius:10px;\n}\n\n.oab-statement-section h3{\n  margin:0 0 12px;\n  color:#ead486;\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.oab-statement-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:#fffaf4;\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.oab-occasion-section{\n  margin-bottom:42px;\n  padding:32px 24px;\n  background:var(--oab-pale);\n  border:1px solid var(--oab-border);\n  border-radius:8px;\n  text-align:center;\n}\n\n.oab-occasion-section h3{\n  margin:0 0 12px;\n  color:var(--oab-ink);\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.oab-occasion-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:var(--oab-body);\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.oab-performance-section{\n  margin-bottom:42px;\n  padding:30px 24px;\n  background:var(--oab-pale-2);\n  border:1px solid var(--oab-border);\n  border-left:6px solid var(--oab-secondary);\n  border-radius:8px;\n}\n\n.oab-performance-section h3{\n  margin:0 0 10px;\n  color:var(--oab-ink);\n  font-size:1rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.oab-performance-section p{\n  margin:0;\n  color:var(--oab-body);\n  font-size:.95rem;\n  line-height:1.7;\n}\n\n.oab-faq-section{\n  margin-top:30px;\n  padding-top:28px;\n  border-top:1px solid var(--oab-border);\n}\n\n.oab-faq-section\u003eh3{\n  margin:0 0 22px;\n  color:var(--oab-ink);\n  font-size:1.3rem;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.oab-faq-item{\n  background:var(--oab-white);\n  border-bottom:1px solid var(--oab-neutral-border);\n}\n\n.oab-faq-item summary{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:17px 5px;\n  color:var(--oab-ink);\n  font-size:1.05rem;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  user-select:none;\n}\n\n.oab-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.oab-faq-item summary::after{\n  content:\"+\";\n  flex-shrink:0;\n  margin-left:20px;\n  color:var(--oab-secondary-dark);\n  font-size:1.35rem;\n}\n\n.oab-faq-item[open] summary::after{\n  content:\"−\";\n}\n\n.oab-faq-answer{\n  padding:3px 5px 20px;\n  color:var(--oab-body);\n  font-size:1rem;\n}\n\n.oab-faq-answer p{\n  margin:0;\n}\n\n@media(min-width:768px){\n  .oudh-al-qamar-black-wrapper{\n    padding:35px;\n  }\n\n  .oab-header{\n    margin-bottom:50px;\n    padding:50px 12px 40px;\n  }\n\n  .oab-brand-tag{\n    font-size:1rem;\n    letter-spacing:5px;\n  }\n\n  .oab-main-title{\n    font-size:clamp(2.8rem,5vw,4rem);\n    letter-spacing:clamp(2.8px,.35vw,4px);\n  }\n\n  .oab-tagline{\n    font-size:1.3rem;\n  }\n\n  .oab-intro-grid{\n    grid-template-columns:.82fr 1.18fr;\n    gap:50px;\n    margin-bottom:50px;\n  }\n\n  .oab-image-frame{\n    max-width:470px;\n    margin:0 auto;\n  }\n\n  .oab-story h3{\n    font-size:1.75rem;\n  }\n\n  .oab-story p{\n    margin-bottom:22px;\n    font-size:1.17rem;\n    line-height:1.75;\n  }\n\n  .oab-three-grid,\n  .oab-journey-grid,\n  .oab-accord-grid,\n  .oab-trust-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:20px;\n  }\n\n  .oab-character-section{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oab-character-card:nth-child(2){\n    border-top:0;\n    border-left:1px solid var(--oab-secondary);\n  }\n\n  .oab-details-grid{\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n  }\n\n  .oab-section-title,\n  .oab-faq-section\u003eh3{\n    font-size:1.65rem;\n  }\n\n  .oab-card-title{\n    font-size:1.15rem;\n  }\n\n  .oab-detail-row,\n  .oab-highlights-list li{\n    font-size:1.08rem;\n  }\n\n  .oab-statement-section{\n    padding:44px;\n  }\n\n  .oab-statement-section h3{\n    font-size:1.55rem;\n  }\n\n  .oab-statement-section p,\n  .oab-occasion-section p{\n    font-size:1.12rem;\n  }\n\n  .oab-faq-item summary{\n    padding:20px 5px;\n    font-size:1.17rem;\n  }\n\n  .oab-faq-answer{\n    font-size:1.08rem;\n  }\n}\n\n@media(max-width:480px){\n  .oudh-al-qamar-black-wrapper{\n    padding:10px;\n  }\n\n  .oab-main-title{\n    font-size:clamp(1.55rem,7vw,2.15rem);\n    letter-spacing:1.4px;\n  }\n\n  .oab-detail-row{\n    flex-direction:column;\n    gap:3px;\n  }\n\n  .oab-detail-label{\n    flex-basis:auto;\n  }\n\n  .oab-detail-value{\n    text-align:left;\n  }\n\n  .oab-notes-section,\n  .oab-journey-section,\n  .oab-accord-section,\n  .oab-trust-section{\n    padding:25px 15px;\n  }\n\n  .oab-performance-section{\n    padding:28px 20px 28px 24px;\n    border-left-width:5px;\n  }\n\n  .oab-faq-item summary{\n    font-size:1rem;\n  }\n}\u003c\/style\u003e\n\u003cdiv class=\"oudh-al-qamar-black-wrapper\"\u003e\n\u003cdiv class=\"oab-header\"\u003e\n\u003cdiv class=\"oab-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"oab-main-title\"\u003eOudh Al Qamar Black\u003c\/h2\u003e\n\u003cp class=\"oab-tagline\"\u003e“Cambodian oud expressed through earthy, leathery, woody, sweet and aldehydic facets.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-intro-grid\"\u003e\n\u003cdiv class=\"oab-image-frame\"\u003e\n\u003cimg alt=\"Oudh Al Qamar Black by Oudh Al Anfar 100ml Eau de Parfum with a matte obsidian-black bottle, antique-gold Arabic lettering and botanical ornament, black sculpted cap, gold collar and a coordinated black, silver, gold and burgundy presentation box\" class=\"oab-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/oud-al-qamar-black-1_jpg.webp?v=1739211317\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-story\"\u003e\n\u003ch3\u003eCambodian Oud with Earthy, Leathery and Sweet Woody Depth\u003c\/h3\u003e\n\u003cp\u003eDiscover Oudh Al Qamar Black by Oudh Al Anfar, a 100ml Eau de Parfum presented in a matte-black bottle with a coordinated ornate box.\u003c\/p\u003e\n\u003cp\u003eThe London Musk description centres the fragrance on oud associated with Cambodia, presented with earthy and woody depth.\u003c\/p\u003e\n\u003cp\u003eEarthy and leathery facets add texture and structure, while woody sweetness brings warmth and balance.\u003c\/p\u003e\n\u003cp\u003eAn aldehydic facet introduces lift and polish, creating modern contrast around the dense oud character.\u003c\/p\u003e\n\u003cp\u003eThe product listing credits perfumer Carlos Benaïm. The matte obsidian bottle features antique-gold Arabic lettering, botanical ornament, a black sculpted cap and gold collar, paired with a black, silver, gold and burgundy presentation box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-notes-section\"\u003e\n\u003ch3 class=\"oab-section-title\"\u003eThe Fragrance Character\u003c\/h3\u003e\n\u003cdiv class=\"oab-three-grid\"\u003e\n\u003cdiv class=\"oab-note-card\"\u003e\n\u003cdiv class=\"oab-card-label\"\u003eCentral Material\u003c\/div\u003e\n\u003cdiv class=\"oab-card-title\"\u003eCambodian Oud\u003c\/div\u003e\n\u003cdiv class=\"oab-card-description\"\u003eOud associated with Cambodia forms the fragrance’s central identity with dense woody richness and traditional depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-note-card\"\u003e\n\u003cdiv class=\"oab-card-label\"\u003eTextural Facets\u003c\/div\u003e\n\u003cdiv class=\"oab-card-title\"\u003eEarthy and Leathery\u003c\/div\u003e\n\u003cdiv class=\"oab-card-description\"\u003eEarthy and leathery impressions create structure, texture and a grounded aromatic character.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-note-card\"\u003e\n\u003cdiv class=\"oab-card-label\"\u003eBalancing Character\u003c\/div\u003e\n\u003cdiv class=\"oab-card-title\"\u003eWoody, Sweet and Aldehydic\u003c\/div\u003e\n\u003cdiv class=\"oab-card-description\"\u003eWoody sweetness adds warmth while an aldehydic facet introduces brightness, polish and modern contrast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-character-section\"\u003e\n\u003cdiv class=\"oab-character-card\"\u003e\n\u003ch3\u003eThe Cambodian Oud Core\u003c\/h3\u003e\n\u003cp\u003eCambodian oud and woody sweetness establish a rich, warm and traditional Arabian fragrance character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-character-card\"\u003e\n\u003ch3\u003eThe Earthy Leather Finish\u003c\/h3\u003e\n\u003cp\u003eEarthy and leathery facets provide depth while aldehydic brightness adds a polished modern edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-details-grid\"\u003e\n\u003cdiv class=\"oab-details-box\"\u003e\n\u003ch4 class=\"oab-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eOudh Al Qamar Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eCentral Material\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eCambodian Oud\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003ePublished Character\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eEarthy, Leathery, Woody, Sweet and Aldehydic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003ePerfumer Credit\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eCarlos Benaïm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003eGender Positioning\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eNot Specified on the Product Listing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-detail-row\"\u003e\n\u003cspan class=\"oab-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"oab-detail-value\"\u003eObsidian Black, Antique Gold, Silver White and Burgundy Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-highlights-box\"\u003e\n\u003ch4 class=\"oab-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"oab-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eCambodian oud at the centre\u003c\/li\u003e\n\u003cli\u003eEarthy aromatic depth\u003c\/li\u003e\n\u003cli\u003eLeathery texture\u003c\/li\u003e\n\u003cli\u003eRich woody character\u003c\/li\u003e\n\u003cli\u003eBalanced sweet nuance\u003c\/li\u003e\n\u003cli\u003ePolished aldehydic lift\u003c\/li\u003e\n\u003cli\u003eTraditional Arabian fragrance identity\u003c\/li\u003e\n\u003cli\u003eModern aromatic contrast\u003c\/li\u003e\n\u003cli\u003eMatte obsidian-black bottle\u003c\/li\u003e\n\u003cli\u003eAntique-gold lettering and ornament\u003c\/li\u003e\n\u003cli\u003eCoordinated black, silver, gold and burgundy box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-journey-section\"\u003e\n\u003ch3 class=\"oab-section-title\"\u003eThe Oudh Al Qamar Journey\u003c\/h3\u003e\n\u003cp class=\"oab-journey-intro\"\u003eA focused progression from Cambodian oud and woody sweetness into earthy leather before finishing with aldehydic polish.\u003c\/p\u003e\n\u003cdiv class=\"oab-journey-grid\"\u003e\n\u003cdiv class=\"oab-journey-card\"\u003e\n\u003cdiv class=\"oab-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCambodian Oud Richness\u003c\/h4\u003e\n\u003cp\u003eDense oud establishes a woody, traditional and distinctive central identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-journey-card\"\u003e\n\u003cdiv class=\"oab-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eEarthy Leather Texture\u003c\/h4\u003e\n\u003cp\u003eEarthy and leathery facets introduce depth, structure and grounded character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-journey-card\"\u003e\n\u003cdiv class=\"oab-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eSweet Aldehydic Polish\u003c\/h4\u003e\n\u003cp\u003eWoody sweetness and aldehydic brightness create warmth, balance and a modern finishing edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-accord-section\"\u003e\n\u003ch3 class=\"oab-section-title\"\u003eThe Signature Oudh Al Qamar Character\u003c\/h3\u003e\n\u003cp class=\"oab-accord-intro\"\u003eA traditional-meets-modern composition shaped by Cambodian oud, earthy leather, woody sweetness and aldehydic brightness.\u003c\/p\u003e\n\u003cdiv class=\"oab-accord-grid\"\u003e\n\u003cdiv class=\"oab-accord-card\"\u003e\n\u003cdiv class=\"oab-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eCambodian Oud\u003c\/h4\u003e\n\u003cp\u003eOud associated with Cambodia supplies dense woody richness and forms the fragrance’s central identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-accord-card\"\u003e\n\u003cdiv class=\"oab-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eEarthy and Leathery\u003c\/h4\u003e\n\u003cp\u003eEarth and leather create texture, structure and a grounded aromatic presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-accord-card\"\u003e\n\u003cdiv class=\"oab-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eWoody, Sweet and Aldehydic\u003c\/h4\u003e\n\u003cp\u003eWoody sweetness introduces warmth while aldehydic brightness adds polish and contrast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-statement-section\"\u003e\n\u003ch3\u003eObsidian Black, Cambodian Oud and Antique Gold\u003c\/h3\u003e\n\u003cp\u003eOudh Al Qamar Black combines Cambodian oud with earthy, leathery, woody, sweet and aldehydic facets. Its matte-black bottle, antique-gold ornament and coordinated silver, gold and burgundy box reflect traditional richness with modern presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-occasion-section\"\u003e\n\u003ch3\u003eA Rich Oud Signature for Evenings and Special Occasions\u003c\/h3\u003e\n\u003cp\u003eIts dense oud and earthy-leathery character can complement evenings, dinners, formal gatherings and special occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eThe product description presents Oudh Al Qamar Black as a lingering Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-trust-section\"\u003e\n\u003ch3 class=\"oab-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"oab-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, leathery compositions, musk scents and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"oab-trust-grid\"\u003e\n\u003cdiv class=\"oab-trust-card\"\u003e\n\u003cdiv class=\"oab-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover oud fragrances, Eau de Parfum releases, musk compositions and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-trust-card\"\u003e\n\u003cdiv class=\"oab-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-trust-card\"\u003e\n\u003cdiv class=\"oab-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oab-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Oudh Al Qamar Black smell like?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe London Musk description presents it through Cambodian oud with earthy, leathery, woody, sweet and aldehydic facets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eDoes Oudh Al Qamar Black contain Cambodian oud?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product description specifically identifies oud associated with Cambodia as the central material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Al Qamar Black a leathery fragrance?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eLeather is one of the published fragrance characteristics alongside earthy, woody, sweet and aldehydic facets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eDoes Oudh Al Qamar Black have a sweet character?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. Sweetness is included within the published woody, sweet and aldehydic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Oudh Al Qamar Black?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWho is credited as the perfumer for Oudh Al Qamar Black?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe London Musk product listing credits Carlos Benaïm as the nose behind the fragrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Al Qamar Black for men or women?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe current product listing does not clearly specify a gender category, so suitability depends on individual fragrance preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Oudh Al Qamar Black be worn?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts rich oud and earthy-leathery character can complement evenings, dinners, formal gatherings and special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow long does Oudh Al Qamar Black last?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product description presents it as lingering. Exact performance varies according to skin type, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oab-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow is Oudh Al Qamar Black presented?\u003c\/summary\u003e\n\u003cdiv class=\"oab-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is presented in a matte obsidian-black bottle with antique-gold Arabic lettering and botanical ornament, a black cap and gold collar, paired with a black, silver, gold and burgundy box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583172591862,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oudh-Al-Qamar-Black-EDP-100ml.webp?v=1739211317"},{"product_id":"oudh-al-qamar-brown-edp-100ml","title":"Oudh Al Qamar (Brown) EDP (100ml)","description":"\u003cstyle\u003e.oudh-al-qamar-brown-wrapper{\n  --oaq-white:#ffffff;\n  --oaq-pale:#faf4e8;\n  --oaq-pale-2:#fdf9f2;\n  --oaq-border:#e4d4b9;\n  --oaq-neutral-border:#e6e0d8;\n  --oaq-dominant:#9a5d20;\n  --oaq-dominant-dark:#704019;\n  --oaq-secondary:#d0ad3b;\n  --oaq-dark-panel:#2f1b14;\n  --oaq-dark-deep:#15100d;\n  --oaq-cognac:#9a5d20;\n  --oaq-agarwood:#4c2d1f;\n  --oaq-plum:#6f4b54;\n  --oaq-ink:#241d18;\n  --oaq-body:#4b413a;\n  --oaq-muted:#7a7068;\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  padding:15px;\n  box-sizing:border-box;\n  background:var(--oaq-white);\n  color:var(--oaq-ink);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:16px;\n  line-height:1.65;\n}\n\n.oudh-al-qamar-brown-wrapper *,\n.oudh-al-qamar-brown-wrapper *::before,\n.oudh-al-qamar-brown-wrapper *::after{\n  box-sizing:border-box;\n}\n\n.oaq-header{\n  margin-bottom:42px;\n  padding:34px 12px 30px;\n  background:var(--oaq-white);\n  border:0;\n  border-bottom:1px solid var(--oaq-border);\n  border-radius:0;\n  text-align:center;\n}\n\n.oaq-brand-tag{\n  margin-bottom:8px;\n  color:var(--oaq-dominant-dark);\n  font-size:.84rem;\n  font-weight:700;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n\n.oaq-main-title{\n  margin:0 0 10px;\n  color:var(--oaq-ink);\n  font-size:2rem;\n  font-weight:300;\n  line-height:1.2;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  overflow-wrap:anywhere;\n}\n\n.oaq-tagline{\n  max-width:820px;\n  margin:0 auto;\n  color:var(--oaq-muted);\n  font-size:1.05rem;\n  font-style:italic;\n}\n\n.oaq-intro-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n  align-items:center;\n}\n\n.oaq-image-frame{\n  width:100%;\n  overflow:hidden;\n  background:var(--oaq-white);\n  border:1px solid var(--oaq-border);\n  border-radius:10px;\n}\n\n.oaq-product-image{\n  display:block;\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.oaq-story h3{\n  margin:0 0 16px;\n  color:var(--oaq-ink);\n  font-size:1.4rem;\n  font-weight:400;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.oaq-story p{\n  margin:0 0 17px;\n  color:var(--oaq-body);\n  font-size:1.05rem;\n}\n\n.oaq-story p:last-child{\n  margin-bottom:0;\n}\n\n.oaq-section-title{\n  margin:0 0 25px;\n  color:var(--oaq-ink);\n  font-size:1.3rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.oaq-notes-section,\n.oaq-journey-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oaq-white);\n  border:1px solid var(--oaq-border);\n  border-radius:10px;\n}\n\n.oaq-accord-section,\n.oaq-trust-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--oaq-pale-2);\n  border:1px solid var(--oaq-border);\n  border-radius:10px;\n}\n\n.oaq-three-grid,\n.oaq-journey-grid,\n.oaq-accord-grid,\n.oaq-trust-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:18px;\n}\n\n.oaq-note-card{\n  padding:22px;\n  background:var(--oaq-pale);\n  border:1px solid var(--oaq-border);\n  border-top:4px solid var(--oaq-dominant);\n  border-radius:8px;\n}\n\n.oaq-card-label{\n  margin-bottom:7px;\n  color:var(--oaq-dominant-dark);\n  font-size:.8rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.oaq-card-title{\n  margin-bottom:7px;\n  color:var(--oaq-ink);\n  font-size:1.05rem;\n  font-weight:600;\n}\n\n.oaq-card-description{\n  color:var(--oaq-body);\n  font-size:.95rem;\n  line-height:1.55;\n}\n\n.oaq-character-section{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:0;\n  margin-bottom:42px;\n  overflow:hidden;\n  background:var(--oaq-dark-panel);\n  border:0;\n  border-radius:10px;\n}\n\n.oaq-character-card{\n  padding:30px 24px;\n  background:var(--oaq-dark-panel);\n  color:var(--oaq-white);\n}\n\n.oaq-character-card:nth-child(2){\n  border-top:1px solid var(--oaq-secondary);\n}\n\n.oaq-character-card h3{\n  margin:0 0 10px;\n  color:#ecd58a;\n  font-size:1.05rem;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.oaq-character-card p{\n  margin:0;\n  color:#fffaf4;\n  font-size:1rem;\n  line-height:1.7;\n}\n\n.oaq-details-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n}\n\n.oaq-details-box,\n.oaq-highlights-box{\n  height:100%;\n  padding:22px;\n  background:var(--oaq-white);\n  border:1px solid var(--oaq-neutral-border);\n  border-radius:8px;\n}\n\n.oaq-box-title{\n  margin:0 0 15px;\n  padding-bottom:9px;\n  color:var(--oaq-ink);\n  font-size:.9rem;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  border-bottom:1px solid var(--oaq-neutral-border);\n}\n\n.oaq-detail-row{\n  display:flex;\n  justify-content:space-between;\n  gap:20px;\n  padding:12px 0;\n  font-size:1rem;\n  border-bottom:1px solid var(--oaq-neutral-border);\n}\n\n.oaq-detail-row:last-child{\n  padding-bottom:0;\n  border-bottom:0;\n}\n\n.oaq-detail-label{\n  flex:0 0 34%;\n  min-width:0;\n  color:var(--oaq-muted);\n  font-weight:600;\n}\n\n.oaq-detail-value{\n  flex:1 1 auto;\n  min-width:0;\n  color:var(--oaq-ink);\n  text-align:right;\n  overflow-wrap:anywhere;\n}\n\n.oaq-highlights-list{\n  margin:0!important;\n  padding:0!important;\n  list-style:none!important;\n}\n\n.oaq-highlights-list li{\n  position:relative;\n  margin:0;\n  padding:12px 0 12px 28px;\n  color:var(--oaq-body);\n  font-size:1rem;\n  list-style:none!important;\n  border-bottom:1px solid var(--oaq-neutral-border);\n}\n\n.oaq-highlights-list li::marker{\n  content:\"\"!important;\n  font-size:0!important;\n}\n\n.oaq-highlights-list li:last-child{\n  border-bottom:0;\n}\n\n.oaq-highlights-list li::before{\n  content:\"✓\"!important;\n  position:absolute;\n  top:12px;\n  left:2px;\n  color:var(--oaq-dominant-dark);\n  font-weight:700;\n}\n\n.oaq-journey-intro,\n.oaq-accord-intro,\n.oaq-trust-intro{\n  max-width:850px;\n  margin:-10px auto 25px;\n  color:var(--oaq-muted);\n  font-size:1rem;\n  text-align:center;\n}\n\n.oaq-journey-card{\n  position:relative;\n  min-height:220px;\n  padding:94px 25px 28px;\n  background:var(--oaq-pale);\n  border:1px solid var(--oaq-border);\n  border-radius:9px;\n  text-align:center;\n}\n\n.oaq-journey-number{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--oaq-dominant-dark);\n  color:var(--oaq-white);\n  border:0;\n  border-radius:50%;\n  font-size:.9rem;\n  font-weight:700;\n}\n\n.oaq-journey-card h4,\n.oaq-accord-card h4,\n.oaq-trust-card h4{\n  margin:0 0 6px;\n  color:var(--oaq-ink);\n  font-size:1rem;\n  font-weight:650;\n}\n\n.oaq-journey-card p,\n.oaq-accord-card p,\n.oaq-trust-card p{\n  margin:0;\n  color:var(--oaq-body);\n  font-size:.95rem;\n  line-height:1.6;\n}\n\n.oaq-accord-card,\n.oaq-trust-card{\n  min-height:225px;\n  padding:94px 26px 28px;\n  background:var(--oaq-white);\n  border:1px solid var(--oaq-border);\n  border-radius:9px;\n  text-align:center;\n  position:relative;\n}\n\n.oaq-accord-icon,\n.oaq-trust-icon{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--oaq-dominant-dark);\n  color:var(--oaq-white);\n  border:0;\n  border-radius:50%;\n  font-size:.85rem;\n  font-weight:700;\n}\n\n.oaq-statement-section{\n  margin-bottom:42px;\n  padding:40px 24px;\n  background:linear-gradient(90deg,var(--oaq-cognac) 0%,var(--oaq-agarwood) 48%,var(--oaq-dark-deep) 100%);\n  color:var(--oaq-white);\n  text-align:center;\n  border:0;\n  border-radius:10px;\n}\n\n.oaq-statement-section h3{\n  margin:0 0 12px;\n  color:#ecd58a;\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.oaq-statement-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:#fffaf4;\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.oaq-occasion-section{\n  margin-bottom:42px;\n  padding:32px 24px;\n  background:var(--oaq-pale);\n  border:1px solid var(--oaq-border);\n  border-radius:8px;\n  text-align:center;\n}\n\n.oaq-occasion-section h3{\n  margin:0 0 12px;\n  color:var(--oaq-ink);\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.oaq-occasion-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:var(--oaq-body);\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.oaq-performance-section{\n  margin-bottom:42px;\n  padding:30px 24px;\n  background:var(--oaq-pale-2);\n  border:1px solid var(--oaq-border);\n  border-left:6px solid var(--oaq-dominant);\n  border-radius:8px;\n}\n\n.oaq-performance-section h3{\n  margin:0 0 10px;\n  color:var(--oaq-ink);\n  font-size:1rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.oaq-performance-section p{\n  margin:0;\n  color:var(--oaq-body);\n  font-size:.95rem;\n  line-height:1.7;\n}\n\n.oaq-faq-section{\n  margin-top:30px;\n  padding-top:28px;\n  border-top:1px solid var(--oaq-border);\n}\n\n.oaq-faq-section\u003eh3{\n  margin:0 0 22px;\n  color:var(--oaq-ink);\n  font-size:1.3rem;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.oaq-faq-item{\n  background:var(--oaq-white);\n  border-bottom:1px solid var(--oaq-neutral-border);\n}\n\n.oaq-faq-item summary{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:17px 5px;\n  color:var(--oaq-ink);\n  font-size:1.05rem;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  user-select:none;\n}\n\n.oaq-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.oaq-faq-item summary::after{\n  content:\"+\";\n  flex-shrink:0;\n  margin-left:20px;\n  color:var(--oaq-dominant-dark);\n  font-size:1.35rem;\n}\n\n.oaq-faq-item[open] summary::after{\n  content:\"−\";\n}\n\n.oaq-faq-answer{\n  padding:3px 5px 20px;\n  color:var(--oaq-body);\n  font-size:1rem;\n}\n\n.oaq-faq-answer p{\n  margin:0;\n}\n\n@media(min-width:768px){\n  .oudh-al-qamar-brown-wrapper{\n    padding:35px;\n  }\n\n  .oaq-header{\n    margin-bottom:50px;\n    padding:50px 12px 40px;\n  }\n\n  .oaq-brand-tag{\n    font-size:1rem;\n    letter-spacing:5px;\n  }\n\n  .oaq-main-title{\n    font-size:clamp(2.8rem,5vw,4rem);\n    letter-spacing:clamp(2.8px,.35vw,4px);\n  }\n\n  .oaq-tagline{\n    font-size:1.3rem;\n  }\n\n  .oaq-intro-grid{\n    grid-template-columns:.82fr 1.18fr;\n    gap:50px;\n    margin-bottom:50px;\n  }\n\n  .oaq-image-frame{\n    max-width:470px;\n    margin:0 auto;\n  }\n\n  .oaq-story h3{\n    font-size:1.75rem;\n  }\n\n  .oaq-story p{\n    margin-bottom:22px;\n    font-size:1.17rem;\n    line-height:1.75;\n  }\n\n  .oaq-three-grid,\n  .oaq-journey-grid,\n  .oaq-accord-grid,\n  .oaq-trust-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:20px;\n  }\n\n  .oaq-character-section{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oaq-character-card:nth-child(2){\n    border-top:0;\n    border-left:1px solid var(--oaq-secondary);\n  }\n\n  .oaq-details-grid{\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n  }\n\n  .oaq-section-title,\n  .oaq-faq-section\u003eh3{\n    font-size:1.65rem;\n  }\n\n  .oaq-card-title{\n    font-size:1.15rem;\n  }\n\n  .oaq-detail-row,\n  .oaq-highlights-list li{\n    font-size:1.08rem;\n  }\n\n  .oaq-statement-section{\n    padding:44px;\n  }\n\n  .oaq-statement-section h3{\n    font-size:1.55rem;\n  }\n\n  .oaq-statement-section p,\n  .oaq-occasion-section p{\n    font-size:1.12rem;\n  }\n\n  .oaq-faq-item summary{\n    padding:20px 5px;\n    font-size:1.17rem;\n  }\n\n  .oaq-faq-answer{\n    font-size:1.08rem;\n  }\n}\n\n@media(max-width:480px){\n  .oudh-al-qamar-brown-wrapper{\n    padding:10px;\n  }\n\n  .oaq-main-title{\n    font-size:clamp(1.55rem,7vw,2.15rem);\n    letter-spacing:1.4px;\n  }\n\n  .oaq-detail-row{\n    flex-direction:column;\n    gap:3px;\n  }\n\n  .oaq-detail-label{\n    flex-basis:auto;\n  }\n\n  .oaq-detail-value{\n    text-align:left;\n  }\n\n  .oaq-notes-section,\n  .oaq-journey-section,\n  .oaq-accord-section,\n  .oaq-trust-section{\n    padding:25px 15px;\n  }\n\n  .oaq-performance-section{\n    padding:28px 20px 28px 24px;\n    border-left-width:5px;\n  }\n\n  .oaq-faq-item summary{\n    font-size:1rem;\n  }\n}\u003c\/style\u003e\n\u003cdiv class=\"oudh-al-qamar-brown-wrapper\"\u003e\n\u003cdiv class=\"oaq-header\"\u003e\n\u003cdiv class=\"oaq-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"oaq-main-title\"\u003eOudh Al Qamar Brown\u003c\/h2\u003e\n\u003cp class=\"oaq-tagline\"\u003e“Cambodian oud expressed through earthy, leathery, woody, sweet and aldehydic facets.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-intro-grid\"\u003e\n\u003cdiv class=\"oaq-image-frame\"\u003e\n\u003cimg alt=\"Oudh Al Qamar Brown by Oudh Al Anfar 100ml Eau de Parfum in clear rectangular glass with golden-amber liquid, satin yellow-gold cap, gold Arabic lettering, black braided cord and plum-brown hanging tag\" class=\"oaq-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/Oudh-Al-Qamar-brown-EDP-100ml_jpg.webp?v=1734442351\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-story\"\u003e\n\u003ch3\u003eCambodian Oud with Earthy, Leathery and Sweet Woody Depth\u003c\/h3\u003e\n\u003cp\u003eDiscover Oudh Al Qamar Brown by Oudh Al Anfar, a 100ml Eau de Parfum presented in clear rectangular glass.\u003c\/p\u003e\n\u003cp\u003eThe London Musk description centres the fragrance on oud associated with Cambodia, presented with earthy and woody depth.\u003c\/p\u003e\n\u003cp\u003eEarthy and leathery facets create texture and structure, while woody sweetness adds warmth and balance.\u003c\/p\u003e\n\u003cp\u003eAn aldehydic facet introduces lift and polish, giving the dense oud character a cleaner modern contrast.\u003c\/p\u003e\n\u003cp\u003eThe product listing credits perfumer Carlos Benaïm. The bottle shows golden-amber liquid, a satin yellow-gold cap, gold Arabic lettering, a black braided cord and a plum-brown hanging tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-notes-section\"\u003e\n\u003ch3 class=\"oaq-section-title\"\u003eThe Fragrance Character\u003c\/h3\u003e\n\u003cdiv class=\"oaq-three-grid\"\u003e\n\u003cdiv class=\"oaq-note-card\"\u003e\n\u003cdiv class=\"oaq-card-label\"\u003eCentral Material\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-title\"\u003eCambodian Oud\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-description\"\u003eOud associated with Cambodia forms the fragrance’s central identity with dense woody richness and traditional depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-note-card\"\u003e\n\u003cdiv class=\"oaq-card-label\"\u003eTextural Facets\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-title\"\u003eEarthy and Leathery\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-description\"\u003eEarthy and leathery impressions create structure, texture and a grounded aromatic character.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-note-card\"\u003e\n\u003cdiv class=\"oaq-card-label\"\u003eBalancing Character\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-title\"\u003eWoody, Sweet and Aldehydic\u003c\/div\u003e\n\u003cdiv class=\"oaq-card-description\"\u003eWoody sweetness adds warmth while an aldehydic facet introduces brightness, polish and modern contrast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-character-section\"\u003e\n\u003cdiv class=\"oaq-character-card\"\u003e\n\u003ch3\u003eThe Cambodian Oud Core\u003c\/h3\u003e\n\u003cp\u003eCambodian oud and woody sweetness establish a rich, warm and traditional Arabian fragrance character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-character-card\"\u003e\n\u003ch3\u003eThe Earthy Leather Finish\u003c\/h3\u003e\n\u003cp\u003eEarthy and leathery facets provide depth while aldehydic brightness adds a polished modern edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-details-grid\"\u003e\n\u003cdiv class=\"oaq-details-box\"\u003e\n\u003ch4 class=\"oaq-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eOudh Al Qamar Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eCentral Material\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eCambodian Oud\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003ePublished Character\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eEarthy, Leathery, Woody, Sweet and Aldehydic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003ePerfumer Credit\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eCarlos Benaïm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003eGender Positioning\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eNot Specified on the Product Listing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-detail-row\"\u003e\n\u003cspan class=\"oaq-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"oaq-detail-value\"\u003eGolden Amber, Cognac Brown, Satin Gold and Plum Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-highlights-box\"\u003e\n\u003ch4 class=\"oaq-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"oaq-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eCambodian oud at the centre\u003c\/li\u003e\n\u003cli\u003eEarthy aromatic depth\u003c\/li\u003e\n\u003cli\u003eLeathery texture\u003c\/li\u003e\n\u003cli\u003eRich woody character\u003c\/li\u003e\n\u003cli\u003eBalanced sweet nuance\u003c\/li\u003e\n\u003cli\u003ePolished aldehydic lift\u003c\/li\u003e\n\u003cli\u003eTraditional Arabian fragrance identity\u003c\/li\u003e\n\u003cli\u003eModern aromatic contrast\u003c\/li\u003e\n\u003cli\u003eClear bottle with golden-amber liquid\u003c\/li\u003e\n\u003cli\u003eSatin yellow-gold cap and gold lettering\u003c\/li\u003e\n\u003cli\u003eBlack cord and plum-brown hanging tag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-journey-section\"\u003e\n\u003ch3 class=\"oaq-section-title\"\u003eThe Oudh Al Qamar Journey\u003c\/h3\u003e\n\u003cp class=\"oaq-journey-intro\"\u003eA focused progression from Cambodian oud and woody sweetness into earthy leather before finishing with aldehydic polish.\u003c\/p\u003e\n\u003cdiv class=\"oaq-journey-grid\"\u003e\n\u003cdiv class=\"oaq-journey-card\"\u003e\n\u003cdiv class=\"oaq-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eCambodian Oud Richness\u003c\/h4\u003e\n\u003cp\u003eDense oud establishes a woody, traditional and distinctive central identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-journey-card\"\u003e\n\u003cdiv class=\"oaq-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eEarthy Leather Texture\u003c\/h4\u003e\n\u003cp\u003eEarthy and leathery facets introduce depth, structure and grounded character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-journey-card\"\u003e\n\u003cdiv class=\"oaq-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eSweet Aldehydic Polish\u003c\/h4\u003e\n\u003cp\u003eWoody sweetness and aldehydic brightness create warmth, balance and a modern finishing edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-accord-section\"\u003e\n\u003ch3 class=\"oaq-section-title\"\u003eThe Signature Oudh Al Qamar Character\u003c\/h3\u003e\n\u003cp class=\"oaq-accord-intro\"\u003eA traditional-meets-modern composition shaped by Cambodian oud, earthy leather, woody sweetness and aldehydic brightness.\u003c\/p\u003e\n\u003cdiv class=\"oaq-accord-grid\"\u003e\n\u003cdiv class=\"oaq-accord-card\"\u003e\n\u003cdiv class=\"oaq-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eCambodian Oud\u003c\/h4\u003e\n\u003cp\u003eOud associated with Cambodia supplies dense woody richness and forms the fragrance’s central identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-accord-card\"\u003e\n\u003cdiv class=\"oaq-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eEarthy and Leathery\u003c\/h4\u003e\n\u003cp\u003eEarth and leather create texture, structure and a grounded aromatic presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-accord-card\"\u003e\n\u003cdiv class=\"oaq-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eWoody, Sweet and Aldehydic\u003c\/h4\u003e\n\u003cp\u003eWoody sweetness introduces warmth while aldehydic brightness adds polish and contrast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-statement-section\"\u003e\n\u003ch3\u003eGolden Amber, Cambodian Oud and Modern Polish\u003c\/h3\u003e\n\u003cp\u003eOudh Al Qamar Brown combines Cambodian oud with earthy, leathery, woody, sweet and aldehydic facets. Its clear glass bottle, golden-amber liquid, satin-gold cap and plum-brown tag reflect traditional richness with modern presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-occasion-section\"\u003e\n\u003ch3\u003eA Rich Oud Signature for Evenings and Special Occasions\u003c\/h3\u003e\n\u003cp\u003eIts dense oud and earthy-leathery character can complement evenings, dinners, formal gatherings and special occasions according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eThe product description presents Oudh Al Qamar Brown as a lingering Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-trust-section\"\u003e\n\u003ch3 class=\"oaq-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"oaq-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, leathery compositions, musk scents and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"oaq-trust-grid\"\u003e\n\u003cdiv class=\"oaq-trust-card\"\u003e\n\u003cdiv class=\"oaq-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover oud fragrances, Eau de Parfum releases, musk compositions and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-trust-card\"\u003e\n\u003cdiv class=\"oaq-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-trust-card\"\u003e\n\u003cdiv class=\"oaq-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oaq-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Oudh Al Qamar Brown smell like?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe London Musk description presents it through Cambodian oud with earthy, leathery, woody, sweet and aldehydic facets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eDoes Oudh Al Qamar Brown contain Cambodian oud?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product description specifically identifies oud associated with Cambodia as the central material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Al Qamar Brown a leathery fragrance?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eLeather is one of the published fragrance characteristics alongside earthy, woody, sweet and aldehydic facets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eDoes Oudh Al Qamar Brown have a sweet character?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. Sweetness is included within the published woody, sweet and aldehydic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Oudh Al Qamar Brown?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWho is credited as the perfumer for Oudh Al Qamar Brown?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe London Musk product listing credits Carlos Benaïm as the nose behind the fragrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Al Qamar Brown for men or women?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe current product listing does not clearly specify a gender category, so suitability depends on individual fragrance preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Oudh Al Qamar Brown be worn?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts rich oud and earthy-leathery character can complement evenings, dinners, formal gatherings and special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow long does Oudh Al Qamar Brown last?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product description presents it as lingering. Exact performance varies according to skin type, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"oaq-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow is Oudh Al Qamar Brown presented?\u003c\/summary\u003e\n\u003cdiv class=\"oaq-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is presented in clear rectangular glass with golden-amber liquid, a satin yellow-gold cap, gold Arabic lettering, a black braided cord and a plum-brown hanging tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583178326262,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oudh-Al-Qamar-brown-EDP-100ml_jpg.webp?v=1734442351"},{"product_id":"oudh-khalifa-white-edp-100ml","title":"Oudh Khalifa White EDP (100ml)","description":"\u003cstyle\u003e.oudh-khalifa-white-wrapper{\n  --okw-white:#ffffff;\n  --okw-pale:#faf7ed;\n  --okw-pale-2:#fdfbf5;\n  --okw-border:#e4dcc1;\n  --okw-neutral-border:#e7e4dd;\n  --okw-dominant:#c9a83e;\n  --okw-dominant-dark:#9f7e20;\n  --okw-secondary:#c8cdcf;\n  --okw-dark-panel:#211b17;\n  --okw-dark-deep:#12100e;\n  --okw-walnut:#4b3526;\n  --okw-chrome:#c8cdcf;\n  --okw-ink:#242424;\n  --okw-body:#4b4b48;\n  --okw-muted:#77766f;\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  padding:15px;\n  box-sizing:border-box;\n  background:var(--okw-white);\n  color:var(--okw-ink);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:16px;\n  line-height:1.65;\n}\n\n.oudh-khalifa-white-wrapper *,\n.oudh-khalifa-white-wrapper *::before,\n.oudh-khalifa-white-wrapper *::after{\n  box-sizing:border-box;\n}\n\n.okw-header{\n  margin-bottom:42px;\n  padding:34px 12px 30px;\n  background:var(--okw-white);\n  border:0;\n  border-bottom:1px solid var(--okw-border);\n  border-radius:0;\n  text-align:center;\n}\n\n.okw-brand-tag{\n  margin-bottom:8px;\n  color:var(--okw-dominant-dark);\n  font-size:.84rem;\n  font-weight:700;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n\n.okw-main-title{\n  margin:0 0 10px;\n  color:var(--okw-ink);\n  font-size:2rem;\n  font-weight:300;\n  line-height:1.2;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  overflow-wrap:anywhere;\n}\n\n.okw-tagline{\n  max-width:820px;\n  margin:0 auto;\n  color:var(--okw-muted);\n  font-size:1.05rem;\n  font-style:italic;\n}\n\n.okw-intro-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n  align-items:center;\n}\n\n.okw-image-frame{\n  width:100%;\n  overflow:hidden;\n  background:var(--okw-white);\n  border:1px solid var(--okw-border);\n  border-radius:10px;\n}\n\n.okw-product-image{\n  display:block;\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.okw-story h3{\n  margin:0 0 16px;\n  color:var(--okw-ink);\n  font-size:1.4rem;\n  font-weight:400;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.okw-story p{\n  margin:0 0 17px;\n  color:var(--okw-body);\n  font-size:1.05rem;\n}\n\n.okw-story p:last-child{\n  margin-bottom:0;\n}\n\n.okw-section-title{\n  margin:0 0 25px;\n  color:var(--okw-ink);\n  font-size:1.3rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.okw-notes-section,\n.okw-journey-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--okw-white);\n  border:1px solid var(--okw-border);\n  border-radius:10px;\n}\n\n.okw-accord-section,\n.okw-trust-section{\n  margin-bottom:42px;\n  padding:30px 22px;\n  background:var(--okw-pale-2);\n  border:1px solid var(--okw-border);\n  border-radius:10px;\n}\n\n.okw-three-grid,\n.okw-journey-grid,\n.okw-accord-grid,\n.okw-trust-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:18px;\n}\n\n.okw-note-card{\n  padding:22px;\n  background:var(--okw-pale);\n  border:1px solid var(--okw-border);\n  border-top:4px solid var(--okw-dominant);\n  border-radius:8px;\n}\n\n.okw-card-label{\n  margin-bottom:7px;\n  color:var(--okw-dominant-dark);\n  font-size:.8rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.okw-card-title{\n  margin-bottom:7px;\n  color:var(--okw-ink);\n  font-size:1.05rem;\n  font-weight:600;\n}\n\n.okw-card-description{\n  color:var(--okw-body);\n  font-size:.95rem;\n  line-height:1.55;\n}\n\n.okw-character-section{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:0;\n  margin-bottom:42px;\n  overflow:hidden;\n  background:var(--okw-dark-panel);\n  border:0;\n  border-radius:10px;\n}\n\n.okw-character-card{\n  padding:30px 24px;\n  background:var(--okw-dark-panel);\n  color:var(--okw-white);\n}\n\n.okw-character-card:nth-child(2){\n  border-top:1px solid var(--okw-dominant);\n}\n\n.okw-character-card h3{\n  margin:0 0 10px;\n  color:#ead486;\n  font-size:1.05rem;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.okw-character-card p{\n  margin:0;\n  color:#fffdf8;\n  font-size:1rem;\n  line-height:1.7;\n}\n\n.okw-details-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:30px;\n  margin-bottom:42px;\n}\n\n.okw-details-box,\n.okw-highlights-box{\n  height:100%;\n  padding:22px;\n  background:var(--okw-white);\n  border:1px solid var(--okw-neutral-border);\n  border-radius:8px;\n}\n\n.okw-box-title{\n  margin:0 0 15px;\n  padding-bottom:9px;\n  color:var(--okw-ink);\n  font-size:.9rem;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  border-bottom:1px solid var(--okw-neutral-border);\n}\n\n.okw-detail-row{\n  display:flex;\n  justify-content:space-between;\n  gap:20px;\n  padding:12px 0;\n  font-size:1rem;\n  border-bottom:1px solid var(--okw-neutral-border);\n}\n\n.okw-detail-row:last-child{\n  padding-bottom:0;\n  border-bottom:0;\n}\n\n.okw-detail-label{\n  flex:0 0 34%;\n  min-width:0;\n  color:var(--okw-muted);\n  font-weight:600;\n}\n\n.okw-detail-value{\n  flex:1 1 auto;\n  min-width:0;\n  color:var(--okw-ink);\n  text-align:right;\n  overflow-wrap:anywhere;\n}\n\n.okw-highlights-list{\n  margin:0!important;\n  padding:0!important;\n  list-style:none!important;\n}\n\n.okw-highlights-list li{\n  position:relative;\n  margin:0;\n  padding:12px 0 12px 28px;\n  color:var(--okw-body);\n  font-size:1rem;\n  list-style:none!important;\n  border-bottom:1px solid var(--okw-neutral-border);\n}\n\n.okw-highlights-list li::marker{\n  content:\"\"!important;\n  font-size:0!important;\n}\n\n.okw-highlights-list li:last-child{\n  border-bottom:0;\n}\n\n.okw-highlights-list li::before{\n  content:\"✓\"!important;\n  position:absolute;\n  top:12px;\n  left:2px;\n  color:var(--okw-dominant-dark);\n  font-weight:700;\n}\n\n.okw-journey-intro,\n.okw-accord-intro,\n.okw-trust-intro{\n  max-width:850px;\n  margin:-10px auto 25px;\n  color:var(--okw-muted);\n  font-size:1rem;\n  text-align:center;\n}\n\n.okw-journey-card{\n  position:relative;\n  min-height:220px;\n  padding:94px 25px 28px;\n  background:var(--okw-pale);\n  border:1px solid var(--okw-border);\n  border-radius:9px;\n  text-align:center;\n}\n\n.okw-journey-number{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--okw-dominant-dark);\n  color:var(--okw-white);\n  border:0;\n  border-radius:50%;\n  font-size:.9rem;\n  font-weight:700;\n}\n\n.okw-journey-card h4,\n.okw-accord-card h4,\n.okw-trust-card h4{\n  margin:0 0 6px;\n  color:var(--okw-ink);\n  font-size:1rem;\n  font-weight:650;\n}\n\n.okw-journey-card p,\n.okw-accord-card p,\n.okw-trust-card p{\n  margin:0;\n  color:var(--okw-body);\n  font-size:.95rem;\n  line-height:1.6;\n}\n\n.okw-accord-card,\n.okw-trust-card{\n  min-height:225px;\n  padding:94px 26px 28px;\n  background:var(--okw-white);\n  border:1px solid var(--okw-border);\n  border-radius:9px;\n  text-align:center;\n  position:relative;\n}\n\n.okw-accord-icon,\n.okw-trust-icon{\n  position:absolute;\n  top:31px;\n  left:50%;\n  display:flex;\n  width:42px;\n  height:42px;\n  transform:translateX(-50%);\n  align-items:center;\n  justify-content:center;\n  background:var(--okw-dominant-dark);\n  color:var(--okw-white);\n  border:0;\n  border-radius:50%;\n  font-size:.85rem;\n  font-weight:700;\n}\n\n.okw-statement-section{\n  margin-bottom:42px;\n  padding:40px 24px;\n  background:linear-gradient(90deg,var(--okw-walnut) 0%,var(--okw-dark-panel) 48%,var(--okw-dark-deep) 100%);\n  color:var(--okw-white);\n  text-align:center;\n  border:0;\n  border-radius:10px;\n}\n\n.okw-statement-section h3{\n  margin:0 0 12px;\n  color:#ead486;\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.okw-statement-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:#fffdf8;\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.okw-occasion-section{\n  margin-bottom:42px;\n  padding:32px 24px;\n  background:var(--okw-pale);\n  border:1px solid var(--okw-border);\n  border-radius:8px;\n  text-align:center;\n}\n\n.okw-occasion-section h3{\n  margin:0 0 12px;\n  color:var(--okw-ink);\n  font-size:1.25rem;\n  font-weight:500;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.okw-occasion-section p{\n  max-width:850px;\n  margin:0 auto;\n  color:var(--okw-body);\n  font-size:1.05rem;\n  line-height:1.75;\n}\n\n.okw-performance-section{\n  margin-bottom:42px;\n  padding:30px 24px;\n  background:var(--okw-pale-2);\n  border:1px solid var(--okw-border);\n  border-left:6px solid var(--okw-dominant);\n  border-radius:8px;\n}\n\n.okw-performance-section h3{\n  margin:0 0 10px;\n  color:var(--okw-ink);\n  font-size:1rem;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.okw-performance-section p{\n  margin:0;\n  color:var(--okw-body);\n  font-size:.95rem;\n  line-height:1.7;\n}\n\n.okw-faq-section{\n  margin-top:30px;\n  padding-top:28px;\n  border-top:1px solid var(--okw-border);\n}\n\n.okw-faq-section\u003eh3{\n  margin:0 0 22px;\n  color:var(--okw-ink);\n  font-size:1.3rem;\n  letter-spacing:2px;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.okw-faq-item{\n  background:var(--okw-white);\n  border-bottom:1px solid var(--okw-neutral-border);\n}\n\n.okw-faq-item summary{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:17px 5px;\n  color:var(--okw-ink);\n  font-size:1.05rem;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  user-select:none;\n}\n\n.okw-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.okw-faq-item summary::after{\n  content:\"+\";\n  flex-shrink:0;\n  margin-left:20px;\n  color:var(--okw-dominant-dark);\n  font-size:1.35rem;\n}\n\n.okw-faq-item[open] summary::after{\n  content:\"−\";\n}\n\n.okw-faq-answer{\n  padding:3px 5px 20px;\n  color:var(--okw-body);\n  font-size:1rem;\n}\n\n.okw-faq-answer p{\n  margin:0;\n}\n\n@media(min-width:768px){\n  .oudh-khalifa-white-wrapper{\n    padding:35px;\n  }\n\n  .okw-header{\n    margin-bottom:50px;\n    padding:50px 12px 40px;\n  }\n\n  .okw-brand-tag{\n    font-size:1rem;\n    letter-spacing:5px;\n  }\n\n  .okw-main-title{\n    font-size:clamp(2.8rem,5vw,4rem);\n    letter-spacing:clamp(2.8px,.35vw,4px);\n  }\n\n  .okw-tagline{\n    font-size:1.3rem;\n  }\n\n  .okw-intro-grid{\n    grid-template-columns:.82fr 1.18fr;\n    gap:50px;\n    margin-bottom:50px;\n  }\n\n  .okw-image-frame{\n    max-width:470px;\n    margin:0 auto;\n  }\n\n  .okw-story h3{\n    font-size:1.75rem;\n  }\n\n  .okw-story p{\n    margin-bottom:22px;\n    font-size:1.17rem;\n    line-height:1.75;\n  }\n\n  .okw-three-grid,\n  .okw-journey-grid,\n  .okw-accord-grid,\n  .okw-trust-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:20px;\n  }\n\n  .okw-character-section{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .okw-character-card:nth-child(2){\n    border-top:0;\n    border-left:1px solid var(--okw-dominant);\n  }\n\n  .okw-details-grid{\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n  }\n\n  .okw-section-title,\n  .okw-faq-section\u003eh3{\n    font-size:1.65rem;\n  }\n\n  .okw-card-title{\n    font-size:1.15rem;\n  }\n\n  .okw-detail-row,\n  .okw-highlights-list li{\n    font-size:1.08rem;\n  }\n\n  .okw-statement-section{\n    padding:44px;\n  }\n\n  .okw-statement-section h3{\n    font-size:1.55rem;\n  }\n\n  .okw-statement-section p,\n  .okw-occasion-section p{\n    font-size:1.12rem;\n  }\n\n  .okw-faq-item summary{\n    padding:20px 5px;\n    font-size:1.17rem;\n  }\n\n  .okw-faq-answer{\n    font-size:1.08rem;\n  }\n}\n\n@media(max-width:480px){\n  .oudh-khalifa-white-wrapper{\n    padding:10px;\n  }\n\n  .okw-main-title{\n    font-size:clamp(1.55rem,7vw,2.15rem);\n    letter-spacing:1.4px;\n  }\n\n  .okw-detail-row{\n    flex-direction:column;\n    gap:3px;\n  }\n\n  .okw-detail-label{\n    flex-basis:auto;\n  }\n\n  .okw-detail-value{\n    text-align:left;\n  }\n\n  .okw-notes-section,\n  .okw-journey-section,\n  .okw-accord-section,\n  .okw-trust-section{\n    padding:25px 15px;\n  }\n\n  .okw-performance-section{\n    padding:28px 20px 28px 24px;\n    border-left-width:5px;\n  }\n\n  .okw-faq-item summary{\n    font-size:1rem;\n  }\n}\u003c\/style\u003e\n\u003cdiv class=\"oudh-khalifa-white-wrapper\"\u003e\n\u003cdiv class=\"okw-header\"\u003e\n\u003cdiv class=\"okw-brand-tag\"\u003eOudh Al Anfar Presents\u003c\/div\u003e\n\u003ch2 class=\"okw-main-title\"\u003eOudh Khalifa White\u003c\/h2\u003e\n\u003cp class=\"okw-tagline\"\u003e“Luminous aldehydes and musk over rose, citrus, vanilla and refined woods.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-intro-grid\"\u003e\n\u003cdiv class=\"okw-image-frame\"\u003e\n\u003cimg alt=\"Oudh Khalifa White by Oudh Al Anfar 100ml Eau de Parfum with a porcelain-white faceted bottle, dark walnut spherical cap, polished chrome collar, pale-gold Arabic lettering and black braided cord, paired with a warm ivory presentation box featuring ornate gold filigree\" class=\"okw-product-image\" height=\"1000\" loading=\"lazy\" src=\"https:\/\/londonmusk.com\/cdn\/shop\/files\/product-details-04-16-ezgif_com-webp-to-jpg-converter_jpg.webp?v=1739211428\" width=\"1000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-story\"\u003e\n\u003ch3\u003eLuminous Aldehydes with Rose, Citrus, Vanilla and Woods\u003c\/h3\u003e\n\u003cp\u003eDiscover Oudh Khalifa White by Oudh Al Anfar, a 100ml Eau de Parfum for men with a clean, polished and warm fragrance character.\u003c\/p\u003e\n\u003cp\u003eAldehydic notes and musk form the opening. The aldehydic character adds luminosity and polish, while musk brings softness and smooth aromatic depth.\u003c\/p\u003e\n\u003cp\u003eRose and citrus shape the heart, combining floral softness with bright and vibrant freshness.\u003c\/p\u003e\n\u003cp\u003eVanilla and woody accents form the base, creating gentle sweetness, warmth and refined structure.\u003c\/p\u003e\n\u003cp\u003eThe porcelain-white faceted bottle features pale-gold Arabic lettering, a dark walnut spherical cap, polished chrome collar and black braided cord, paired with a warm ivory box decorated with ornate gold filigree.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-notes-section\"\u003e\n\u003ch3 class=\"okw-section-title\"\u003eThe Fragrance Architecture\u003c\/h3\u003e\n\u003cdiv class=\"okw-three-grid\"\u003e\n\u003cdiv class=\"okw-note-card\"\u003e\n\u003cdiv class=\"okw-card-label\"\u003eTop Notes\u003c\/div\u003e\n\u003cdiv class=\"okw-card-title\"\u003eAldehydic Notes and Musk\u003c\/div\u003e\n\u003cdiv class=\"okw-card-description\"\u003eAldehydic notes create luminosity and clean polish while musk adds softness and smooth aromatic depth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-note-card\"\u003e\n\u003cdiv class=\"okw-card-label\"\u003eHeart Notes\u003c\/div\u003e\n\u003cdiv class=\"okw-card-title\"\u003eRose and Citrus\u003c\/div\u003e\n\u003cdiv class=\"okw-card-description\"\u003eRose introduces floral softness while citrus adds brightness, freshness and lively contrast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-note-card\"\u003e\n\u003cdiv class=\"okw-card-label\"\u003eBase Notes\u003c\/div\u003e\n\u003cdiv class=\"okw-card-title\"\u003eVanilla and Woody Accents\u003c\/div\u003e\n\u003cdiv class=\"okw-card-description\"\u003eVanilla adds gentle sweetness while woody accents provide warmth, structure and a refined finishing trail.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-character-section\"\u003e\n\u003cdiv class=\"okw-character-card\"\u003e\n\u003ch3\u003eThe Aldehydic Musk Opening\u003c\/h3\u003e\n\u003cp\u003eClean aldehydic brightness and musk create a luminous, polished and softly aromatic first impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-character-card\"\u003e\n\u003ch3\u003eThe Vanilla Wood Dry-Down\u003c\/h3\u003e\n\u003cp\u003eRose and citrus gradually settle into vanilla and woody accents for a smooth, warm and sophisticated final trail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-details-grid\"\u003e\n\u003cdiv class=\"okw-details-box\"\u003e\n\u003ch4 class=\"okw-box-title\"\u003eProduct Details\u003c\/h4\u003e\n\n\n\n\n\n\n\n\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eFragrance\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eOudh Khalifa White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eOudh Al Anfar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eConcentration\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003e100ml \/ 3.4 fl. oz.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eSuitable For\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eMen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eTop Notes\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eAldehydic Notes and Musk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eHeart Notes\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eRose and Citrus\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003eBase Notes\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003eVanilla and Woody Accents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-detail-row\"\u003e\n\u003cspan class=\"okw-detail-label\"\u003ePresentation\u003c\/span\u003e\u003cspan class=\"okw-detail-value\"\u003ePorcelain White, Warm Ivory, Pale Gold, Walnut and Chrome\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-highlights-box\"\u003e\n\u003ch4 class=\"okw-box-title\"\u003eWhy You Will Love It\u003c\/h4\u003e\n\u003cul class=\"okw-highlights-list\"\u003e\n\u003cli\u003e100ml Eau de Parfum\u003c\/li\u003e\n\u003cli\u003eCreated for men\u003c\/li\u003e\n\u003cli\u003eLuminous aldehydic opening\u003c\/li\u003e\n\u003cli\u003eSoft musky character\u003c\/li\u003e\n\u003cli\u003eElegant rose heart\u003c\/li\u003e\n\u003cli\u003eBright citrus freshness\u003c\/li\u003e\n\u003cli\u003eSmooth vanilla warmth\u003c\/li\u003e\n\u003cli\u003eRefined woody foundation\u003c\/li\u003e\n\u003cli\u003eClean yet sophisticated profile\u003c\/li\u003e\n\u003cli\u003ePorcelain-white faceted bottle\u003c\/li\u003e\n\u003cli\u003eDark walnut cap and chrome collar\u003c\/li\u003e\n\u003cli\u003eWarm ivory-and-gold presentation box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-journey-section\"\u003e\n\u003ch3 class=\"okw-section-title\"\u003eThe Oudh Khalifa White Journey\u003c\/h3\u003e\n\u003cp class=\"okw-journey-intro\"\u003eA polished progression from aldehydic luminosity and musk into rose and citrus before settling into smooth vanilla and refined woods.\u003c\/p\u003e\n\u003cdiv class=\"okw-journey-grid\"\u003e\n\u003cdiv class=\"okw-journey-card\"\u003e\n\u003cdiv class=\"okw-journey-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eLuminous Aldehydic Lift\u003c\/h4\u003e\n\u003cp\u003eAldehydic notes establish clean brightness with polished and airy character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-journey-card\"\u003e\n\u003cdiv class=\"okw-journey-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eRose Citrus Harmony\u003c\/h4\u003e\n\u003cp\u003eRose provides floral softness while citrus introduces freshness and vibrant balance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-journey-card\"\u003e\n\u003cdiv class=\"okw-journey-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eVanilla Woody Warmth\u003c\/h4\u003e\n\u003cp\u003eVanilla and woody accents create a smooth, warm and sophisticated finishing impression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-accord-section\"\u003e\n\u003ch3 class=\"okw-section-title\"\u003eThe Signature Oudh Khalifa White Accords\u003c\/h3\u003e\n\u003cp class=\"okw-accord-intro\"\u003eA clean composition shaped by aldehydic brightness, musk, rose, citrus, vanilla and refined woods.\u003c\/p\u003e\n\u003cdiv class=\"okw-accord-grid\"\u003e\n\u003cdiv class=\"okw-accord-card\"\u003e\n\u003cdiv class=\"okw-accord-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eAldehydes and Musk\u003c\/h4\u003e\n\u003cp\u003eClean aldehydes create luminosity while musk brings softness and aromatic depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-accord-card\"\u003e\n\u003cdiv class=\"okw-accord-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eRose and Citrus\u003c\/h4\u003e\n\u003cp\u003eFloral rose and vibrant citrus form a fresh and harmonious heart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-accord-card\"\u003e\n\u003cdiv class=\"okw-accord-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eVanilla and Woods\u003c\/h4\u003e\n\u003cp\u003eVanilla supplies smooth sweetness while woody accents add warmth and refined structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-statement-section\"\u003e\n\u003ch3\u003ePorcelain White, Gold and Refined Warmth\u003c\/h3\u003e\n\u003cp\u003eOudh Khalifa White moves from aldehydic notes and musk into rose and citrus before settling into vanilla and woody accents. Its porcelain-white bottle, walnut cap, chrome collar and ornate ivory-and-gold box reflect understated luxury.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-occasion-section\"\u003e\n\u003ch3\u003eA Refined Masculine Signature for Day and Evening\u003c\/h3\u003e\n\u003cp\u003eIts clean aldehydic opening and warm vanilla-woody base can complement work, everyday routines, dinners, social occasions and celebrations according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-performance-section\"\u003e\n\u003ch3\u003eFragrance Performance\u003c\/h3\u003e\n\u003cp\u003eThe product description presents Oudh Khalifa White as a long-lasting Eau de Parfum. Exact longevity and projection may vary according to skin type, climate, application amount, clothing and individual fragrance chemistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-trust-section\"\u003e\n\u003ch3 class=\"okw-section-title\"\u003eWhy Choose London Musk?\u003c\/h3\u003e\n\u003cp class=\"okw-trust-intro\"\u003eExplore a carefully selected collection of Arabian perfumes, oud fragrances, musk scents, vanilla compositions and gift-ready presentations through a specialist UK fragrance retailer.\u003c\/p\u003e\n\u003cdiv class=\"okw-trust-grid\"\u003e\n\u003cdiv class=\"okw-trust-card\"\u003e\n\u003cdiv class=\"okw-trust-icon\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eArabian Fragrance Specialists\u003c\/h4\u003e\n\u003cp\u003eDiscover oud fragrances, Eau de Parfum releases, musk compositions and concentrated perfume oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-trust-card\"\u003e\n\u003cdiv class=\"okw-trust-icon\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCarefully Selected Collection\u003c\/h4\u003e\n\u003cp\u003eProducts are selected for fragrance character, presentation, concentration and value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-trust-card\"\u003e\n\u003cdiv class=\"okw-trust-icon\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eSpecialist UK Retailer\u003c\/h4\u003e\n\u003cp\u003eShop through a specialist UK fragrance retailer focused on Arabian and contemporary scent collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"okw-faq-section\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat does Oudh Khalifa White smell like?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOudh Khalifa White opens with aldehydic notes and musk, develops through rose and citrus, and settles into vanilla and woody accents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the top notes in Oudh Khalifa White?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed top notes are aldehydic notes and musk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the heart notes in Oudh Khalifa White?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed heart notes are rose and citrus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat are the base notes in Oudh Khalifa White?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe listed base notes are vanilla and woody accents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Khalifa White a fragrance for men?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. The product listing presents Oudh Khalifa White as a fragrance for men.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhat size and concentration is Oudh Khalifa White?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eOudh Khalifa White is supplied in a 100ml, approximately 3.4-fluid-ounce, Eau de Parfum bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eHow is Oudh Khalifa White presented?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIt is presented in a porcelain-white faceted bottle with pale-gold lettering, a dark walnut cap, polished chrome collar and a coordinating warm ivory-and-gold box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eWhen can Oudh Khalifa White be worn?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts clean aldehydic and warm vanilla-woody profile can complement everyday wear, work, dinners and social occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Khalifa White long-lasting?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe product description presents it as long-lasting. Exact performance varies according to skin type, climate, application amount and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"okw-faq-item\" itemprop=\"mainEntity\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\u003csummary itemprop=\"name\"\u003eIs Oudh Khalifa White suitable as a perfume gift?\u003c\/summary\u003e\n\u003cdiv class=\"okw-faq-answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\u003cp itemprop=\"text\"\u003eIts 100ml size, refined fragrance profile and coordinated white-and-gold presentation make it suitable for fragrance gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":47583191728374,"sku":null,"price":15.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Oudh-Khalifa-2020-White-EDP-100ml.webp?v=1739211428"}],"url":"https:\/\/londonmusk.com\/collections\/fresh.oembed?page=4","provider":"London Musk","version":"1.0","type":"link"}