Caratteristiche del prodotto: 2 in 1: cesoie per arbusti per una topiaria precisa sui cespugli e cesoie per erba per bordi puliti del prato. La classe Metabo a 12 volt: leggera in mano, potente nell'uso Metabo Quick System: cambio rapido delle due lame senza attrezzi per lavorare in modo flessibile Migliori risultati di taglio grazie alle lame tagliate al laser e rettificate al diamante Elevato livello di protezione dell'utente grazie all'interruttore di sicurezza e all'arresto rapido della lama Leggero e con la massima scorrevolezza per un lavoro sano e senza fatica Impugnatura sottile e gommata per un utilizzo comodo e sicuro delle cesoie per arbusti ed erbaDati tecnici: Tensione della batteria 12 V Lunghezza di taglio della lama per arbusti 20 cm Spessore della lama per arbusti 8 mm Larghezza di taglio della lama per erba 11,5 cm Velocità di taglio al minimo 2300 /min Peso senza batteria 0,8 kg Vibrazioni Al minimo 1,2 m/s² Incertezza K 1,5 m/s² Emissione di rumore Livello di pressione sonora l69 dB(A) Livello di potenza sonora (LwA) 77 dB(A) Incertezza di misura K 2,5 dB(A)Contenuto della fornitura: 1x cesoie per arbusti/erba Metabo SGS 12 Q (senza batteria, senza caricabatterie) 1x custodia 1x asta telescopica Metabo
Manufacturer Metabowerke GmbH
Metabo-Allee 1,
72622 Nürtingen,
Deutschland 07022/720 Ceres::Template.itemBundleName Artikel-Nr.: 691193000 EAN: 4061792198890 Hersteller: Metabo
106,99 €
Ceres::Template.crossPriceRRP
-38%
inkl. MwSt., ggf. zzgl. Versandkosten
Ceres::Template.singleItemContent
1
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung: "
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "693fa3a764d685045b2f6dc04b6dcf16");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "it_IT");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "693fa3a764d685045b2f6dc04b6dcf16");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});