Elevate your mental clarity and enhance your cognitive performance with B-YOND Focus Adaptogen Mushroom Capsules.Sharpen focus, improve memory, relieve stress and anxiety and provide powerful antioxidant support, so you can stay sharp, focused and balanced throughout the day.60 capsules = 1 month supply. Used by elite athletes - Informed Sport certified.
/* 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;
}
}