An excellent stomach soother and digestive system tonic
Each capsule provides 250 mg of guaranteed-potency ginger extract standardized to 5% gingerols and shogaols
Also delivers 250 mg of powdered ginger root
Settle your stomach with Swanson Ginger! The soothing properties of ginger make it a helpful herb to have around when your stomach needs some comfort. Our convenient capsules combine 250 mg of guaranteed-potency ginger extract (standardized to 5% gingerols and shogaols) with 250 mg of dried ginger 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;
}
}