Lock in moisture with our Turmeric Face Cream, packed with Argan Oil and Tego Turmerone, which nourishes and envelopes skin in a veil of softness. Infused with exotic ingredients of Turmeric extract, Shea Butter and Mandarin Oil, this creamy formulation melts into the skin to support an ultra smooth and luminous complexion.
/* 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;
}
}