Our cacao is a mindblower. The concentrated goodness of our 100% pure roasted organic Peruvian cacao beans are sure to enhance your baking and chocolate treats. Extremely high in copper & magnesium which contribute to a healthy metabolism, it is also loaded with zinc and iron.
/* 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;
}
}