Supercharge your breakfast with just one spoonful of 5 amazing superfoods. Naturya's products are nature's most nutrient-rich foods. A quick sprinkle will supercharge your meals with the goodness your body needs. Superberries contains goldenberries, mulberries, goji's, blueberry and acai powders. Superberries is brimming with omega 3 & iron. It is loaded with zinc and potassium and rich in magnesium and fibre. Add a spoonful to yoghurt, porridge or breakfast cereals. Contents may settle, shake well before use.
/* 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;
}
}