ZeinPharma Myo-Inositol Capsules provide an excellent source of inositol: Each capsule contains 500 mg of pure myo-inositol. The Myo-inositol capsules are made on a natural basis and are of the highest quality.
- Suitable for vegans and vegetarians
- Myo-inositol
- 500 mg per 1 capsule
- Controlled for impurities
- Raw material: phytin from maize
- Component for secondary messengers
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.