Our Vanilla Chewy Oat Bar is a tasty alternative to sugary snacks, made from whole grain oats, brown rice, tapioca and chicory root fibres, sunflower and pumpkin seeds, quinoa, and sunflower paste. It has 0% added sugar, contains no artificial sweeteners and has a calorie count of just 117kCal per 30g bar. It's also high in fibre and naturally low in sugar (<1g per 30g bar). Perfect for vanilla lovers with subtle and sweet notes.
/* 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;
}
}