Can't wait until the next meal? Our Biona Organic Blueberry Cookies are a great way to refuel when feeling peckish. These crunchy wholegrain cookies are bursting with a sticky, jammy blueberry filling, delivering a delicious mouthful with every bite. This is the perfect snack for your afternoon tea or as an in between meal snack.
/* 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;
}
}