GOLD CORE LINE WHEY 100. Food Supplement. With Sweetener. WHEY PROTEIN CONCENTRATE, ISOLATE AND HYDROLYSATE.
GOLD CORE LINE WHEY 100 contains complex of whey protein concentrate, isolate and hydrolysate. The product is an source of full-value animal proteins, rich in all essential amino acids including BCAA and L-glutamic acid. GOLD CORE LINE WHEY 100 dissolves extremely well. Proteins it contains helps to increase and maintain muscle mass.
/* 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;
}
}