At Garden Teas we are passionate about producing the finest quality herbal products whilst maintaining our environmental principles. You can be sure that your cup of Garden Tea isn't going to cost the earth as our organic standards strictly prohibit the use of chemical herbicides and pesticides, and our ethically sourced ingredients ensure everyone in our supply chain gets a fair price for their hard days work. Our products are 100% plastic free and we only use un-bleached tea bags that can be composted with your food waste after you have enjoyed your brew. Display this poster in your shop window or instore to attract more footfall and to promote a brand that is exclusive to you and one that offers 40% retail margin. For more POS check the Garden Teas or Retail Support brand pages, or ask your Sales Representative.
/* 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;
}
}