Love CBD Hemp Tea is 100% free from caffeine and filled with herbal, hempy goodness!
Love CBD Hemp Tea is our new, delicious cannabis-infused herbal infusion, which has been expertly blended with peppermint, ginger and chamomile for a relaxing and wonderful cuppa.
Each box of Love CBD Hemp Tea contains 10 tea bags
Each tea bag contains a Cannabis-Rich Herbal Infusion
Made with Organic Hemp
The ingredients in our Hemp Tea are:
Cannabis Sativa L.
Chamomile
Peppermint
Ginger
Marigold
Lime Blossom
/* 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;
}
}