A powerful grapeseed extract supplying 100 mg per capsule
Fortifies your body's defenses against harmful free radicals
Standardized to 90% polyphenols
Protect your body from the damaging effects of free radicals with Swanson Grapeseed Extract. This extract supplement includes a blend of grapeseed and grape skin powders for broad-spectrum antioxidant protection.
/* 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;
}
}