{"product_id":"opus-valley-inspired-by-creed-original-vetiver-100ml-edp","title":"Asten Opus Valley 100ml Eau de Parfum","description":"\u003cstyle\u003e\n  .opus-valley-wrapper {\n    --ov-white: #ffffff;\n    --ov-soft: #fbfdf9;\n    --ov-pale: #f2f8ee;\n    --ov-border: #d8e3d0;\n\n    --ov-black: #0c100c;\n    --ov-deep-green: #123b24;\n    --ov-green: #1e6b3b;\n    --ov-bright-green: #3f9b57;\n\n    --ov-gold: #c3a45e;\n    --ov-soft-gold: #e4cf91;\n    --ov-dark-gold: #9b7a35;\n\n    --ov-heading: #172019;\n    --ov-text: #475048;\n    --ov-muted: #707971;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px;\n    box-sizing: border-box;\n    background: var(--ov-white);\n    color: var(--ov-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  .opus-valley-wrapper *,\n  .opus-valley-wrapper *::before,\n  .opus-valley-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  .ov-header {\n    margin-bottom: 42px;\n    padding: 34px 12px 30px;\n    text-align: center;\n    border-bottom: 1px solid var(--ov-border);\n  }\n\n  .ov-brand {\n    margin-bottom: 8px;\n    color: var(--ov-dark-gold);\n    font-size: 0.84rem;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n  }\n\n  .ov-title {\n    margin: 0 0 10px;\n    color: var(--ov-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  .ov-tagline {\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ov-muted);\n    font-size: 1.05rem;\n    font-style: italic;\n  }\n\n  .ov-intro {\n    max-width: 950px;\n    margin: 0 auto 42px;\n  }\n\n  .ov-intro h3 {\n    margin: 0 0 18px;\n    color: var(--ov-heading);\n    font-size: 1.4rem;\n    font-weight: 400;\n    letter-spacing: 1.5px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .ov-intro p {\n    margin: 0 0 17px;\n    color: var(--ov-text);\n    font-size: 1.05rem;\n  }\n\n  .ov-section {\n    margin-bottom: 42px;\n    padding: 30px 22px;\n    background: var(--ov-white);\n    border: 1px solid var(--ov-border);\n    border-radius: 10px;\n  }\n\n  .ov-section.soft {\n    background: var(--ov-pale);\n  }\n\n  .ov-section-title {\n    margin: 0 0 25px;\n    color: var(--ov-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  .ov-grid-3 {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .ov-note-card {\n    padding: 22px;\n    background: var(--ov-soft);\n    border: 1px solid var(--ov-border);\n    border-top: 4px solid var(--ov-dark-gold);\n    border-radius: 8px;\n  }\n\n  .ov-note-label {\n    margin-bottom: 7px;\n    color: var(--ov-dark-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ov-note-card h4 {\n    margin: 0 0 7px;\n    color: var(--ov-heading);\n    font-size: 1.05rem;\n  }\n\n  .ov-note-card p {\n    margin: 0;\n    color: var(--ov-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ov-character {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1px;\n    margin-bottom: 42px;\n    overflow: hidden;\n    background: var(--ov-gold);\n    border: 1px solid var(--ov-gold);\n    border-radius: 10px;\n  }\n\n  .ov-character-card {\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      #0c2918 0%,\n      #154b2b 52%,\n      #247343 100%\n    );\n  }\n\n  .ov-character-card h3 {\n    margin: 0 0 10px;\n    color: var(--ov-soft-gold);\n    font-size: 1.05rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ov-character-card p {\n    margin: 0;\n    color: #f5fff7;\n    line-height: 1.7;\n  }\n\n  .ov-details-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 30px;\n    margin-bottom: 42px;\n  }\n\n  .ov-box {\n    padding: 22px;\n    background: var(--ov-white);\n    border: 1px solid var(--ov-border);\n    border-radius: 8px;\n  }\n\n  .ov-box-title {\n    margin: 0 0 15px;\n    padding-bottom: 9px;\n    color: var(--ov-heading);\n    font-size: 0.9rem;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--ov-border);\n  }\n\n  .ov-detail-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0;\n    border-bottom: 1px solid var(--ov-border);\n  }\n\n  .ov-detail-row:last-child {\n    border-bottom: none;\n  }\n\n  .ov-detail-label {\n    color: var(--ov-muted);\n    font-weight: 600;\n  }\n\n  .ov-detail-value {\n    color: var(--ov-heading);\n    text-align: right;\n  }\n\n  .ov-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ov-list li {\n    position: relative;\n    padding: 11px 0 11px 28px;\n    color: var(--ov-text);\n    border-bottom: 1px solid var(--ov-border);\n  }\n\n  .ov-list li:last-child {\n    border-bottom: none;\n  }\n\n  .ov-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 2px;\n    color: var(--ov-dark-gold);\n    font-weight: 700;\n  }\n\n  .ov-section-intro {\n    max-width: 850px;\n    margin: -10px auto 25px;\n    color: var(--ov-muted);\n    text-align: center;\n  }\n\n  .ov-journey-card {\n    position: relative;\n    padding: 22px 20px 22px 80px;\n    background: var(--ov-pale);\n    border: 1px solid var(--ov-border);\n    border-radius: 8px;\n  }\n\n  .ov-number,\n  .ov-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    background: var(--ov-deep-green);\n    color: var(--ov-soft-gold);\n    border-radius: 50%;\n    font-weight: 700;\n  }\n\n  .ov-number {\n    position: absolute;\n    top: 21px;\n    left: 20px;\n  }\n\n  .ov-journey-card h4,\n  .ov-accord-card h4,\n  .ov-trust-card h4 {\n    margin: 0 0 6px;\n    color: var(--ov-heading);\n  }\n\n  .ov-journey-card p,\n  .ov-accord-card p,\n  .ov-trust-card p {\n    margin: 0;\n    color: var(--ov-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  .ov-accord-card,\n  .ov-trust-card {\n    padding: 22px;\n    background: var(--ov-white);\n    border: 1px solid var(--ov-border);\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .ov-icon {\n    margin: 0 auto 12px;\n  }\n\n  .ov-statement {\n    margin-bottom: 42px;\n    padding: 40px 24px;\n    background: linear-gradient(\n      90deg,\n      #0b2917 0%,\n      #15502d 52%,\n      #287444 100%\n    );\n    text-align: center;\n    border-radius: 10px;\n  }\n\n  .ov-statement h3 {\n    margin: 0 0 12px;\n    color: var(--ov-soft-gold);\n    font-size: 1.25rem;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ov-statement p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: #f6fff7;\n    font-size: 1.05rem;\n    line-height: 1.75;\n  }\n\n  .ov-performance {\n    margin-bottom: 42px;\n    padding: 30px 24px;\n    background: var(--ov-soft);\n    border: 1px solid var(--ov-border);\n    border-left: 6px solid var(--ov-dark-gold);\n    border-radius: 8px;\n  }\n\n  .ov-performance h3 {\n    margin: 0 0 10px;\n    font-size: 1rem;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .ov-performance p {\n    margin: 0;\n    color: var(--ov-text);\n  }\n\n  .ov-notice {\n    margin-bottom: 42px;\n    padding: 22px;\n    background: var(--ov-pale);\n    border: 1px solid var(--ov-border);\n    border-radius: 8px;\n    color: var(--ov-muted);\n    font-size: 0.92rem;\n    line-height: 1.65;\n  }\n\n  .ov-faq {\n    margin-top: 30px;\n    padding-top: 28px;\n    border-top: 1px solid var(--ov-border);\n  }\n\n  .ov-faq \u003e h3 {\n    margin: 0 0 22px;\n    text-align: center;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .ov-faq-item {\n    border-bottom: 1px solid var(--ov-border);\n  }\n\n  .ov-faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 17px 5px;\n    color: var(--ov-heading);\n    font-size: 1.05rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ov-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ov-faq-item summary::after {\n    content: \"+\";\n    margin-left: 20px;\n    color: var(--ov-dark-gold);\n    font-size: 1.35rem;\n  }\n\n  .ov-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .ov-faq-answer {\n    padding: 3px 5px 20px;\n    color: var(--ov-text);\n  }\n\n  .ov-faq-answer p {\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .opus-valley-wrapper {\n      padding: 35px;\n    }\n\n    .ov-header {\n      padding: 50px 12px 40px;\n    }\n\n    .ov-title {\n      font-size: 4rem;\n      letter-spacing: 4px;\n    }\n\n    .ov-tagline {\n      font-size: 1.3rem;\n    }\n\n    .ov-intro h3 {\n      font-size: 1.75rem;\n    }\n\n    .ov-intro p {\n      font-size: 1.15rem;\n      line-height: 1.75;\n    }\n\n    .ov-grid-3 {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .ov-character {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .ov-details-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n    }\n\n    .ov-journey-card {\n      padding: 78px 22px 25px;\n      text-align: center;\n    }\n\n    .ov-number {\n      top: 24px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .ov-section-title,\n    .ov-faq \u003e h3 {\n      font-size: 1.65rem;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .opus-valley-wrapper {\n      padding: 10px;\n    }\n\n    .ov-title {\n      font-size: 1.65rem;\n      letter-spacing: 1.4px;\n    }\n\n    .ov-detail-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .ov-detail-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"opus-valley-wrapper\"\u003e\n\n  \u003cdiv class=\"ov-header\"\u003e\n\n    \u003cdiv class=\"ov-brand\"\u003e\n      Asten Eau de Parfum\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ov-title\"\u003e\n      Opus Valley\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ov-tagline\"\u003e\n      “Sparkling citrus, aromatic green vetiver,\n      refined spice and sophisticated woods.”\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-intro\"\u003e\n\n    \u003ch3\u003e\n      Fresh Green Vetiver with Refined Woody Depth\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Discover \u003cstrong\u003eAsten Opus Valley 100ml Eau de Parfum\u003c\/strong\u003e,\n      a fresh and sophisticated fragrance centred around crisp citrus,\n      green vetiver, aromatic spice and a smooth woody foundation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Presented as an \u003cstrong\u003eOriginal Vétiver-inspired fragrance\u003c\/strong\u003e,\n      Opus Valley begins with an energetic combination of\n      \u003cstrong\u003ebergamot, bitter orange, mandarin orange and Italian\n      lemon\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Spicy \u003cstrong\u003eginger\u003c\/strong\u003e adds extra brightness while\n      fresh green notes and vetiver leaves introduce the earthy,\n      outdoors-inspired character that defines the fragrance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The heart develops with \u003cstrong\u003ewhite and pink pepper,\n      coriander and juniper berries\u003c\/strong\u003e, producing an aromatic\n      and gently spicy centre.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Haitian vetiver, cypress and Blue Florentine iris bring\n      earthy green depth and a refined aromatic quality to the\n      middle of the composition.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      As the fragrance settles, Mysore sandalwood, cedarwood and\n      guaiac wood create a rich woody foundation, supported by\n      vetiver, ambergris and clean white musk.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-section\"\u003e\n\n    \u003ch3 class=\"ov-section-title\"\u003e\n      The Fragrance Architecture\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"ov-grid-3\"\u003e\n\n\n      \u003cdiv class=\"ov-note-card\"\u003e\n\n        \u003cdiv class=\"ov-note-label\"\u003e\n          Top Notes\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Bergamot, Bitter Orange, Mandarin, Italian Lemon,\n          Ginger \u0026amp; Green Vetiver Leaves\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sparkling citrus combines with spicy ginger and fresh\n          green notes for a bright, crisp and invigorating opening.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-note-card\"\u003e\n\n        \u003cdiv class=\"ov-note-label\"\u003e\n          Heart Notes\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          White \u0026amp; Pink Pepper, Coriander, Juniper,\n          Haitian Vetiver, Cypress \u0026amp; Florentine Iris\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Aromatic spices and juniper meet earthy vetiver,\n          cypress and refined iris for a fresh yet structured heart.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-note-card\"\u003e\n\n        \u003cdiv class=\"ov-note-label\"\u003e\n          Base Notes\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Mysore Sandalwood, Cedarwood, Guaiac Wood,\n          Vetiver, Ambergris \u0026amp; White Musk\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sandalwood, cedar and guaiac wood create a sophisticated\n          base supported by earthy vetiver, ambergris and clean musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-character\"\u003e\n\n    \u003cdiv class=\"ov-character-card\"\u003e\n\n      \u003ch3\u003e\n        The Green Vetiver Signature\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Vetiver appears throughout the composition, from fresh\n        green vetiver leaves in the opening to Haitian vetiver\n        through the heart and additional vetiver in the woody base.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ov-character-card\"\u003e\n\n      \u003ch3\u003e\n        The Citrus-to-Wood Transition\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Bright citrus and ginger gradually give way to aromatic\n        spices, cypress and iris before settling into sandalwood,\n        cedarwood, guaiac wood and clean musk.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-details-grid\"\u003e\n\n\n    \u003cdiv class=\"ov-box\"\u003e\n\n      \u003ch4 class=\"ov-box-title\"\u003e\n        Product Details\n      \u003c\/h4\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eFragrance\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003eOpus Valley\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eBrand\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003eAsten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eConcentration\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003eEau de Parfum\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eVolume\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e100ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eAudience\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003eUnisex \/ Masculine-Leaning\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eScent Profile\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e\n          Citrus, Green, Vetiver, Spicy \u0026amp; Woody\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eOpening\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e\n          Citrus, Ginger, Green Notes\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eHeart\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e\n          Pepper, Juniper, Vetiver, Cypress, Iris\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eBase\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e\n          Sandalwood, Cedar, Guaiac Wood, Ambergris, Musk\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-detail-row\"\u003e\n        \u003cspan class=\"ov-detail-label\"\u003eScent Inspiration\u003c\/span\u003e\n        \u003cspan class=\"ov-detail-value\"\u003e\n          Original Vétiver-Inspired\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ov-box\"\u003e\n\n      \u003ch4 class=\"ov-box-title\"\u003e\n        Why You Will Love It\n      \u003c\/h4\u003e\n\n      \u003cul class=\"ov-list\"\u003e\n\n        \u003cli\u003e100ml Eau de Parfum by Asten\u003c\/li\u003e\n\n        \u003cli\u003eFresh green vetiver fragrance profile\u003c\/li\u003e\n\n        \u003cli\u003eBright bergamot and Italian lemon opening\u003c\/li\u003e\n\n        \u003cli\u003eBitter orange and mandarin citrus character\u003c\/li\u003e\n\n        \u003cli\u003eFresh ginger adds aromatic spice\u003c\/li\u003e\n\n        \u003cli\u003eGreen notes and vetiver leaves\u003c\/li\u003e\n\n        \u003cli\u003eWhite and pink pepper heart\u003c\/li\u003e\n\n        \u003cli\u003eCoriander and juniper berry aromatics\u003c\/li\u003e\n\n        \u003cli\u003eHaitian vetiver and cypress depth\u003c\/li\u003e\n\n        \u003cli\u003eFlorentine iris refinement\u003c\/li\u003e\n\n        \u003cli\u003eRich sandalwood and cedarwood base\u003c\/li\u003e\n\n        \u003cli\u003eAmbergris and white musk finish\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-section\"\u003e\n\n    \u003ch3 class=\"ov-section-title\"\u003e\n      The Opus Valley Scent Journey\n    \u003c\/h3\u003e\n\n    \u003cp class=\"ov-section-intro\"\u003e\n      A sophisticated progression from sparkling citrus and ginger\n      into green vetiver and aromatic spices before settling\n      into elegant woods, ambergris and musk.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ov-grid-3\"\u003e\n\n\n      \u003cdiv class=\"ov-journey-card\"\u003e\n\n        \u003cdiv class=\"ov-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Citrus Green Opening\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Bergamot, orange, mandarin and lemon combine with\n          ginger and green vetiver leaves for a crisp introduction.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-journey-card\"\u003e\n\n        \u003cdiv class=\"ov-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Aromatic Vetiver Heart\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Pepper, coriander and juniper meet Haitian vetiver,\n          cypress and iris for an earthy, aromatic centre.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-journey-card\"\u003e\n\n        \u003cdiv class=\"ov-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Sophisticated Woody Finish\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sandalwood, cedarwood and guaiac wood settle into\n          vetiver, ambergris and white musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-section soft\"\u003e\n\n    \u003ch3 class=\"ov-section-title\"\u003e\n      The Signature Opus Valley Accords\n    \u003c\/h3\u003e\n\n    \u003cp class=\"ov-section-intro\"\u003e\n      A clean and sophisticated Eau de Parfum shaped around\n      fresh citrus, green vetiver, aromatic spice and refined woods.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ov-grid-3\"\u003e\n\n\n      \u003cdiv class=\"ov-accord-card\"\u003e\n\n        \u003cdiv class=\"ov-icon\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Citrus \u0026amp; Ginger\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Bergamot, bitter orange, mandarin and lemon combine\n          with ginger for an energetic opening.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-accord-card\"\u003e\n\n        \u003cdiv class=\"ov-icon\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Green Vetiver\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Vetiver leaves, Haitian vetiver and cypress define\n          the fragrance's fresh, earthy green identity.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-accord-card\"\u003e\n\n        \u003cdiv class=\"ov-icon\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Refined Woods\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sandalwood, cedarwood and guaiac wood give the base\n          structure, supported by ambergris and white musk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-statement\"\u003e\n\n    \u003ch3\u003e\n      Emerald Freshness with Timeless Vetiver Depth\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Opus Valley by Asten moves from sparkling citrus, ginger\n      and fresh green notes into aromatic spices, Haitian vetiver,\n      cypress and iris before settling into sandalwood, cedar,\n      guaiac wood, ambergris and white musk.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-performance\"\u003e\n\n    \u003ch3\u003e\n      Fragrance Performance\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Opus Valley is presented as a 100ml Eau de Parfum.\n      Actual longevity, projection and scent development may vary\n      according to skin chemistry, application amount, clothing,\n      temperature and environment.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-notice\"\u003e\n\n    \u003cstrong\u003eFragrance inspiration notice:\u003c\/strong\u003e\n    Opus Valley by Asten is presented as a fragrance inspired by\n    the scent style associated with Creed Original Vétiver.\n    Creed and Original Vétiver are trademarks of their respective\n    owner. Opus Valley is not presented as an official Creed fragrance.\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-section\"\u003e\n\n    \u003ch3 class=\"ov-section-title\"\u003e\n      Why Choose London Musk?\n    \u003c\/h3\u003e\n\n    \u003cp class=\"ov-section-intro\"\u003e\n      Explore Arabian perfumes, designer-inspired fragrances,\n      musk scents, oud compositions and modern Eau de Parfum\n      selections through London Musk.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ov-grid-3\"\u003e\n\n\n      \u003cdiv class=\"ov-trust-card\"\u003e\n\n        \u003cdiv class=\"ov-icon\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Diverse Fragrance Selection\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Discover fresh, citrus, green, woody, musky,\n          amber and oud fragrance profiles.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-trust-card\"\u003e\n\n        \u003cdiv class=\"ov-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          Explore fragrances created around different\n          scent families, inspirations and perfume styles.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ov-trust-card\"\u003e\n\n        \u003cdiv class=\"ov-icon\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          UK Fragrance Shopping\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Browse the London Musk fragrance collection\n          and discover scents suited to different preferences.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ov-faq\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n\n    \u003ch3\u003e\n      Frequently Asked Questions\n    \u003c\/h3\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        What does Opus Valley by Asten smell like?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley has a fresh citrus, green, spicy and woody\n          fragrance profile centred around vetiver. It opens with\n          citrus and ginger, develops through aromatic spices,\n          vetiver, cypress and iris, and settles into woods,\n          ambergris and white musk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        What size is Opus Valley?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley by Asten is supplied in a 100ml bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        What concentration is Opus Valley?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley is an Eau de Parfum.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        Is Opus Valley a unisex fragrance?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley is marketed as a unisex fragrance with\n          a masculine-leaning fresh vetiver profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        Is vetiver a main note in Opus Valley?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Vetiver is a central part of the fragrance,\n          appearing through its green opening, heart and base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        Is Opus Valley inspired by Creed Original Vétiver?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley is marketed as a fragrance inspired by the\n          scent style associated with Creed Original Vétiver.\n          It is not an official Creed fragrance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"ov-faq-item\"\u003e\n\n      \u003csummary\u003e\n        How long does Opus Valley last?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"ov-faq-answer\"\u003e\n        \u003cp\u003e\n          Opus Valley is an Eau de Parfum. Actual longevity and\n          projection vary according to skin chemistry, application,\n          clothing, temperature and environment.\n        \u003c\/p\u003e\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":51585706033398,"sku":null,"price":20.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/5949\/1318\/files\/Asten_Opus_Valley_100ml_Eau_de_Parfum.png?v=1788521644","url":"https:\/\/londonmusk.com\/products\/opus-valley-inspired-by-creed-original-vetiver-100ml-edp","provider":"London Musk","version":"1.0","type":"link"}