An intensely hydrating Night Cream formulated to reduce deep wrinkles and regenerate skin during its nightly repair phase. Resulting in plumper, more elastic, re-densified skin, so facial contours appear sharper. The Collagen+ Active Complex increases the skin's collagen content, balances skin pigmentation, brightens up skin tone, intensively hydrates and nourishes overnight, so you awaken to cashmere-soft skin. It's clinically proven to reduce pigmentation spots
/* 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;
}
}