Just Natural Organic Chlorella Powder is carefully selected from the best producers on the shores of the South China Sea. Cultivated on the coast, this blue-green algae has a nutrient profile similar to Spirulina. Chlorella boasts high Omega 3, Magnesium, Iron, Zinc and Protein content. And it's packed in our 100% plastic free home compostable pouches.
For nutritional information and ingredients, click Further Information.
/* 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;
}
}