30% - 45% Daily Intake of key Nutrients per pouch
Get your Quinoa Hummus. Your baby will love eating their greens with this nutritious pouch! A textured puree backed with avocado and chickpeas with organic quinoa, to provide excellent nutrients for an optimal development plus extra omega 3 from Algae oil for brain support and tummy friendly prebiotics for a healthy gut.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}