These healthy Blueberry Oat Muffin inspired breakfast balls are perfect to supercharge your mornings. Made with gluten free oats, cashews, almonds and 7% of blueberries these balls are high in fibre and packed with plant based protein with an added sprinkle of oats, cinnamon & flax to top them off.
Our blueberry delight delivers 6.5g of plant protein, no added sugar, high in fibre and with 3 essential vitamins.
/* 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;
}
}