Our unique, premium quality Organic Ashwagandha contains 500mg of organic ashwagandha root, and has been certified organic by the Soil Association. Ashwagandha is an adaptogenic herb which may support a sense of calm and relaxation. This is a high potency supplement providing the full spectrum of actives.
/* 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;
}
}