A smooth blend of Swiss m*lk chocolate and 30% toasted hazelnuts. Versatile and irresistible - spread it on toast, drizzle over pancakes, swirl into porridge, bake with it, or simply grab a spoon and indulge. We won't judge.
Our signature Swiss chocolate, now in a luxuriously smooth, handcrafted spread. Made with 30% organic hazelnuts and the finest Swiss chocolate, our Maitre Chocolatiers meticulously craft every batch - refining each step from cacao bean to spread - to unlock the delicate flavours of the cocoa and create an irresistibly silky texture.
/* 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;
}
}