Naturally formulated using Ayurvedic principles, this bioactive blend of brightening botanicals Turmeric, Liquorice, Papaya and Goji berry extract is enriched with a cell-repairing amino-acid complex to help correct signs of hyperpigmentation, boost complexion and balance skin tone. Moisturising and collagen-boosting Arjuna extract helps to feed skin, keeping it soft, supple and hydrated. Packed in a sustainably-sourced Forest Sustainability Certified carton
/* 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;
}
}