Boasting a mellow flavour and plenty of protein, our organic black beans are a whole and hearty pulse that boosts your cooking. Our beans have a firm and satisfying texture paired with a subtle nuttiness: layer them into vegetarian lasagnes, spoon into spicy chillis or scatter over green salad bowls and rice sides for added flavour and bite. Rich in iron, magnesium and fibre, the protein in our black beans makes them ideal for vegan dishes.
/* 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;
}
}