CBD Leaf uses a full spectrum mixture of terpenes and every product comes with clear ingredients, offering total transparency. Their range of disposable Pods are convenient, portable and easy to use!
No products found in this collection
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});