Calcium D-Glucarate is the calcium form of D-glucaric acid, a substance produced naturally in small amounts in the body. Glucaric acid is also found in many fruits and vegetables. Scientific studies have found that Calcium D-Glucarate can facilitate complete detoxification and elimination of certain metabolic waste products and environmental compounds from the body. By supporting the body's natural cleansing mechanisms, Calcium D-Glucarate may help to maintain normal cellular function and promote liver, prostate, and breast health.
/* 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.