The protein shaker that makes it easy to mix smooth shakes in no time at all. Fuel up, recover or hydrate. The ideal choice for those who want to optimise their hydration throughout the day with its 1 litre capacity. Designed for everyday use this shaker fits into your gym bag as well as your fast paced life.
/* 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;
}
}