Winner of the ''Most Exciting Partnership�' in the European Specialist Sports Nutrition Awards 2022.Our Hotel Chocolat Layered Bar is our most indulgent protein bar yet, created to be a guilt-free and delicious snack to support your fitness ambitions.We�ve teamed up with the well-known British chocolatier, Hotel Chocolat, to bring you an indulgent dark chocolate Layered Protein Bar, featuring six irresistible layers of taste and texture to provide a hit of protein, carbohydrates, and fibre all in a delicious and convenient bar.Packed with 18g of protein, these mouth-watering treats are the ideal way to upgrade your healthy snacking.
/* 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;
}
}