A high-protein, vitamin & mineral, gut-friendly bar designed for any moment-snack, light meal,
or pre/post-workout fuel.
Enhances brain health and focus
Long-lasting energy for peak performance
Digestive Support to promote healthy gut
Optimal recovery to help build muscle
/* 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;
}
}