A classic Dutch waffle with a delectable honey filling, our Biona Organic Honey Waffles are perfect for when you're feeling peckish. Organically produced, these moreish waffles are sure to indulge anyone with a sweet tooth with their rich, smooth centre. Enjoy on the go, or savour at home with a warming hot beverage.
/* 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;
}
}