/*start*/ /* SV Endast en av Nordisk E-handelscertifiering godkand Certifierad E-handel far visa upp markningen (logotypen) for Certifierad E-handel eller referenser till att de ar en Certifierade E-handel. Markningen (logotypen) maste laggas in med det skript som tillhandahalls vid godkannandet. http://www.ehandelscertifiering.se/villkor/#abuse NO Bare en nettbutikk som er sertifisert som Sertifisert E-handel av Nordisk E-handelssertifsiering kan vise merket (logoen) for Sertifisert E-handel eller henvise til at de er sertifisert som Sertifisert E-handel. Merkingen (logoen) ma legges inn med det skriptet som gis ved godkjenning. http://www.ehandelssertifisering.no/betingelser/#abuse DA Kun en af Nordisk E-handelscertificering godkendt Certificeret E-handel ma fremvise maerkningen (logoet) for Certificeret E-handel eller henvise til, at de er en Certificeret E-handel. Maerkningen (logoet) skal laegges ind i med det script, der blev modtaget ved godkendelsen. http://www.ehandelscertificering.dk/betingelser/#abuse */ //adjustments for legacy logo code v4 and v5 //in legacy v5 code we have an img tag image placeholder we want to delete var legacy5 = document.getElementById("celink1"); if(legacy5) { legacy5.id = "celink1000"; legacy5.innerHTML = "certifierad ehandel"; } //in legacy v4 code we have a div we want to replace with an a tag var legacy4 = document.getElementById("celogohere"); if(legacy4) { var newa4 = document.createElement("a"); newa4.id = "celink1000"; newa4.innerHTML = "certifierad ehandel"; legacy4.replaceWith(newa4); } var celink589 = document.getElementById("celink589"); celink589.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.casazeytin.se"; celink589.oncontextmenu = function() { return false; } celink589.className = "tbsfix"; celink589.onmouseenter = function() { ceShow589(); } celink589.onmouseleave = function() { ceHide589(); } celink589.ontouchstart = function() { ceTouch589(); return false; } celink589.style.display = "inline-block"; celink589.style.width = "80px"; celink589.style.height = "80px"; celink589.innerHTML = '\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ '; var ceContainer589 = document.createElement("div"); ceContainer589.id = "ceContainer589"; document.body.appendChild(ceContainer589); ceContainer589.innerHTML = '\ \ \
\ \ \
\ \ \ \
\
\ \ \
\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \
\ The trustmark for E-commerce\
\ \
\ \
\ Shop safely with buyers protection in this online shop.\
\ \
\ www.casazeytin.se
\ Casa Zeytin AB
\
\ \
\ This e-shop, as of 2024-04-27 fulfills the requirements for Certified E-commerce set by Nordic E-commerce Certification.\
\ \
\ \
\ The shop has no unresolved complaints.\
\ \
\ \ \
SHOW CERTIFICATE
\
\
\ \
SUBMIT COMPLAINT
\
\ \
\ \ \
\
\ '; var ceToA589; var ceToB589; var ceTouchedbefore589 = false; var cePopup589 = document.getElementById('cePopup589'); var ceCenter589 = document.getElementById('ceCenter589'); function ceShow589() { if(cePopup589.style.display=='none') { cePopup589.style.display='inline'; //adjust size of text relative to size of popup, which is 70% of viewport of max 500px var ow = cePopup589.offsetWidth; if(ow >= 500) { cePopup589.style.fontSize = "12px"; } else if( ow >= 350) { cePopup589.style.fontSize = "10px"; } else { cePopup589.style.fontSize = "8px"; } ceCenter589.setAttribute("stroke", "#666766"); cePopup589.style.animation='ceAnimPopupIn 0.3s ease-out normal'; cePopup589.style.WebkitAnimation='ceAnimPopupIn 0.3s ease-out normal'; } } function ceKeepMouse589() { clearTimeout(ceToA589); } function ceKeepTouch589() { cePopup589.onmouseleave = function() { }; clearTimeout(ceToA589); clearTimeout(ceToB589); } function ceHide589() { if(cePopup589.style.display == 'inline') { ceToA589 = setTimeout(ceHideDo589, 1000); } } function ceHideDo589() { cePopup589.style.animation = 'ceAnimPopupOut 0.3s ease-in forwards'; cePopup589.style.WebkitAnimation = 'ceAnimPopupOut 0.3s ease-in forwards'; setTimeout(function() { cePopup589.style.display = 'none'; }, 300); ceCenter589.setAttribute("stroke", "#70BF45"); } function ceTouch589() { if(ceTouchedbefore589) { window.location.href = "https://www.ehandelscertifiering.se/kontrollera-certifikat/?url=www.casazeytin.se"; } else { ceTouchedbefore589 = true; ceShow589(); ceToB589 = setTimeout(ceHideDo589, 9500); } } //ceShow589(); /*end*/