Blood Pressure Support is a delicious drink mix that provides 250mg of heart-healthy magnesium and 90mg of potassium to help support blood pressure that’s already in a healthy range cardiovascular health and circulatory health. It also includes a concentrated complex of ionic trace minerals to support body mineral balance.
• Supports blood pressure that’s already in a healthy range
• Promotes cardiovascular and circulatory health, provides heart-healthy magnesium and potassium
/* 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.