Heating muscle and joint cream containing 500mg of CBD and 500mg of CBG with white willow bark and camphor. By applying a small amount of cream to the appropriate area and massaging it into your skin, it soothes and heats your muscles to help relieve fatigue and soreness. Packaged in a fully recyclable plastic bottle, please recycle after use.
/* 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;
}
}