{"title":"GrowVita – Nutrition for Growing Kids – 100g","description":"\u003cp\u003eSpecially made for growing kids, GrowVita combines the goodness of\u003c\/p\u003e\n\u003cp\u003ealmond, walnut, makhana, pumpkin seeds, Brahmi, cocoa, banana powder, milk powder, and brown sugar .\u003cbr\u003eThis natural malt supports physical growth, sharp memory, and overall vitality without any artificial additives.\u003c\/p\u003e","products":[{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0584\/3140\/collections\/2-600x600.png?v=1764065420","url":"https:\/\/cookwithgayathriraj.com\/collections\/growvita-nutrition-for-growing-kids-100g.oembed","provider":"Cook With GayathriRaj","version":"1.0","type":"link"}