Container Size: 600ml Serving Size: Amount Per Serving: Protein: Carbohydrates: Fat: Salt: Ingredients: Our shaker helps to keep you hydrated throughout the day, and the blending ball has been designed to give you a smooth shake whatever supplement you re mixing. It s an essential for your gym bag to stay fuelled, wherever you are. Please Note: Nutritional facts and ingredients may vary slightly 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;
}
}