Dalgety Instant Ginseng & Ginger Herbal Tea - A powerful combination of ginseng and ginger for energy, focus, and overall well-being. Our Instant Teas are crafted with convenience and wellness in mind. Unlike traditional tea bags, our unique Tear + Pour Sachets contain fine tea granules that dissolve instantly in hot or cold water, delivering a rich, full-bodied tea experience in seconds -no brewing time required!
/* 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;
}
}