A delicate blend of roasted hazelnuts, creamy caramel, and a hint of sea salt. Spread it on toast, drizzle over pancakes, swirl into porridge, bake with it, or simply grab a spoon and indulge. We won't judge.
Expertly crafted in small batches by Maitre Swiss Chocolatiers, it offers a rich, nutty, and velvety-smooth experience that celebrates Swiss artistry and indulgence.
/* 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;
}
}