An ultra-intensive hydrator which locks in moisture and guards against dryness. This peptide serum quenches thirsty skin and stimulates collagen replenishment to firm and smooth, protecting skin and leaving it visibly healthy and hydrated.
Potent antioxidant vitamin C from fresh organic Sicilian lemons and organic Orange and Mandarin Oils help protect the skin from damaging free radicals caused by stress and pollution. Super-Hydrating hyaluronic acid plumps dry skin to reveal a soft, velvety-smooth finish.
/* 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;
}
}