UFIT 25g is power packed with 25g of protein goodness with added fibre, vitamins and minerals. Fat free and no added sugar, UFIT 25g has been specifically formulated to support the demands of a busy lifestyle. The UFIT range is available in a 51% recycled plastic bottle and all our packaging is 100% recyclable. We're passionate about supporting both a healthy lifestyle and a healthy environment.
/* 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;
}
}