Our Kid's Veggie pasta sauce has been created to give you a helping hand in creating a quick, yummy and nutritious meal for your little ones. Made with organic tomato, carrot, parsnip and absolutely no added salt or sugar, simply stir into any Mr Organic pasta for a scrummy dish.
Organic & Natural
No Added Salt or Sugar
1 of 5 a Day
Suitable from 9+ Months
Gluten Free
BPA Free Packaging
Produced in Italy
Zero air miles
/* 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;
}
}