Description du produit :<\/b><\/u> Scie sans fil avec technologie NanoBlade UniversalCut 18V-65. Scie NanoBlade optimisée et ergonomique pour des coupes rapides à main levée. Sciage sans effort, sans vibrations et utilisation sans entretien des lames de scie avec technologie NanoBlade. L'ergonomie optimisée permet une utilisation à deux mains pour les applications plus exigeantes. Changement de lame rapide et facile avec le système SDS. Idéale pour les coupes à main levée et les coupes plongeantes dans les planches de bois, les branches et le plastique. Compatible avec la batterie POWER FOR ALL 18V Bosch.Caractéristiques techniques:<\/b><\/u> Dimensions de l'outil (L x l x H) : 207 x 68 x 223 mm Tension de la batterie : 18,0 V Batterie compatible : 18V POWER FOR ALL ALLIANCE Recommandation de la batterie : >= 2,5 Ah Capacité de la batterie : 2,5 Ah Vitesse de rotation à vide, de : 0 min-1 Vitesse de rotation à vide, jusqu'à : 8.000 min-1 Vitesse de rotation à vide : 0 - 8.000 min-1 Profondeur de coupe dans le bois : 65 mm Profondeur de coupe dans le plastique : 30 mm Poids : 1,400 kg Poids sans batterie : 1,0 kg Poids de la machine avec batterie : 1,4 kgContenu de la livraison:<\/b><\/u> 1x Scie sans fil Bosch avec technologie NanoBlade UniversalCut 18V-65 1x batterie PBA 18V 2.5Ah. 1x chargeur AL 18V-20. 1x nanoBLADE Wood Speed 65 (2 609 256 D86). <\/p>
Fabricant Robert Bosch Power Tools GmbH
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Allemagne https://www.bosch-pt.com 0711/8110 Scie sans fil avec technologie NanoBlade UniversalCut 18V-65 Bosch, 1x PBA 18V 2.5 Ah et chargeur Artikel-Nr.: 06033D5202 EAN: 4053423240993 Hersteller: BOSCH HOME & GARDEN
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "4547b456768ba997409bc81cb032847c");
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "4547b456768ba997409bc81cb032847c");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
$(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
});