Kiki Organic Inulin powder is sustainably derived from the Blue Agave Tequilana Weber plant from Mexico. Since it is a completely soluble fibre without any additives or preservatives, its exceptional bioavailability, purity, and neutral flavour make it suitable for a wide range of recipes and ideal for anyone looking to increase their intake of fibre.
/* 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;
}
}