{"product_id":"dark-aura-5-signature-luxury-fragrance-profiles","title":"Dark Aura — 5 Signature Luxury Fragrance Profiles","description":"\u003cstyle\u003e\n  .da-product-description {\n    --da-black: #171717;\n    --da-gold: #C8A45D;\n    --da-cream: #F5F1E8;\n    --da-taupe: #B8AD9C;\n    --da-white: #FFFFFF;\n\n    background: var(--da-black);\n    color: var(--da-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .da-product-description * {\n    box-sizing: border-box;\n  }\n\n  .da-product-description::before,\n  .da-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .da-product-description::before {\n    width: 330px;\n    height: 330px;\n    top: -180px;\n    right: -130px;\n    background: rgba(200,164,93,0.07);\n  }\n\n  .da-product-description::after {\n    width: 250px;\n    height: 250px;\n    bottom: -150px;\n    left: -100px;\n    background: rgba(200,164,93,0.045);\n  }\n\n  \/* INTRO *\/\n\n  .da-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: daFadeUp .8s ease both;\n  }\n\n  .da-eyebrow {\n    color: var(--da-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .da-intro h2 {\n    color: var(--da-white);\n    margin: 0 0 18px;\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.08;\n    font-weight: 700;\n  }\n\n  .da-intro h2 span {\n    color: var(--da-gold);\n  }\n\n  .da-intro p {\n    color: var(--da-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .da-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--da-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .da-highlights {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 55px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .da-highlight {\n    padding: 26px 21px;\n    text-align: center;\n    border-radius: 15px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: rgba(255,255,255,.035);\n    transition: all .4s ease;\n    animation: daFadeUp .8s ease both;\n  }\n\n  .da-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .da-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .da-highlight:hover {\n    transform: translateY(-8px);\n    border-color: rgba(200,164,93,.6);\n    background: rgba(200,164,93,.065);\n    box-shadow: 0 15px 35px rgba(0,0,0,.28);\n  }\n\n  .da-icon {\n    width: 45px;\n    height: 45px;\n    margin: 0 auto 14px;\n    border: 1px solid rgba(200,164,93,.45);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--da-gold);\n    font-size: 18px;\n  }\n\n  .da-highlight h4 {\n    color: var(--da-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .da-highlight p {\n    color: var(--da-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLES *\/\n\n  .da-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .da-section-title small {\n    color: var(--da-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .da-section-title h3 {\n    color: var(--da-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* FRAGRANCE COLLECTION *\/\n\n  .da-fragrances {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 58px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 17px;\n  }\n\n  .da-fragrance-card {\n    position: relative;\n    overflow: hidden;\n    padding: 28px 25px;\n    border-radius: 16px;\n    border: 1px solid rgba(200,164,93,.18);\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.055),\n        rgba(255,255,255,.012)\n      );\n    transition: all .4s ease;\n    animation: daFadeUp .8s ease both;\n  }\n\n  .da-fragrance-card:nth-child(2) {\n    animation-delay: .1s;\n  }\n\n  .da-fragrance-card:nth-child(3) {\n    animation-delay: .2s;\n  }\n\n  .da-fragrance-card:nth-child(4) {\n    animation-delay: .3s;\n  }\n\n  .da-fragrance-card:nth-child(5) {\n    animation-delay: .4s;\n    grid-column: 1 \/ -1;\n  }\n\n  .da-fragrance-card::after {\n    content: \"\";\n    position: absolute;\n    width: 150px;\n    height: 150px;\n    right: -75px;\n    bottom: -75px;\n    border-radius: 50%;\n    background: rgba(200,164,93,.055);\n    transition: transform .5s ease;\n  }\n\n  .da-fragrance-card:hover {\n    transform: translateY(-7px);\n    border-color: rgba(200,164,93,.6);\n    box-shadow: 0 14px 35px rgba(0,0,0,.25);\n  }\n\n  .da-fragrance-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .da-number {\n    color: var(--da-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 11px;\n  }\n\n  .da-fragrance-card h4 {\n    color: var(--da-white);\n    font-size: 20px;\n    margin: 0 0 12px;\n  }\n\n  .da-fragrance-card p {\n    color: var(--da-taupe);\n    font-size: 13px;\n    line-height: 1.8;\n    margin: 0 0 19px;\n  }\n\n  .da-notes {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .da-notes span {\n    color: var(--da-cream);\n    font-size: 10.5px;\n    padding: 6px 10px;\n    border: 1px solid rgba(200,164,93,.28);\n    border-radius: 50px;\n    transition: all .25s ease;\n  }\n\n  .da-notes span:hover {\n    background: var(--da-gold);\n    color: var(--da-black);\n    border-color: var(--da-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* STORY *\/\n\n  .da-story {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0 auto 55px;\n    text-align: center;\n    padding: 42px 30px;\n    border-top: 1px solid rgba(200,164,93,.22);\n    border-bottom: 1px solid rgba(200,164,93,.22);\n  }\n\n  .da-story h3 {\n    color: var(--da-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .da-story h3 span {\n    color: var(--da-gold);\n  }\n\n  .da-story p {\n    color: var(--da-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  \/* EXPERIENCE *\/\n\n  .da-experience {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .da-experience-card {\n    padding: 27px 23px;\n    border-radius: 15px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: rgba(255,255,255,.03);\n    transition: all .35s ease;\n  }\n\n  .da-experience-card:hover {\n    border-color: rgba(200,164,93,.55);\n    transform: translateY(-6px);\n  }\n\n  .da-experience-card h4 {\n    color: var(--da-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n    margin: 0 0 11px;\n  }\n\n  .da-experience-card p {\n    color: var(--da-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATIONS *\/\n\n  @keyframes daFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 760px) {\n\n    .da-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .da-highlights,\n    .da-experience {\n      grid-template-columns: 1fr;\n    }\n\n    .da-fragrances {\n      grid-template-columns: 1fr;\n    }\n\n    .da-fragrance-card:nth-child(5) {\n      grid-column: auto;\n    }\n\n    .da-intro p {\n      font-size: 13.5px;\n    }\n\n    .da-story {\n      padding: 34px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"da-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"da-intro\"\u003e\n\n    \u003cdiv class=\"da-eyebrow\"\u003e\n      Enter The World Of Dark Luxury\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Discover \u003cspan\u003eDark Aura\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Dark Aura is a collection created for those who prefer their fragrance\n      with depth, character and an unmistakable sense of sophistication.\n      From rare oud and warm amber to dark leather, saffron, vanilla and\n      earthy patchouli, every profile creates its own distinctive mood.\n      Rich, refined and unapologetically bold — Dark Aura is designed to\n      leave an impression long after you have left the room.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"da-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"da-highlights\"\u003e\n\n    \u003cdiv class=\"da-highlight\"\u003e\n\n      \u003cdiv class=\"da-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eFive Distinct Profiles\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Explore five carefully composed fragrance directions, each offering\n        a different interpretation of modern luxury.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"da-highlight\"\u003e\n\n      \u003cdiv class=\"da-icon\"\u003e◈\u003c\/div\u003e\n\n      \u003ch4\u003eDeep \u0026amp; Sophisticated\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Rich woods, leather, amber, spice and earthy accords create\n        fragrances with depth and presence.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"da-highlight\"\u003e\n\n      \u003cdiv class=\"da-icon\"\u003e∞\u003c\/div\u003e\n\n      \u003ch4\u003eMade To Be Remembered\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Distinctive combinations create a memorable scent trail designed\n        to complement your presence.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FRAGRANCE COLLECTION --\u003e\n\n  \u003cdiv class=\"da-section-title\"\u003e\n\n    \u003csmall\u003eThe Dark Aura Collection\u003c\/small\u003e\n\n    \u003ch3\u003eFive Moods. Five Signatures.\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"da-fragrances\"\u003e\n\n\n    \u003c!-- OUD WOOD --\u003e\n\n    \u003cdiv class=\"da-fragrance-card\"\u003e\n\n      \u003cdiv class=\"da-number\"\u003e\n        01 \/ WOODY \u0026amp; SPICED\n      \u003c\/div\u003e\n\n      \u003ch4\u003eOud Wood\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A sophisticated woody composition built around the rare depth of oud.\n        Cardamom and pink pepper introduce an elegant touch of spice, while\n        sandalwood and vetiver create a smooth earthy foundation. Tonka bean\n        and amber add warmth and richness to the final impression.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-notes\"\u003e\n        \u003cspan\u003eRare Oud\u003c\/span\u003e\n        \u003cspan\u003eCardamom\u003c\/span\u003e\n        \u003cspan\u003ePink Pepper\u003c\/span\u003e\n        \u003cspan\u003eSandalwood\u003c\/span\u003e\n        \u003cspan\u003eVetiver\u003c\/span\u003e\n        \u003cspan\u003eTonka Bean\u003c\/span\u003e\n        \u003cspan\u003eAmber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- OMBRE LEATHER --\u003e\n\n    \u003cdiv class=\"da-fragrance-card\"\u003e\n\n      \u003cdiv class=\"da-number\"\u003e\n        02 \/ LEATHER \u0026amp; AMBER\n      \u003c\/div\u003e\n\n      \u003ch4\u003eOmbré Leather\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Dark and captivating, this profile opens with a distinctive black\n        leather accord paired with aromatic cardamom. Jasmine sambac brings\n        an unexpected floral refinement, while patchouli and white moss add\n        earthy depth before settling into a warm amber finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-notes\"\u003e\n        \u003cspan\u003eBlack Leather\u003c\/span\u003e\n        \u003cspan\u003eCardamom\u003c\/span\u003e\n        \u003cspan\u003eJasmine Sambac\u003c\/span\u003e\n        \u003cspan\u003ePatchouli\u003c\/span\u003e\n        \u003cspan\u003eWhite Moss\u003c\/span\u003e\n        \u003cspan\u003eAmber\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- NOIR DE NOIR --\u003e\n\n    \u003cdiv class=\"da-fragrance-card\"\u003e\n\n      \u003cdiv class=\"da-number\"\u003e\n        03 \/ DARK \u0026amp; SENSUAL\n      \u003c\/div\u003e\n\n      \u003ch4\u003eNoir de Noir\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A darker, more sensual interpretation built around the contrast of\n        luxurious saffron and black truffle. Rich vanilla softens the\n        composition, while patchouli adds earthy depth and crocus flower\n        brings a refined floral character to the blend.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-notes\"\u003e\n        \u003cspan\u003eSaffron\u003c\/span\u003e\n        \u003cspan\u003eBlack Truffle\u003c\/span\u003e\n        \u003cspan\u003eVanilla\u003c\/span\u003e\n        \u003cspan\u003ePatchouli\u003c\/span\u003e\n        \u003cspan\u003eCrocus Flower\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FABULOUS --\u003e\n\n    \u003cdiv class=\"da-fragrance-card\"\u003e\n\n      \u003cdiv class=\"da-number\"\u003e\n        04 \/ WARM \u0026amp; BOLD\n      \u003c\/div\u003e\n\n      \u003ch4\u003eF***ing Fabulous\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Bold yet smooth, this profile combines bitter almond oil with creamy\n        tonka resinoid and an elegant orris accord. Cashmeran adds a soft,\n        textured warmth, while leather accord and clary sage oil bring\n        aromatic character and a confident finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-notes\"\u003e\n        \u003cspan\u003eBitter Almond\u003c\/span\u003e\n        \u003cspan\u003eTonka Resinoid\u003c\/span\u003e\n        \u003cspan\u003eOrris Accord\u003c\/span\u003e\n        \u003cspan\u003eCashmeran\u003c\/span\u003e\n        \u003cspan\u003eLeather\u003c\/span\u003e\n        \u003cspan\u003eClary Sage\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BLACK ORCHID --\u003e\n\n    \u003cdiv class=\"da-fragrance-card\"\u003e\n\n      \u003cdiv class=\"da-number\"\u003e\n        05 \/ ORCHID \u0026amp; DARK WOODS\n      \u003c\/div\u003e\n\n      \u003ch4\u003eBlack Orchid Reserve\u003c\/h4\u003e\n\n      \u003cp\u003e\n        An intensely luxurious profile where black orchid accord meets\n        earthy patchouli and a mysterious ghost orchid accord. Roasted tonka\n        and black truffle add depth and warmth, while ylang ylang extra\n        introduces a sophisticated floral dimension to the composition.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-notes\"\u003e\n        \u003cspan\u003eBlack Orchid\u003c\/span\u003e\n        \u003cspan\u003ePatchouli\u003c\/span\u003e\n        \u003cspan\u003eGhost Orchid\u003c\/span\u003e\n        \u003cspan\u003eRoasted Tonka\u003c\/span\u003e\n        \u003cspan\u003eBlack Truffle\u003c\/span\u003e\n        \u003cspan\u003eYlang Ylang\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- STORY --\u003e\n\n  \u003cdiv class=\"da-story\"\u003e\n\n    \u003ch3\u003e\n      Not Just A Fragrance. \u003cspan\u003eAn Aura.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Dark Aura is made for different sides of your personality. Choose the\n      mysterious depth of oud, the confident edge of leather, the sensual\n      richness of saffron and vanilla, the warm character of almond and tonka,\n      or the dark floral complexity of orchid and truffle. Each profile has\n      its own identity, allowing you to match your fragrance with your mood,\n      your style and the moment.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EXPERIENCE --\u003e\n\n  \u003cdiv class=\"da-section-title\"\u003e\n\n    \u003csmall\u003eChoose Your Signature\u003c\/small\u003e\n\n    \u003ch3\u003eFind The Mood That Fits You\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"da-experience\"\u003e\n\n    \u003cdiv class=\"da-experience-card\"\u003e\n\n      \u003ch4\u003eFor The Bold\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Choose the rich leather, oud and spice profiles when you want a\n        stronger, more confident presence.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"da-experience-card\"\u003e\n\n      \u003ch4\u003eFor The Mysterious\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Dark truffle, saffron, patchouli and orchid create a deeper,\n        more intriguing fragrance experience.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"da-experience-card\"\u003e\n\n      \u003ch4\u003eFor The Refined\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Warm woods, amber, tonka and elegant floral accords create a polished\n        scent profile for sophisticated occasions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Happy Mind Perfumes","offers":[{"title":"Default Title","offer_id":53420882985249,"sku":null,"price":2150.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3992\/6817\/files\/WhatsAppImage2026-08-31at23.42.27.jpg?v=1788265171","url":"https:\/\/happymindperfumes.store\/products\/dark-aura-5-signature-luxury-fragrance-profiles","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}