A delicious instant blend of three essential amino acids
In a ratio of 2:1:1, supplemented with zinc and B group vitamins. Specially formulated to support protein synthesis, improve metabolic and immune functions, delay fatigue and improve performance.
6000 mg of BCAA per dose
A 2:1:1 ratio of amino acids
vitamins B1, B3, B6
zinc
instant mix
no artificial colourings
sugar-free
/* 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;
}
}