A refined tea blend rich in antioxidants and offering vast antimicrobial and anti-inflammatory properties to energise the body, while helping to improve digestion, circulation and the immune system.
BENEFITS
GINSENG
- Stimulates the production of T-cells which are component parts of the immune system.
- Increases physical performance.
- Improves concentration and coordination.
- Helps to maintain a normal glucose level.
GINGER
- Helps promote the normal balance of inflammatory hormones.
- Contributes to the enhancement of vitality.
- Helps contribute to the normal function of the intestinal tract.
- Helps maintain immunity and has significant antioxidant properties.
/* 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;
}
}