Our Organic Super Green Blend is a blend of Spirulina Powder, Wheatgrass Powder, Barley Grass Powder and Chlorella Powder. It has been specially formulated to provide a concentrated boost of micronutrients by combining the key algae and grass powders. It can be added to your favourite recipes for a nutritional boost and is HIGH IN IRON, Vitamin B12 and FIBRE.
/* 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;
}
}