Container Size: 1kg Serving Size: 30g Amount Per Serving: Protein: Carbohydrates: Fat: Salt: Ingredients: Protein Blend (92%) (Pea Protein, Fava Bean Isolate), Flavourings, Vegetable Creamer (Sunflower Oil, Natural Flavouring, Anti-Caking Agent (Silicon Dioxide), Antioxidant (DL-Alpha-Tocopherol)), Thickener (Xanthan Gum), Sweetener (Sucralose).Produced in a facility which also handles milk.This product is intended to be used alongside an active lifestyle and a balanced diet. 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;
}
}