Youth activator & plumps lines for enhanced fullness---Best for treating dryness, loss of elasticity, fine lines, and wrinkles.
SKIN TYPES FOR USE
All skin types.
IT IS GOOD TO KNOW
The molecular size of HA determines its depth of delivery in the skin.
This serum combines low-medium and high-molecular weight Hyaluronic Acid for multi-depth
/* 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;
}
}