Sweet & velvety, all natural Sunny Fruit Organic Dried Mangoes are an ideal, on-the-go, healthier snacking option. Meticulously dried for ideal sweetness, these organic dried mangoes are an excellent source of dietary fibre, antioxidants, potassium, calcium, iron and magnesium. All Sunny Fruit products are sun-dried for ultimate sweetness and packed at source to ensure the highest quality with no artificial additives. Vegan, Kosher, halal, Non-GMO, Gluten Free, Nut Free & Sulphite Free.
/* 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;
}
}