Suma low sugar baked beans are made in Italy using organic haricot beans and organic Italian tomato. We've added the natural sweetness from agave syrup to create a reduced sugar version to sit alongside our other popular baked beans.
This product is accredited with Ethical Consumer's Best Buy label. The label is awarded after Ethical Consumer has looked in detail at the environmental and ethical record of both the product and company supplying it.
/* 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;
}
}