This smooth and creamy nut butter is made with freshly ground almonds, blended with coconut and a dash of coconut blossom nectar. Add some delicious indulgence to your smoothies, porridge or spread on toast, crumpets and crackers. For the perfect mid-morning snack spread this nut butter on Biona rye bread and top with fresh fruit. Suitable for vegans and palm fat free.
/* 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;
}
}