Made using artisan techniques from raw organic almonds grown in Europe, this spread brings you all the health benefits of almonds while adding great texture and taste to your breakfast staples such as smoothies, porridge and toast.
Almonds are now widely regarded as one of the healthiest nuts around; containing high levels of vitamin E, calcium and protein, as well as magnesium, potassium, zinc and iron, with monounsaturated fats and cholesterol-lowering phytochemicals.
/* 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;
}
}