Dalgety Strong Camomile & Lemongrass herbal infusion combines the calming properties of camomile with the refreshing zest of lemongrass. This harmonious blend offers a soothing, aromatic experience that's both calming and relaxing. It is a great choice for stress relief and promoting better sleep. Its natural properties help calm the mind and aid in relaxation. 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;
}
}