Best for the normal formation of collagen. Maintaining normal skin pigmentation and protecting cells from oxidative stress.
Do not exceed stated recommended dose.
Store in a cool dry place away from children
Not suitable for children under 12 years old.
Food supplements are intended to supplement the diet and should not be substituted for a varied diet or healthy lifestyle. As with other food supplements, seek professional advice before using if you are pregnant, breast-feeding or are under medical supervision.
/* 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;
}
}