THE Recovery. Designed for the dedicated and backed by experts, it's time to redefine your recovery.Boasting 20g of hydrolysed whey protein, 15g of carbohydrates (maltodextrin), and 964mg essential electrolytes, every ingredient in the formulation is tailored to support your recovery.
/* 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;
}
}