Dive into the goodness of Cocoa Pillows Hazelnut Filling and start your day right! These delicious filled cereals are a harmonious blend of organic goodness, gluten-free and vegan ingredients, and a commitment to palm oil-free excellence. Wake up to a delightful breakfast experience that's both responsible and irresistibly delicious.
/* 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;
}
}