Nourish London Relax Hydrating Peptide Serum is a calming, cooling and highly-effective hydrator that leaves your skin visibly healthy and soothed. Recommended for sensitive skin it nurtures and soothes skin prone to stress and allergic response.
Super-hydrating hyaluronic acid locks in moisture while tripeptides stimulate the production of collagen giving a smoother, fresher, more youthful appearance. A calming scent of natural lavender and a synergistic blend of natural Bisabolol and ginger soothe irritation and support 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;
}
}