{"product_id":"royal-cashmere-60ml-extrait-de-parfum","title":"Royal Cashmere 60ml Extrait de Parfum by Adyan","description":"\u003cstyle\u003e\n  .royal-cashmere-wrapper {\n    --rc-white: #ffffff;\n    --rc-soft-white: #fdfbf7;\n    --rc-pale: #faf5ec;\n    --rc-pale-2: #fffaf1;\n    --rc-border: #e2d5bd;\n\n    --rc-black: #080706;\n    --rc-charcoal: #27231f;\n    --rc-brown: #4c3327;\n    --rc-cashmere: #c7ae8b;\n\n    --rc-red: #8e211b;\n    --rc-deep-red: #651713;\n\n    --rc-gold: #c6a052;\n    --rc-soft-gold: #e3c67d;\n    --rc-antique-gold: #9f7937;\n\n    --rc-heading: #211b17;\n    --rc-text: #504941;\n    --rc-muted: #756c62;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--rc-white);\n    color: var(--rc-heading);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n      Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .royal-cashmere-wrapper *,\n  .royal-cashmere-wrapper *::before,\n  .royal-cashmere-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .rc-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    background: var(--rc-white);\n    border-bottom: 1px solid var(--rc-border);\n    text-align: center;\n  }\n\n  .rc-brand-tag {\n    margin-bottom: 8px;\n    color: var(--rc-antique-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .rc-main-title {\n    margin: 0 0 10px;\n    color: var(--rc-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  .rc-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--rc-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .rc-story {\n    max-width: 920px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .rc-story h3 {\n    margin: 0 0 18px;\n    color: var(--rc-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .rc-story p {\n    margin: 0 0 17px;\n    color: var(--rc-text);\n    font-size: 1.05rem;\n  }\n\n  .rc-story p:last-child {\n    margin-bottom: 0;\n  }\n\n  .rc-section-title {\n    margin: 0 0 25px;\n    color: var(--rc-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  .rc-notes-section,\n  .rc-journey-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--rc-white);\n    border: 1px solid var(--rc-border);\n    border-radius: 10px;\n  }\n\n  .rc-accord-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--rc-pale);\n    border: 1px solid var(--rc-border);\n    border-radius: 10px;\n  }\n\n  .rc-notes-grid,\n  .rc-journey-grid,\n  .rc-accord-grid,\n  .rc-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .rc-note-card {\n    padding: 22px;\n    background: var(--rc-pale-2);\n    border: 1px solid var(--rc-border);\n    border-top: 4px solid var(--rc-antique-gold);\n    border-radius: 8px;\n  }\n\n  .rc-note-label {\n    margin-bottom: 7px;\n    color: var(--rc-antique-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rc-note-title {\n    margin-bottom: 7px;\n    color: var(--rc-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  .rc-note-description {\n    color: var(--rc-text);\n    font-size: 0.95rem;\n    line-height: 1.55;\n  }\n\n  .rc-character-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--rc-gold);\n    border: 1px solid var(--rc-gold);\n    border-radius: 10px;\n  }\n\n  .rc-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      var(--rc-black) 0%,\n      var(--rc-charcoal) 52%,\n      var(--rc-brown) 100%\n    );\n    color: var(--rc-white);\n  }\n\n  .rc-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--rc-soft-gold);\n    font-size: 1.05rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .rc-character-card p {\n    margin: 0;\n    color: #f6efe5;\n    font-size: 1rem;\n    line-height: 1.7;\n  }\n\n  .rc-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .rc-details-box,\n  .rc-highlights-box {\n    height: 100%;\n    padding: 22px;\n    background: var(--rc-white);\n    border: 1px solid var(--rc-border);\n    border-radius: 8px;\n  }\n\n  .rc-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--rc-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--rc-border);\n  }\n\n  .rc-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(--rc-border);\n  }\n\n  .rc-detail-row:last-child {\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .rc-detail-label {\n    color: var(--rc-muted);\n    font-weight: 600;\n  }\n\n  .rc-detail-value {\n    color: var(--rc-heading);\n    text-align: right;\n  }\n\n  .rc-highlights-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .rc-highlights-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 0 12px 28px;\n    color: var(--rc-text);\n    border-bottom: 1px solid var(--rc-border);\n  }\n\n  .rc-highlights-list li:last-child {\n    border-bottom: none;\n  }\n\n  .rc-highlights-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 2px;\n    color: var(--rc-antique-gold);\n    font-weight: 700;\n  }\n\n  .rc-journey-intro,\n  .rc-accord-intro,\n  .rc-trust-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--rc-muted);\n    font-size: 1rem;\n    text-align: center;\n  }\n\n  .rc-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--rc-pale);\n    border: 1px solid var(--rc-border);\n    border-radius: 8px;\n  }\n\n  .rc-journey-number,\n  .rc-accord-icon,\n  .rc-trust-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--rc-black);\n    color: var(--rc-soft-gold);\n    border-radius: 50%;\n    font-size: 0.9rem;\n    font-weight: 700;\n  }\n\n  .rc-journey-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .rc-journey-card h4,\n  .rc-accord-card h4,\n  .rc-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--rc-heading);\n    font-size: 1rem;\n    font-weight: 650;\n  }\n\n  .rc-journey-card p,\n  .rc-accord-card p,\n  .rc-trust-card p {\n    margin: 0;\n    color: var(--rc-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .rc-accord-card,\n  .rc-trust-card {\n    padding: 22px;\n    background: var(--rc-white);\n    border: 1px solid var(--rc-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .rc-accord-icon,\n  .rc-trust-icon {\n    margin: 0 auto 12px;\n  }\n\n  .rc-statement-section {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      var(--rc-deep-red) 0%,\n      var(--rc-red) 52%,\n      #a84532 100%\n    );\n    color: var(--rc-white);\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .rc-statement-section h3 {\n    margin: 0 0 12px;\n    color: var(--rc-soft-gold);\n    font-size: 1.25rem;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .rc-statement-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #fff6ec;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .rc-occasion-section {\n    margin-bottom: 42px;\n    padding: 32px 24px;\n    background: var(--rc-pale);\n    border: 1px solid var(--rc-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .rc-occasion-section h3 {\n    margin: 0 0 12px;\n    color: var(--rc-heading);\n    font-size: 1.25rem;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .rc-occasion-section p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--rc-text);\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .rc-performance-section {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--rc-pale-2);\n    border: 1px solid var(--rc-border);\n    border-left: 6px solid var(--rc-antique-gold);\n    border-radius: 8px;\n  }\n\n  .rc-performance-section h3 {\n    margin: 0 0 10px;\n    color: var(--rc-heading);\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rc-performance-section p {\n    margin: 0;\n    color: var(--rc-text);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  .rc-trust-section {\n    margin-bottom: 42px;\n    padding: 36px 22px;\n    background: var(--rc-white);\n    border: 1px solid var(--rc-border);\n    border-radius: 10px;\n  }\n\n  .rc-faq-section {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--rc-border);\n  }\n\n  .rc-faq-section \u003e h3 {\n    margin: 0 0 22px;\n    color: var(--rc-heading);\n    font-size: 1.3rem;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .rc-faq-item {\n    background: var(--rc-white);\n    border-bottom: 1px solid var(--rc-border);\n  }\n\n  .rc-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--rc-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .rc-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rc-faq-item summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    margin-left: 20px;\n    color: var(--rc-antique-gold);\n    font-size: 1.35rem;\n  }\n\n  .rc-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .rc-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--rc-text);\n    font-size: 1rem;\n  }\n\n  .rc-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .royal-cashmere-wrapper {\n      padding: 35px;\n    }\n\n    .rc-header {\n      padding: 50px 12px 40px;\n    }\n\n    .rc-main-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .rc-tagline {\n      font-size: 1.3rem;\n    }\n\n    .rc-story h3 {\n      font-size: 1.75rem;\n    }\n\n    .rc-story p {\n      font-size: 1.15rem;\n      line-height: 1.75;\n    }\n\n    .rc-notes-grid,\n    .rc-journey-grid,\n    .rc-accord-grid,\n    .rc-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .rc-character-section {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .rc-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n    }\n\n    .rc-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .rc-journey-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .royal-cashmere-wrapper {\n      padding: 10px;\n    }\n\n    .rc-main-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .rc-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .rc-detail-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"royal-cashmere-wrapper\"\u003e\n\n  \u003cdiv class=\"rc-header\"\u003e\n\n    \u003cdiv class=\"rc-brand-tag\"\u003e\n      Adyan Extrait de Parfum\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"rc-main-title\"\u003e\n      Royal Cashmere\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rc-tagline\"\u003e\n      “Soft florals, creamy cashmere woods, white amber,\n      sandalwood, vanilla and smooth skin-like musk.”\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-story\"\u003e\n\n    \u003ch3\u003e\n      Luxurious Woody Musk with Cashmere-Inspired Elegance\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Discover \u003cstrong\u003eRoyal Cashmere by Adyan\u003c\/strong\u003e, a refined\n      \u003cstrong\u003e60ml Extrait de Parfum\u003c\/strong\u003e created around the\n      smooth, comforting character of cashmere-inspired woods,\n      delicate florals and elegant musk.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Majestic, smooth and enveloping, Royal Cashmere combines\n      creamy woody warmth with soft amber and musk to create a\n      sophisticated unisex fragrance profile.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The scent begins with \u003cstrong\u003esoft florals and powdered musk\u003c\/strong\u003e,\n      introducing a clean, gentle and inviting opening.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      At its heart, \u003cstrong\u003ecashmere wood, iris and white amber\u003c\/strong\u003e\n      create a richer, smoother impression, adding warmth and\n      understated elegance without becoming overly heavy.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The dry-down brings together \u003cstrong\u003esandalwood, vanilla and\n      skin musk\u003c\/strong\u003e, creating a comforting second-skin effect\n      with creamy sweetness and soft musky depth.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed for fragrance lovers who appreciate quiet luxury,\n      Royal Cashmere offers a polished alternative to louder scent\n      profiles, allowing its smooth woods, amber and musk to create\n      an elegant signature.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-notes-section\"\u003e\n\n    \u003ch3 class=\"rc-section-title\"\u003e\n      The Fragrance Architecture\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"rc-notes-grid\"\u003e\n\n\n      \u003cdiv class=\"rc-note-card\"\u003e\n\n        \u003cdiv class=\"rc-note-label\"\u003e\n          Top Notes\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-title\"\u003e\n          Soft Florals \u0026amp; Powdered Musk\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-description\"\u003e\n          A gentle opening of delicate floral character and\n          powdered musk introduces the fragrance with softness,\n          refinement and a smooth musky veil.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-note-card\"\u003e\n\n        \u003cdiv class=\"rc-note-label\"\u003e\n          Heart Notes\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-title\"\u003e\n          Cashmere Wood, Iris \u0026amp; White Amber\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-description\"\u003e\n          Cashmere wood forms the smooth woody centre while iris\n          adds powdery sophistication and white amber provides\n          a warm, polished depth.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-note-card\"\u003e\n\n        \u003cdiv class=\"rc-note-label\"\u003e\n          Base Notes\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-title\"\u003e\n          Sandalwood, Vanilla \u0026amp; Skin Musk\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rc-note-description\"\u003e\n          Creamy sandalwood and vanilla settle into soft skin musk,\n          creating a warm, comforting and intimate final impression.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-character-section\"\u003e\n\n    \u003cdiv class=\"rc-character-card\"\u003e\n\n      \u003ch3\u003e\n        The Cashmere Wood Signature\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Cashmere wood gives Royal Cashmere its distinctive identity,\n        bringing smooth woody warmth to the centre of the fragrance\n        alongside iris and white amber.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rc-character-card\"\u003e\n\n      \u003ch3\u003e\n        The Second-Skin Musk Effect\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Powdered musk in the opening and skin musk in the base create\n        a soft, intimate character that blends naturally with creamy\n        sandalwood and vanilla.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-details-grid\"\u003e\n\n\n    \u003cdiv class=\"rc-details-box\"\u003e\n\n      \u003ch4 class=\"rc-box-title\"\u003e\n        Product Details\n      \u003c\/h4\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Fragrance\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Royal Cashmere\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Brand\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Adyan\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Concentration\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Extrait de Parfum\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Volume\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          60ml\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Suitable For\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Unisex\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Scent Profile\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Woody, Musky, Powdery, Ambery \u0026amp; Creamy\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Top Notes\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Soft Florals, Powdered Musk\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Heart Notes\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Cashmere Wood, Iris, White Amber\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-detail-row\"\u003e\n        \u003cspan class=\"rc-detail-label\"\u003e\n          Base Notes\n        \u003c\/span\u003e\n        \u003cspan class=\"rc-detail-value\"\u003e\n          Sandalwood, Vanilla, Skin Musk\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rc-highlights-box\"\u003e\n\n      \u003ch4 class=\"rc-box-title\"\u003e\n        Why You Will Love It\n      \u003c\/h4\u003e\n\n      \u003cul class=\"rc-highlights-list\"\u003e\n\n        \u003cli\u003e\n          60ml Extrait de Parfum by Adyan\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Smooth woody and musky fragrance profile\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Elegant unisex scent composition\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Soft floral and powdered musk opening\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Distinctive cashmere wood heart\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Powdery iris adds refined character\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          White amber creates smooth warmth\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Creamy sandalwood base\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Vanilla adds gentle sweetness\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Skin musk creates an intimate dry-down\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Designed around understated luxury\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Ideal for lovers of smooth woody musk fragrances\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-journey-section\"\u003e\n\n    \u003ch3 class=\"rc-section-title\"\u003e\n      The Royal Cashmere Journey\n    \u003c\/h3\u003e\n\n    \u003cp class=\"rc-journey-intro\"\u003e\n      A refined fragrance journey from delicate florals and powdered\n      musk into cashmere wood, iris and amber before settling into\n      creamy sandalwood, vanilla and skin musk.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rc-journey-grid\"\u003e\n\n\n      \u003cdiv class=\"rc-journey-card\"\u003e\n\n        \u003cdiv class=\"rc-journey-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Powdered Floral Softness\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Soft florals meet powdered musk to introduce the fragrance\n          with a gentle, smooth and inviting opening.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-journey-card\"\u003e\n\n        \u003cdiv class=\"rc-journey-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Cashmere Amber Warmth\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Cashmere wood, iris and white amber build a rich yet\n          controlled centre with woody warmth and powdery elegance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-journey-card\"\u003e\n\n        \u003cdiv class=\"rc-journey-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Creamy Skin-Musk Finish\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sandalwood and vanilla soften into skin musk, leaving\n          a warm and comforting second-skin impression.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-accord-section\"\u003e\n\n    \u003ch3 class=\"rc-section-title\"\u003e\n      The Signature Royal Cashmere Accords\n    \u003c\/h3\u003e\n\n    \u003cp class=\"rc-accord-intro\"\u003e\n      A sophisticated Extrait de Parfum centred around soft musk,\n      cashmere-inspired woods, white amber and creamy sandalwood.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rc-accord-grid\"\u003e\n\n\n      \u003cdiv class=\"rc-accord-card\"\u003e\n\n        \u003cdiv class=\"rc-accord-icon\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Powdered Musk\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Powdered musk provides the opening with a soft,\n          refined texture and introduces the fragrance's\n          intimate character.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-accord-card\"\u003e\n\n        \u003cdiv class=\"rc-accord-icon\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Cashmere Wood\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Cashmere wood combines with iris and white amber\n          to create a smooth, elegant and warmly woody centre.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-accord-card\"\u003e\n\n        \u003cdiv class=\"rc-accord-icon\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Sandalwood \u0026amp; Vanilla\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sandalwood, vanilla and skin musk form a creamy,\n          warm dry-down with a comfortable second-skin quality.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-statement-section\"\u003e\n\n    \u003ch3\u003e\n      Quiet Luxury in a Smooth Woody Musk\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Royal Cashmere begins with soft florals and powdered musk,\n      moves into cashmere wood, iris and white amber, then settles\n      into sandalwood, vanilla and skin musk. The result is a refined\n      woody-musky composition built around comfort, warmth and\n      understated elegance.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-occasion-section\"\u003e\n\n    \u003ch3\u003e\n      A Refined Unisex Signature Scent\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Royal Cashmere is designed for fragrance lovers who enjoy\n      elegant woody and musky scents without an overly loud character.\n      Its blend of cashmere wood, amber, sandalwood, vanilla and musk\n      makes it suitable for personal signature fragrance styling,\n      everyday sophistication and occasions where a polished scent\n      is preferred.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-performance-section\"\u003e\n\n    \u003ch3\u003e\n      Fragrance Performance\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Royal Cashmere is presented as a 60ml Extrait de Parfum and\n      is described as a long-lasting fragrance with a smooth,\n      controlled projection. Actual longevity and projection can\n      vary depending on skin chemistry, application amount,\n      clothing, temperature and environment.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-trust-section\"\u003e\n\n    \u003ch3 class=\"rc-section-title\"\u003e\n      Why Choose London Musk?\n    \u003c\/h3\u003e\n\n    \u003cp class=\"rc-trust-intro\"\u003e\n      Explore Arabian perfumes, musk fragrances, oud scents,\n      perfume oils and modern fragrance compositions through\n      London Musk.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rc-trust-grid\"\u003e\n\n\n      \u003cdiv class=\"rc-trust-card\"\u003e\n\n        \u003cdiv class=\"rc-trust-icon\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Specialist Fragrance Selection\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Explore a diverse collection of distinctive perfumes,\n          musk scents, oud fragrances and perfume oils.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-trust-card\"\u003e\n\n        \u003cdiv class=\"rc-trust-icon\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Distinctive Scent Profiles\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Discover fragrances ranging from fresh and floral scents\n          to woody, amber, gourmand and musky compositions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-trust-card\"\u003e\n\n        \u003cdiv class=\"rc-trust-icon\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Convenient UK Shopping\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Shop your preferred fragrances through London Musk with\n          convenient UK fragrance shopping options.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rc-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003e\n      Frequently Asked Questions\n    \u003c\/h3\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What does Royal Cashmere by Adyan smell like?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Royal Cashmere has a smooth woody, musky and powdery\n          fragrance profile. It opens with soft florals and\n          powdered musk, develops through cashmere wood, iris\n          and white amber, and finishes with sandalwood,\n          vanilla and skin musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What size is Royal Cashmere?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Royal Cashmere is supplied in a 60ml bottle.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What concentration is Royal Cashmere?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Royal Cashmere is an Extrait de Parfum.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        Is Royal Cashmere suitable for men and women?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Royal Cashmere is presented as a unisex fragrance\n          and combines soft florals, woods, amber, vanilla and musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What are the top notes in Royal Cashmere?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          The top notes are soft florals and powdered musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What are the middle notes in Royal Cashmere?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          The middle notes are cashmere wood, iris and white amber.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        What are the base notes in Royal Cashmere?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          The base notes are sandalwood, vanilla and skin musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        Is Royal Cashmere a musky fragrance?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Musk is an important part of the fragrance,\n          appearing as powdered musk in the opening and\n          skin musk in the base.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        Is Royal Cashmere a woody perfume?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Yes. Cashmere wood forms a central part of the fragrance,\n          while sandalwood adds creamy woody depth to the base.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"rc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n\n      \u003csummary itemprop=\"name\"\u003e\n        Is Royal Cashmere long lasting?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n\n        \u003cp itemprop=\"text\"\u003e\n          Royal Cashmere is presented as a long-lasting Extrait de\n          Parfum. Actual longevity can vary according to skin\n          chemistry, application, clothing, temperature and environment.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"London Musk","offers":[{"title":"Default Title","offer_id":51585620115702,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Royal_Cashmere_60ml_Extrait_de_Parfum_by_Adyan.png?v=1788518506","url":"https:\/\/londonmusk.com\/products\/royal-cashmere-60ml-extrait-de-parfum","provider":"London Musk","version":"1.0","type":"link"}