Sugar Cut Berberine is a premium quality barberry and white mulberry extract tablet formulated with chromium picolinate. Barberry naturally contains berberine. Barberry helps to maintain normal intestine tract functinos. Chromium helps maintain normal blood sugar levels, and chromium also helps to maintain normal sugar metabolism.
/* 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;
}
}