THE Re-fuel Bar. Designed for the dedicated and backed by experts, it�s time to optimise your recovery. An expertly formulated combination of carbohydrates and protein, this bar is your ultimate post-workout snack. Boasting 22g of high-quality whey protein and 32g carbohydrate from ground oats, it�s 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;
}
}