Bio Kitchen is the name of our premium range of organic and biodynamic staple foods in clear glass jars which are naturally sweet and full of flavour. 100% apple, unsweetened. Uses only one ingredient; the finest Biodynamic apples.
Delicious and versatile - try it with granola and dairy-free yoghurt, on pancakes or as a side dish with mash, peas and vegan sausages. It can also be used as a substitute for fat in baking.
/* 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;
}
}