Discover a world of nature's supergrains...These crunchy hoops are packed with lightly toasted wholegrains like buckwheat, oats, teff and quinoa, enjoyed by different cultures for centuries. A gluten free, organic and vegan breakfast with flavours from around the world.
This product is Coeliac UK, Vegan, Kosher and Soil Association certified.
/* 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;
}
}