img
Concentré Don Cristo Black 0% Sucralose PGVG Labs Arome DIY

Concentré Don Cristo Black 0% Sucralose PGVG Labs

Classic cubain
4.9 /5 - 10 avis

PGVG Labs s'adresse aux aficionados de DIY à la recherche d'une recette surpuissante ! Le concentré Don Cristo Black 0% Sucralose restitue avec fidélité un somptueux classic cubain. Complexe et corsé, ce dernier se singularise par son homogénéité. Les aromaticiens canadiens ont développé un arôme pour DIY qui tutoie la perfection : merci !


Les conseils de dosage ci-dessous concernent un dosage 50% PG / 50% VG. Ajoutez un peu d'arôme si votre taux de VG est plus élevé et inversement.

  • Dosage conseillé : 20% par rapport à votre base
  • Temps de Steep : 20 jours
danger

Le Concentré Don Cristo Black PGVG Labs ne peut pas être vapé directement, il est conçu pour être dilué dans une base DIY.

Plus de détails

12,90 €

chrono

Livré chez vous le

Vendredi 29 Août

Dates de livraison estimées*

Colissimo domicile avec et sans signature

Samedi
30 Août

Chronopost domicile

Vendredi
29 Août

*Pour une livraison en france métropolitaine

+d'infos

avis garantis
(10)
SI VOUS NE FUMEZ PAS, NE VAPEZ PAS. Le vapotage est une transition vers une vie sans tabac puis sans dépendance.

Avis clients

Avis à propos du produit
Logo Société des Avis Garantis Voir l'attestation

Avis soumis à un contrôle

0
1★
0
2★
0
3★
1
4★
9
5★
9.8/10


Basé sur 10 avis

  • Image utilisateur Isabelle R.
    Publié le 28/02/2025 à 16:01 (Date de commande : 22/02/2025)
    5

    Top

  • Image utilisateur Joël F.
    Publié le 25/05/2024 à 19:06 (Date de commande : 21/05/2024)
    5

    Un des meilleurs concentré typé tabac ( toute la gamme)

  • Image utilisateur Valérie H.
    Publié le 11/02/2023 à 14:47
    4

    En step

  • Image utilisateur Philippe r.
    Publié le 08/11/2022 à 18:57
    5

    Mon préféré. Après de nombreux produits testés

  • Image utilisateur Philippe r.
    Publié le 11/10/2022 à 17:28
    5

    Mon préféré. Pour moi même dilution a 25 pour cent en 30/70

  • Image utilisateur Laetitia D.
    Publié le 15/06/2022 à 17:10
    5

    En steep

  • Image utilisateur Mohamed m.
    Publié le 11/04/2022 à 14:33
    5

    da provare perché veramente buono

  • Image utilisateur Stephanie n.
    Publié le 14/03/2022 à 14:16
    5

    En steep

  • Image utilisateur Stéven D.
    Publié le 03/03/2022 à 15:37
    5

    J'adores ce fabricant, le goût est plus prononcé que le normal et juste terrible pour les papilles

  • Image utilisateur Stéven D.
    Publié le 22/02/2022 à 19:51
    5

    Mon préféré de chez PG Labs, plus boisé que l'original



Questions et réponses


Soyez le premier à poser une question sur ce produit !

Fiche technique

Marque PGVG Labs
Origine France
Type de saveur Classic
Type de flacon P.E.T. (plastique recyclable)
Fiches de sécurité FDS Concentré Don Cristo Black
société des avis garantis Marchand approuvé par la Société des Avis Garantis, cliquez ici pour vérifier.
var fbloginblock_htmlgdpr = '
Enim quis fugiat consequat elit minim nisi eu occaecat occaecat deserunt aliquip nisi ex deserunt.


