KIKI 's Activated Charcoal is produced from sustainable coconuts which has been highly purified with steam to remove any contaminants for use as a pharmaceutical active ingredient. It is a finely reduced powder (5-10 microns), which presents a huge surface area for the absorption of unwanted substances. When taken orally or used on teeth or skin it works as a sponge to soak up contaminants. Activated charcoal contributes to reducing excessive flatulence after eating. The beneficial effect is obtained with 1 g which should be taken at least 30 minutes before and 1 g shortly after the meal.
/* 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.