KIKI Health's CBD Oil is a highly concentrated formula which contains 5% pure CBD. The oil has been extracted only from the tops of the fresh hemp plants ensuring total effectiveness, and then mixed 1:1 with hemp seed oil. In addition to the high CBD content, the oil also contains CBG, CBN, CBC, terpenes and terenoids.
Recommended use for drops:
Take 2 or 3drops, twice daily. Do not exceed 20 drops per day/in a 24hr period.
/* 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;
}
}