This is not just another porridge. This is a nutritiously delicious blend of gluten-free oats, upcycled oats* and UK grown chia seeds.
We're proud to be highlighting the benefits of regenerative farming and lower- impact food production by working directly with our local, plant-based ingredient suppliers - doing our bit for a more sustainable food future.
*A naturally high in protein and fibre by-product made from oat milk. More taste, less waste.
/* 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;
}
}