OORG! Mango and Passion fruit juices are Pure and Natural. No added sugars, No preservatives, or No artificial flavours. Vegan , GMO FREE, Rich in Antioxidants, Good source of dietary of fiber, Vitamins.
Supports overall well-being. Enjoy it straight, in smoothies, or as a culinary ingredient.
Authentic Sri Lankan Taste and Experience the true essence of the tropics.
/* 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;
}
}