Pop open a tin of Mr Organic Black Bean Soup for a tasty meal in minutes. Lovingly crafted in Italy by our Chef, Giovanni, this soup is full of black beans, celery, carrots, potatoes and spices - using only organic ingredients, made with no preservatives.
Our organic Black Bean Soup contains 16g of protein and adds up to 5 plant points for the week. Perfect for keeping in the cupboard for when you need a quick and nourishing meal. 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;
}
}