Easy-to-swallow veggie capsules
Free form vegan BCAAs
Leucine, Isoleucine & Valine in 2:1:1 ratio
Supports muscle recovery
131 mg of 8 different electrolytes to replace those lost in sweat during exercise
2.5 mg of BioPerine, which is a patented black pepper extract shown to enhance bioavailability of nutrients by 30% or more
MUTANT BCAA CAPS deliver 2000mg of 100% free form BCAAs per dose in the preferred 2:1:1 ratio. Plus we've kept intact the vital mineral electrolytes and the patented absorption agent BioPerine that we also use in our MUTANT BCAA 9.7 powder.
/* 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;
}
}