You will be surprised by the full, fresh flavour of Clearspring Organic Fruit Purees. The exceptional flavour comes from using specially selected ripe organic fruit and prepared with the minimum of heating so the fruit retains all of its natural goodness.
Each of the 10 varieties is made without added concentrates, sweeteners, preservatives, or artificial colourings or flavourings.
Each pack contains two handy long-life, ambient-stored, sealed pots; ideal for keeping at home to use as a topping or dessert for meals, picnics or school lunches.
/* 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;
}
}