Garantie à vie sur tout le matériel !!! En savoir plus
Votre selection personnalisée

Pas de résultats pour votre recherche.

Découvrez tous les autres modèles de cigarette électronique

E-liquide Peche Litchi 50 ml Le Petit Verger Savourea

Savourea
Ajouté le 4 Juin 2021

Fabriqué en France

Pêche - Litchi Le petit verger est une pêche blanche et juteuse associée à un délicieux litchi pour une alliance subtile et suave.

E-Liquide Pêche Litchi Le Petit Verger.

Le eliquide Pêche Litchi est fabriqué en France par la marque Savourea.

Il est vendu en flacon PET 70 ml rempli à 50 ml.

La gamme Le Petit Verger a un ratio PG/VG de 50/50 et ne comporte ni de sucralose ni de colorant ni de nicotine.

Vous pourrez ajouter un ou 2 booster de nicotine directement dans ce flacon Pêche Litchi afin d'obtenir un taux de nicotine de 3 mg/ml ou 6 mg/ml.

Booster de nicotine disponible ICI

19,90 €

Livraison gratuite Plus que 29,99 € pour une livraison gratuite
Il vous reste
Pour une livraison mercredi
Il vous reste
Pour une livraison mardi

J'accepte

Notre boutique utilise des cookies pour améliorer l'expérience utilisateur et nous considérons que vous acceptez leur utilisation si vous continuez votre navigation.

Expedié le jour même Si commande passé avant 13h
Livraison En France et à l'étranger
Tchat avec un conseiller Lun-Ven 9h30/12h-13h30/15h30
Fournisseurs français tous nos fournisseurs sont en France.
J'accepte

Notre boutique utilise des cookies pour améliorer l'expérience utilisateur et nous considérons que vous acceptez leur utilisation si vous continuez votre navigation.

