Soft coconut bar with nut pieces.
Simple ingredients - varied taste, that's our Lifebar bars with a date base. This soft organic bar with an all-natural formula is a special treat that offers the distinct and earthy taste of coconut with strong nutty and caramel notes. Taste a mini version of the coconut bar that fits in your pocket to chase away hunger on the go, at school, work, and during sports.
GREAT INGREDIENTS MAKE A GREAT PRODUCT
-Bars contain only natural ingredients in the highest organic quality
-High in fiber: The bars are rich in fiber, which supports a healthy digestive system and ensures long-lasting satiety
-Concentrated servings of vitamins, minerals, enzymes, and trace elements in their most natural form
-Free from ethers: You can rest assured that our bars contain no artificial substances, ethers, or preservatives
-No refined sugar: They are sweetened exclusively with dried fruit
-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;
}
}