Proper nutty granola that's bursting with flavour and goodness for a more nutritious breakfast!
- Grain free, wheat free and gluten free
- No refined sugar - we use coconut nectar to naturally sweeten!
- Low carb and low sugar - perfect for a paleo or keto diet
- Packed full of toasted nuts and seeds = high in protein and fibre!
- Vegan friendly and made with only natural ingredients
/* 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;
}
}