Simply add hot water and wait for the perfect consistency. Made in the UK with British Jumbo oats. Gluten free. Source of protein and fibre.
Suitable for vegetarians. Made using our signature blend of gluten free British jumbo oats and traditional porridge oats for a creamy texture with a bit of bite. This creamy porridge is bursting with the sweetness of golden syrup for a nostalgic start to your morning. It's also high in fibre and a source of protein. Ready in just 3 minutes, this satisfyingly filling porridge is the tastiest way to fuel your day
/* 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;
}
}