Our premium 2000mg high strength RAW Cannabis Oils are rich in CBD and include full plant hemp extracts with high levels of beneficial terpenes, proteins, fatty acids and phytonutrients.
Canabidol's 2000mg CBD Oil is the perfect choice for experienced CBD users and is the highest strength CBD oil in the Canabidol range.
It's the BEST value for money with only one dosage needed per day
/* 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;
}
}