Pure Madagascar, exceptionally dark organic chocolate in 82% cocoa. Our darkest so far.
These beans proudly come from the Masoala Peninsula, Madagascar. It is one of the three most species-rich habitats in the world, with many birds & animals found nowhere else in the wild. This bar proudly supports the MaMaBay Conservation Through Cocoa Project on the peninsula through additional financial contributions. The aim is to regenerate 200-300 hectares of deforested land back into the tropical rainforest it once was by planting high-quality cacao trees alongside native vanilla, cloves and hardwoods.
/* 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;
}
}