{"title":"Biotin Malt – 100g","description":"\u003cp\u003eDescription:\u003cbr\u003eA powerhouse of natural biotin and essential nutrients for strong hair, glowing skin, and healthy nails. Made with  flax seeds, pumpkin seeds, sunflower seeds, almonds, pistachios, walnuts, makhana, and brown sugar , this wholesome blend nourishes your body from within.\u003c\/p\u003e\n\u003cp\u003eKey Benefits:\u003c\/p\u003e\n\u003cp\u003ePromotes  hair growth \u0026amp; glowing skin\u003cbr\u003eStrengthens nails and boosts energy\u003cbr\u003eRich in  vitamin E, healthy fats \u0026amp; protein\u003cbr\u003e100% natural | No preservatives | No refined sugar\u003c\/p\u003e","products":[{"product_id":"biotin-malt-100g","title":"Biotin Malt – skin and hair and daily boost - 100g","description":"\u003cbody\u003e\n\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #F0D080;\n    --brown: #4A2C0A;\n    --cream: #FDF6E3;\n    --sand: #E8D5A3;\n    --green: #5A7A3A;\n    --green-light: #7FAF52;\n    --text: #2C1A06;\n    --text-light: #6B4C2A;\n    --white: #FFFFFF;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n  }\n\n  .product-wrapper {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  \/* Hero Banner *\/\n  .hero {\n    background: linear-gradient(135deg, #4A2C0A 0%, #7A4E1A 40%, #C9A84C 100%);\n    border-radius: 20px;\n    padding: 48px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 36px;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: rgba(255,255,255,0.04);\n    border-radius: 50%;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -30px;\n    width: 240px; height: 240px;\n    background: rgba(255,255,255,0.03);\n    border-radius: 50%;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(201,168,76,0.25);\n    border: 1px solid rgba(201,168,76,0.5);\n    color: var(--gold-light);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 30px;\n    margin-bottom: 18px;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 42px;\n    color: #FDF6E3;\n    line-height: 1.2;\n    margin-bottom: 10px;\n  }\n  .hero h1 em {\n    color: var(--gold-light);\n    font-style: italic;\n  }\n\n  .hero-tagline {\n    font-size: 15px;\n    color: rgba(253,246,227,0.75);\n    max-width: 520px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  .hero-pills {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .hero-pill {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: #FDF6E3;\n    font-size: 12px;\n    font-weight: 500;\n    padding: 5px 14px;\n    border-radius: 20px;\n  }\n\n  \/* Section Labels *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .section-label h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    color: var(--brown);\n  }\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, var(--gold), transparent);\n  }\n\n  \/* Key Ingredients *\/\n  .ingredients-section {\n    background: var(--white);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    box-shadow: 0 2px 20px rgba(74,44,10,0.07);\n  }\n\n  .ingredients-intro {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.7;\n    margin-bottom: 28px;\n    font-style: italic;\n  }\n\n  .ingredients-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n    gap: 14px;\n  }\n\n  .ingredient-card {\n    background: var(--cream);\n    border: 1px solid var(--sand);\n    border-radius: 12px;\n    padding: 16px 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .ingredient-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 18px rgba(74,44,10,0.1);\n  }\n\n  .ing-icon {\n    font-size: 26px;\n    line-height: 1;\n    flex-shrink: 0;\n  }\n  .ing-name {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--brown);\n    margin-bottom: 3px;\n  }\n  .ing-desc {\n    font-size: 11px;\n    color: var(--text-light);\n    line-height: 1.4;\n  }\n\n  \/* Key Benefits *\/\n  .benefits-section {\n    background: var(--white);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    box-shadow: 0 2px 20px rgba(74,44,10,0.07);\n  }\n\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 16px;\n  }\n\n  .benefit-card {\n    background: linear-gradient(135deg, #F9F3E2 0%, #FDF6E3 100%);\n    border-left: 4px solid var(--gold);\n    border-radius: 10px;\n    padding: 18px 16px;\n  }\n\n  .benefit-icon-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n  .benefit-icon {\n    width: 36px; height: 36px;\n    background: linear-gradient(135deg, var(--gold), var(--gold-light));\n    border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 18px;\n  }\n  .benefit-title {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--brown);\n  }\n  .benefit-desc {\n    font-size: 12px;\n    color: var(--text-light);\n    line-height: 1.5;\n  }\n\n  \/* Clean Label Strip *\/\n  .clean-label-strip {\n    background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);\n    border-radius: 12px;\n    padding: 20px 28px;\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-bottom: 28px;\n  }\n  .clean-label-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: white;\n    font-size: 13px;\n    font-weight: 600;\n  }\n  .clean-label-item::before {\n    content: '✓';\n    width: 22px; height: 22px;\n    background: rgba(255,255,255,0.25);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px;\n    flex-shrink: 0;\n  }\n\n  \/* Comparison Table *\/\n  .comparison-section {\n    background: var(--white);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    box-shadow: 0 2px 20px rgba(74,44,10,0.07);\n    overflow-x: auto;\n  }\n\n  .comparison-subtitle {\n    font-size: 13px;\n    color: var(--text-light);\n    margin-bottom: 24px;\n    font-style: italic;\n  }\n\n  table.comp-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    font-size: 13px;\n    min-width: 480px;\n  }\n\n  table.comp-table thead tr th {\n    padding: 14px 16px;\n    text-align: left;\n    font-weight: 600;\n    font-size: 12px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  table.comp-table thead tr th:first-child {\n    background: #F5EDD8;\n    color: var(--text-light);\n    border-radius: 10px 0 0 0;\n  }\n  table.comp-table thead tr th.col-biotin {\n    background: linear-gradient(135deg, #4A2C0A, #7A4E1A);\n    color: var(--gold-light);\n    text-align: center;\n  }\n  table.comp-table thead tr th.col-others {\n    background: #E8E8E8;\n    color: #777;\n    text-align: center;\n    border-radius: 0 10px 0 0;\n  }\n\n  table.comp-table tbody tr td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #F0E8D5;\n    vertical-align: middle;\n  }\n  table.comp-table tbody tr:last-child td { border-bottom: none; }\n\n  table.comp-table tbody tr:nth-child(even) td {\n    background: #FDFAF3;\n  }\n  table.comp-table tbody tr:nth-child(odd) td {\n    background: #FFFFFF;\n  }\n\n  table.comp-table tbody tr td:first-child {\n    font-weight: 500;\n    color: var(--text);\n    font-size: 13px;\n  }\n\n  table.comp-table tbody tr td.cell-biotin {\n    text-align: center;\n    background: rgba(201,168,76,0.08) !important;\n    border-left: 2px solid var(--gold);\n    border-right: 2px solid var(--gold);\n  }\n\n  table.comp-table tbody tr:last-child td.cell-biotin {\n    border-bottom: 2px solid var(--gold);\n    border-radius: 0 0 0 0;\n  }\n\n  table.comp-table tbody tr td.cell-others {\n    text-align: center;\n    color: #999;\n  }\n\n  .check { color: var(--green-light); font-size: 18px; font-weight: bold; }\n  .cross { color: #D9534F; font-size: 18px; }\n  .partial { color: #E6A817; font-size: 15px; }\n\n  table.comp-table tbody tr td.cell-biotin .check { font-size: 20px; }\n\n  .comp-header-label {\n    display: block;\n    font-size: 15px;\n    font-weight: 700;\n    font-family: 'Playfair Display', serif;\n    letter-spacing: 0;\n    text-transform: none;\n    color: var(--gold-light);\n  }\n\n  \/* Footer note *\/\n  .footer-note {\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-light);\n    padding: 0 20px 10px;\n    font-style: italic;\n    opacity: 0.7;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-wrapper\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e✦ New Launch ✦\u003c\/div\u003e\n    \u003ch1\u003eBiotin \u003cem\u003eMalt\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eA powerhouse of natural biotin and essential nutrients for strong hair, glowing skin, and healthy nails — nourishing your body from within.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌿 100% Natural\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🚫 No Preservatives\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍃 No Refined Sugar\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Ingredients --\u003e\n  \u003cdiv class=\"ingredients-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003ch2\u003eKey Ingredients\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"ingredients-intro\"\u003eCrafted from a wholesome blend of superfoods, each ingredient is handpicked for its natural biotin content and synergistic nourishing properties.\u003c\/p\u003e\n\n    \u003cdiv class=\"ingredients-grid\"\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eFlax Seeds\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eRich in Omega-3 \u0026amp; biotin for hair strength\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🎃\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003ePumpkin Seeds\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003ePacked with zinc \u0026amp; healthy fats for scalp health\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🌻\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eSunflower Seeds\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eHigh in Vitamin E for glowing skin\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🌰\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eAlmonds\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eNatural biotin \u0026amp; protein for nail strength\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e💚\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003ePistachios\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eAntioxidant-rich for healthy hair follicles\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🧠\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eWalnuts\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eBiotin \u0026amp; Omega-3 for lustrous hair\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e⚪\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eMakhana\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eLow-calorie, protein-rich energy booster\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ingredient-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🍂\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"ing-name\"\u003eBrown Sugar\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eNatural sweetness without refined sugar\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Benefits --\u003e\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e💇\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eHair Growth\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003ePromotes healthy hair growth and reduces breakage with natural biotin from seeds and nuts.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eGlowing Skin\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eVitamin E and antioxidants from sunflower \u0026amp; pumpkin seeds nourish skin from within.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e💅\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eStrong Nails\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eBiotin and protein from almonds and walnuts strengthen brittle nails naturally.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eBoosts Energy\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eMakhana and seeds provide sustained energy without sugar crashes.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e🥜\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eRich in Vitamin E\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eNatural Vitamin E from seeds supports immunity and cellular health.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon-row\"\u003e\n          \u003cdiv class=\"benefit-icon\"\u003e🫀\u003c\/div\u003e\n          \u003cdiv class=\"benefit-title\"\u003eHealthy Fats \u0026amp; Protein\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eHeart-healthy fats and plant protein keep you nourished and satiated.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Clean Label Strip --\u003e\n  \u003cdiv class=\"clean-label-strip\"\u003e\n    \u003cdiv class=\"clean-label-item\"\u003e100% Natural\u003c\/div\u003e\n    \u003cdiv class=\"clean-label-item\"\u003eNo Preservatives\u003c\/div\u003e\n    \u003cdiv class=\"clean-label-item\"\u003eNo Refined Sugar\u003c\/div\u003e\n    \u003cdiv class=\"clean-label-item\"\u003eWholesome Ingredients\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Comparison Table --\u003e\n  \u003cdiv class=\"comparison-section\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003ch2\u003eWhy Biotin Malt Wins\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"comparison-subtitle\"\u003eSee how Biotin Malt stacks up against typical products in the market.\u003c\/p\u003e\n\n    \u003ctable class=\"comp-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth class=\"col-biotin\"\u003e\u003cspan class=\"comp-header-label\"\u003e🌿 Biotin Malt\u003c\/span\u003e\u003c\/th\u003e\n          \u003cth class=\"col-others\"\u003eOthers\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNatural Biotin Source\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003eSeeds \u0026amp; Nuts\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\n\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;\"\u003eSynthetic\u003c\/small\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNo Refined Sugar\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003eBrown Sugar only\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNo Artificial Preservatives\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVitamin E (Natural)\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003eSunflower \u0026amp; Almonds\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\n\u003cspan class=\"partial\"\u003e〜\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;\"\u003eFortified\u003c\/small\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOmega-3 Fatty Acids\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003eFlax \u0026amp; Walnuts\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePlant-Based Protein\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\n\u003cspan class=\"partial\"\u003e〜\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;\"\u003eMinimal\u003c\/small\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMulti-Benefit (Hair + Skin + Nails)\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\n\u003cspan class=\"partial\"\u003e〜\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;\"\u003eSingle focus\u003c\/small\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWholesome Superfoods Blend\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003e8 ingredients\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eEnergy Boost (Natural)\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\n\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;color:#5A7A3A\"\u003eMakhana + Seeds\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\u003cspan class=\"cross\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSuitable for Daily Use\u003c\/td\u003e\n          \u003ctd class=\"cell-biotin\"\u003e\u003cspan class=\"check\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"cell-others\"\u003e\n\u003cspan class=\"partial\"\u003e〜\u003c\/span\u003e\u003cbr\u003e\u003csmall style=\"font-size:10px;\"\u003eDosage limits\u003c\/small\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"footer-note\"\u003e✦   ✔ Yes  |  ✘ No  |  〜 Partial \/ Varies by brand\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Cook With GayathriRaj","offers":[{"title":"Default Title","offer_id":45435141292228,"sku":null,"price":240.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/files\/19_53ffc681-ffe5-4821-ba97-8fdb2c9b50f6.png?v=1765350982"},{"product_id":"growvita-nutrition-for-growing-kids-100g","title":"GrowVita – Nutrition for growing kids - 100g","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #f9f9f9;\n            padding: 12px;\n            font-size: 15px;\n        }\n\n        .product-description {\n            max-width: 900px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* ── Hero ── *\/\n        .hero-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 28px 20px 24px;\n            text-align: center;\n        }\n\n        .hero-section h1 {\n            font-size: clamp(1.6em, 6vw, 2.4em);\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .hero-subtitle {\n            font-size: clamp(0.9em, 3.5vw, 1.05em);\n            opacity: 0.95;\n            line-height: 1.5;\n            margin-bottom: 6px;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255,255,255,0.2);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 25px;\n            font-size: 0.82em;\n            font-weight: 600;\n            margin-top: 10px;\n            backdrop-filter: blur(10px);\n        }\n\n        \/* ── Content ── *\/\n        .content-section {\n            padding: 24px 16px;\n        }\n\n        \/* ── Intro Box ── *\/\n        .intro-box {\n            background: linear-gradient(to right, #f0f4ff 0%, #f9f0ff 100%);\n            border-left: 4px solid #667eea;\n            padding: 18px;\n            border-radius: 8px;\n            margin-bottom: 28px;\n        }\n\n        .intro-box p {\n            font-size: 0.95em;\n            color: #333;\n            line-height: 1.75;\n        }\n\n        .ingredients-highlight {\n            color: #667eea;\n            font-weight: 700;\n        }\n\n        \/* ── Section Title ── *\/\n        .section-title {\n            font-size: clamp(1.1em, 4.5vw, 1.6em);\n            color: #333;\n            margin-bottom: 18px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #667eea;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .section-icon {\n            width: 30px;\n            height: 30px;\n            min-width: 30px;\n            background: #667eea;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1em;\n        }\n\n        \/* ── Ingredients Grid ── *\/\n        .ingredients-section { margin-bottom: 32px; }\n\n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        @media (min-width: 560px) {\n            .ingredients-grid { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .ingredient-card {\n            background: white;\n            border: 2px solid #f0f0f0;\n            border-radius: 8px;\n            padding: 14px 10px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .ingredient-card:hover {\n            border-color: #667eea;\n            box-shadow: 0 4px 12px rgba(102,126,234,0.15);\n        }\n\n        .ingredient-icon {\n            font-size: 2em;\n            margin-bottom: 8px;\n        }\n\n        .ingredient-name {\n            font-size: 0.88em;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 5px;\n        }\n\n        .ingredient-benefit {\n            font-size: 0.78em;\n            color: #666;\n            line-height: 1.4;\n        }\n\n        \/* ── Benefits Grid ── *\/\n        .benefits-section { margin-bottom: 28px; }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        @media (min-width: 560px) {\n            .benefits-grid { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .benefit-card {\n            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);\n            border-radius: 8px;\n            padding: 16px 12px;\n            text-align: center;\n            border: 1px solid #667eea30;\n        }\n\n        .benefit-icon { font-size: 2em; margin-bottom: 8px; }\n\n        .benefit-title {\n            font-size: 0.88em;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 6px;\n        }\n\n        .benefit-description {\n            font-size: 0.78em;\n            color: #666;\n            line-height: 1.4;\n        }\n\n        \/* ── Features Bar ── *\/\n        .features-bar {\n            background: white;\n            border: 2px solid #667eea;\n            border-radius: 8px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n\n        .features-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .feature-badge {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            font-weight: 600;\n            color: #333;\n            font-size: 0.88em;\n            background: #f5f7ff;\n            padding: 5px 10px;\n            border-radius: 20px;\n        }\n\n        .feature-check {\n            color: #4caf50;\n            font-size: 1.1em;\n            font-weight: 700;\n        }\n\n        \/* ── Quality Box ── *\/\n        .quality-box {\n            background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%);\n            border-radius: 8px;\n            padding: 20px;\n            margin: 24px 0;\n            border: 2px solid #96e6a1;\n        }\n\n        .quality-title {\n            font-size: 1.1em;\n            font-weight: 700;\n            color: #2d5016;\n            margin-bottom: 14px;\n        }\n\n        .quality-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        @media (min-width: 480px) {\n            .quality-list { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .quality-item {\n            color: #2d5016;\n            font-weight: 600;\n            font-size: 0.85em;\n        }\n\n        \/* ── Comparison Table ── *\/\n        .comparison-section { margin: 30px 0; }\n\n        .comparison-heading {\n            text-align: center;\n            font-size: clamp(1em, 4vw, 1.4em);\n            color: #333;\n            margin-bottom: 16px;\n            font-weight: 700;\n        }\n\n        \/* The table is redesigned so all 4 columns fit without horizontal scroll *\/\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            table-layout: fixed;\n        }\n\n        .comparison-table thead tr {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n        }\n\n        .comparison-table th {\n            padding: 10px 6px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 0.78em;\n            letter-spacing: 0.2px;\n            vertical-align: middle;\n        }\n\n        \/* Feature column wider *\/\n        .comparison-table th:first-child,\n        .comparison-table td:first-child {\n            width: 38%;\n            text-align: left;\n            padding-left: 10px;\n        }\n\n        .comparison-table td {\n            padding: 8px 6px;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 0.8em;\n            text-align: center;\n            vertical-align: middle;\n        }\n\n        .comparison-table tbody tr:last-child td { border-bottom: none; }\n        .comparison-table tbody tr:hover { background: #fafbff; }\n\n        .growvita-col {\n            background: #f0f4ff;\n            font-weight: 700;\n            color: #667eea;\n        }\n\n        \/* Icon-only cells — show symbol + short label *\/\n        .yes  { color: #4caf50; font-weight: 700; font-size: 1.1em; }\n        .no   { color: #f44336; font-weight: 700; font-size: 1.1em; }\n        .part { color: #ff9800; font-weight: 700; font-size: 1.1em; }\n\n        .cell-label {\n            display: block;\n            font-size: 0.7em;\n            font-weight: 500;\n            color: #888;\n            margin-top: 1px;\n        }\n\n        \/* Price row emphasis *\/\n        .price-row td { font-weight: 700; background: #fafbff; }\n        .price-row .growvita-col { color: #4caf50; }\n\n        \/* ── Nutrition Info ── *\/\n        .nutrition-info {\n            background: #f9f9f9;\n            border-radius: 8px;\n            padding: 20px 16px;\n            margin: 24px 0;\n        }\n\n        .nutrition-title {\n            font-size: 1em;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 14px;\n        }\n\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n\n        @media (min-width: 480px) {\n            .nutrition-grid { grid-template-columns: repeat(6, 1fr); }\n        }\n\n        .nutrition-item {\n            text-align: center;\n            padding: 12px 6px;\n            background: white;\n            border-radius: 6px;\n        }\n\n        .nutrition-value {\n            font-size: 1.15em;\n            font-weight: 700;\n            color: #667eea;\n            margin-bottom: 4px;\n        }\n\n        .nutrition-label {\n            font-size: 0.75em;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* ── CTA ── *\/\n        .cta-box {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border-radius: 8px;\n            padding: 28px 20px;\n            text-align: center;\n            margin: 24px 0;\n        }\n\n        .cta-text {\n            font-size: clamp(1em, 4vw, 1.2em);\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .cta-subtext {\n            font-size: 0.88em;\n            opacity: 0.9;\n            margin-bottom: 18px;\n            line-height: 1.6;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #667eea;\n            padding: 11px 28px;\n            border-radius: 25px;\n            font-weight: 700;\n            border: none;\n            cursor: pointer;\n            font-size: 0.95em;\n            transition: all 0.3s ease;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n        }\n\n        \/* ── Allergen \/ Usage ── *\/\n        .allergen-box {\n            background: linear-gradient(to right, #f0f4ff 0%, #f9f0ff 100%);\n            border-left: 4px solid #667eea;\n            padding: 16px 18px;\n            border-radius: 8px;\n            margin-top: 20px;\n            font-size: 0.88em;\n            color: #333;\n            line-height: 1.7;\n        }\n\n        .allergen-box p + p { margin-top: 8px; }\n\n        @media print {\n            body { background: white; }\n            .product-description { box-shadow: none; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Hero --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003e🌱 GrowVita\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003ePremium Natural Malt for Growing Kids\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\" style=\"font-size: 0.92em; margin-top: 6px;\"\u003eSupports physical growth, sharp memory \u0026amp; overall vitality\u003c\/p\u003e\n\u003cdiv class=\"hero-badge\"\u003e✓ FSSAI Licensed | All-Natural | No Additives\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003c!-- Introduction --\u003e\n\u003cdiv class=\"intro-box\"\u003e\n\u003cp\u003eSpecially made for growing kids, \u003cspan class=\"ingredients-highlight\"\u003eGrowVita\u003c\/span\u003e combines \u003cspan class=\"ingredients-highlight\"\u003ealmond, walnut, makhana, pumpkin seeds, Brahmi, cocoa, banana powder, milk powder, and brown sugar\u003c\/span\u003e. This natural malt supports physical growth, sharp memory, and overall vitality — with no artificial additives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Ingredients --\u003e\n\u003cdiv class=\"ingredients-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003cspan class=\"section-icon\"\u003e🌾\u003c\/span\u003e Key Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🥜\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eAlmond \u0026amp; Walnut\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003eOmega-3, calcium \u0026amp; antioxidants for brain development\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eMakhana\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003eLow GI, rich in antioxidants \u0026amp; minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🎃\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003ePumpkin Seeds\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003eZinc, magnesium \u0026amp; protein for growth \u0026amp; immunity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🧠\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eBrahmi\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003eAyurvedic herb for memory \u0026amp; cognitive development\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🍫\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eNatural Cocoa\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003eFlavonoids for brain health \u0026amp; natural chocolate taste\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🍌\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eBanana \u0026amp; Milk Powder\u003c\/div\u003e\n\u003cdiv class=\"ingredient-benefit\"\u003ePotassium, calcium \u0026amp; protein for bones \u0026amp; muscles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003cspan class=\"section-icon\"\u003e✨\u003c\/span\u003e Key Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🧠\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eSharp Memory \u0026amp; Focus\u003c\/div\u003e\n\u003cdiv class=\"benefit-description\"\u003eBrahmi \u0026amp; cocoa boost memory and concentration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e📈\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eGrowth \u0026amp; Stamina\u003c\/div\u003e\n\u003cdiv class=\"benefit-description\"\u003eComplete nutrition for healthy growth and energy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eImmunity Boost\u003c\/div\u003e\n\u003cdiv class=\"benefit-description\"\u003ePumpkin seeds \u0026amp; natural ingredients strengthen immunity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eStrong Bones \u0026amp; Teeth\u003c\/div\u003e\n\u003cdiv class=\"benefit-description\"\u003eCalcium \u0026amp; protein for a healthy skeletal system\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eHealthy Fats\u003c\/div\u003e\n\u003cdiv class=\"benefit-description\"\u003eOmega-3 from almonds \u0026amp; walnuts for overall wellness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Bar --\u003e\n\u003cdiv class=\"features-bar\"\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e No Preservatives\u003c\/div\u003e\n\u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e No Refined Sugar\u003c\/div\u003e\n\u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e All-Natural\u003c\/div\u003e\n\u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e No Artificial Additives\u003c\/div\u003e\n\u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e FSSAI Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quality Assurance --\u003e\n\u003cdiv class=\"quality-box\"\u003e\n\u003cdiv class=\"quality-title\"\u003e🏆 Quality Assurance\u003c\/div\u003e\n\u003cdiv class=\"quality-list\"\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ Laboratory Tested\u003c\/div\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ ISO 22000 Certified\u003c\/div\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ No Artificial Colors\u003c\/div\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ Hygienic Manufacturing\u003c\/div\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ Batch Tested\u003c\/div\u003e\n\u003cdiv class=\"quality-item\"\u003e✓ Safe for Kids\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison Table — redesigned for single-view on mobile --\u003e\n\u003cdiv class=\"comparison-section\"\u003e\n\u003ch2 class=\"comparison-heading\"\u003eHow GrowVita Compares\u003c\/h2\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg,#667eea,#764ba2); color: white;\"\u003eGrowVita 🌟\u003c\/th\u003e\n\u003cth\u003eOthers Malts\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAll-Natural Ingredients\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContains Brahmi\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Refined Sugar\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Artificial Additives\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFSSAI Certified\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRich in Omega-3\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrain Development\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePhysical Growth\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBatch Lab Testing\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003eOccasional\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"price-row\"\u003e\n\u003ctd\u003ePrice (200g)\u003c\/td\u003e\n\u003ctd class=\"growvita-col\"\u003e₹310\u003c\/td\u003e\n\u003ctd\u003e₹400+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Nutrition Info --\u003e\n\u003cdiv class=\"nutrition-info\"\u003e\n\u003cdiv class=\"nutrition-title\"\u003e📊 Nutritional Info (Per 100g)\u003c\/div\u003e\n\u003cdiv class=\"nutrition-grid\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e340\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCalories\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e12g\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eProtein\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e450mg\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCalcium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e8g\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eFiber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e6g\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eGood Fat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e48g\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCarbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003cdiv class=\"cta-text\"\u003eGive Your Child The Gift of Natural Nutrition\u003c\/div\u003e\n\u003cdiv class=\"cta-subtext\"\u003eFormulated with care, tested for safety, and backed by nature's finest ingredients. Trusted by thousands of parents across India.\u003c\/div\u003e\n\n  \u003c!-- Final Buy Now CTA Block --\u003e\n\u003cdiv class=\"cta-box\" style=\"margin-top: 30px; text-align: center;\"\u003e\n  \u003cdiv class=\"cta-text\" style=\"font-weight: bold; font-size: 1.2em;\"\u003eGive Your Child The Gift of Natural Nutrition\u003c\/div\u003e\n  \u003cdiv class=\"cta-subtext\" style=\"margin-bottom: 20px;\"\u003eFormulated with care, tested for safety, and backed by nature's finest ingredients.\u003c\/div\u003e\n  \n  \u003cbutton id=\"bottom-buy-now\" class=\"cta-button dT_AddToCart dt-sc-btn\" type=\"button\" style=\"display: inline-flex; align-items: center; justify-content: center; gap: 10px;\"\u003e\n    Buy Now — 100g Pack \u003cspan class=\"cart-icon\" style=\"font-size: 20px; display: inline-block;\"\u003e🛒\u003c\/span\u003e\n  \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  #bottom-buy-now {\n    animation: custom-bounce 3s infinite !important;\n    position: relative !important;\n    will-change: transform;\n    cursor: pointer;\n  }\n\n  @keyframes custom-bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-12px); }\n    60% { transform: translateY(-6px); }\n  }\n\n  @keyframes cart-shake {\n    0% { transform: rotate(0deg); }\n    25% { transform: rotate(15deg); }\n    75% { transform: rotate(-15deg); }\n    100% { transform: rotate(0deg); }\n  }\n\n  #bottom-buy-now:hover {\n    animation: none !important;\n  }\n\n  #bottom-buy-now:hover .cart-icon {\n    animation: cart-shake 0.4s infinite;\n  }\n  button#bottom-buy-now {\n    background-color: #ff8c00 !important; \/* Vibrant Orange *\/\n    color: #ffffff !important;           \/* White text for contrast *\/\n    border: none !important;              \/* Optional: clean look *\/\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const bottomBtn = document.getElementById('bottom-buy-now');\n    \/\/ Finds the main Add To Cart button in your theme\n    const topBtn = document.querySelector('.product-form__cart-submit--small, #dT_AddToCart-product-template');\n\n    if (bottomBtn \u0026\u0026 topBtn) {\n      bottomBtn.addEventListener('click', function(e) {\n        e.preventDefault();\n        topBtn.scrollIntoView({ behavior: 'smooth', block: 'center' });\n        \n        \/\/ Highlight top button\n        setTimeout(() =\u003e {\n          topBtn.style.outline = '4px solid #ffcc00';\n          setTimeout(() =\u003e { topBtn.style.outline = 'none'; }, 1500);\n        }, 800);\n      });\n    }\n  });\n\u003c\/script\u003e\n  \n\u003c!-- Allergen \u0026 Usage --\u003e\n\u003cdiv class=\"allergen-box\"\u003e\n\u003cp\u003e\u003cstrong\u003e🌰 Allergen Info\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eContains:\u003c\/strong\u003e Tree nuts (Almond, Walnut)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e📌 Usage:\u003c\/strong\u003e Mix \u003cstrong\u003e2\u003c\/strong\u003e TeaSpoons of GrowVita with \u003cstrong\u003e150 ml \u003c\/strong\u003eof Hot milk or Hot Water  daily. \u003cstrong\u003eBest\u003c\/strong\u003e in morning or as an \u003cstrong\u003eevening\u003c\/strong\u003e snack. Recommended for children Above \u003cstrong\u003e2 years\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\u003c\/div\u003e\n\u003c!-- \/product-description --\u003e\n\u003c\/div\u003e","brand":"Cook With GayathriRaj","offers":[{"title":"Default Title","offer_id":45435196768452,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/files\/21.png?v=1764912040"},{"product_id":"magic-malt-night-drink-for-stress-relief-immunity-100g","title":"Magic Malt – Night Drink for stress relief\u0026Immunity - 100g","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\"\u003e\n    \u003ctitle\u003eMagic Malt – Soothing Night-Time Nutrition\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;700\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --night:       #f0eef8;\n            --deep:        #ffffff;\n            --card:        #f5f3fc;\n            --border:      #dcd8f0;\n            --gold:        #b8882a;\n            --gold-soft:   #c9961e;\n            --amber:       #c96a20;\n            --lavender:    #6b5fb5;\n            --lavender-lt: #8878cc;\n            --text:        #1e1a3a;\n            --muted:       #5a5480;\n            --green:       #2e8f50;\n            --red:         #c03030;\n            --orange:      #c97820;\n            --radius:      10px;\n        }\n\n        * { margin:0; padding:0; box-sizing:border-box; }\n\n        body {\n            font-family: 'DM Sans', sans-serif;\n            background: linear-gradient(160deg, #ece8f8 0%, #f4f0fd 40%, #eef0f8 70%, #f0edf8 100%);\n            background-attachment: fixed;\n            color: var(--text);\n            padding: 14px;\n            font-size: 15px;\n            min-height: 100vh;\n        }\n\n        .card {\n            max-width: 900px;\n            margin: 0 auto;\n            background: var(--deep);\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 8px 48px rgba(100,80,180,0.12), 0 0 0 1px rgba(120,100,200,0.1);\n        }\n\n        \/* ── Stars bg utility ── *\/\n        .starfield {\n            position: absolute; inset: 0; overflow: hidden; pointer-events: none;\n        }\n        .starfield span {\n            position: absolute;\n            width: 2px; height: 2px;\n            background: white;\n            border-radius: 50%;\n            opacity: 0;\n            animation: twinkle 4s infinite;\n        }\n        @keyframes twinkle {\n            0%,100% { opacity:0; } 50% { opacity:0.7; }\n        }\n\n        \/* ── Hero ── *\/\n        .hero {\n            position: relative;\n            background: linear-gradient(160deg, #2a1f5e 0%, #3d2472 50%, #1e1848 100%);\n            padding: 36px 20px 32px;\n            text-align: center;\n            border-bottom: 1px solid var(--border);\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute; inset: 0;\n            background:\n                radial-gradient(ellipse 60% 40% at 30% 30%, rgba(139,127,200,0.18) 0%, transparent 70%),\n                radial-gradient(ellipse 50% 35% at 75% 70%, rgba(212,168,67,0.12) 0%, transparent 65%);\n        }\n\n        .hero-moon {\n            font-size: 3em;\n            display: block;\n            margin-bottom: 10px;\n            position: relative;\n            filter: drop-shadow(0 0 18px rgba(212,168,67,0.5));\n            animation: floatMoon 6s ease-in-out infinite;\n        }\n        @keyframes floatMoon {\n            0%,100% { transform: translateY(0); }\n            50%      { transform: translateY(-6px); }\n        }\n\n        .hero h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2em, 7vw, 3em);\n            font-weight: 700;\n            background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 50%, var(--amber) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 8px;\n            position: relative;\n        }\n\n        .hero-sub {\n            font-size: clamp(0.88em, 3.2vw, 1em);\n            color: rgba(220,215,255,0.85);\n            font-weight: 300;\n            letter-spacing: 0.3px;\n            line-height: 1.55;\n            margin-bottom: 6px;\n            position: relative;\n        }\n\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: rgba(212,168,67,0.15);\n            border: 1px solid rgba(212,168,67,0.35);\n            color: var(--gold-soft);\n            padding: 6px 16px;\n            border-radius: 25px;\n            font-size: 0.78em;\n            font-weight: 600;\n            margin-top: 14px;\n            position: relative;\n            letter-spacing: 0.4px;\n        }\n\n        \/* ── Content wrap ── *\/\n        .content { padding: 24px 16px; }\n\n        \/* ── Intro box ── *\/\n        .intro-box {\n            background: linear-gradient(135deg, rgba(107,95,181,0.08) 0%, rgba(184,136,42,0.06) 100%);\n            border-left: 4px solid var(--lavender);\n            padding: 18px;\n            border-radius: var(--radius);\n            margin-bottom: 30px;\n        }\n\n        .intro-box p {\n            font-size: 0.93em;\n            color: var(--text);\n            line-height: 1.8;\n            font-weight: 400;\n        }\n\n        .hl { color: var(--lavender); font-weight: 600; }\n\n        \/* ── Section title ── *\/\n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(1.1em, 4.5vw, 1.5em);\n            color: var(--text);\n            margin-bottom: 18px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--border);\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .section-title::after {\n            content: '';\n            flex: 1;\n            height: 2px;\n            background: linear-gradient(to right, var(--gold) 0%, transparent 100%);\n            display: block;\n            margin-left: 4px;\n        }\n\n        .section-icon {\n            width: 32px; height: 32px; min-width: 32px;\n            background: linear-gradient(135deg, var(--lavender), var(--gold));\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            font-size: 0.95em;\n        }\n\n        \/* ── Ingredients grid ── *\/\n        .ingredients-section { margin-bottom: 32px; }\n\n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        @media (min-width: 540px) {\n            .ingredients-grid { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .ingredient-card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 16px 12px;\n            text-align: center;\n            transition: all 0.25s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ingredient-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 2px;\n            background: linear-gradient(to right, var(--lavender), var(--gold));\n            opacity: 0;\n            transition: opacity 0.25s;\n        }\n\n        .ingredient-card:hover { border-color: var(--lavender); transform: translateY(-2px); }\n        .ingredient-card:hover::before { opacity: 1; }\n\n        .ingredient-icon { font-size: 2em; margin-bottom: 8px; }\n\n        .ingredient-name {\n            font-size: 0.85em;\n            font-weight: 600;\n            color: var(--lavender);\n            margin-bottom: 5px;\n        }\n\n        .ingredient-benefit {\n            font-size: 0.76em;\n            color: var(--muted);\n            line-height: 1.45;\n        }\n\n        \/* ── Benefits grid ── *\/\n        .benefits-section { margin-bottom: 28px; }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        @media (min-width: 540px) {\n            .benefits-grid { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .benefit-card {\n            background: var(--card);\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 18px 12px;\n            text-align: center;\n            transition: border-color 0.25s;\n        }\n\n        .benefit-card:hover { border-color: var(--gold); }\n\n        .benefit-icon { font-size: 2em; margin-bottom: 8px; }\n\n        .benefit-title {\n            font-size: 0.86em;\n            font-weight: 600;\n            color: var(--text);\n            margin-bottom: 6px;\n        }\n\n        .benefit-desc {\n            font-size: 0.76em;\n            color: var(--muted);\n            line-height: 1.45;\n        }\n\n        \/* ── Features bar ── *\/\n        .features-bar {\n            background: #faf8ff;\n            border: 1px solid rgba(107,95,181,0.25);\n            border-radius: var(--radius);\n            padding: 16px;\n            margin: 20px 0;\n        }\n\n        .features-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            justify-content: center;\n        }\n\n        .feature-badge {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            background: rgba(107,95,181,0.08);\n            border: 1px solid rgba(107,95,181,0.2);\n            color: var(--lavender);\n            font-size: 0.8em;\n            font-weight: 600;\n            padding: 5px 11px;\n            border-radius: 20px;\n        }\n\n        .feature-check { color: var(--green); font-size: 1.05em; }\n\n        \/* ── Quality box ── *\/\n        .quality-box {\n            background: linear-gradient(135deg, rgba(46,143,80,0.07) 0%, rgba(46,143,80,0.03) 100%);\n            border: 1px solid rgba(46,143,80,0.2);\n            border-radius: var(--radius);\n            padding: 20px;\n            margin: 22px 0;\n        }\n\n        .quality-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.05em;\n            font-weight: 700;\n            color: var(--green);\n            margin-bottom: 14px;\n        }\n\n        .quality-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n\n        @media (min-width: 480px) {\n            .quality-list { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        .quality-item {\n            font-size: 0.82em;\n            font-weight: 500;\n            color: #2e6e42;\n            display: flex; align-items: center; gap: 6px;\n        }\n\n        \/* ── Comparison table ── *\/\n        .comparison-section { margin: 30px 0; }\n\n        .comparison-heading {\n            font-family: 'Playfair Display', serif;\n            text-align: center;\n            font-size: clamp(1em, 4vw, 1.35em);\n            color: var(--text);\n            margin-bottom: 16px;\n        }\n\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #ffffff;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: 0 2px 16px rgba(100,80,180,0.1);\n            table-layout: fixed;\n        }\n\n        .comparison-table thead tr {\n            background: linear-gradient(135deg, #2a1f5e 0%, #3d2472 100%);\n        }\n\n        .comparison-table th {\n            padding: 11px 6px;\n            text-align: center;\n            font-size: 0.76em;\n            font-weight: 700;\n            letter-spacing: 0.3px;\n            color: rgba(220,215,255,0.9);\n            vertical-align: middle;\n            border-bottom: 2px solid rgba(255,255,255,0.15);\n        }\n\n        \/* Magic Malt column header gold *\/\n        .comparison-table th.mm-head {\n            color: #f5d070;\n            background: linear-gradient(160deg, rgba(212,168,67,0.3), rgba(212,168,67,0.1));\n        }\n\n        .comparison-table th:first-child,\n        .comparison-table td:first-child {\n            width: 38%;\n            text-align: left;\n            padding-left: 10px;\n        }\n\n        .comparison-table td {\n            padding: 8px 6px;\n            border-bottom: 1px solid var(--border);\n            font-size: 0.79em;\n            text-align: center;\n            vertical-align: middle;\n            color: var(--muted);\n            background: #ffffff;\n        }\n\n        .comparison-table td:first-child { color: var(--text); font-weight: 500; }\n\n        .comparison-table tbody tr:last-child td { border-bottom: none; }\n        .comparison-table tbody tr:hover td { background: #faf8ff; }\n\n        .mm-col {\n            background: rgba(184,136,42,0.06) !important;\n            font-weight: 700;\n            color: var(--gold) !important;\n        }\n\n        .comparison-table tbody tr:hover .mm-col { background: rgba(184,136,42,0.1) !important; }\n\n        .yes  { color: var(--green);  font-weight: 700; font-size: 1.1em; }\n        .no   { color: var(--red);    font-weight: 700; font-size: 1.1em; }\n        .part { color: var(--orange); font-weight: 700; font-size: 1.1em; }\n\n        .cell-label {\n            display: block;\n            font-size: 0.68em;\n            font-weight: 500;\n            color: var(--muted);\n            margin-top: 1px;\n        }\n\n        .price-row td { font-weight: 700; }\n        .price-row .mm-col { color: var(--green) !important; }\n\n        \/* ── Nutrition ── *\/\n        .nutrition-info {\n            background: #faf8ff;\n            border: 1px solid var(--border);\n            border-radius: var(--radius);\n            padding: 20px 16px;\n            margin: 24px 0;\n        }\n\n        .nutrition-title {\n            font-size: 0.95em;\n            font-weight: 600;\n            color: var(--lavender);\n            margin-bottom: 14px;\n        }\n\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n\n        @media (min-width: 480px) {\n            .nutrition-grid { grid-template-columns: repeat(6, 1fr); }\n        }\n\n        .nutrition-item {\n            text-align: center;\n            padding: 12px 6px;\n            background: #f5f3fc;\n            border-radius: 6px;\n            border: 1px solid var(--border);\n        }\n\n        .nutrition-value {\n            font-size: 1.1em;\n            font-weight: 700;\n            color: var(--lavender);\n            margin-bottom: 4px;\n        }\n\n        .nutrition-label {\n            font-size: 0.72em;\n            color: var(--muted);\n            font-weight: 500;\n        }\n\n        \/* ── CTA ── *\/\n        .cta-box {\n            background: linear-gradient(135deg, #2a1f5e 0%, #3a2070 50%, #1e1848 100%);\n            border: 1px solid rgba(212,168,67,0.3);\n            border-radius: var(--radius);\n            padding: 28px 20px;\n            text-align: center;\n            margin: 24px 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-box::before {\n            content: '';\n            position: absolute; inset: 0;\n            background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(212,168,67,0.08) 0%, transparent 70%);\n        }\n\n        .cta-text {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(1em, 4vw, 1.25em);\n            font-weight: 700;\n            color: var(--gold-soft);\n            margin-bottom: 10px;\n            position: relative;\n        }\n\n        .cta-subtext {\n            font-size: 0.86em;\n            color: var(--lavender-lt);\n            margin-bottom: 18px;\n            line-height: 1.65;\n            font-weight: 300;\n            position: relative;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--amber) 100%);\n            color: #0d0f1a;\n            padding: 12px 30px;\n            border-radius: 25px;\n            font-weight: 700;\n            border: none;\n            cursor: pointer;\n            font-size: 0.93em;\n            font-family: 'DM Sans', sans-serif;\n            transition: all 0.3s ease;\n            position: relative;\n            letter-spacing: 0.3px;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(212,168,67,0.4);\n        }\n\n        \/* ── Allergen ── *\/\n        .allergen-box {\n            background: rgba(107,95,181,0.05);\n            border-left: 4px solid var(--lavender);\n            border-radius: var(--radius);\n            padding: 16px 18px;\n            margin-top: 20px;\n            font-size: 0.86em;\n            color: var(--muted);\n            line-height: 1.75;\n        }\n\n        .allergen-box p + p { margin-top: 8px; }\n        .allergen-box strong { color: var(--text); }\n\n        @media print {\n            body { background: white; color: black; }\n            .card { box-shadow: none; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"card\"\u003e\n\n    \u003c!-- Hero --\u003e\n    \u003cdiv class=\"hero\"\u003e\n        \u003cspan class=\"hero-moon\"\u003e🌙\u003c\/span\u003e\n        \u003ch1\u003eMagic Malt\u003c\/h1\u003e\n        \u003cp class=\"hero-sub\"\u003eSoothing Night-Time Nutrition\u003c\/p\u003e\n        \u003cp class=\"hero-sub\" style=\"font-size:0.86em; margin-top:4px; color: var(--muted);\"\u003eUnwind · Calm · Restore · Sleep Deeper\u003c\/p\u003e\n        \u003cdiv class=\"hero-badge\"\u003e✦ 100% Natural  |  No Preservatives  |  Jaggery Sweetened\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content\"\u003e\n\n        \u003c!-- Introduction --\u003e\n        \u003cdiv class=\"intro-box\"\u003e\n            \u003cp\u003e\n                A \u003cspan class=\"hl\"\u003esoothing night-time malt\u003c\/span\u003e crafted for stress relief and better sleep.\n                Magic Malt blends the richness of \u003cspan class=\"hl\"\u003ebadam, cashew, pumpkin seeds, ashwagandha, turmeric, black pepper, saffron, nutmeg, jaggery,\u003c\/span\u003e and \u003cspan class=\"hl\"\u003emilk powder\u003c\/span\u003e — a relaxing ritual that helps you unwind, calm your mind, and boost immunity naturally.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Ingredients --\u003e\n        \u003cdiv class=\"ingredients-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003e\n                \u003cspan class=\"section-icon\"\u003e🌿\u003c\/span\u003e\n                Key Ingredients\n            \u003c\/h2\u003e\n            \u003cdiv class=\"ingredients-grid\"\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🥜\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003eBadam \u0026amp; Cashew\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eMagnesium \u0026amp; tryptophan for muscle relaxation and deeper sleep\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🎃\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003ePumpkin Seeds\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eZinc \u0026amp; magnesium for immunity and restful recovery\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003eAshwagandha\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eAdaptogen that reduces cortisol, stress \u0026amp; anxiety\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌼\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003eTurmeric \u0026amp; Black Pepper\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eAnti-inflammatory duo; pepper enhances curcumin absorption\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e✨\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003eSaffron\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eNatural mood elevator; promotes calm \u0026amp; better sleep quality\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🍂\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-name\"\u003eNutmeg \u0026amp; Jaggery\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-benefit\"\u003eNutmeg aids sleep; jaggery provides slow-release energy with iron\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Benefits --\u003e\n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003e\n                \u003cspan class=\"section-icon\"\u003e💫\u003c\/span\u003e\n                Key Benefits\n            \u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e😴\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eDeep Sleep \u0026amp; Relaxation\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eSaffron, nutmeg \u0026amp; ashwagandha promote undisturbed restful sleep\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🧘\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eStress \u0026amp; Anxiety Relief\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eAshwagandha lowers cortisol for a calmer, peaceful mind\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eImmunity \u0026amp; Recovery\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eTurmeric, pumpkin seeds \u0026amp; nuts strengthen natural defences overnight\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eMuscle Recovery\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eMagnesium-rich nuts ease muscle tension and support overnight repair\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eMood \u0026amp; Vitality\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eSaffron \u0026amp; jaggery gently lift mood and restore energy\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Features bar --\u003e\n        \u003cdiv class=\"features-bar\"\u003e\n            \u003cdiv class=\"features-list\"\u003e\n                \u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e No Preservatives\u003c\/div\u003e\n                \u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e No Refined Sugar\u003c\/div\u003e\n                \u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e All-Natural\u003c\/div\u003e\n                \u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e Jaggery Sweetened\u003c\/div\u003e\n                \u003cdiv class=\"feature-badge\"\u003e\n\u003cspan class=\"feature-check\"\u003e✓\u003c\/span\u003e FSSAI Certified\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Quality Assurance --\u003e\n        \u003cdiv class=\"quality-box\"\u003e\n            \u003cdiv class=\"quality-title\"\u003e🏆 Quality Assurance\u003c\/div\u003e\n            \u003cdiv class=\"quality-list\"\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ Lab Tested\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ ISO 22000 Certified\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ No Artificial Colors\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ Hygienic Manufacturing\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ Batch Tested\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003e✓ Ayurvedic Formulation\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Comparison Table --\u003e\n        \u003cdiv class=\"comparison-section\"\u003e\n            \u003ch2 class=\"comparison-heading\"\u003eWhy Magic Malt Wins\u003c\/h2\u003e\n            \u003ctable class=\"comparison-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFeature\u003c\/th\u003e\n                        \u003cth class=\"mm-head\"\u003eMagic Malt 🌙\u003c\/th\u003e\n                        \u003cth\u003eOthers\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAll-Natural Ingredients\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eContains Ashwagandha\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eContains Saffron\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eNo Refined Sugar\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eNo Artificial Additives\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAyurvedic Formula\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSleep-Specific Blend\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"no\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAnti-Inflammatory\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003ePartial\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFSSAI Certified\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eISO 22000 Certified\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003eVaries\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBatch Lab Testing\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n                        \u003ctd\u003e\n\u003cspan class=\"part\"\u003e◐\u003c\/span\u003e\u003cspan class=\"cell-label\"\u003eOccasional\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr class=\"price-row\"\u003e\n                        \u003ctd\u003ePrice (200g)\u003c\/td\u003e\n                        \u003ctd class=\"mm-col\"\u003e₹329\u003c\/td\u003e\n                        \u003ctd\u003e₹399+\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Nutrition Info --\u003e\n        \u003cdiv class=\"nutrition-info\"\u003e\n            \u003cdiv class=\"nutrition-title\"\u003e📊 Typical Nutritional Info (Per 100g)\u003c\/div\u003e\n            \u003cdiv class=\"nutrition-grid\"\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e370\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eCalories\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e11g\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eProtein\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e380mg\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eCalcium\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e5g\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eFiber\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e9g\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eGood Fat\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"nutrition-item\"\u003e\n                    \u003cdiv class=\"nutrition-value\"\u003e52g\u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-label\"\u003eCarbs\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- CTA --\u003e\n        \u003cdiv class=\"cta-box\"\u003e\n            \u003cdiv class=\"cta-text\"\u003eEnd Your Day the Natural Way\u003c\/div\u003e\n            \u003cdiv class=\"cta-subtext\"\u003e\n                Magic Malt is your nightly ritual — pure ingredients, ancient wisdom, and the science of better sleep. Wake up restored, every morning.\n            \u003c\/div\u003e\n            \u003cbutton class=\"cta-button\"\u003eAdd to Cart — 200g Pack\u003c\/button\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Allergen \u0026 Usage --\u003e\n        \u003cdiv class=\"allergen-box\"\u003e\n            \u003cp\u003e\u003cstrong\u003e🌰 Allergen Info\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eContains:\u003c\/strong\u003e Tree nuts (Almond, Cashew)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eMay contain traces of:\u003c\/strong\u003e Sesame, Peanut\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003e📌 Usage:\u003c\/strong\u003e Mix 3–4 tsp (~25g) with warm milk at bedtime. Consume 30–45 minutes before sleep. Not recommended for children under 5 years. Consult a physician during pregnancy.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content --\u003e\n\u003c\/div\u003e\n\u003c!-- \/card --\u003e\n\n\n\u003c\/body\u003e","brand":"Cook With GayathriRaj","offers":[{"title":"Default Title","offer_id":45435253457092,"sku":null,"price":149.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/files\/26_45a40658-eeb6-470a-9107-73524fe2b5f9.png?v=1765351128"},{"product_id":"ragi-hot-chocolate-100g","title":"Ragi Hot Chocolate – Wholesome Chocolatey\u0026Guilt free - 100g","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;600\u0026family=DM+Sans:wght@400;500\u0026display=swap');\n  .ragi-wrap { font-family: 'DM Sans', var(--font-sans); padding: 1.5rem 0; }\n  .ragi-hero { background: linear-gradient(135deg, #3C3489 0%, #26215C 100%); border-radius: var(--border-radius-lg); padding: 2rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; }\n  .ragi-hero::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.05); }\n  .ragi-hero::after { content: ''; position: absolute; bottom: -60px; right: 60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.04); }\n  .hero-badge { display: inline-block; background: rgba(255,255,255,0.15); color: #EEEDFE; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 1rem; }\n  .hero-title { font-family: 'Playfair Display', var(--font-serif); font-size: 26px; font-weight: 600; color: #fff; margin: 0 0 0.75rem; line-height: 1.3; }\n  .hero-desc { font-size: 15px; color: #CECBF6; line-height: 1.7; margin: 0 0 1.25rem; max-width: 520px; }\n  .pill-row { display: flex; gap: 8px; flex-wrap: wrap; }\n  .pill { background: rgba(255,255,255,0.1); color: #EEEDFE; font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 20px; border: 0.5px solid rgba(255,255,255,0.2); }\n  .section-label { font-size: 11px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; color: var(--color-text-secondary); margin-bottom: 1rem; }\n  .ing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-bottom: 1.5rem; }\n  .ing-card { background: var(--color-background-primary); border: 1.5px solid #AFA9EC; border-radius: var(--border-radius-lg); padding: 1rem; text-align: center; }\n  .ing-icon { font-size: 26px; margin-bottom: 8px; }\n  .ing-name { font-size: 14px; font-weight: 500; color: var(--color-text-primary); margin: 0 0 4px; }\n  .ing-note { font-size: 12px; color: var(--color-text-secondary); margin: 0; line-height: 1.5; }\n  .benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-bottom: 1.5rem; }\n  .benefit-card { background: var(--color-background-secondary); border: 1.5px solid #534AB7; border-radius: var(--border-radius-lg); padding: 1rem 1.2rem; display: flex; gap: 12px; align-items: flex-start; }\n  .benefit-dot { width: 8px; height: 8px; border-radius: 50%; background: #534AB7; margin-top: 6px; flex-shrink: 0; }\n  .benefit-text { font-size: 14px; color: var(--color-text-primary); line-height: 1.6; margin: 0; }\n  .trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 1.5rem; }\n  .trust-badge { background: #EAF3DE; color: #3B6D11; font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 20px; display: flex; align-items: center; gap: 6px; }\n  .trust-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #639922; }\n  .tbl-wrap { border: 1.5px solid #7F77DD; border-radius: var(--border-radius-lg); overflow: hidden; }\n  table.compare { width: 100%; border-collapse: collapse; font-size: 14px; table-layout: fixed; }\n  .compare thead { background: #EEEDFE; }\n  .compare th { padding: 11px 14px; text-align: left; font-weight: 500; font-size: 12px; letter-spacing: 0.5px; border-bottom: 1.5px solid #AFA9EC; color: #3C3489; }\n  .compare th:not(:last-child) { border-right: 1px solid #AFA9EC; }\n  .compare td { padding: 11px 14px; border-bottom: 1px solid #CECBF6; color: var(--color-text-primary); vertical-align: middle; }\n  .compare td:not(:last-child) { border-right: 1px solid #CECBF6; }\n  .compare tr:last-child td { border-bottom: none; }\n  .compare tr:hover td { background: #F5F4FE; }\n  .check { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #E1F5EE; border: 1px solid #5DCAA5; }\n  .check svg { width: 12px; height: 12px; }\n  .cross { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #FCEBEB; border: 1px solid #F09595; }\n  .cross svg { width: 12px; height: 12px; }\n  .section-title { font-family: 'Playfair Display', var(--font-serif); font-size: 19px; font-weight: 500; color: var(--color-text-primary); margin: 0 0 1rem; }\n  .col-us { background: #F5F4FE; }\n\u003c\/style\u003e\n\u003cdiv class=\"ragi-wrap\"\u003e\n  \u003ch2 style=\"position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);\"\u003eRagi Hot Chocolate Malt product description with ingredients, benefits and comparison\u003c\/h2\u003e\n\n  \u003cdiv class=\"ragi-hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eNew arrival\u003c\/div\u003e\n    \u003ch1 class=\"hero-title\"\u003eRagi Hot Chocolate Malt\u003c\/h1\u003e\n    \u003cp class=\"hero-desc\"\u003eA healthy, chocolatey treat with the goodness of ragi, cocoa, and brown sugar. This comforting drink is loaded with calcium, iron, and antioxidants — the perfect nutritious beverage for all ages.\u003c\/p\u003e\n    \u003cdiv class=\"pill-row\"\u003e\n      \u003cspan class=\"pill\"\u003eGluten-free\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eNo preservatives\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eNaturally sweetened\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eAll ages\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 1.5rem;\"\u003e\n    \u003cp class=\"section-label\"\u003eKey ingredients\u003c\/p\u003e\n    \u003cdiv class=\"ing-grid\"\u003e\n      \u003cdiv class=\"ing-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🌾\u003c\/div\u003e\n        \u003cp class=\"ing-name\"\u003eRagi (Finger Millet)\u003c\/p\u003e\n        \u003cp class=\"ing-note\"\u003eRich in calcium \u0026amp; iron, supports bone health\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🍫\u003c\/div\u003e\n        \u003cp class=\"ing-name\"\u003eCocoa\u003c\/p\u003e\n        \u003cp class=\"ing-note\"\u003eNatural source of antioxidants \u0026amp; rich chocolatey flavour\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing-card\"\u003e\n        \u003cdiv class=\"ing-icon\"\u003e🟤\u003c\/div\u003e\n        \u003cp class=\"ing-name\"\u003eBrown Sugar\u003c\/p\u003e\n        \u003cp class=\"ing-note\"\u003eUnrefined natural sweetener — no artificial additives\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 1.5rem;\"\u003e\n    \u003cp class=\"section-label\"\u003eKey benefits\u003c\/p\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e\n        \u003cp class=\"benefit-text\"\u003eStrengthens bones and supports healthy growth at every age\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e\n        \u003cp class=\"benefit-text\"\u003eBoosts energy levels and fortifies the immune system\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e\n        \u003cp class=\"benefit-text\"\u003eHigh in antioxidants that protect cells and fight free radicals\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e\n        \u003cp class=\"benefit-text\"\u003ePacked with iron to support healthy blood and reduce fatigue\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cdiv class=\"trust-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e100% Gluten-free\u003c\/div\u003e\n      \u003cdiv class=\"trust-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003eZero preservatives\u003c\/div\u003e\n      \u003cdiv class=\"trust-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003eNaturally sweetened\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cp class=\"section-label\"\u003eWhy choose us\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eRagi Hot Chocolate Malt vs. Others\u003c\/h2\u003e\n    \u003cdiv class=\"tbl-wrap\"\u003e\n      \u003ctable class=\"compare\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth style=\"width:42%\"\u003eFeature\u003c\/th\u003e\n            \u003cth style=\"width:29%\"\u003eRagi Hot Chocolate Malt\u003c\/th\u003e\n            \u003cth style=\"width:29%\"\u003eOthers\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eReal ragi (finger millet)\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNatural cocoa (no flavouring)\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNaturally sweetened (brown sugar)\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eGluten-free certified\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eZero preservatives or additives\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHigh in calcium \u0026amp; iron\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSuitable for all ages\u003c\/td\u003e\n            \u003ctd class=\"col-us\" style=\"text-align:center\"\u003e\u003cspan class=\"check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\" stroke=\"#0F6E56\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd style=\"text-align:center\"\u003e\u003cspan class=\"cross\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cline x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"3\" x2=\"3\" y2=\"9\" stroke=\"#A32D2D\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cook With GayathriRaj","offers":[{"title":"Default Title","offer_id":45435301527748,"sku":null,"price":140.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/files\/23_3753abce-ac19-421b-92fc-af93c10b3258.png?v=1765351218"},{"product_id":"pongal-combo-poster","title":"monthly combo","description":"\u003cp\u003e100 gms\u003c\/p\u003e\n\u003cp\u003eBiotin malt -199\/-\u003cbr\u003eRagi hot chocolate -110\/-\u003cbr\u003eGrowvita -169\/-\u003cbr\u003eMagic malt -120\/-\u003cbr\u003eBlackrice cake premix -249\/-\u003cbr\u003eButter chicken gravy premix -199\/-\u003cbr\u003eChicken 65 masala -99\/-\u003cbr\u003eMillet brownie premix -269\/-\u003c\/p\u003e","brand":"Cook With GayathriRaj","offers":[{"title":"Default Title","offer_id":45664825049284,"sku":null,"price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/files\/Screenshot2026-01-10144733.png?v=1768036903"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/collections\/4-600x600.png?v=1764244725","url":"https:\/\/cookwithgayathriraj.com\/collections\/biotin-malt-100g.oembed","provider":"Cook With GayathriRaj","version":"1.0","type":"link"}