Cleanse your skin with our zesty Turmeric Body Wash, with a luxurious texture and an enchanting fragrance. With this unique and energising formulation of Turmeric Extract, Amla Extract, Mandarin Oil, Papaya Extract and Argan Oil, your skin will be left feeling deeply cleansed, refreshed and protected.
/* 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;
}
}