Organic Liquorice Powder is 100% Organic Certified by Soil Association & Vegan Society Certified.
Liquorice root powder is used both as a natural sweetener to your favorite beverage due to its sweet taste.
Liquorice powder can be mixed with hot water to make tea which can be used to treat stomach related problems like acid reflux, upset stomach.
/* 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;
}
}