- High quality nourishment for cardiovascular and immune system support.
- Special formula combines 500:1 formula garlic oil concentrate with a 2000:1 parsley seed oil concentrate.
- Economical and effective garlic nutrition.
A high-quality source of garlic nutrition for cardiovascular and immune system support, formulated with the odor-fighting power of parsley! This special formula combines a powerful 500:1 garlic oil concentrate (equivalent to 1,150 mg of fresh garlic bulb) with a 2000:1 parsley seed oil concentrate (equivalent to 110 mg of fresh parsley) for heavy-duty garlic protection that's easy to take.
/* 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;
}
}