Soft fruit bar with pseudocereals and seeds.
Lifebar Protein bars with a date base are the ideal partner for active people who do not want to compromise between taste and quality. They are a source of fast protein and complex carbohydrates that will sustain you during demanding activities. They recharge your body with energy - quickly and efficiently. Those who don't like the classics will be delighted with a chocolate bar.
GREAT INGREDIENTS MAKE A GREAT PRODUCT
-High protein content: The protein content of the bar is 20% of its caloric value
-The bars contain only natural ingredients made from the highest organic quality
-High in fiber: The bars are rich in fiber, which support a healthy digestive system and ensures long-lasting satiety
-Concentrated servings of vitamins, minerals, enzymes, and trace elements in the most natural form
-Free from ethers: You can rest assured that our bars contain no artificial substances, ethers, or preservatives
-No refined sugar
-Gluten-free
-Lactose-free
/* 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;
}
}