{"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\/products\/happy-kid-sweet-floral-creamy-fragrance","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}