Ferocious Formula
With 5 delicious flavors, Roar is designed to support energy, focus, endurance and hydration to help you overpower meager motivation levels and render weak workouts extinct.
Performance support from creatine, beta-alanine, taurine, and betaine
Pump support from citrulline and arginine
Hydration & replenishment support from an electrolyte blend (350mg) and thirst-quenching flavors
Alertness & energy support with caffeine from tea & coffee extracts and tyrosine
Full label transparency
/* 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;
}
}