Low fat and indulgent flavorsome organic cocoa powder from the Dominican Republic in the best organic and Demeter quality. The unprocessed, non-alkalized cocoa with just a little cocoa butter provides intense cocoa enjoyment. The powder is ideal for cakes, desserts and muesli and a great sweetener for drinks!
The fine flavour cocoa for the VIVANI Demeter products comes from three fincas in the Dominican Republic and is fully traceable.
/* 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;
}
}