Our Ashwagandha KSM-66 (500mg) is 100% organic and acclaimed for supporting your mental wellbeing, reducing stress, bringing a sense of calm, and promoting relaxation in your body. For demanding lifestyles and helping you feel less anxious, our Ashwagandha KSM-66 is the optimal form of this natural herb (an adaptogen) from Rajasthan, India, where it is carefully extracted and has been taken for centuries as a natural source of energy and vitality when your body needs it most.
/* 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;
}
}