The Nutty One, a divinely chocolatey, coconut brownie, filled with delicious, crunchy almond nut butter and covered in rich, dark chocolate. It packs a powerful snacking punch and is high in gut loving fibre and packed full of natural, nutritious ingredients that you'll love. Grab it the go, or slow down and enjoy every last nutty nibble!
Did you know that all our products are lovingly developed by our Functional Medicine trained Founder
/* 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;
}
}