Flakes of organic-certified Sri Lankan coconuts, sprinkled with a Bett'r mix of coconut blossom nectar and Peruvian cocoa powder, baked till deliciously crunchy. Enjoy as a guilt-free treat on its own or sprinkle on top of creamy or baked desserts, ice cream or even your selected breakfast bowl.
/* 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;
}
}