One chew of fast-acting Vyper chewing gum delivers 80 mg of caffeine, a higher hit than an espresso coffee or a standard 250ml energy drink in just 10 minutes. Caffeine is a mild stimulant that speeds up the messages between the brain and body, boosts concentration and alertness, reduces fatigue and has been proven to improve endurance and performance for sports and activity. Peppermint-flavoured Vyper also contains L-theanine - an amino acid that can help ease anxiety and stress and improve clarity and focus. Vegan, sugar and gluten-free and with just 5 kcal per chew. IMPORTANT INFO: Vegan Gluten free Sugar free 5 Kcal per chew 80mg caffeine in each chew Energising in 10 minutes
/* 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;
}
}