OstroVit Ashwagandha VEGE is a high-quality dietary supplement that contains ashwagandha root extract standardized to 1,5% withanolides DER 6:1. It is a vegan preparation, available in the form of easy-to-swallow tablets, created for people who want to supplement their daily diet with valuable compounds.
Ashwagandha root extract - extract from the root of a plant belonging to the nightshade family, also known as ashwagandha or Indian ginseng. Ashwagandha root is characterized by intense smell and a wealth of valuable substances - it is primarily a source of withanolides, the content of which is standardized, extract from the plant used in OstroVit preparation.
/* 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;
}
}