Powered with Argan and Jojoba oils and pollution protecting kale extract, our hydrating formula of natural oils deeply cleanses without stripping, leaving skin hydrated and protected.
Featuring an enhanced omega-rich cleansing formula to sweep away impurities, melt away makeup and refine and hydrate the skin.
Powered with Argan, Jojoba, Borage oils and Nourish London's own unique Kale extract, Skin Renew cleanser will replenish the skin's natural lipids and counter the effects of pollution and make-up.
Suitable for all skin types, including sensitive skin.
/* 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;
}
}