{"product_id":"rose-bliss-juicy-fruity-floral-fragrance","title":"Rose Bliss — Juicy Fruity Floral Fragrance","description":"\u003cstyle\u003e\n  .rb-product-description {\n    --rb-black: #171717;\n    --rb-gold: #C8A45D;\n    --rb-cream: #F5F1E8;\n    --rb-taupe: #B8AD9C;\n    --rb-white: #FFFFFF;\n\n    background: var(--rb-black);\n    color: var(--rb-cream);\n    padding: 48px 28px;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    font-family: inherit;\n  }\n\n  .rb-product-description * {\n    box-sizing: border-box;\n  }\n\n  .rb-product-description::before,\n  .rb-product-description::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .rb-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  .rb-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  .rb-intro {\n    position: relative;\n    z-index: 1;\n    max-width: 830px;\n    margin: 0 auto 48px;\n    text-align: center;\n    animation: rbFadeUp .8s ease both;\n  }\n\n  .rb-eyebrow {\n    color: var(--rb-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    margin-bottom: 15px;\n  }\n\n  .rb-intro h2 {\n    color: var(--rb-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  .rb-intro h2 span {\n    color: var(--rb-gold);\n  }\n\n  .rb-intro p {\n    color: var(--rb-taupe);\n    font-size: 14px;\n    line-height: 1.95;\n    margin: 0;\n  }\n\n  .rb-divider {\n    width: 65px;\n    height: 2px;\n    background: var(--rb-gold);\n    margin: 24px auto 0;\n  }\n\n  \/* HIGHLIGHTS *\/\n\n  .rb-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  .rb-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: rbFadeUp .8s ease both;\n  }\n\n  .rb-highlight:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .rb-highlight:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .rb-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  .rb-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(--rb-gold);\n    font-size: 18px;\n  }\n\n  .rb-highlight h4 {\n    color: var(--rb-white);\n    font-size: 15px;\n    margin: 0 0 8px;\n  }\n\n  .rb-highlight p {\n    color: var(--rb-taupe);\n    font-size: 12.5px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .rb-section-title {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .rb-section-title small {\n    color: var(--rb-gold);\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n  }\n\n  .rb-section-title h3 {\n    color: var(--rb-white);\n    margin: 8px 0 0;\n    font-size: 27px;\n  }\n\n  \/* NOTES *\/\n\n  .rb-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  .rb-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: rbFadeUp .8s ease both;\n  }\n\n  .rb-note-card:nth-child(2) {\n    animation-delay: .12s;\n  }\n\n  .rb-note-card:nth-child(3) {\n    animation-delay: .24s;\n  }\n\n  .rb-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  .rb-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  .rb-note-card:hover::after {\n    transform: scale(1.8);\n  }\n\n  .rb-number {\n    color: var(--rb-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .rb-note-card h4 {\n    color: var(--rb-white);\n    font-size: 20px;\n    margin: 0 0 13px;\n  }\n\n  .rb-note-card p {\n    color: var(--rb-taupe);\n    font-size: 13px;\n    line-height: 1.85;\n    margin: 0 0 20px;\n  }\n\n  .rb-note-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n  }\n\n  .rb-note-list span {\n    color: var(--rb-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  .rb-note-list span:hover {\n    background: var(--rb-gold);\n    color: var(--rb-black);\n    border-color: var(--rb-gold);\n    transform: translateY(-2px);\n  }\n\n  \/* STORY *\/\n\n  .rb-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  .rb-story h3 {\n    color: var(--rb-white);\n    font-size: 28px;\n    margin: 0 0 17px;\n  }\n\n  .rb-story h3 span {\n    color: var(--rb-gold);\n  }\n\n  .rb-story p {\n    color: var(--rb-taupe);\n    font-size: 13.5px;\n    line-height: 1.95;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  \/* VIBE *\/\n\n  .rb-vibe {\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  .rb-vibe-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  .rb-vibe-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(200,164,93,.55);\n  }\n\n  .rb-vibe-card h4 {\n    color: var(--rb-gold);\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin: 0 0 11px;\n  }\n\n  .rb-vibe-card p {\n    color: var(--rb-taupe);\n    font-size: 12.5px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* FINAL *\/\n\n  .rb-final {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .rb-final h3 {\n    color: var(--rb-white);\n    font-size: 25px;\n    margin: 0 0 12px;\n  }\n\n  .rb-final h3 span {\n    color: var(--rb-gold);\n  }\n\n  .rb-final p {\n    color: var(--rb-taupe);\n    font-size: 13px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  \/* ANIMATIONS *\/\n\n  @keyframes rbFadeUp {\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    .rb-product-description {\n      padding: 38px 17px;\n      border-radius: 13px;\n    }\n\n    .rb-highlights,\n    .rb-notes,\n    .rb-vibe {\n      grid-template-columns: 1fr;\n    }\n\n    .rb-intro p {\n      font-size: 13.5px;\n    }\n\n    .rb-story {\n      padding: 34px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"rb-product-description\"\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003cdiv class=\"rb-intro\"\u003e\n\n    \u003cdiv class=\"rb-eyebrow\"\u003e\n      A Fresh Expression Of Happiness\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Discover \u003cspan\u003eRose Bliss\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Rose Bliss is a vibrant fragrance built around the irresistible\n      combination of juicy fruits, delicate florals and a soft woody finish.\n      It opens with an energetic burst of passion fruit, grapefruit,\n      pineapple, tangerine and strawberry, then develops into a colorful\n      floral heart before settling into a clean and comforting base of\n      musk, woods and oakmoss. Fresh, clean, juicy and sweet — Rose Bliss\n      captures the carefree feeling of bright days and warm seasons.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003cdiv class=\"rb-highlights\"\u003e\n\n    \u003cdiv class=\"rb-highlight\"\u003e\n\n      \u003cdiv class=\"rb-icon\"\u003e✦\u003c\/div\u003e\n\n      \u003ch4\u003eJuicy \u0026amp; Vibrant\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A lively explosion of tropical fruits and bright citrus creates\n        an instantly uplifting opening.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rb-highlight\"\u003e\n\n      \u003cdiv class=\"rb-icon\"\u003e❋\u003c\/div\u003e\n\n      \u003ch4\u003eFresh Floral Heart\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Peony, jasmine, lily-of-the-valley and vanilla orchid add a soft\n        and beautifully feminine floral character.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rb-highlight\"\u003e\n\n      \u003cdiv class=\"rb-icon\"\u003e☀\u003c\/div\u003e\n\n      \u003ch4\u003ePerfect For Sunny Days\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A fresh and sweet profile designed especially for everyday wear,\n        spring days and warm summer 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=\"rb-section-title\"\u003e\n\n    \u003csmall\u003eThe Fragrance Journey\u003c\/small\u003e\n\n    \u003ch3\u003eJuicy Opening. Floral Heart. Clean Finish.\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rb-notes\"\u003e\n\n\n    \u003c!-- TOP --\u003e\n\n    \u003cdiv class=\"rb-note-card\"\u003e\n\n      \u003cdiv class=\"rb-number\"\u003e\n        01 \/ TOP NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Juicy Explosion\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Rose Bliss starts with an energetic burst of colorful fruit.\n        Brazilian purple passion fruit brings an exotic sweetness, while\n        grapefruit adds brightness. Pineapple and tangerine create a juicy\n        citrus-fruity blend, finished with the irresistible sweetness of\n        big strawberry.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rb-note-list\"\u003e\n        \u003cspan\u003ePurple Passion Fruit\u003c\/span\u003e\n        \u003cspan\u003eGrapefruit\u003c\/span\u003e\n        \u003cspan\u003ePineapple\u003c\/span\u003e\n        \u003cspan\u003eTangerine\u003c\/span\u003e\n        \u003cspan\u003eStrawberry\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- HEART --\u003e\n\n    \u003cdiv class=\"rb-note-card\"\u003e\n\n      \u003cdiv class=\"rb-number\"\u003e\n        02 \/ HEART NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Floral Celebration\u003c\/h4\u003e\n\n      \u003cp\u003e\n        As the fruity opening settles, the fragrance reveals a soft and\n        vibrant floral heart. Shangri-la peony creates an elegant centerpiece,\n        while vanilla orchid adds creamy sweetness. Red berries, jasmine and\n        lily-of-the-valley bring extra brightness and floral dimension.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rb-note-list\"\u003e\n        \u003cspan\u003eShangri-la Peony\u003c\/span\u003e\n        \u003cspan\u003eVanilla Orchid\u003c\/span\u003e\n        \u003cspan\u003eRed Berries\u003c\/span\u003e\n        \u003cspan\u003eJasmine\u003c\/span\u003e\n        \u003cspan\u003eLily-of-the-Valley\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BASE --\u003e\n\n    \u003cdiv class=\"rb-note-card\"\u003e\n\n      \u003cdiv class=\"rb-number\"\u003e\n        03 \/ BASE NOTES\n      \u003c\/div\u003e\n\n      \u003ch4\u003eThe Clean Dry-Down\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The final layer becomes softer, smoother and more grounded.\n        Italian sunstruck pine introduces a fresh woody character, while\n        musk creates a clean finish. Additional woody notes and oakmoss\n        add subtle depth without losing the fragrance's fresh personality.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rb-note-list\"\u003e\n        \u003cspan\u003eItalian Sunstruck Pine\u003c\/span\u003e\n        \u003cspan\u003eMusk\u003c\/span\u003e\n        \u003cspan\u003eWoody Notes\u003c\/span\u003e\n        \u003cspan\u003eOakmoss\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=\"rb-story\"\u003e\n\n    \u003ch3\u003e\n      Your Everyday Dose Of \u003cspan\u003eBliss.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Rose Bliss is made for the moments when you want to feel fresh,\n      positive and effortlessly attractive. Its juicy fruit opening creates\n      an immediate burst of energy, the floral heart brings softness and\n      charm, and the clean woody-musky dry-down keeps the fragrance feeling\n      comfortable and polished. The overall result is bright, clean,\n      sweet and incredibly easy to wear.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- VIBE --\u003e\n\n  \u003cdiv class=\"rb-section-title\"\u003e\n\n    \u003csmall\u003eThe Rose Bliss Experience\u003c\/small\u003e\n\n    \u003ch3\u003eMade For Bright Days \u0026amp; Beautiful Moments\u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rb-vibe\"\u003e\n\n    \u003cdiv class=\"rb-vibe-card\"\u003e\n\n      \u003ch4\u003eFresh \u0026amp; Clean\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Citrus, tropical fruits and soft florals give Rose Bliss an airy,\n        refreshing character that feels especially natural during the day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rb-vibe-card\"\u003e\n\n      \u003ch4\u003eJuicy \u0026amp; Sweet\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Passion fruit, pineapple, strawberry and red berries create a\n        delicious fruity sweetness without losing its fresh personality.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rb-vibe-card\"\u003e\n\n      \u003ch4\u003eEveryday Wear\u003c\/h4\u003e\n\n      \u003cp\u003e\n        Its versatile fruity-floral character makes it an easy choice for\n        everyday use, whether you're heading out casually or enjoying\n        a relaxed day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rb-vibe-card\"\u003e\n\n      \u003ch4\u003eSpring \u0026amp; Summer\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The bright citrus, juicy fruits and clean dry-down make Rose Bliss\n        especially suited to the fresh atmosphere of spring and summer.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003cdiv class=\"rb-final\"\u003e\n\n    \u003ch3\u003e\n      Feel Fresh. Feel Sweet. Feel \u003cspan\u003eBliss.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      A vibrant blend of juicy fruits, graceful florals and a clean woody\n      finish — Rose Bliss is made to bring a little more brightness to\n      every day.\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":53420899631393,"sku":null,"price":2200.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/3992\/6817\/files\/WhatsAppImage2026-09-01at00.02.12.jpg?v=1788265757","url":"https:\/\/happymindperfumes.store\/products\/rose-bliss-juicy-fruity-floral-fragrance","provider":"Happy Mind Perfumes","version":"1.0","type":"link"}