Yaoh Hemp Seed Lip Balm is a luxurious vegan balm made with candelilla wax, rich in organic hemp seed oil, & great for protecting and repairing damaged lips. Available in 7 great dynamic flavours. Free from parabens, harmful substances and unnecessary chemical additives. Not tested on animals. Packaging widely recycled.
/* 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;
}
}