Only the finest freshly roasted sweet almonds are milled to create this creamy, smooth Biona nut butter. With no added sugar or salt, you can enjoy it as nature intended. Spread it over hot rye toast, stir it into your favourite porridge recipe or even use it to create rich salad dressings or to give smoothies a protein hit. No additives such as palm fats or emulsifiers, BPA free lid.
/* 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;
}
}