Impact Whey Protein has stood the test of time. It s been around since day one and has been a firm favourite ever since.Why you ask? Well, it s cemented its position as the go-to source for convenient, high-quality protein. And what s better, it tastes pretty good.With the Impact Whey Protein Variety Pack you ll get 10 sample sachets to give you the full Impact experience. Try some of our best-selling flavours and find your new favourite.
/* 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;
}
}