Craving a bite to eat before your next meal? Our Biona Organic Caramel Waffles are just the thing for when you're peckish. These classic Dutch waffles are bursting with delectable caramel that's as smooth as it is delicious. Enjoy the sweet flavours at home with a hot beverage, or munch on the go for a filling, organic 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;
}
}