5:1 Concentrate
Propolis is a mixture of resins collected by honey bees from tree buds, sap and other plant sources and is used to seal small gaps in the beehive. The function of Propolis is to reinforce the hive's integrity and stability, as well as to maintain its sanitary state. NOW Propolis is collected by beekeepers from active, healthy hives and possesses a variety of bioflavonoids.
/* 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.