A classic tea blend packed with powerful anti-inflammatory and antioxidant properties offering vast therapeutic compounds known to boost digestion, immunity and to reduce the risk of chronic diseases.
BENEFITS
LEMONGRASS
- Helps contribute to optimal relaxation
- Supports the immune system
- Facilitates digestion
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;
}
}