{"product_id":"poshan-hair-nourish-bites","title":"POSHAN HAIR NOURISH BITES","description":"\u003cstyle\u003e\n  .poshan-hair-page {\n    font-family: Inter, Arial, sans-serif;\n    color: #1f2b22;\n    background: #fffaf3;\n    padding: 0;\n  }\n\n  .poshan-hair-hero {\n    background: linear-gradient(135deg, #fff1d8, #f7cfa4);\n    border-radius: 24px;\n    padding: 34px 22px;\n    text-align: center;\n    margin-bottom: 22px;\n  }\n\n  .poshan-hair-badge {\n    display: inline-block;\n    background: #214b2b;\n    color: #fff;\n    padding: 8px 16px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .poshan-hair-title {\n    font-size: 34px;\n    line-height: 1.1;\n    font-weight: 900;\n    margin: 0 0 12px;\n    color: #1d351f;\n  }\n\n  .poshan-hair-subtitle {\n    font-size: 16px;\n    line-height: 1.6;\n    max-width: 680px;\n    margin: 0 auto;\n    color: #3d473e;\n  }\n\n  .poshan-strip {\n    background: #214b2b;\n    color: #fffaf3;\n    border-radius: 18px;\n    padding: 18px 16px;\n    margin: 22px 0;\n    overflow: hidden;\n  }\n\n  .poshan-strip-inner {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    text-align: center;\n  }\n\n  .poshan-strip-box {\n    border-right: 1px solid rgba(255,255,255,0.22);\n    padding: 0 10px;\n  }\n\n  .poshan-strip-box:last-child {\n    border-right: none;\n  }\n\n  .poshan-strip-big {\n    display: block;\n    font-size: 22px;\n    font-weight: 900;\n    margin-bottom: 4px;\n  }\n\n  .poshan-strip-small {\n    font-size: 12px;\n    opacity: 0.95;\n  }\n\n  .poshan-section {\n    background: #ffffff;\n    border: 1px solid #f0e2cf;\n    border-radius: 22px;\n    padding: 24px 20px;\n    margin: 20px 0;\n  }\n\n  .poshan-section h2 {\n    font-size: 24px;\n    margin: 0 0 14px;\n    color: #1d351f;\n    font-weight: 900;\n  }\n\n  .poshan-section p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: #3d473e;\n    margin: 0;\n  }\n\n  .poshan-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 16px;\n  }\n\n  .poshan-card {\n    background: #fff8ec;\n    border: 1px solid #f1dfc7;\n    border-radius: 18px;\n    padding: 18px 14px;\n  }\n\n  .poshan-card span {\n    font-size: 24px;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .poshan-card h3 {\n    font-size: 16px;\n    margin: 0 0 6px;\n    color: #214b2b;\n    font-weight: 850;\n  }\n\n  .poshan-card p {\n    font-size: 13.5px;\n    line-height: 1.55;\n  }\n\n  .poshan-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .poshan-tag {\n    background: #f7ead8;\n    color: #214b2b;\n    border: 1px solid #e6cfb2;\n    padding: 9px 13px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .poshan-way {\n    background: linear-gradient(90deg, #214b2b, #356f3c);\n    color: #fff;\n    border-radius: 20px;\n    padding: 24px 18px;\n    text-align: center;\n    margin: 22px 0;\n  }\n\n  .poshan-way h2 {\n    font-size: 24px;\n    margin: 0 0 8px;\n    font-weight: 900;\n    color: #fff;\n  }\n\n  .poshan-way p {\n    font-size: 15px;\n    line-height: 1.6;\n    margin: 0 auto;\n    max-width: 650px;\n    color: #fffaf3;\n  }\n\n  .poshan-how {\n    counter-reset: step;\n    display: grid;\n    gap: 12px;\n    margin-top: 15px;\n  }\n\n  .poshan-step {\n    background: #fff8ec;\n    border: 1px solid #f1dfc7;\n    border-radius: 16px;\n    padding: 14px 14px 14px 48px;\n    position: relative;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .poshan-step:before {\n    counter-increment: step;\n    content: counter(step);\n    position: absolute;\n    left: 14px;\n    top: 14px;\n    background: #214b2b;\n    color: #fff;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .poshan-trust {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .poshan-trust div {\n    background: #fff8ec;\n    border-radius: 14px;\n    padding: 13px 10px;\n    text-align: center;\n    font-size: 13px;\n    font-weight: 750;\n    color: #214b2b;\n    border: 1px solid #f1dfc7;\n  }\n\n  .poshan-note {\n    background: #fff1d8;\n    border-left: 5px solid #214b2b;\n    padding: 16px;\n    border-radius: 14px;\n    font-size: 14px;\n    line-height: 1.6;\n    color: #334033;\n    margin-top: 16px;\n  }\n\n  @media (max-width: 768px) {\n    .poshan-hair-title {\n      font-size: 28px;\n    }\n\n    .poshan-strip-inner,\n    .poshan-grid,\n    .poshan-trust {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .poshan-strip-box {\n      border-right: none;\n      border-bottom: 1px solid rgba(255,255,255,0.18);\n      padding-bottom: 12px;\n    }\n\n    .poshan-strip-box:nth-child(3),\n    .poshan-strip-box:nth-child(4) {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .poshan-hair-hero {\n      padding: 28px 16px;\n      border-radius: 20px;\n    }\n\n    .poshan-hair-title {\n      font-size: 25px;\n    }\n\n    .poshan-grid,\n    .poshan-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .poshan-strip-inner {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"poshan-hair-page\"\u003e\n\n  \u003cdiv class=\"poshan-hair-hero\"\u003e\n    \u003cdiv class=\"poshan-hair-badge\"\u003eNEW FROM POSHAN CO.\u003c\/div\u003e\n    \u003ch1 class=\"poshan-hair-title\"\u003ePoshan Hair Nourish Bites\u003c\/h1\u003e\n    \u003cp class=\"poshan-hair-subtitle\"\u003e\n      A clean, tasty and nutrient-rich bite made for stronger, healthier-looking hair — powered by biotin-rich ingredients, amla, seeds, protein, iron, zinc and real food goodness.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-strip\"\u003e\n    \u003cdiv class=\"poshan-strip-inner\"\u003e\n      \u003cdiv class=\"poshan-strip-box\"\u003e\n        \u003cspan class=\"poshan-strip-big\"\u003e6g\u003c\/span\u003e\n        \u003cspan class=\"poshan-strip-small\"\u003eProtein Per Serving\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-strip-box\"\u003e\n        \u003cspan class=\"poshan-strip-big\"\u003eNo\u003c\/span\u003e\n        \u003cspan class=\"poshan-strip-small\"\u003eRefined Sugar\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-strip-box\"\u003e\n        \u003cspan class=\"poshan-strip-big\"\u003eOmega-3\u003c\/span\u003e\n        \u003cspan class=\"poshan-strip-small\"\u003eFrom Seeds\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-strip-box\"\u003e\n        \u003cspan class=\"poshan-strip-big\"\u003eAmla\u003c\/span\u003e\n        \u003cspan class=\"poshan-strip-small\"\u003eNatural Vitamin C\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-section\"\u003e\n    \u003ch2\u003eHair care, but make it snackable.\u003c\/h2\u003e\n    \u003cp\u003e\n      Poshan Hair Nourish Bites are designed for people who want everyday nutrition without boring pills, chemical-loaded snacks or sugar-heavy cravings. Each bite is made with real, clean ingredients that support stronger hair, natural shine and everyday vitality.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"poshan-tags\"\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eBiotin Rich Ingredients\u003c\/div\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eSource of Iron \u0026amp; Zinc\u003c\/div\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eNo Refined Sugar\u003c\/div\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eNo Chemicals\u003c\/div\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eProtein Packed\u003c\/div\u003e\n      \u003cdiv class=\"poshan-tag\"\u003eMade With Seeds\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-section\"\u003e\n    \u003ch2\u003eWhy your hair will love it\u003c\/h2\u003e\n\n    \u003cdiv class=\"poshan-grid\"\u003e\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🌿\u003c\/span\u003e\n        \u003ch3\u003eSupports Stronger Hair\u003c\/h3\u003e\n        \u003cp\u003eMade with hair-friendly nutrients that help support strength, nourishment and daily hair health.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e✨\u003c\/span\u003e\n        \u003ch3\u003eNatural Shine \u0026amp; Vitality\u003c\/h3\u003e\n        \u003cp\u003eAmla and nutrient-rich ingredients help support natural glow, freshness and vitality from within.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e💪\u003c\/span\u003e\n        \u003ch3\u003e6g Protein\u003c\/h3\u003e\n        \u003cp\u003eBecause hair also needs good nutrition — not just expensive shampoos and salon promises.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🧡\u003c\/span\u003e\n        \u003ch3\u003eIron \u0026amp; Zinc Source\u003c\/h3\u003e\n        \u003cp\u003eContains essential minerals that support everyday wellness and nourishment.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🌰\u003c\/span\u003e\n        \u003ch3\u003eOmega-3 From Seeds\u003c\/h3\u003e\n        \u003cp\u003eMade with seeds that naturally provide Omega-3 and healthy fats.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🍬\u003c\/span\u003e\n        \u003ch3\u003eNo Refined Sugar\u003c\/h3\u003e\n        \u003cp\u003eSweet satisfaction without refined sugar or unnecessary chemical ingredients.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-way\"\u003e\n    \u003ch2\u003eThe Poshan Way\u003c\/h2\u003e\n    \u003cp\u003e\n      No chemical drama. No sugar overload. No boring “health snack” energy. Just real ingredients, smart nutrition and clean bites made for your everyday hustle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-section\"\u003e\n    \u003ch2\u003eMade for everyday lifestyles\u003c\/h2\u003e\n\n    \u003cdiv class=\"poshan-grid\"\u003e\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e💻\u003c\/span\u003e\n        \u003ch3\u003eBusy Professionals\u003c\/h3\u003e\n        \u003cp\u003eFor long workdays, quick snacking and people who forget nutrition but never forget deadlines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🏋️\u003c\/span\u003e\n        \u003ch3\u003eFitness Enthusiasts\u003c\/h3\u003e\n        \u003cp\u003eA clean bite with protein, seeds and real ingredients to support your active lifestyle.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"poshan-card\"\u003e\n        \u003cspan\u003e🚗\u003c\/span\u003e\n        \u003ch3\u003eOn-The-Go Snackers\u003c\/h3\u003e\n        \u003cp\u003eEasy to carry, easy to eat and made for those “bhook lagi hai but healthy bhi chahiye” moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-section\"\u003e\n    \u003ch2\u003eWhat’s inside the bite?\u003c\/h2\u003e\n\n    \u003cdiv class=\"poshan-how\"\u003e\n      \u003cdiv class=\"poshan-step\"\u003e\n        \u003cstrong\u003eBiotin-rich ingredients\u003c\/strong\u003e to support hair nourishment and strength.\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-step\"\u003e\n        \u003cstrong\u003eAmla\u003c\/strong\u003e as a natural source of Vitamin C for daily vitality.\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-step\"\u003e\n        \u003cstrong\u003eSeeds\u003c\/strong\u003e that provide Omega-3 and nutrient-rich healthy fats.\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-step\"\u003e\n        \u003cstrong\u003eProtein, iron and zinc\u003c\/strong\u003e to support everyday nutrition.\n      \u003c\/div\u003e\n      \u003cdiv class=\"poshan-step\"\u003e\n        \u003cstrong\u003eNo refined sugar and no chemicals\u003c\/strong\u003e — because clean snacking should actually be clean.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"poshan-section\"\u003e\n    \u003ch2\u003eClean promise\u003c\/h2\u003e\n\n    \u003cdiv class=\"poshan-trust\"\u003e\n      \u003cdiv\u003e✅ No Refined Sugar\u003c\/div\u003e\n      \u003cdiv\u003e✅ No Chemicals\u003c\/div\u003e\n      \u003cdiv\u003e✅ Real Ingredients\u003c\/div\u003e\n      \u003cdiv\u003e✅ Hair-Friendly Nutrition\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"poshan-note\"\u003e\n      \u003cstrong\u003ePoshan Note:\u003c\/strong\u003e This is not another beauty gimmick. It’s everyday nourishment made tasty, clean and easy — the Poshan way.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Poshanco","offers":[{"title":"Default Title","offer_id":52625542545697,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0984\/1452\/6753\/files\/IMG_5865.jpg?v=1777652776","url":"https:\/\/poshanco.in\/products\/poshan-hair-nourish-bites","provider":"Poshanco","version":"1.0","type":"link"}