{"product_id":"sweet-aura-sparkling-citrus-vanilla-fragrance","title":"Sweet Aura — Sparkling Citrus \u0026 Vanilla Fragrance","description":"\u003cstyle\u003e\n  .sa-product-description {\n    --sa-black: #171717;\n    --sa-gold: #C8A45D;\n    --sa-cream: #F5F1E8;\n    --sa-taupe: #B8AD9C;\n    --sa-white: #FFFFFF;\n\n    background: var(--sa-black);\n    color: var(--sa-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .sa-product-description * {\n    box-sizing: border-box;\n  }\n\n  .sa-product-description::before,\n  .sa-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .sa-product-description::before {\n    width: 350px;\n    height: 350px;\n    top: -190px;\n    right: -140px;\n    background: rgba(200,164,93,.075);\n  }\n\n  .sa-product-description::after {\n    width: 270px;\n    height: 270px;\n    bottom: -170px;\n    left: -120px;\n    background: rgba(200,164,93,.045);\n  }\n\n  \/* INTRO *\/\n\n  .sa-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 830px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: saFadeUp .8s ease both;\n  }\n\n  .sa-eyebrow {\n    color: var(--sa-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .sa-intro h2 {\n    color: var(--sa-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  .sa-intro h2 span {\n    color: var(--sa-gold);\n  }\n\n  .sa-intro p {\n    color: var(--sa-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .sa-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--sa-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .sa-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  .sa-highlight {\n    padding: 27px 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: saFadeUp .8s ease both;\n  }\n\n  .sa-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .sa-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .sa-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  .sa-icon {\n    width: 46px;\n    height: 46px;\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(--sa-gold);\n    font-size: 18px;\n  }\n\n  .sa-highlight h4 {\n    color: var(--sa-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .sa-highlight p {\n    color: var(--sa-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .sa-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .sa-section-title small {\n    color: var(--sa-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .sa-section-title h3 {\n    color: var(--sa-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* NOTES *\/\n\n  .sa-notes {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 58px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .sa-note-card {\n    position: relative;\n    overflow: hidden;\n    padding: 30px 24px;\n    border-radius: 16px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: linear-gradient(\n      145deg,\n      rgba(255,255,255,.055),\n      rgba(255,255,255,.012)\n    );\n    transition: all .4s ease;\n    animation: saFadeUp .8s ease both;\n  }\n\n  .sa-note-card:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .sa-note-card:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .sa-note-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  .sa-note-card:hover {\n    transform: translateY(-8px);\n    border-color: rgba(200,164,93,.6);\n    box-shadow: 0 15px 35px rgba(0,0,0,.25);\n  }\n\n  .sa-note-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .sa-number {\n    color: var(--sa-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .sa-note-card h4 {\n    color: var(--sa-white);\n    font-size: 20px;\n    margin: 0 0 13px;\n  }\n\n  .sa-note-card p {\n    color: var(--sa-taupe);\n    font-size: 13px;\n    line-height: 1.85;\n    margin: 0 0 20px;\n  }\n\n  .sa-note-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .sa-note-list span {\n    color: var(--sa-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  .sa-note-list span:hover {\n    background: var(--sa-gold);\n    color: var(--sa-black);\n    border-color: var(--sa-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* EXPERIENCE STORY *\/\n\n  .sa-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  .sa-story h3 {\n    color: var(--sa-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .sa-story h3 span {\n    color: var(--sa-gold);\n  }\n\n  .sa-story p {\n    color: var(--sa-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  \/* PERFORMANCE *\/\n\n  .sa-performance {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 20px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 17px;\n  }\n\n  .sa-performance-card {\n    padding: 28px 25px;\n    border-radius: 16px;\n    border: 1px solid rgba(200,164,93,.18);\n    background: rgba(255,255,255,.03);\n    transition: all .35s ease;\n  }\n\n  .sa-performance-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200,164,93,.55);\n  }\n\n  .sa-performance-top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 13px;\n  }\n\n  .sa-performance-card h4 {\n    color: var(--sa-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin: 0;\n  }\n\n  .sa-badge {\n    color: var(--sa-black);\n    background: var(--sa-gold);\n    padding: 5px 9px;\n    border-radius: 50px;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .5px;\n    white-space: nowrap;\n  }\n\n  .sa-performance-card p {\n    color: var(--sa-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  .sa-bar {\n    height: 5px;\n    background: rgba(255,255,255,.08);\n    border-radius: 10px;\n    overflow: hidden;\n    margin-top: 18px;\n  }\n\n  .sa-bar span {\n    display: block;\n    height: 100%;\n    width: 96%;\n    background: var(--sa-gold);\n    border-radius: 10px;\n    animation: saBar 1.5s ease both;\n  }\n\n  \/* FINAL *\/\n\n  .sa-final {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 48px auto 0;\n    text-align: center;\n  }\n\n  .sa-final h3 {\n    color: var(--sa-white);\n    margin: 0 0 12px;\n    font-size: 25px;\n  }\n\n  .sa-final p {\n    color: var(--sa-taupe);\n    font-size: 13px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATIONS *\/\n\n  @keyframes saFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes saBar {\n    from {\n      width: 0;\n    }\n    to {\n      width: 96%;\n    }\n  }\n\n  @media (max-width: 760px) {\n\n    .sa-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .sa-highlights,\n    .sa-notes,\n    .sa-performance {\n      grid-template-columns: 1fr;\n    }\n\n    .sa-intro p {\n      font-size: 13.5px;\n    }\n\n    .sa-story {\n      padding: 34px 12px;\n    }\n\n    .sa-performance-top {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"sa-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"sa-intro\"\u003e\n\n    \u003cdiv class=\"sa-eyebrow\"\u003e\n      A Scent That Leaves An Impression\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Discover \u003cspan\u003eSweet Aura\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Sweet Aura opens with an irresistible burst of sparkling Mediterranean\n      citrus before unfolding into a vibrant heart of sweet fruits. As the\n      fragrance settles, creamy Madagascar vanilla, soft white musk and warm\n      amber create a smooth, velvety finish. Bright at first, indulgent at\n      heart and beautifully rich in the dry-down — Sweet Aura is made to\n      surround you with a memorable signature scent.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sa-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"sa-highlights\"\u003e\n\n    \u003cdiv class=\"sa-highlight\"\u003e\n\n      \u003cdiv class=\"sa-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eBright \u0026amp; Sparkling\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Sicilian citrus and Calabrian bergamot create a juicy, energetic\n        opening that instantly feels fresh and vibrant.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sa-highlight\"\u003e\n\n      \u003cdiv class=\"sa-icon\"\u003e❋\u003c\/div\u003e\n\n      \u003ch4\u003eSweet \u0026amp; Velvety\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A delicious Mediterranean fruit heart melts into vanilla, musk and\n        amber for a soft and luxurious character.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sa-highlight\"\u003e\n\n      \u003cdiv class=\"sa-icon\"\u003e∞\u003c\/div\u003e\n\n      \u003ch4\u003eBeast Mode Performance\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Exceptional longevity with a powerful opening projection and a\n        noticeable scent trail that stays with you.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FRAGRANCE JOURNEY --\u003e\n\n  \u003cdiv class=\"sa-section-title\"\u003e\n\n    \u003csmall\u003eThe Fragrance Journey\u003c\/small\u003e\n\n    \u003ch3\u003eFrom Sparkling Citrus To Creamy Luxury\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sa-notes\"\u003e\n\n\n    \u003c!-- TOP NOTES --\u003e\n\n    \u003cdiv class=\"sa-note-card\"\u003e\n\n      \u003cdiv class=\"sa-number\"\u003e\n        01 \/ TOP NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Sparkling Opening\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Sweet Aura begins with a vibrant Mediterranean citrus explosion.\n        Sicilian orange brings juicy sweetness, Calabrian bergamot adds\n        elegance and brightness, while Sicilian lemon delivers a crisp,\n        sparkling freshness that immediately captures attention.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sa-note-list\"\u003e\n        \u003cspan\u003eSicilian Orange\u003c\/span\u003e\n        \u003cspan\u003eCalabrian Bergamot\u003c\/span\u003e\n        \u003cspan\u003eSicilian Lemon\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- HEART NOTES --\u003e\n\n    \u003cdiv class=\"sa-note-card\"\u003e\n\n      \u003cdiv class=\"sa-number\"\u003e\n        02 \/ HEART NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Sweet Heart\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Once the citrus settles, a vibrant basket of Mediterranean fruits\n        takes center stage. Sweet, juicy and full of character, the heart\n        creates a playful richness that smoothly connects the sparkling\n        opening with the creamy base.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sa-note-list\"\u003e\n        \u003cspan\u003eMediterranean Fruits\u003c\/span\u003e\n        \u003cspan\u003eSweet Accord\u003c\/span\u003e\n        \u003cspan\u003eVibrant Fruits\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BASE NOTES --\u003e\n\n    \u003cdiv class=\"sa-note-card\"\u003e\n\n      \u003cdiv class=\"sa-number\"\u003e\n        03 \/ BASE NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Creamy Finish\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The final layer becomes warm, smooth and luxurious. Madagascar\n        vanilla beans bring creamy sweetness, white musk adds softness,\n        and warm amber wraps everything in a rich, velvety finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sa-note-list\"\u003e\n        \u003cspan\u003eWhite Musk\u003c\/span\u003e\n        \u003cspan\u003eMadagascar Vanilla\u003c\/span\u003e\n        \u003cspan\u003eWarm Amber\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=\"sa-story\"\u003e\n\n    \u003ch3\u003e\n      Sweetness With A \u003cspan\u003ePowerful Presence.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Sweet Aura is designed around contrast — the freshness of sparkling\n      citrus, the irresistible sweetness of Mediterranean fruits and the\n      comforting richness of vanilla, musk and amber. What begins as a bright\n      and energetic introduction gradually transforms into a smooth, creamy\n      scent that remains noticeable and inviting. It is a fragrance for\n      anyone who wants sweetness without sacrificing presence.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PERFORMANCE --\u003e\n\n  \u003cdiv class=\"sa-section-title\"\u003e\n\n    \u003csmall\u003ePerformance That Makes An Impression\u003c\/small\u003e\n\n    \u003ch3\u003ePowerful From The First Spray\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sa-performance\"\u003e\n\n    \u003c!-- LONGEVITY --\u003e\n\n    \u003cdiv class=\"sa-performance-card\"\u003e\n\n      \u003cdiv class=\"sa-performance-top\"\u003e\n\n        \u003ch4\u003eLongevity\u003c\/h4\u003e\n\n        \u003cspan class=\"sa-badge\"\u003e\n          12+ HOURS\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Sweet Aura delivers exceptional beast-mode longevity, lasting\n        12+ hours on skin and up to 48 hours on clothes, allowing the\n        fragrance to remain part of your presence long after application.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sa-bar\"\u003e\n        \u003cspan\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- PROJECTION --\u003e\n\n    \u003cdiv class=\"sa-performance-card\"\u003e\n\n      \u003cdiv class=\"sa-performance-top\"\u003e\n\n        \u003ch4\u003eProjection\u003c\/h4\u003e\n\n        \u003cspan class=\"sa-badge\"\u003e\n          STRONG\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        The opening delivers strong projection designed to fill the room\n        during the first several hours before gradually settling into a\n        rich and noticeable scent trail.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sa-bar\"\u003e\n        \u003cspan\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003cdiv class=\"sa-final\"\u003e\n\n    \u003ch3\u003e\n      Make Your Presence \u003cspan style=\"color:#C8A45D;\"\u003eUnforgettable.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Bright. Sweet. Creamy. Powerful.\n      Sweet Aura is not designed to quietly disappear — it is created to\n      become part of the atmosphere around you.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Happy Mind Perfumes","offers":[{"title":"Default Title","offer_id":53420893700385,"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.49.15.jpg?v=1788265529","url":"https:\/\/happymindperfumes.store\/products\/sweet-aura-sparkling-citrus-vanilla-fragrance","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}