Greens your baby will love! With protein rich plant power from pea, quinoa, pumpkin seeds the complete protein for your little one. Blended into a smooth puree with broccoli, kale and fruits to provide higher nutrition and great taste.The perfect stage 1 weaning food. providing key nutrients plus Omega 3 to support brain developement.
/* 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;
}
}