{% comment %} nc-bobbie-formula-finder — guided-selling selector for baby formula collection. {% endcomment %} {{ 'nc-bobbie-collection.css' | asset_url | stylesheet_tag }}
{% if section.settings.eyebrow != blank %} {{ section.settings.eyebrow }} {% endif %}

{{ section.settings.heading | default: 'Which formula fits your baby?' }}

{{ section.settings.subheading }}

{{ section.settings.prompt_label | default: 'Which describes your baby?' }}

{% for block in section.blocks %} {% endfor %}
{% schema %} { "name": "NC Bobbie Formula Finder", "tag": "section", "class": "nc-bobbie-formula-finder-section", "settings": [ { "type": "text", "id": "eyebrow", "label": "Eyebrow", "default": "Formula Finder" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Which formula fits your baby?" }, { "type": "textarea", "id": "subheading", "label": "Subheading", "default": "Answer one quick question and we'll highlight the Bobbie recipes built for your feeding journey — sensitive tummies, combo feeding, and every stage from newborn to year one." }, { "type": "text", "id": "prompt_label", "label": "Prompt label", "default": "Which describes your baby?" }, { "type": "text", "id": "cta_label", "label": "CTA label", "default": "See matched formulas" }, { "type": "image_picker", "id": "image_1", "label": "Lifestyle image 1" }, { "type": "text", "id": "image_1_alt", "label": "Image 1 alt", "default": "Parent bottle-feeding newborn" }, { "type": "image_picker", "id": "image_2", "label": "Lifestyle image 2" }, { "type": "text", "id": "image_2_alt", "label": "Image 2 alt", "default": "Combo feeding with breast and bottle" }, { "type": "image_picker", "id": "image_3", "label": "Lifestyle image 3" }, { "type": "text", "id": "image_3_alt", "label": "Image 3 alt", "default": "Baby feeding from bottle" } ], "blocks": [ { "type": "scenario", "name": "Scenario toggle", "settings": [ { "type": "text", "id": "label", "label": "Button label" }, { "type": "text", "id": "hint", "label": "Hint line" }, { "type": "text", "id": "filter_key", "label": "Filter key (sensitive, combo, breastmilk, bottle, newborn, older)" }, { "type": "textarea", "id": "match_copy", "label": "Match result copy (supports )" } ] } ], "presets": [ { "name": "NC Bobbie Formula Finder", "blocks": [ { "type": "scenario", "settings": { "label": "Sensitive digestion", "hint": "Gas, fussiness, or tummy troubles", "filter_key": "sensitive", "match_copy": "Sensitive tummies → Organic Gentle® with partially hydrolyzed protein for easier digestion." } }, { "type": "scenario", "settings": { "label": "Combo feeding", "hint": "Breast milk + formula together", "filter_key": "combo", "match_copy": "Combo feeders → Organic Whole Milk or Organic Infant Formula — both designed to supplement breastfeeding." } }, { "type": "scenario", "settings": { "label": "Closest to breast milk", "hint": "Full cream, whey-forward nutrition", "filter_key": "breastmilk", "match_copy": "Closest to breast milk → Organic Whole Milk Infant Formula with USDA organic grass-fed whole milk." } }, { "type": "scenario", "settings": { "label": "Exclusively bottle-feeding", "hint": "Formula as primary nutrition", "filter_key": "bottle", "match_copy": "Bottle-first families → Grass-fed Whole Milk or Organic Infant Formula for complete day-one nutrition." } }, { "type": "scenario", "settings": { "label": "Newborn (0–6 months)", "hint": "Birth through first half-year", "filter_key": "newborn", "match_copy": "Newborn stage → All four Bobbie recipes are complete nutrition from birth through 12 months." } } ] } ] } {% endschema %}