Dark Roast Crunchy Peanut Butter is darker, richer and nuttier than our classic roast. For those that love a real peanutty hit there is nothing better. We use our naturally sweet hi-oleic Argentinian peanuts that we roast at a higher temperature than usual, before milling straight away to release the flavour. We then add extra big nutty pieces for even more crunch.
/* 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;
}
}