Organic Turmeric Superfood Powder is made up of a Blend of Organically Grown Turmeric, Ginger, Black Pepper and Cardamom.1* GREAT TASTE AWARD 2023
Composition is Organic Turmeric powder 85%, Organic Ground Black Pepper 6%, Organic Ginger Powder 6%, Organic Cardamom Powder 3%.
1* GREAT TASTE AWARD WINNER 2023
/* 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;
}
}