Container Size: 492g/495gServing Size: 1 ScoopServings Per Container: 30Container Size: 320g/330gServing Size: 1 ScoopServings Per Container: 20Amount Per Serving:Instant BCAA Blend (Leucine, Isoleucine, Valine): 5000mgCitrulline Malate : 6000mgBeta Alanine: 2000mgL-Tyrosine: 1000mgCaffeine Anhydrous: 350MGOther Ingredients:Natural and artificial green apple flavours, citric acid, inulin, sucralose, sodium chloride, silicon dioxide, acesulfame potassium, yellow #5 lake, FD&C Blue #1.Allergen Information: Made in a GMP facility on equipment that processes milk, soy, egg, peanuts, tree nuts, fish, shellfish, and wheat.Profile and ingredients may vary between flavours.
/* 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;
}
}
/* 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;
}
}
/* 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;
}
}
/* 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;
}
}