100% Cranberry powder, made from wild-grown Arctic cranberries, nothing added! A convenient, nutrient dense boost of natural antioxidants, vitamins, nutrients, fibre, colour and taste.
A teaspoon of powder is equal to a handful of fresh cranberries. We have used over 700g of fresh berries in one 70g bag.
Serving size: 1-2 teaspoons on porridge, cereal, yogurt, smoothie, snacks or baking. Servings per bag: Approximately 16 teaspoons
/* 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;
}
}