This ultimate indulgent drinking chocolate with 50% premium cocoa from the Dominican Republic of the best organic and biodynamic quality. The unprocessed, non-alkalised cocoa provides aromatic moments of pleasure - whether hot or cold.
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;
}
}