Supports detoxification in the liver
Boosts antioxidant activity
Supports healthy liver, spleen and kidney function
Swanson Milk Thistle Combination is an herbal tonic for everyday liver health support, featuring guaranteed-potency milk thistle extract (standardized to 80 percent silymarin content). The formula is further fortified with liver cleansing herbs including dandelion root, black radish root, burdock root, ginger root and parsley root.
/* 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.