We have taken a new approach to the idea of hot chocolate.
Our mixture of Pure Cacao Powder, banana flakes and lucuma makes a deliciously rich, smooth, creamy and thick hot chocolate, all naturally.
Boosting with antioxidants and with additional benefits of maca, which is so amazingly healthy that it's called "a fountain of youth" in its country of origin, Peru!
/* 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;
}
}