An authentic flavour of chocolate and vanilla cookies with cream, while avoiding any additives: just real high quality organic foods. Combining ground organic cacao beans and vanilla pods with our creamy cold filtered organic whey protein, plus a sprinkle of unrefined organic coconut sugar and pink rock salt. No artificial or "natural" flavourings in sight.
/* 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;
}
}