KSM-66 Ashwagandha is a premium supplement formulated to provide support for stress management and hormone balance. Each capsule delivers a dose of the highest quality Ashwagandha extract, renowned for its adaptogenic properties
/* 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;
}
}