A totally unique and delicious blend of organic chicory powder and organic instant coffee. It's better than 'half caff' with a 60/40 split of chicory to coffee. Not quite ready to kick the caffeine yet? Well this is a great start along that road. All our chicory drinks are high in inulin which can help to improve gut health, relieve constipation and help to control blood sugar levels.
/* 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;
}
}