Our lentils are grown on a small organic farm in Turkey, without any pesticides, herbicides or GMOs. Biona Organic Brown Lentils are packed in a 100% recyclable paper bag, for a more sustainable store cupboard staple.
Full of plant-based protein and gut-friendly fibre, lentils are a nutritious addition to a host of meat-free meals.
/* 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;
}
}