OORG! Mango Juice made with special Sri Lankan mango called "Karathakolomban". The product is Pure and Natural. Never from concentrate. No added sugars, No preservatives, No artificial flavours. Rich in Antioxidants, 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;
}
}