Sweet and citrusy, the surprising combination of lemon and ginger with dark chocolate is well-balanced and refreshing. The bar finishes with a hint of black pepper, rounding out the spiciness of the ginger. Made in partnership with small farmer co-ops in DR, Peru and Paraguay.
/* 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;
}
}