As the demand for vegan food skyrockets we have responded to the feedback and are delighted to announce our very first VEGAN shot!
Ginger & Beetroot is packed with essential nutrients, beetroot is a great source of fiber, folate (vitamin B9), manganese, potassium, iron, and vitamin C.
Beetroot has been associated with numerous health benefits, including improved blood flow, lower blood pressure, and increased exercise performance.
Choosing a more plant-based diet and cutting out meat is the single best way individuals can tackle the climate and wildlife crises.
/* 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;
}
}