Rich, creamy, 60% dark chocolate with a raw almond crunch, made using the finest-flavoured unroasted Ecuadorian cacao and activated almonds.
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;
}
}