Beet Kvass
A 100% natural drink made from organic beetroot infused with organic ginger. It has been handmade, barrel-aged and fermented over several months. Just 1 glass of this nutrient rich tonic a day can support your digestion and boost your immune system. It is a detoxifying and unpasturised probiotic drink. It cleanses the liver, is rich in iron and an anti-inflammatory. Drink straight, as a shot, add to juice, a cocktail or salad dressing. It is a great tonic for athletes to enhance their performance.
/* 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;
}
}