Sourced in France · Authenticated by hand · Worldwide shipping

(function(){ var PREVIEW_ONLY = true; var FREE = 300; var CARE = [635126180,635127618,635127638,635129429,635190806,635190939,635200295,635200310,635216348,680063972,680968059,686455930,686480270,686482207,686484102,698598335,700525947,700525985,700536762,700539059,700677150,700791355,706271139,707607545,708054500,708065574,708065734,712104819,714500795,714500865,714514865,716515643,719159723,719215720,719225759,719225774,719227919,719271162,719328393,719713531,720630718,720788760,735786215,735786234,735787208,735787238,735787241,735888756,745578006,749227600,767380347,767381017,811352803,811660377,812298684,814017003,814080625,814080831,814089914,814456204,814978280,816913098,816915441,822701364,822715826,839711614,866040896,866084525]; var FREE_COUNTRIES = ['AT','BE','BG','HR','CY','CZ','DK','EE','FI','FR','DE','GR','HU','IE','IT','LV','LT','LU','MT','NL','PL','PT','RO','SK','SI','ES','SE','MC','GB','US','CH','NO','IS','CA','AU','NZ']; var PAGES = ['CART','CHECKOUT_ADDRESS','CHECKOUT_DELIVERY']; var current = ''; var st=document.createElement('style'); st.textContent='#poetro-bar{font:inherit;color:#1a1a1a;padding:20px 0 22px;margin:0;border-bottom:1px solid #e5e5e5}'+ '#poetro-bar p{margin:0;font-size:16px;line-height:24px}'+ '#poetro-bar strong{font-weight:600}'+ '#poetro-bar .pb-track{height:2px;background:#e5e5e5;margin:14px 0 8px;position:relative}'+ '#poetro-bar .pb-fill{position:absolute;left:0;top:0;bottom:0;background:#1a1a1a;transition:width .4s}'+ '#poetro-bar .pb-note{font-size:13px;line-height:18px;color:#777}'; document.head.appendChild(st); function previewOn(){ var q = location.search; try{ if (q.indexOf('preview=1')>-1) localStorage.setItem('poetroPreview','1'); if (q.indexOf('preview=0')>-1) localStorage.removeItem('poetroPreview'); return localStorage.getItem('poetroPreview')==='1'; }catch(e){ return q.indexOf('preview=1')>-1; } } function eur(v){ v=Math.ceil(v*100)/100; return (v%1===0? v.toFixed(0) : v.toFixed(2)) + '€'; } function isCare(id){ return CARE.indexOf(Number(id))>-1; } function place(box){ var a=document.querySelector('.ec-cart__sidebar-inner .ec-cart__credits-and-coupons'); if (a && a.parentElement){ a.parentElement.insertBefore(box,a); return true; } var s=document.querySelector('.ec-cart-summary'); if (s && s.parentElement){ s.parentElement.insertBefore(box,s.nextSibling); return true; } return false; } function render(cart){ var old=document.getElementById('poetro-bar'); if (old) old.remove(); if (PAGES.indexOf(current)<0) return; if (!cart || !cart.items || !cart.items.length) return; var care=0, vintage=false; cart.items.forEach(function(it){ var p=it.product||{}, id=p.id||it.productId, price=(p.price!=null?p.price:it.price)||0, q=it.quantity||1; if (isCare(id)) care+=price*q; else vintage=true; }); if (care<=0 || vintage) return; var cc = cart.shippingPerson && cart.shippingPerson.countryCode; if (cc && FREE_COUNTRIES.indexOf(cc)<0) return; var html; if (care of care and your delivery is on us.

'+ '
'+ '

Delivery on us for care orders from '+FREE+'€

'; } else { html='

Your delivery is on us.

'+ '

Choose “Delivery on us” at the delivery step.

'; } var box=document.createElement('div'); box.id='poetro-bar'; box.innerHTML=html; var tries=0, t=setInterval(function(){ tries++; if (place(box) || tries>20) clearInterval(t); },250); } function openCoupon(){ var tries=0, t=setInterval(function(){ tries++; var inp=document.querySelector('.ec-cart__sidebar-inner .ec-cart-coupon input'); if (inp && inp.getBoundingClientRect().height>0){ clearInterval(t); return; } var a=document.querySelector('.ec-cart__sidebar-inner .ec-cart-coupon a.ec-link'); if (a){ a.click(); clearInterval(t); return; } if (tries>25) clearInterval(t); },300); } function refresh(){ try{ Ecwid.Cart.get(function(c){ setTimeout(function(){render(c);},300); }); }catch(e){} } function init(){ if (PREVIEW_ONLY && !previewOn()) return; Ecwid.OnPageLoaded.add(function(page){ current = page.type; refresh(); if (page.type==='CART') openCoupon(); }); Ecwid.OnCartChanged.add(function(){ refresh(); }); } var w=setInterval(function(){ if (window.Ecwid && Ecwid.OnAPILoaded){ clearInterval(w); Ecwid.OnAPILoaded.add(init); } },200); })();