Deep dark flavour and a pure, smooth indulgence with no crunchy distractions.
The deep roast smooth was born when the world's finest chocolatier tried the deep roast crunchy. He fell in love with the flavour, but the crunch didn't go with his chocolate. So, we gave him the smooth. Now it's yours too!
Made from the finest hi-oleic peanuts sourced from a single-estate in Cordoba, Argentina. These beauties are roasted by experts and blended in small batches to create that extra creaminess. We add absolutely nothing else (just a wee pinch of sea salt).
/* 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;
}
}