For the Fantasi Blackberry Ice, our mixologists worked tirelessly to find the perfect balance between sweet and tart. The result is a thoroughly flavoursome e-liquid that’s jam-packed with authentic berry flavours, rounded off with a shot of cooling and a hint of sparkle to recreate that unmistakable fruit soda-on-ice experience!
$(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;
}
});
});