Lovingly mixed with the best British wholegrain gluten-free oats, we use only completely natural, ethically sourced ingredients that we trust and believe in. This is a healthy, balanced meal and a beautiful start to any day.
Have we gone bananas? No, but we do have a flavour that you'll go bananas for!
For this berry nice flavour, we've added dates, chia seeds, and coconut cream to a base of British wholegrain oats then sprinkled in blueberries and bananas for that all-important fruity flavour
/* 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;
}
}