BCAA Xplode Powder Energy. Food supplement in powder, containing branched chain amino acids BCAA complex (L-leucine, L-valine and L-isoleucine) in the 2:1:1 proportion with beta-alanine, caffeine and vitamin B6. With sweeteners. Vitamin B6 contributes to energy-yielding metabolism and to the reduction of tiredness and fatigue. The product is intended for adults, physically active people and athletes.
/* 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;
}
}