our natural ally for fat loss and metabolism support. Powered by Maitake mushrooms, known for their unique ability to promote healthy blood sugar levels and enhance fat metabolism, this supplement is designed to help you shed unwanted weight while keeping your energy levels steady throughout the day.
/* 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;
}
}