Serrapeptase (serratio-peptidase) is a protein-digesting enzyme isolated from the friendly bacterium Serratia E-15 discovered in the Japanese silkworm, and has been used as a nutritional supplement in Europe and Asia for over three decades. Doctor's Best Serrapeptase 40,000 SPU is formulated with Serrateric, a superior alternative to enteric coating that protects the individual enzyme until it reaches the intestine for optimal absorption
/* 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;
}
}
Choosing a selection results in a full page refresh.