Dalgety Peppermint & Ginger herbal infusion is a delicious cup of tea that combines the refreshing taste of peppermint with the warming spice of ginger. Peppermint and ginger tea may help to soothe digestive discomfort, including bloating, gas, and stomach cramps. The compounds in peppermint and ginger have been shown to stimulate the digestive system and aid in the movement of food. Additionally, this blend is rich in antioxidants, helping to boost the immune system.
100% natural ingredients infused with tradition.
/* 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;
}
}