Dalgety Good Night Sleep herbal infusion is blended with Lavender, Camomile, Lemongrass and Peppermint. It has a mild tranquil, soothing and calming taste with the added touch of peppermint. Dalgety Teas have blended these four ingredients to create an awesome-tasting herbal infusion. Our sleepy tea for adults is relaxing and calming to aid a good night's sleep. Also soothes stomach aches as well as irritable bowel syndrome. Great for your digestive system and helps your body get rid of toxins.
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;
}
}