Packaged in 100% recyclable paper bags, Biona Organic Bulgur Wheat is the sustainable store-cupboard essential.
Our Bulgur is organically grown in Turkey, carefully harvested and then pre-steamed for ultimate convenience.
With a slight bite and neutral flavour, this makes a delicious and satisfying base ingredient in traditional Tabbouleh or fragrant Pilaf.
/* 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;
}
}