Cocoa-berry brain-boosting superfoods, including Lion's Mane Mushroom, CoenzymeQ10 and Magnesium. If you're prone to brain fog or mid-afternoon energy dips, Mind helps you get back on track-fast. It's also a great boost pre-workout. Think coffee but with 10x the ingredients for 10x the benefits (and no jitters).
100% plant-based. No bulking agents. No artificial additives. No chemical preservatives. Gluten-free. Non-GMO. Made in the UK.
/* 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;
}
}