{"title":"Kids Perfumes","description":null,"products":[{"product_id":"choco-musk-sweet-cocoa-vanilla-fragrance","title":"Choco Musk — Sweet Cocoa \u0026 Vanilla Fragrance","description":"\u003cstyle\u003e\n  .cm-product-description {\n    --cm-black: #171717;\n    --cm-gold: #C8A45D;\n    --cm-cream: #F5F1E8;\n    --cm-taupe: #B8AD9C;\n    --cm-white: #FFFFFF;\n\n    background: var(--cm-black);\n    color: var(--cm-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .cm-product-description * {\n    box-sizing: border-box;\n  }\n\n  .cm-product-description::before,\n  .cm-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .cm-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  .cm-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  .cm-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 830px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: cmFadeUp .8s ease both;\n  }\n\n  .cm-eyebrow {\n    color: var(--cm-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .cm-intro h2 {\n    color: var(--cm-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  .cm-intro h2 span {\n    color: var(--cm-gold);\n  }\n\n  .cm-intro p {\n    color: var(--cm-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .cm-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--cm-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .cm-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  .cm-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: cmFadeUp .8s ease both;\n  }\n\n  .cm-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .cm-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .cm-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  .cm-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(--cm-gold);\n    font-size: 18px;\n  }\n\n  .cm-highlight h4 {\n    color: var(--cm-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .cm-highlight p {\n    color: var(--cm-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .cm-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .cm-section-title small {\n    color: var(--cm-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .cm-section-title h3 {\n    color: var(--cm-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* NOTES *\/\n\n  .cm-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  .cm-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: cmFadeUp .8s ease both;\n  }\n\n  .cm-note-card:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .cm-note-card:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .cm-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  .cm-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  .cm-note-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .cm-number {\n    color: var(--cm-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .cm-note-card h4 {\n    color: var(--cm-white);\n    font-size: 20px;\n    margin: 0 0 13px;\n  }\n\n  .cm-note-card p {\n    color: var(--cm-taupe);\n    font-size: 13px;\n    line-height: 1.85;\n    margin: 0 0 20px;\n  }\n\n  .cm-note-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .cm-note-list span {\n    color: var(--cm-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  .cm-note-list span:hover {\n    background: var(--cm-gold);\n    color: var(--cm-black);\n    border-color: var(--cm-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* STORY *\/\n\n  .cm-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  .cm-story h3 {\n    color: var(--cm-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .cm-story h3 span {\n    color: var(--cm-gold);\n  }\n\n  .cm-story p {\n    color: var(--cm-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  \/* EXPERIENCE *\/\n\n  .cm-experience {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 50px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 17px;\n  }\n\n  .cm-experience-card {\n    padding: 29px 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  .cm-experience-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200,164,93,.55);\n  }\n\n  .cm-experience-card h4 {\n    color: var(--cm-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin: 0 0 11px;\n  }\n\n  .cm-experience-card p {\n    color: var(--cm-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* FINAL *\/\n\n  .cm-final {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .cm-final h3 {\n    color: var(--cm-white);\n    font-size: 25px;\n    margin: 0 0 12px;\n  }\n\n  .cm-final h3 span {\n    color: var(--cm-gold);\n  }\n\n  .cm-final p {\n    color: var(--cm-taupe);\n    font-size: 13px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATIONS *\/\n\n  @keyframes cmFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 760px) {\n\n    .cm-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .cm-highlights,\n    .cm-notes,\n    .cm-experience {\n      grid-template-columns: 1fr;\n    }\n\n    .cm-intro p {\n      font-size: 13.5px;\n    }\n\n    .cm-story {\n      padding: 34px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cm-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"cm-intro\"\u003e\n\n    \u003cdiv class=\"cm-eyebrow\"\u003e\n      A Little Sweetness In Every Spray\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Discover \u003cspan\u003eChoco Musk\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Choco Musk is a warm, comforting fragrance inspired by the irresistible\n      feeling of sweet hot cocoa and creamy vanilla. A soft opening of white\n      musk, milk chocolate and vanilla creates an instantly cozy impression,\n      while cinnamon, rose and sandalwood add gentle warmth at the heart.\n      The fragrance settles into a deliciously soft base of myrrh, amber and\n      subtle spicy notes, leaving behind a smooth, powdery vanilla character\n      that feels playful, comforting and wonderfully sweet.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cm-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"cm-highlights\"\u003e\n\n    \u003cdiv class=\"cm-highlight\"\u003e\n\n      \u003cdiv class=\"cm-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eSweet Cocoa Opening\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Milk chocolate, vanilla and white musk create a cozy opening\n        reminiscent of warm, sweet hot cocoa.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cm-highlight\"\u003e\n\n      \u003cdiv class=\"cm-icon\"\u003e❋\u003c\/div\u003e\n\n      \u003ch4\u003eSoft \u0026amp; Powdery\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The fragrance gently settles into a smooth vanilla-musk character\n        with a soft and comforting feel.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cm-highlight\"\u003e\n\n      \u003cdiv class=\"cm-icon\"\u003e♡\u003c\/div\u003e\n\n      \u003ch4\u003ePlayful \u0026amp; Cozy\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A sweet, warm and easy-going scent that brings a cheerful touch\n        to everyday moments.\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=\"cm-section-title\"\u003e\n\n    \u003csmall\u003eThe Fragrance Journey\u003c\/small\u003e\n\n    \u003ch3\u003eFrom Creamy Cocoa To Soft Vanilla\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cm-notes\"\u003e\n\n\n    \u003c!-- TOP NOTES --\u003e\n\n    \u003cdiv class=\"cm-note-card\"\u003e\n\n      \u003cdiv class=\"cm-number\"\u003e\n        01 \/ TOP NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Cocoa Welcome\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Choco Musk opens with a deliciously comforting combination of\n        white musk, milk chocolate and vanilla. The result is a creamy,\n        sweet introduction that brings to mind a warm cup of sweet cocoa\n        with a soft vanilla touch.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cm-note-list\"\u003e\n        \u003cspan\u003eWhite Musk\u003c\/span\u003e\n        \u003cspan\u003eMilk Chocolate\u003c\/span\u003e\n        \u003cspan\u003eVanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- MIDDLE NOTES --\u003e\n\n    \u003cdiv class=\"cm-note-card\"\u003e\n\n      \u003cdiv class=\"cm-number\"\u003e\n        02 \/ HEART NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Warm Heart\u003c\/h4\u003e\n\n      \u003cp\u003e\n        As the fragrance develops, cinnamon introduces a gentle spicy warmth,\n        while rose adds a delicate floral touch. Sandalwood brings a smooth,\n        creamy woody depth that keeps the sweet heart beautifully balanced.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cm-note-list\"\u003e\n        \u003cspan\u003eCinnamon\u003c\/span\u003e\n        \u003cspan\u003eRose\u003c\/span\u003e\n        \u003cspan\u003eSandalwood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BASE NOTES --\u003e\n\n    \u003cdiv class=\"cm-note-card\"\u003e\n\n      \u003cdiv class=\"cm-number\"\u003e\n        03 \/ BASE NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Soft Finish\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The dry-down becomes warm, smooth and softly powdery. Myrrh adds\n        a subtle resinous depth, amber brings cozy warmth, while delicate\n        spicy notes leave behind a comforting finish wrapped in vanilla\n        and musk.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cm-note-list\"\u003e\n        \u003cspan\u003eMyrrh\u003c\/span\u003e\n        \u003cspan\u003eAmber\u003c\/span\u003e\n        \u003cspan\u003eSpicy Notes\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=\"cm-story\"\u003e\n\n    \u003ch3\u003e\n      Sweet Comfort In A \u003cspan\u003eFragrance.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choco Musk is all about creating a warm and comforting fragrance\n      experience. The rich chocolate and vanilla opening feels familiar\n      and inviting, while cinnamon, rose and sandalwood add character\n      without taking away from its sweetness. As it dries down, the scent\n      becomes softer and more powdery, leaving a gentle vanilla-musk\n      impression that feels cozy and delightful.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EXPERIENCE --\u003e\n\n  \u003cdiv class=\"cm-section-title\"\u003e\n\n    \u003csmall\u003eThe Choco Musk Experience\u003c\/small\u003e\n\n    \u003ch3\u003eSweetness Made Simple\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cm-experience\"\u003e\n\n    \u003cdiv class=\"cm-experience-card\"\u003e\n\n      \u003ch4\u003eChocolate Lover's Dream\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Milk chocolate and vanilla create the signature cocoa-like character,\n        making the fragrance feel deliciously sweet and comforting from\n        the very first spray.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cm-experience-card\"\u003e\n\n      \u003ch4\u003eSoft Vanilla Dry-Down\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The fragrance gradually becomes smoother and more powdery, with\n        vanilla and musk creating a gentle finish that stays cozy and inviting.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cm-experience-card\"\u003e\n\n      \u003ch4\u003eWarm \u0026amp; Cheerful\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Cinnamon, amber and sandalwood add a subtle warmth that complements\n        the sweet cocoa character and gives the fragrance extra depth.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cm-experience-card\"\u003e\n\n      \u003ch4\u003eFor Little Moments\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A playful and comforting fragrance profile designed for children,\n        with a sweet character that feels cheerful, familiar and easy-going.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003cdiv class=\"cm-final\"\u003e\n\n    \u003ch3\u003e\n      A Little Chocolate. A Lot Of \u003cspan\u003eSweetness.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Warm cocoa, creamy vanilla and soft musk come together to create\n      Choco Musk — a comforting fragrance made to bring a little sweetness\n      to every moment.\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":53420905595169,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3992\/6817\/files\/WhatsAppImage2026-09-01at00.05.53.jpg?v=1788265877"},{"product_id":"happy-kid-sweet-floral-creamy-fragrance","title":"Happy Kid — Sweet Floral \u0026 Creamy Fragrance","description":"\u003cstyle\u003e\n  .hk-product-description {\n    --hk-black: #171717;\n    --hk-gold: #C8A45D;\n    --hk-cream: #F5F1E8;\n    --hk-taupe: #B8AD9C;\n    --hk-white: #FFFFFF;\n\n    background: var(--hk-black);\n    color: var(--hk-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .hk-product-description * {\n    box-sizing: border-box;\n  }\n\n  .hk-product-description::before,\n  .hk-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .hk-product-description::before {\n    width: 360px;\n    height: 360px;\n    top: -200px;\n    right: -145px;\n    background: rgba(200,164,93,.075);\n  }\n\n  .hk-product-description::after {\n    width: 280px;\n    height: 280px;\n    bottom: -175px;\n    left: -125px;\n    background: rgba(200,164,93,.045);\n  }\n\n  \/* INTRO *\/\n\n  .hk-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 830px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: hkFadeUp .8s ease both;\n  }\n\n  .hk-eyebrow {\n    color: var(--hk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .hk-intro h2 {\n    color: var(--hk-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  .hk-intro h2 span {\n    color: var(--hk-gold);\n  }\n\n  .hk-intro p {\n    color: var(--hk-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .hk-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--hk-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .hk-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  .hk-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: hkFadeUp .8s ease both;\n  }\n\n  .hk-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .hk-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .hk-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  .hk-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(--hk-gold);\n    font-size: 18px;\n  }\n\n  .hk-highlight h4 {\n    color: var(--hk-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .hk-highlight p {\n    color: var(--hk-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .hk-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .hk-section-title small {\n    color: var(--hk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .hk-section-title h3 {\n    color: var(--hk-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* ACCORDS *\/\n\n  .hk-accords {\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  .hk-accord-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: hkFadeUp .8s ease both;\n  }\n\n  .hk-accord-card:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .hk-accord-card:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .hk-accord-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  .hk-accord-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  .hk-accord-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .hk-number {\n    color: var(--hk-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .hk-accord-card h4 {\n    color: var(--hk-white);\n    font-size: 20px;\n    margin: 0 0 13px;\n  }\n\n  .hk-accord-card p {\n    color: var(--hk-taupe);\n    font-size: 13px;\n    line-height: 1.85;\n    margin: 0 0 20px;\n  }\n\n  .hk-note-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .hk-note-list span {\n    color: var(--hk-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  .hk-note-list span:hover {\n    background: var(--hk-gold);\n    color: var(--hk-black);\n    border-color: var(--hk-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* STORY *\/\n\n  .hk-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  .hk-story h3 {\n    color: var(--hk-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .hk-story h3 span {\n    color: var(--hk-gold);\n  }\n\n  .hk-story p {\n    color: var(--hk-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  \/* PROFILE *\/\n\n  .hk-profile {\n    position: relative;\n    z-index: 1;\n    max-width: 1050px;\n    margin: 0 auto 50px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 17px;\n  }\n\n  .hk-profile-card {\n    padding: 29px 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  .hk-profile-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200,164,93,.55);\n  }\n\n  .hk-profile-card h4 {\n    color: var(--hk-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin: 0 0 11px;\n  }\n\n  .hk-profile-card p {\n    color: var(--hk-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* FINAL *\/\n\n  .hk-final {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .hk-final h3 {\n    color: var(--hk-white);\n    font-size: 25px;\n    margin: 0 0 12px;\n  }\n\n  .hk-final h3 span {\n    color: var(--hk-gold);\n  }\n\n  .hk-final p {\n    color: var(--hk-taupe);\n    font-size: 13px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATION *\/\n\n  @keyframes hkFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 760px) {\n\n    .hk-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .hk-highlights,\n    .hk-accords,\n    .hk-profile {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-intro p {\n      font-size: 13.5px;\n    }\n\n    .hk-story {\n      padding: 34px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hk-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"hk-intro\"\u003e\n\n    \u003cdiv class=\"hk-eyebrow\"\u003e\n      Sweetness • Wonder • Joy\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Discover \u003cspan\u003eHappy Kid\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Happy Kid is a playful fragrance with an intriguing mix of sweet,\n      floral and creamy character. It brings together three contrasting\n      accords — a mysterious dark accord, a warm and delicious sensual\n      accord, and a delicate floral light accord. The result is a unique\n      scent that feels sweet and powdery while adding soft smoky depth,\n      creating a memorable fragrance experience designed especially for\n      children.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hk-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"hk-highlights\"\u003e\n\n    \u003cdiv class=\"hk-highlight\"\u003e\n\n      \u003cdiv class=\"hk-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eSweet \u0026amp; Creamy\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Honey and apricot bring a naturally sweet character with a smooth,\n        creamy feel that makes the fragrance instantly inviting.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hk-highlight\"\u003e\n\n      \u003cdiv class=\"hk-icon\"\u003e❋\u003c\/div\u003e\n\n      \u003ch4\u003eSoft Floral Touch\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Tiger orchid and jasmine add a delicate floral layer that keeps\n        the fragrance light, playful and beautifully balanced.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hk-highlight\"\u003e\n\n      \u003cdiv class=\"hk-icon\"\u003e☁\u003c\/div\u003e\n\n      \u003ch4\u003ePowdery \u0026amp; Cozy\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A soft powdery character blends with subtle smoky and warm notes\n        to create a comforting finish.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORD JOURNEY --\u003e\n\n  \u003cdiv class=\"hk-section-title\"\u003e\n\n    \u003csmall\u003eThe Scent Journey\u003c\/small\u003e\n\n    \u003ch3\u003eThree Accords. One Happy Impression.\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hk-accords\"\u003e\n\n\n    \u003c!-- DARK ACCORD --\u003e\n\n    \u003cdiv class=\"hk-accord-card\"\u003e\n\n      \u003cdiv class=\"hk-number\"\u003e\n        01 \/ DARK ACCORD\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Mysterious Touch\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A subtle darker side gives Happy Kid its unexpected character.\n        Belladonna creates an intriguing depth, while incense adds a\n        gentle smoky quality that contrasts beautifully with the sweeter\n        elements of the fragrance.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hk-note-list\"\u003e\n        \u003cspan\u003eBelladonna\u003c\/span\u003e\n        \u003cspan\u003eIncense\u003c\/span\u003e\n        \u003cspan\u003eSmoky Accord\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SENSUAL ACCORD --\u003e\n\n    \u003cdiv class=\"hk-accord-card\"\u003e\n\n      \u003cdiv class=\"hk-number\"\u003e\n        02 \/ SENSUAL ACCORD\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Sweet Heart\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The heart introduces a delicious combination of honey, saffron\n        and apricot. Honey adds warm sweetness, apricot brings a juicy\n        fruity softness, while saffron adds a gentle exotic warmth.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hk-note-list\"\u003e\n        \u003cspan\u003eHoney\u003c\/span\u003e\n        \u003cspan\u003eSaffron\u003c\/span\u003e\n        \u003cspan\u003eApricot\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- LIGHT ACCORD --\u003e\n\n    \u003cdiv class=\"hk-accord-card\"\u003e\n\n      \u003cdiv class=\"hk-number\"\u003e\n        03 \/ LIGHT ACCORD\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Floral Glow\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Tiger orchid and jasmine create the lighter side of the fragrance.\n        Their delicate floral character brings softness and brightness,\n        balancing the richer sweet and smoky accords.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hk-note-list\"\u003e\n        \u003cspan\u003eTiger Orchid\u003c\/span\u003e\n        \u003cspan\u003eJasmine\u003c\/span\u003e\n        \u003cspan\u003eFloral Accord\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=\"hk-story\"\u003e\n\n    \u003ch3\u003e\n      A Little Mystery. A Lot Of \u003cspan\u003eJoy.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Happy Kid isn't simply a straightforward sweet fragrance. Its charm\n      comes from the contrast between warm sweetness, delicate florals and\n      a subtle smoky depth. Honey and apricot create an inviting sweetness,\n      orchid and jasmine add a soft floral touch, while incense gives the\n      composition a unique darker edge. Together, these layers create a\n      fragrance that feels creamy, powdery, sweet and memorable.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PROFILE --\u003e\n\n  \u003cdiv class=\"hk-section-title\"\u003e\n\n    \u003csmall\u003eThe Happy Kid Experience\u003c\/small\u003e\n\n    \u003ch3\u003ePlayful Character With A Unique Twist\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hk-profile\"\u003e\n\n    \u003cdiv class=\"hk-profile-card\"\u003e\n\n      \u003ch4\u003eSweet Character\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Honey and apricot give Happy Kid its cheerful sweetness, creating\n        a deliciously warm character that feels playful and inviting.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hk-profile-card\"\u003e\n\n      \u003ch4\u003eFloral Softness\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Tiger orchid and jasmine bring a gentle floral quality that adds\n        softness and keeps the fragrance feeling light and elegant.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hk-profile-card\"\u003e\n\n      \u003ch4\u003ePowdery Comfort\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The creamy and powdery character gives the fragrance a soft,\n        comforting feel that makes the overall scent smooth and pleasant.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hk-profile-card\"\u003e\n\n      \u003ch4\u003eSubtle Smoky Depth\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Incense and the darker accord introduce a subtle smoky dimension,\n        giving Happy Kid a distinctive personality beyond a simple sweet scent.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003cdiv class=\"hk-final\"\u003e\n\n    \u003ch3\u003e\n      Sweet, Soft \u0026amp; Full Of \u003cspan\u003eWonder.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      A playful blend of honeyed sweetness, delicate florals, creamy\n      powderiness and a touch of mystery — Happy Kid is made to turn\n      everyday moments into something a little more joyful.\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":53420914442529,"sku":null,"price":1800.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3992\/6817\/files\/WhatsAppImage2026-09-01at13.51.19.jpg?v=1788265992"}],"url":"https:\/\/happymindperfumes.store\/collections\/kids-perfumes.oembed","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}