Cat's Claw (Uncaria tomentosa) is an Amazonian vine that provides immune system stimulation and has a potent anti-inflammatory and analgesic effect. Popularly used to treat arthritic pain, gastritis and to boost immune function. Rio Amazon Cat's Claw is sustainably harvested in the Peruvian Amazon.
/* 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;
}
}