Dalgety Cha/Masala Spice herbal infusion is a blend of premium Black Tea with 100% Natural Herbs and Spices that enhances the black tea flavour. The tasting is mellow, warming and soothing. This tea is a powerful blend of anti-inflammatory ingredients, fatigue-reducing spices, and immune system boosters, making it a comprehensive health-supporting beverage.
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;
}
}