Discover our breakfast cereal Multigrain Flakes with Chocolate. Enjoy the crispy flakes and dark chocolate curls. They're gluten-free and rich in fiber. Each 35g serving packs 5.3g of fiber for a nutritious and satisfying bite. Whether with milk or yogurt, it's a delightful treat. You'll enjoy the blend of textures and rich dark chocolate flavor while nourishing your body. Start your day tastier with Turtle Multigrain Flakes with Chocolate.
/* 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;
}
}