Ashwagandha, our standalone product that emerged from the immense benefits experienced in SupportMax Neuro. Now available in a convenient capsule form, each serving delivers 500mg of this trademarked KSM66® Ashawagandha. Whether you prefer taking it solo or alongside your favourite supplements, Ashwagandha offers unmatched versatility. With 120 capsules per tub, you have a generous supply to mix and match as you desire.
/* 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;
}
}