Biona's Organic Buckwheat Cakes are a wholesome and nutritious snack option, ideal for health-conscious consumers looking for a clean-label alternative.
Made from just 2 simple ingredients - organic buckwheat and a touch of sea salt.
These cakes are naturally gluten free and a good source of fibre.
/* 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;
}
}