Pop open a tin of Mr Organic Tomato & Lentil Soup for a tasty meal in minutes. Lovingly crafted in Italy by Chef Giovanni, this soup uses a tomato base, packed with lentils, carrots, and spices - using only organic ingredients, made with no preservatives.
Our organic Tomato & Lentil Soup contains 13.2g of protein, no added sugar, and adds up to 4 plant points for the week. Perfect for keeping in the cupboard for when you need a quick and nourishing meal. Simply heat up the contents on the hob or in the microwave and enjoy! Top Tip:
Feel good, Organically.
Three generations of Italian Organic producers bonded by farming, family & friendship. We love good food and never compromise on our standards.
We believe organic is the way to go! Our 100% organic, plant-based ingredients bring tastier, healthier meals to share, caring for people and the planet.
/* 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;
}
}