Conscious Skincare's best selling day cream for dry, sensitive skin. A rich but easily absorbed cream designed to help restore and replenish skin. It combats dryness with deep reaching moisturisation locked into skin but allowing skin to breathe. Made with key skin soothing actives of niacinamide, comfrey and vitamin E rich organic evening primrose oil. Like all Conscious Skincare products, certified Vegan by The Vegetarian Society, certfiied Cruelty Free by PETA, approved by Ethical Consumer and The Good Shopping Guide. EWG Rated too.
/* 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;
}
}