GOTOOLS
ELEKTROWERKZEUGE Arbeitskleidung
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/elektrowerkzeuge","name":"ELEKTROWERKZEUGE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/elektrowerkzeuge\/arbeitskleidung","name":"Arbeitskleidung"}}]
}
Produkteigenschaften: HEXON HEAT TECHNOLOGY™ bietet ein überragendes Wärmeerlebnis mit schnellerer Aufheizgeschwindigkeit und hervorragender Wärmeverteilung. Ganztägige Betriebsdauer, bis zu 12 Stunden mit einer einzigen Akkuladung des M12™REDLITHIUM™ 3,0-Ah-Akkus. 5 Wärmezonen: Brust, Rücken und Schultern. Einfach zu bedienender Heizregler – 3 Heizstufen: Hoch, Mittel, Niedrig. Kompatibel mit IRPSU3 Heated Gear Flat Power Source für Komfort und App-Steuerung. Leichtes und äußerst strapazierfähiges Ripstop-Polyester sorgt für ein schlankes Design, das als Außen- oder Zwischenschicht getragen werden kann (Außen- und Innenschicht aus 100 % Polyester). Reißverschlusstasche für Akku: Positionieren Sie den Akku in der Vorder- oder Rückentasche, um den Komfort zu verbessern. Wasser- und windabweisend, bietet Komfort und Strapazierfähigkeit in rauen Umgebungen. Verstellbarer Kordelzug in der Taille hält die Wärme im Inneren. Flexibles Akkusystem: Kompatibel mit allen MILWAUKEE®M12™-Akkus. Waschmaschinen- und trocknergeeignet.
Technische Daten: Farbe Schwarz Material 100% Polyester Material Gewicht (g/m²) 210 Größe L Akku Li-ion Spannung 12 V
Lieferumfang 1× Milwaukee Akku Heiz-Steppjacke Herren schwarz M12 HPJBL3-0 (L) 1x M12 Akku Adapter (ohne Akku und Ladegerät)
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee Akku Heiz-Steppjacke Herren schwarz M12 HPJBL3-0 (L) ohne Akku und Ladegerät Artikel-Nr.: 4932493839 EAN: 4058546509996 Hersteller: MILWAUKEE
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", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "d5aea1d495d0cfe13a8fb589bc65e519");
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", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "d5aea1d495d0cfe13a8fb589bc65e519");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Milwaukee Akku Heiz-Steppjacke Herren schwarz M12 HPJBL3-0 (L) ohne Akku und Ladegerät 279,99 € Milwaukee SHOCKWAVE Zubehör-Set 32-tlg. 84,85 € Milwaukee SHOCKWAVE Steckschlüssel 1/4" Set 150 mm lang magnetisch 8/10/13, 3-teilig 49,99 € Milwaukee SWITCHBLADE Selbstbohrer Set 5-teilig 35/38/54/65 mm, Verlängerung 140 mm 137,88 € Milwaukee Arbeitshandschuhe Leder Größe 9 (L) 12,81 € Milwaukee PACKOUT Ratschen-Set metrisch 38-tlg. 59,99 € Milwaukee PACKOUT Trolley Koffer mit Schublade 665 x 570 x 480 mm 323,26 € Milwaukee Absaugsystem AS-30LAC Staubklasse L im Karton 511,27 €
$(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
});