Biona Organic Flageolet Beans are creamy, tender and delicate in flavour. We don't add any salt, preservatives or stabilisers, to preserve the beans' natural taste and nutrients. A great source of plant based protein, potassium and iron, try with your favourite salads, stews or cassoulets.
/* 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;
}
}