PURELY FROM PLANTS - TENZING Natural Energy is a plant-based sparkling drink with natural caffeine, energising Vitamin C and hydrating electrolytes from Himalayan Rock SaltHEALTHY ALTERNATIVE - Our plant-based drink is a delicious, healthy alternative to traditional energy drinks. We never use anything artificial, our energy comes purely from plantsONLY 48 CALORIES PER CAN - And with no artificial sweeteners or additives - that's half the calories most traditional energy drinks have!VEGAN & GLUTEN-FREE - inspired by the naturally energising brew of the Himalayan Sherpas, TENZING's ingredients are purely sourced from nature and contain no animal bi-products or traces of glutenTHE WORLD'S FIRST CARBON NEGATIVE ENERGY DRINK - we are a carbon negative business, which means we offset more carbon dioxide from the atmosphere than we emit
/* 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;
}
}