Our Just Natural Organic acai berry powder is made with the Euterpe precatoria variety which has a higher antioxidant count and lower fat level than standard acai (Euterpe Oleracea). In fact, this type of acai berry has one of the highest Oxygen Radical Absorption Capacity of any food. High in Vitamin A , and Vitamin E this is a one of a kind Superfood. Enjoy in smoothies or sprinkled over your muesli in the morning.
/* 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;
}
}