From the brand that brought you the UK's best tasting whey protein powder, we proudly introduce you to The Gooey Protein Bar!
A mouthwatering, layered bar infused with a soft caramel flavoured inner, topped with a generous helping of gooey caramel, crispy biscuit pieces, completely enrobed by an outer chocolate layer.
/* 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;
}
}