Experience UNMATCHABLE STRENGTH with the UK's Strongest CBD balm formula packed with over 12 powerful essential ingredient extracts for rapid and lasting relief. Formulated with nanotised ingredients to penetrate into the bloodstream with powerful pain relief and mobility qualities. Whether you're sore from a workout, tense from a hard day's work or suffer with arthritis our powerful BOOMBALM creates a rapid heat/cool numbing effect with lasting pain relief from a massive CBD dose.
/* 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;
}
}