Superhero is Scitec?s revolutionary pre-workout formula containing a high-quality blend of established ingredients such as SABEET beetroot to maximise your gym performance. Each serving provides 300g caffeine to raise your energy levels and increase your mental alertness, so you can train harder for longer. The dosage of Vitamin C will help support the immune system during and post-workout to support muscle recovery and fight against tiredness and fatigue. Drink Superhero 30 minutes before exercise to enhance your focus and stimulation to optimise your performance and reach your strength and fitness goals.
/* 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;
}
}