'.webp').replace('.png', '.webp'); } } // webp support if (webpSupported && data_wepb_detected) { new_src = $image.attr(eoLazyLoadWebPDataSrcName); // if (!new_src.startsWith('http') && !new_src.startsWith('//')) { // prepend baseUrl // new_src = baseUrl + new_src; // } } /*#PROFILEO921 AL : le baseUrl est parfois pas bon à cause de pagecache? START */ if (!new_src.startsWith('http') && !new_src.startsWith('//')) { // prepend baseUrl new_src = baseUrl + new_src; } /*#PROFILEO921 AL :END */ $image .attr('src', new_src); } function processBgSrc($elem) { var bg_src = $elem.attr(eoLazyLoadDataBgSrcName); $elem.css("background-image", "url("+bg_src+")"); } try { var imageObserver = null; var imageBgObserver = null; function initImageObserver(rootMargin) { imageObserver = null; var options = { rootMargin: rootMargin + 'px', }; lazyloadImages = document.querySelectorAll("img[" + eoLazyLoadDataSrcName + "]"); imageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { var image = entry.target; var $image = $(image); processSrc($image); imageObserver.unobserve(image); } }); }, options); lazyloadImages.forEach(function(image) { imageObserver.observe(image); }); // background images imageBgObserver = null; var options = { rootMargin: rootMargin + 'px', }; lazyloadBgs = document.querySelectorAll("*[" + eoLazyLoadDataBgSrcName + "]"); imageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { var elem = entry.target; var $elem = $(elem); processBgSrc($elem); imageObserver.unobserve(elem); } }); }, options); lazyloadBgs.forEach(function(elem) { imageObserver.observe(elem); }); } // failsafe setTimeout(function(){ fallBack(); }, 30000); var lazyloadImages; var lazyloadBgs; if ("IntersectionObserver" in window) { initImageObserver(0); // default observer var hasScrolled = false; $(window).scroll(function() { if (!hasScrolled) { hasScrolled = true; initImageObserver(300); } }); } else { fallBack(); } } catch (e) { fallBack(); window.console && console.log(e); } }) function detectWebPSupport() { try { var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor); if (isChrome) { return true; } var match = window.navigator.userAgent.match(/Firefox\/([0-9]+)\./); // firefox 65+ var ver = match ? parseInt(match[1]) : 0; if (ver >= 65) { return true; } if (window.opera && opera.toString() == "[object Opera]") { // Opera 19+ if (opera.version() >= 19) { return true; } } } catch (e) { } return false; } var eoWebPsupport = detectWebPSupport(); function parseWebp() { var baseUrl = "https://mon-liquide.fr/"; var webpSupported = typeof eoWebPsupport !== 'undefined' && eoWebPsupport; var eoLazyLoadWebPDataSrcName = 'data-wp'; var eoLazyLoadWebPRDataSrcName = 'data-wpr'; var eoLazyLoadDataSrcName = 'data-eosrc'; if (webpSupported) { $('body').addClass('webp-supported'); } else { $('body').addClass('webp-not-supported'); } function processSrc($image) { if (!$image.hasClass('eoll')) { // do not process if lazyload is present var attr = $image.attr(eoLazyLoadWebPDataSrcName); var data_wepb_detected = typeof attr !== typeof undefined && attr !== false; var attrWpr = $image.attr(eoLazyLoadWebPRDataSrcName); var data_wepb_wpr_detected = typeof attrWpr !== typeof undefined && attrWpr !== false; var new_src = $image.attr(eoLazyLoadDataSrcName); // webp support if (webpSupported) { if (data_wepb_detected) { new_src = $image.attr(eoLazyLoadWebPDataSrcName); } else { if (data_wepb_wpr_detected) { new_src = new_src.replace('.jpg', '.webp').replace('.png', '.webp'); } } } try { if (! new_src.startsWith('http')) { new_src = baseUrl + new_src; } $image .attr('src', new_src); } catch(error) { // Do nothing, can happen with IE in some cases } $image .attr('src', new_src); /* data-original compat */ if ($image.attr('data-original')) { $image .attr('data-original', new_src); } /* data-rollover compat */ if ($image.attr('data-rollover')) { $image .attr('data-rollover', new_src); } } } function processWebP() { var img_selector = 'img['+eoLazyLoadDataSrcName+']'; if (webpSupported) { img_selector = 'img['+eoLazyLoadWebPDataSrcName+'], img['+eoLazyLoadWebPRDataSrcName+']'; } $(img_selector).each(function(){ processSrc($(this)); }); $('body').addClass('eo_webp-processed'); } processWebP(); } $(function(){ $.ajax( { type: 'POST', url: '/modules/srlastsellproduct/eo_ajax.php?d=' + new Date().getTime(), dataType: 'json', success: function (result) { if (result.tab) { var $tab = $('#home-page-tabs').prepend(result.tab); var $tabContent = $('.tab-content').prepend(result.tabContent); $('#home-page-tabs a.srlastsellproduct').click(); if(typeof eoAllInOneRefreshProductList === "function") { eoAllInOneRefreshProductList(); } try { eoApplySelectToProducts(); eoDispoRefresh(); } catch (e) { window.console && console.log(e); } } } } ); }); // var agSiteId="6347"; var evaluationDynamicAjax = ''; (function () { var script = document.createElement('script'); script.src = 'https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.iife.js'; script.onload = function () { webVitals.onINP(sendINPtoGoogleAnalytics); }; document.head.appendChild(script); function sendINPtoGoogleAnalytics({name, value, id, attribution}) { try { const {eventEntry, eventTarget, eventType, loadState} = attribution; const {startTime, processingStart, processingEnd, duration, interactionId} = eventEntry; const eventParams = { 'event' : 'INP', // The page's INP value: metric_inp_value: value, // A unique ID for the page session, which is useful // for computing totals when you group by the ID. metric_inp_id: id, // The event target (a CSS selector string pointing // to the element responsible for the interaction): metric_inp_event_target: eventTarget, // The type of event that triggered the interaction: metric_inp_event_type: eventType, // Whether the page was loaded when the interaction // took place. Useful for identifying startup versus // post-load interactions: metric_inp_load_state: loadState, // The time (in milliseconds) after page load when // the interaction took place: metric_inp_start_time: startTime, // When processing of the event callbacks in the // interaction started to run: metric_inp_processing_start: processingStart, // When processing of the event callbacks in the // interaction finished: metric_inp_processing_end: processingEnd, // The total duration of the interaction. Note: this // value is rounded to 8 milliseconds of granularity: metric_inp_duration: duration, // The interaction ID assigned to the interaction by // the Event Timing API. This could be useful in cases // where you might want to aggregate related events: metric_inp_interaction_id: interactionId }; // window.console && console.log(eventParams); // Send to GTM window.dataLayer && dataLayer.push(eventParams); } catch(e) { window.console && console.log(e); } } })(); function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'fr',includedLanguages: 'fr,de,en,es,pt,nl,it', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'googletranslate_element'); } $.ajax({ type: 'POST', headers: { "cache-control": "no-cache"}, url: baseUri + 'isLoggedInAndNewCustomer.php?d=' + new Date().getTime(), async: true, cache: false, success: function (result) { if (result == 1) { $('.btn_jedebute').css('visibility', 'hidden'); } } }); // refresh for page cache if (!$('body').hasClass('eoCheckLoginStatus')) { $.ajax({ type: 'POST', headers: { "cache-control": "no-cache"}, url: baseUri + 'isLoggedIn.php?d=' + new Date().getTime(), async: true, cache: false, success: function (result) { if(result == 1) { $('.user_hover_login').remove(); } } }); $('body').addClass('eoCheckLoginStatus'); } // PROFILEO#974 NIC START // setTimeout(function(){ var stmardval = getCookie("stmardboutique"); if (stmardval == "yes") { $('.header_user_info .eo-click-collect').html('St-Mard '); } // }, 100); // PROFILEO#974 NIC STOP // PROFILEO#974 NIC START var stmardval = getCookie("stmardboutique"); if (stmardval == "yes") { $('.eo-click-collect-container .eo-click-collect').html('St-Mard '); } // PROFILEO#974 NIC STOP $(document).ready(function(){ $('#payment_paypal_express_checkout').live('click', function() { $('#paypal_payment_form_cart').submit(); return false; }); }); // jQuery(document).ready(function(){ var MBG = GoogleAnalyticEnhancedECommerce; MBG.setCurrency('EUR'); MBG.addProductDetailView({"id":3108,"name":"\"Peche Litchi 50 ml Le Petit Verger Savourea E-Liquide\"","category":"\"eliquide-50-ml-le-petit-verger\"","brand":"\"SAVOUREA\"","variant":"null","type":"typical","position":"0","quantity":1,"list":"product","url":"","price":"16.58"});MBG.addProductClickByHttpReferal({"id":3108,"name":"\"Peche Litchi 50 ml Le Petit Verger Savourea E-Liquide\"","category":"\"eliquide-50-ml-le-petit-verger\"","brand":"\"SAVOUREA\"","variant":"null","type":"typical","position":"0","quantity":1,"list":"product","url":"","price":"16.58"}); }); // PROFILEO#974 NIC START var stmardval = getCookie("stmardboutique"); if (stmardval == "yes") { $('.eo-click-collect-container .eo-click-collect').html('St-Mard '); } // PROFILEO#974 NIC STOP ga('send', 'pageview'); function ap5_setPackContentData() { } $(document).ready(function() { ap5_setPackContentData(); $(document).ajaxSuccess(function() { ap5_setPackContentData(); }); }); //PROFILEO #13088 - AL - START function eoCustomDefaultIpa() { //PROFILEO #13088 - AL - STOP try { var ids_product = []; $('.combinationSelector:not(.has-default)').each(function(){ $(this).addClass('has-default'); ids_product.push($(this).attr('data-id-product')); }); if (ids_product.length) { $.ajax({ url : "/modules/eo_customerdefaultipa/ajax.php", dataType : 'json', method : 'post', data : { ids_product : ids_product }, success: function(result){ if (result.ids_ipa) { var ids_ipa = result.ids_ipa; for(var i in ids_ipa) { var id_ipa = ids_ipa[i]; var id_product = id_ipa.id_product; var id_product_attribute = id_ipa.id_product_attribute; $('.combinationSelector[data-id-product='+id_product+']') .val(id_product_attribute); $('.combinationSelector[data-id-product='+id_product+']') .trigger('change.select2'); $('.eo_mob_add_cart .ajax_add_to_cart_button[data-id-product='+id_product+']') .attr('data-id-product-attribute', id_product_attribute); } } } }); } } catch (e) { window.console && console.log(e); } //PROFILEO #13088 - AL - START } eoCustomDefaultIpa(); //PROFILEO #13088 - AL - STOP function eoAllInOneRefreshProductList() { var ids = []; $('.eo_allinone-productlist').each(function(){ if (!$(this).hasClass('processed')) { var identifier = $(this).attr('data-id'); if (ids.indexOf(identifier) == -1) { ids.push(identifier); } } }); if (ids.length > 0) { $.ajax({ url : '/modules/allinone_rewards/eoAjaxProductList.php', data : { 'ids' : ids }, dataType : 'json', method : 'post', success: function(result) { for (i=0; i < result.length; i++) { var row = result[i]; $('.eo_allinone-productlist-' + row.id) .removeClass('eo-noen') .addClass('processed') .html(row.content); } } }); } } $(function(){ eoAllInOneRefreshProductList(); }); try { function eoLoadDispo($selector) { $selector.addClass('ev-processed'); var ids_product = []; ids_product.push($selector.attr('data-id-product')); $.ajax({ url : "/modules/eo_dispo/ajax.php", dataType : 'json', method : 'post', data : { ids_product : ids_product }, success: function(result){ var is_vendeur = result['is_vendeur']; if (result['results'].length > 0) { for(var i in result['results']) { var row = result['results'][i]; var id_product = row.id_product; var id_product_attribute = row.id_product_attribute; if (is_vendeur) { var quantity = row.quantity; $selector.find('option[data-id-product-attribute='+id_product_attribute+']').attr('data-stock', quantity); // color dropdown $('.eo_dropdown_' + id_product + ' dd ul li a').each(function(){ var value = $(this).find('.value').text(); if (value == id_product_attribute) { if ($(this).find('.qty').length > 0) { $(this).find('.qty').html('('+quantity+')'); } else { $(this).append('('+quantity+')'); } } }); } else { var dispo = parseInt(row.dispo); $selector.find('option[data-id-product-attribute='+id_product_attribute+']').attr('data-dispo', dispo); // color dropdown $('.eo_dropdown_' + id_product + ' dd ul li a').each(function(){ var value = $(this).find('.value').text(); if (value == id_product_attribute) { if ($(this).find('.dispo').length > 0) { $(this).find('.dispo') .removeClass('dispo-0').removeClass('dispo-1'); } else { $(this).append(''); } if (dispo) { $(this).find('.dispo').addClass('dispo-1'); } else { $(this).find('.dispo').addClass('dispo-0'); } } }); } } $selector.select2('close'); $selector.select2('open'); } } }); } function eoDispoRefresh() { return; // disabled } $(function(){ // $('.product-container').on('click', '.right-block', function(){ $('#center_column').on('click', '.product-container .right-block', function(){ $selector = $(this).find('.combinationSelector:not(.ev-processed)'); if ($selector.length > 0) { eoLoadDispo($selector); } }); // $(document).ajaxComplete (function(event, jqxhr, settings){ // console.log('url = ' + settings.url); // if (settings.url.indexOf('srlastsellproduct')) { // setTimeout(function(){ // eoDispoRefresh(); // if (typeof eoApplySelectToProducts === "function") { // eoApplySelectToProducts(); // } // }, 500); // } // }); // fiche produit if ($('body').attr('id') == 'product') { var id_product = $('#product_page_product_id').val(); $.ajax({ url : "/modules/eo_dispo/ajax.php", dataType : 'json', method : 'post', data : { id_product : id_product }, success: function(result){ var is_vendeur = result['is_vendeur']; if (result['results'].length > 0) { for(var i in result['results']) { var row = result['results'][i]; var id_product = row.id_product; var id_product_attribute = row.id_product_attribute; var append_color = ''; var append_attr = ''; if (is_vendeur) { var quantity = row.quantity; append_color = quantity; append_attr = ' (' + quantity + ')'; } else { var dispo = row.dispo; append_color = '
'; append_attr = ''; } var attribute = row.attributes; // color var $color = $('#color_' + attribute); if ($color.length > 0) { $color.closest('li').append(append_color); } // radio // var $span = $('input.attribute_radio[value='+attribute+']').closest('.radio').siblings('span'); var $span = $('input.attribute_radio[value='+attribute+']').closest('li').find('span').last(); if ($span.length > 0) { $span.html($span.html() + append_attr) } // select if (is_vendeur) { $('select.attribute_select option[value='+attribute+']').attr('data-stock', quantity); } else { $('select.attribute_select option[value='+attribute+']').attr('data-dispo', dispo); } } } } }); } }); } catch (e) { window.console && console.log(e); } document.addEventListener('DOMContentLoaded', function() { try { function initAvis() { var ids_product = []; $('.eo_steavisgarantis_placeholder').each(function(){ $parent = $(this).closest('li') var id_product = parseInt($parent.find('.ajax_add_to_cart_button').attr('data-id-product')); $(this).addClass('eo_steavisgarantis_placeholder-' + id_product); ids_product.push(id_product); }); if (ids_product.length > 0) { $.ajax({ url : baseUri + 'modules/steavisgarantis/eo_ajax.php?d=' + (new Date().getTime()), dataType : 'json', data : { ids_product : ids_product }, method : 'post', success : function(json) { if (!json.error) { var avis = json.avis; for (id_product in json.avis) { $('.eo_steavisgarantis_placeholder-' + id_product).html(json.avis[id_product]); } } } }); } } $(document).on('as4-After-Init-Search-Results', function(){ initAvis(); }); setTimeout(function(){ initAvis(); }, 1000); } catch (e) { window.console && console.log(e); } }); try { document.querySelector('button[name="submitNewsletter"]').addEventListener('click', function () { var valeurInputNL = document.querySelector('#newsletter-input').value if(valeurInputNL !='' && valeurInputNL.match(/^[-a-z0-9!#$%&\'*+\/=?^_`{|}~]+(\.[-a-z0-9!#$%&\'*+\/=?^_`{|}~]+)*@(([a-z0-9]([-a-z0-9]*[a-z0-9]+)?){1,63}\.)+([a-z0-9]([-a-z0-9]*[a-z0-9]+)?){2,63}$/i)) { ga('send', 'event', 'Inscription Newsletter', 'Newsletter', window.location.pathname); } }); } catch (e) { // pas trouvé } try { document.querySelector('.ajax_add_to_cart_button').addEventListener('click', function () { ga('ec:setAction', 'add'); ga('send', 'event', 'UX', 'click', 'add to cart'); }); } catch (e) { // pas trouvé }