Fuel your day with vitality and focus with our premium Endurance Mushroom Coffee. Crafted with a blend of Cordyceps Mushroom, this invigorating coffee alternative is designed to potentially enhance energy levels, mental clarity, and physical performance, allowing you to tackle your day with renewed vigour and stamina.
/* 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;
}
}