{"product_id":"cow-milk-formula-12oz-340g-pouch","title":"Cow Milk Formula-12oz\/340g pouch","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eDesigned by Nature — Cow Milk Formula\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=Josefin+Slab:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --cream: #FAF7F2;\n      --cream-dark: #F0EBE1;\n      --green: #2E6B4F;\n      --green-light: #E8F3EC;\n      --green-mid: #4A8F6A;\n      --amber: #B87333;\n      --amber-light: #FDF3E7;\n      --coral-light: #FAF0EE;\n      --coral: #C87160;\n      --text: #1C1A17;\n      --text-mid: #4A4640;\n      --text-muted: #7A756E;\n      --border: #DDD8CF;\n      --white: #FFFFFF;\n    }\n\n    body {\n      font-family: 'Josefin Slab', serif;\n      background: var(--cream);\n      color: var(--text);\n      line-height: 1.7;\n      padding: 2rem 1rem;\n    }\n\n    .product-page {\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    \/* Badges *\/\n    .badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-bottom: 1.5rem;\n    }\n    .badge {\n      font-size: 11.5px;\n      font-weight: 500;\n      letter-spacing: 0.03em;\n      padding: 4px 11px;\n      border-radius: 20px;\n      background: var(--green-light);\n      color: var(--green);\n      border: 1px solid #C5DFD0;\n    }\n\n    \/* Tagline *\/\n    .tagline {\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: 16px;\n      color: var(--text-muted);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Body paragraphs *\/\n    .intro p {\n      font-size: 15px;\n      line-height: 1.8;\n      color: var(--text-mid);\n      margin-bottom: 1rem;\n    }\n    .intro p strong {\n      font-weight: 500;\n      color: var(--text);\n    }\n\n    \/* Section divider *\/\n    .divider {\n      border: none;\n      border-top: 1px solid var(--border);\n      margin: 2rem 0;\n    }\n\n    \/* Section label *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1rem;\n    }\n\n    \/* Panel cards *\/\n    .panel {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      padding: 1.25rem 1.5rem;\n      margin-bottom: 1.25rem;\n    }\n\n    \/* Benefits list *\/\n    .benefits {\n      display: grid;\n      gap: 13px;\n    }\n    .benefit-row {\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n    .benefit-dot {\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--green-mid);\n      flex-shrink: 0;\n      margin-top: 7px;\n    }\n    .benefit-text {\n      font-size: 14.5px;\n      line-height: 1.6;\n    }\n    .benefit-text strong {\n      font-weight: 500;\n      color: var(--text);\n    }\n    .benefit-text span {\n      color: var(--text-muted);\n    }\n\n    \/* Ingredients *\/\n    .ingredients-text {\n      font-size: 14px;\n      line-height: 1.9;\n      color: var(--text-muted);\n    }\n\n    \/* Prep *\/\n    .prep-highlight {\n      font-size: 14.5px;\n      margin-bottom: 0.6rem;\n    }\n    .prep-highlight strong {\n      font-weight: 500;\n    }\n    .prep-steps {\n      font-size: 14px;\n      color: var(--text-muted);\n      line-height: 1.8;\n    }\n\n    \/* Age \/ note *\/\n    .age-title {\n      font-size: 14.5px;\n      font-weight: 500;\n      margin-bottom: 0.6rem;\n    }\n    .age-note {\n      font-size: 14px;\n      color: var(--text-muted);\n      line-height: 1.8;\n    }\n\n    \/* Allergen *\/\n    .allergen-panel {\n      background: var(--coral-light);\n      border: 1px solid #E8C4BC;\n      border-radius: 10px;\n      padding: 0.875rem 1.25rem;\n      margin-bottom: 1.25rem;\n    }\n    .allergen-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.09em;\n      text-transform: uppercase;\n      color: var(--coral);\n      margin-bottom: 4px;\n    }\n    .allergen-text {\n      font-size: 14px;\n      color: #8A4E44;\n    }\n\n    \/* Subscribe *\/\n    .subscribe-intro {\n      font-size: 14px;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n    }\n\n    \/* Bundle cards *\/\n    .bundle-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n      gap: 10px;\n    }\n    .bundle-card {\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 1rem;\n      text-align: center;\n      background: var(--cream);\n    }\n    .bundle-card.featured {\n      border: 2px solid var(--green-mid);\n      background: var(--white);\n    }\n    .bundle-badge {\n      display: inline-block;\n      font-size: 11px;\n      background: var(--green-mid);\n      color: #fff;\n      border-radius: 20px;\n      padding: 2px 10px;\n      margin-bottom: 8px;\n      font-weight: 500;\n    }\n    .bundle-pack {\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 4px;\n    }\n    .bundle-price {\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--text);\n      margin-bottom: 4px;\n    }\n    .bundle-price span {\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--text-muted);\n    }\n    .bundle-savings {\n      font-size: 12px;\n      color: var(--green);\n      font-weight: 500;\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"product-page\"\u003e\n\n    \u003c!-- Badges --\u003e\n    \u003cdiv class=\"badges\"\u003e\n      \u003cspan class=\"badge\"\u003eNon-GMO\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Corn\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Soy\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Gluten\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Pesticides\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Artificial Ingredients\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Fillers\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003ePreservative Free\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003ePalm Oil Free\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tagline --\u003e\n    \u003cp class=\"tagline\"\u003eOnly pure, real-food ingredients you can pronounce.\u003c\/p\u003e\n\n    \u003c!-- Intro --\u003e\n    \u003cdiv class=\"intro\"\u003e\n      \u003cp\u003eDesigned by Nature Cow Milk Formula brings the nourishment of whole, real cow's milk together with a thoughtful blend of superfood ingredients — comforting, clean, and made with care.\u003c\/p\u003e\n      \u003cp\u003eThis is a \u003cstrong\u003eLife Stages formula\u003c\/strong\u003e, crafted for the season of fastest brain development, bone building, and gut maturation. Not a vitamin-stuffed supplement — a real-food foundation your child's body recognizes and knows how to use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003chr class=\"divider\"\u003e\n\n    \u003c!-- Why Cow Milk --\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cp class=\"section-label\"\u003eWhy cow milk\u003c\/p\u003e\n      \u003cdiv class=\"benefits\"\u003e\n        \u003cdiv class=\"benefit-row\"\u003e\n          \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eComplete protein\u003c\/strong\u003e \u003cspan\u003e— Full amino acid profile to support growth and muscle development\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-row\"\u003e\n          \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eCalcium \u0026amp; zinc\u003c\/strong\u003e \u003cspan\u003e— Strong bones and healthy immune function during formative years\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-row\"\u003e\n          \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eB vitamins\u003c\/strong\u003e \u003cspan\u003e— B12, B2, and more for cognitive development and nervous system support\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-row\"\u003e\n          \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eBrain-nourishing fats\u003c\/strong\u003e \u003cspan\u003e— Omega-3s and unsaturated fats for critical early brain development\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-row\"\u003e\n          \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eClean \u0026amp; simple\u003c\/strong\u003e \u003cspan\u003e— Real whole-food ingredients. No corn, no soy, no gluten, nothing synthetic\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ingredients --\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cp class=\"section-label\"\u003eIngredients\u003c\/p\u003e\n      \u003cp class=\"ingredients-text\"\u003eNon-Fat Low-Heat Milk Powder, Sweet Dairy Whey, Lactose, Hydrolyzed Collagen Bovine Type I\/III, Nutritional Yeast, Coconut Oil, Cod Liver Oil, Olive Oil, Sunflower Oil, Acerola Powder, Protease Enzyme Complex\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- How to Prepare --\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cp class=\"section-label\"\u003eHow to prepare\u003c\/p\u003e\n      \u003cp class=\"prep-highlight\"\u003eEach \u003cstrong\u003e12-oz pouch\u003c\/strong\u003e yields approximately \u003cstrong\u003e96 fl oz\u003c\/strong\u003e of prepared formula.\u003c\/p\u003e\n      \u003cp class=\"prep-steps\"\u003eAdd 2 fl oz water per 1 level, unpacked scoop. Stir or shake well. Refrigerate immediately. Some separation is normal — shake before each feeding. Best served warm. Use within 24 hours of preparation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Age Recommendation --\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cp class=\"section-label\"\u003eAge recommendation\u003c\/p\u003e\n      \u003cp class=\"age-title\"\u003eRecommended for 12 months \u0026amp; up.\u003c\/p\u003e\n      \u003cp class=\"age-note\"\u003eDue to FDA labeling requirements, you'll see \"toddler formula\" on our packaging — this reflects a regulatory category, not a hard limit on who can benefit. Many families choose Designed by Nature for babies under 12 months; we ask that you consult your pediatrician first. They know your baby best, and that partnership matters to us.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Allergen --\u003e\n    \u003cdiv class=\"allergen-panel\"\u003e\n      \u003cp class=\"allergen-label\"\u003eAllergen notice\u003c\/p\u003e\n      \u003cp class=\"allergen-text\"\u003eContains: Milk (bovine), Fish (cod liver oil).\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Subscribe \u0026 Save --\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cp class=\"section-label\"\u003eSubscribe \u0026amp; save\u003c\/p\u003e\n      \u003cp class=\"subscribe-intro\"\u003eSubscribe for 5% off — delivered every 30 days. Cancel anytime. One less thing on your list.\u003c\/p\u003e\n      \u003cdiv class=\"bundle-grid\"\u003e\n        \u003cdiv class=\"bundle-card\"\u003e\n          \u003cp class=\"bundle-pack\"\u003e3-pack\u003c\/p\u003e\n          \u003cp class=\"bundle-price\"\u003e$18.88\u003cspan\u003e\/pouch\u003c\/span\u003e\u003c\/p\u003e\n          \u003cp class=\"bundle-savings\"\u003e10% off\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-card featured\"\u003e\n          \u003cspan class=\"bundle-badge\"\u003eMost popular\u003c\/span\u003e\n          \u003cp class=\"bundle-pack\"\u003e5-pack\u003c\/p\u003e\n          \u003cp class=\"bundle-price\"\u003e$17.80\u003cspan\u003e\/pouch\u003c\/span\u003e\u003c\/p\u003e\n          \u003cp class=\"bundle-savings\"\u003e15% off\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-card\"\u003e\n          \u003cp class=\"bundle-pack\"\u003e10-pack\u003c\/p\u003e\n          \u003cp class=\"bundle-price\"\u003e$16.76\u003cspan\u003e\/pouch\u003c\/span\u003e\u003c\/p\u003e\n          \u003cp class=\"bundle-savings\"\u003e20% off\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Designed by Nature","offers":[{"title":"Default Title","offer_id":52487080968485,"sku":"DBN-COW-PK1","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0977\/5104\/0293\/files\/cmp_front_ref_lifestyle_nursery.png?v=1780487937","url":"https:\/\/world-safari-shops.myshopify.com\/products\/cow-milk-formula-12oz-340g-pouch","provider":"World Safari Shops","version":"1.0","type":"link"}