These beans proudly come from the UNOCACE Fortaleza cooperatives in Ecuador. As with all our cocoa, it is from organic Fairtrade-certified cooperatives committed to improving their members' livelihoods. We then partner with our Swiss chocolate maker, who offsets all CO2 from our production by planting timber trees in the growing areas for additional farmer income.
The native birds of South America gracing our recyclable packaging remind us of this thriving ecosystem behind every chocolate bar.
/* 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;
}
}