Se mettre daccord Pas daccord
'; var fbloginblock_id_module = '193'; var agSiteId="9460"; const sfgSiteKey = '6LevQJ8pAAAAANq_ZCB_nmyyZSpwlimqkHV5AQ1e'; let widgetId = null; let $gForm = null; function sfCallback() { const isDebug = (typeof debugSF !== 'undefined' && debugSF === 1); if (isDebug) { console.log('sfCallback (' + widgetId + ')'); } if (null !== widgetId) return; try{ widgetId = grecaptcha.render('gCaptchaId', { 'sitekey' : sfgSiteKey, 'callback' : function(token) { if (null !== $gForm && 0 !== $gForm.length) { $gForm.find('[name="ksfRecaptcha"]').val(token); $gForm.submit(); } } }); if (isDebug) { console.log('widgetId ' + widgetId + ' en place'); } }catch(error){ // Plusieurs captchas Google dans la page ? widgetId = getCaptchaWidgetId('gCaptchaId'); if (isDebug) { console.log('multiples captchas dans la page. Intercepte id = ' + widgetId); } } $('.grecaptcha-badge,.rc-anchor').css('visibility', 'hidden'); } if(typeof grecaptcha === 'undefined') { grecaptcha = {}; } grecaptcha.ready = function(cb){ if (typeof grecaptcha.exec !== 'function') { const c = '___grecaptcha_cfg'; window[c] = window[c] || {}; (window[c]['fns'] = window[c]['fns']||[]).push(cb); } else { cb(); } } function sfGetCaptcha(event, form) { const isDebug = (typeof debugSF !== 'undefined' && debugSF === 1); if (isDebug) { console.log('sfGetCaptcha'); } const $form = $(form); // Form not ready? if (! form.hasOwnProperty('data-captcha')) { if (isDebug) { console.log(' --> add hidden field ksfRecaptcha'); } $form.append(''); // Find submit buttons in the form const sfFields = $form.find('button[type="submit"],input[type="submit"]').map(function() { return { name: $(this).prop('name'), value: $(this).prop('value') }; }); // Add them as hidden fields $(sfFields).each(function(index, element) { $('').attr({ type: 'hidden', name: element.name, value: element.value }).appendTo($form); }); // OK, form is ready to be submitted $form.prop('data-captcha', '1'); } if (isDebug) { console.log(' --> cancel submit'); } // Cancel submit, and let Google do the verification + submit again after event.preventDefault(); event.stopPropagation(); $gForm = $form; grecaptcha.ready(function() { if (typeof debugSF !== 'undefined' && debugSF === 1) { console.log(' --> grecaptcha execute (' + widgetId + ')'); } grecaptcha.execute(widgetId); }); } function getCaptchaWidgetId(elementId) { const recaptchaBoxes = document.querySelectorAll('.g-recaptcha-kwk'); const targetBox = document.querySelector(`#${elementId}`); for (let i = 0; i < recaptchaBoxes.length; i++) { if (recaptchaBoxes[i].id === targetBox.id) { return i; } } } var asap_display = 0; var adod_text_single_date = "Livraison estimée avec ce transporteur le"; var adod_text_dates = "Livraison estimée avec ce transporteur entre le"; var adod_text_and = "et le"; var in_stock_msg = "En stock"; var out_of_stock_msg_attributes = "Disponible avec d'autres options"; var not_enough_in_stock_msg = "Il n`y a pas assez des produits en stock"; // 0 ? width_ac_results : 500), selectFirst: false, scroll: false, dataType: "json", formatItem: function(data, i, max, value, term) { return value; }, parse: function(data) { var mytab = new Array(); for (var i = 0; i < data.length; i++) { mytab[mytab.length] = {data: data[i], value: " " +""+ data[i].pname +""+ ""}; } return mytab; }, extraParams: { ajaxSearch: 1, id_lang: id_lang } } ) .result(function(event, data, formatted) { $('#search_query_' + blocksearch_type).val(data.pname); document.location.href = data.product_link; }); }); function tryToCloseInstantSearch() { if ($('#old_center_column').length > 0) { $('#center_column').remove(); $('#old_center_column').attr('id', 'center_column'); $('#center_column').show(); return false; } } function stopInstantSearchQueries() { for (i = 0; i < instantSearchQueries.length; i++) instantSearchQueries[i].abort(); instantSearchQueries = new Array(); } // ]]> var fbloginblock_widgetautoopen_connectwithright = '1'; var fbloginblock_widgetautoopen_connectwithleft = '1'; var fbloginblock_widgetautoopenft_connectwithright = '0'; var fbloginblock_widgetautoopenft_connectwithleft = '0'; var fbloginblock_my_account = 'https://www.kumulusvape.fr/mon-compte'; var fbloginblock_empty_field = 'Le champ ne peut pas être vide.'; var fbloginblock_maxchar_field1 = 'Le champ ne peut pas être supérieur à'; var fbloginblock_maxchar_field2 = 'personnages.'; var fbloginblock_max_email1 = 'L'email ne peut pas être supérieur à'; var fbloginblock_max_email2 = 'personnages.'; var fbloginblock_validate_email = 'Veuillez saisir un e-mail valide.'; var fbloginblock_date_err = 'La date doit être valide.'; var fbloginblock_maxchar_fname1 = 'Le prénom ne peut pas être supérieur à'; var fbloginblock_maxchar_fname2 = 'personnages.'; var fbloginblock_minchar_fname1 = 'Le prénom ne peut être inférieur à'; var fbloginblock_minchar_fname2 = 'personnages.'; var fbloginblock_maxchar_lname1 = 'Le nom de famille ne peut pas être supérieur à'; var fbloginblock_maxchar_lname2 = 'personnages.'; var fbloginblock_minchar_lname1 = 'Le nom de famille ne peut pas être inférieur à'; var fbloginblock_minchar_lname2 = 'personnages.'; var fbloginblock_popup_animation_effects = 'mfp-newspaper'; var advanceddateofdeliverytext = 'Délais de livraison'; var productFooterDatesDelivery = {}; var adod_text_single_date = "Approximate date of delivery on"; var adod_text_dates = "Approximate date of delivery is between"; var adod_text_unavailable_dates = "Estimated delivery not available"; var adod_product_display = "PRODUCT_FOOTER"; var carrier_delivery_list = "2"; productFooterDatesDelivery[0] = {}; productFooterDatesDelivery[0][747] = {}; productFooterDatesDelivery[0][747]["14600_166040"] = {}; productFooterDatesDelivery[0][747]["14600_166040"]['minimal'] = ["Samedi 30 Août 2025",1756545982]; productFooterDatesDelivery[0][747]["14600_166040"]['maximal'] = ["Lundi 1 Septembre 2025",1756718782]; productFooterDatesDelivery[0][722] = {}; productFooterDatesDelivery[0][722]["14600_166040"] = {}; productFooterDatesDelivery[0][722]["14600_166040"]['minimal'] = ["Vendredi 29 Août 2025",1756459582]; productFooterDatesDelivery[0][722]["14600_166040"]['maximal'] = ["Vendredi 29 Août 2025",1756459582]; function htmlDecode(input){ var e = document.createElement('div'); e.innerHTML = input; return e.childNodes[0].nodeValue; } var reviewTabStr = "Avis clients"; var maxReviewsPage = "25"; document.addEventListener("DOMContentLoaded", (event) => { var legalContent = ""; tippy('#ag-reviews-legal', { content: legalContent, allowHTML: true, placement: 'bottom' }); }); $(function() { $("a[href='#top']").click(function() { $("html, body").animate({ scrollTop: 0 }, "fast"); return false; }); $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - $("#fixed_menu").height() }, "fast"); return false; } } }); $(window).scroll(function() { if ($(window).width() > 992) { var height = $(window).scrollTop(); if (height > $("#content_menu").offset().top - 70) { $('#fixed_menu').slideDown("fast"); } else { $('#fixed_menu').slideUp("fast"); } } else { $('#fixed_menu').hide(); } }); $(window).resize(function() { if ($(window).width() > 992) { var height = $(window).scrollTop(); if (height > $("#content_menu").offset().top - 70) { $('#fixed_menu').slideDown("fast"); } else { $('#fixed_menu').slideUp("fast"); } } else { $('#fixed_menu').hide(); } }); }); function scrollTop(){ $("html, body").animate({ scrollTop: "0" }); } -->