Our Organic Raw Hazelnut Butter is made using carefully selected hazelnuts, which are stone ground raw, preserving the taste and nutritional benefits of our premium hazelnuts.
Along with a wide range of vitamins and minerals, hazelnuts are exceptionally rich in folate an important B-complex vitamin.
Our spread has a naturally sweet and creamy taste, making it an especially great treat when combined with dried fruits, or raw coco powder to make a healthy chocolate spread.
Our top tip: add some cacao powder and agave syrup to make your own healthy nutella.
/* 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;
}
}