72% dark chocolate hearts with lightly salted homemade caramel.
A truly tender chocolate ! The strong aroma of 72% dark chocolate contrasts with the sweetness of caramel, freshly prepared on Belvas' premises. Organic and Fairtrade cane sugar, sourced from Paraguay, organic fresh cream and a pinch of Guerande salt. For the true chocolate lovers !
Contains: milk.
May contain traces of almonds, hazelnuts, pistachios and soy.
/* 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;
}
}