A raw snack bar made with our bestselling Body superfood powder blend, brazil nuts, almond butter, flax seeds, whole grains, dates and freeze-dried blueberries. We've made every bite count in this delicious chewy, nutty, daily hit of gut-boosting greatness, with only 4.1g of natural sugars.
Since 64% of us don't eat the minimum 5 a day and 95% of us are deficient in fibre, Gut Bar offers a healthy, convenient and tasty snack that boosts your daily nutritional intake.
/* 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;
}
}