Get your day off to a healthy start with Biona Organic Pure Oat Granola. An irresistible blend of wholemeal oats and malted barely, resulting in crunchy, golden clusters that are more than enough to get you out of bed in the morning. Organically produced and high in fibre, our granola has no added sugar, is suitable for vegans and makes for the perfect nutritious breakfast.
/* 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;
}
}