Pycnogenol is a bark extract from the French Maritime Pine, containing proanthocyanidins (chemical compounds found in fruits and plants). These compounds have been studies for their anti-inflammatory properties.
Pycnogenol has demonstrated in studies to benefit the health of eyes, skin and joints, promoting the production of collagen, hyaluronic acid, and nitric oxide, as well as reducing cholesterol and blood sugar levels.
/* 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.