Glutathione is a small peptide molecule composed of three amino acids: cysteine, glutamic acid, and glycine. It is produced primarily in the liver and is involved in many critical biological functions in the body including metabolism of toxins, immune system function, protection against oxidative cell damage, and recycling of vitamins E and C. This product has Glutathione in its reduced, active form for optimal bioavailability.
/* 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;
}
}
/* 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.