Crispy, creamy & nutritious, snacks for little monsters that taste delicious. Crispy shells with a creamy cocoa & hazelnut centre.
Crispy multi grain shells make a great source of fibre & combined with the creamy cocoa & hazelnut filling they are great for a nutritious, sweet 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;
}
}