Creamy Hazelnut m*lk chocolate with crunchy hazelnut pieces.
Our Hazelnut M*lk chocolate is the result of hard work, patience and dedication to the art of chocolate-making.
Our Swiss master chocolatiers source Forastero cacao from the Dominican Republic and blend it with the gentle nuttiness of hazelnut pieces to create an easy eating masterpiece.
/* 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;
}
}