Delightfully creamy 'mylk' chocolate, made using Ecuadorian cacao and smooth, creamed coconut for a delicious melt in the mouth bar. This bar contains 55% cacao solids and billions of added live cultures.
We keep our cacao unroasted to preserve the heat-sensitive polyphenols (healthy plant compounds), ensuring our chocolate stays nutrient-rich and full of flavour, as nature intended. All our chocolate is certified vegan, organic and fair trade.
/* 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;
}
}