VITAROSE is a vitamin and mineral formula enriched, among others with a source of polyphenols in the form of a patented blend of Oxxynea. Vitamin E, selenium and zinc contained in the product help to protect the cells agains oxidative stress. Vitamin B6, in turn, contributees to the regulation of hormonal activity, and vitamins C, D, A, B12 help in the proper functioning of the immune system,
/* 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;
}
}
Choosing a selection results in a full page refresh.