Biona Organic Cous Cous is crafted using the highest quality Italian Durum Wheat, rolled and sieved into fine granules and carefully packaged in a sustainable, plastic-free bag. Ready-to-eat in 5 minutes, simply cover the Cous Cous with a little boiled water or vegetable stock, leave to sit and fluff with a fork before serving.
A quick, simple and healthy alternative, this makes a delicious accompaniment to roasted vegetables, Moroccan inspired stews, or tossed in a refreshing salad.
/* 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;
}
}