Our Biona Organic Soya Beans are tender, cream-coloured beans picked from soy plants and preserved in water. With no added sugar or salt, our organic soya beans are mild in flavour but high in nutrition. Add to a wide range of dishes, use to make hummus, or whizz in a blender with garlic and cream cheese for a delectable dip.
/* 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;
}
}