GOTOOLS
AUFBEWAHRUNGSSYSTEME PACKOUT System PACKOUT Koffer
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/aufbewahrungssysteme","name":"AUFBEWAHRUNGSSYSTEME"}},{"@type":"ListItem","position":3,"item":{"@id":"\/aufbewahrungssysteme\/packout-system","name":"PACKOUT System"}},{"@type":"ListItem","position":4,"item":{"@id":"\/aufbewahrungssysteme\/packout-system\/packout-koffer","name":"PACKOUT Koffer"}}]
}
Produkteigenschaften: Milwaukee PACKOUT™ Promo-Set: Set bestehend aus PACKOUT™ Trolley Koffer, PACKOUT™ Werkzeugkoffer klein, PACKOUT™ Werkzeugkoffer groß Kompatibel mit allen PACKOUT™ Komponenten Viel Stauraum für Werkzeug und Arbeitsutensilien Robust verarbeitet für den Dauereinsatz auf der Baustelle Einfacher und sicherer Transport dank hoher Belastbarkeit und großer Räder Jederzeit durch weitere Komponenten erweiterbar Optimaler Schutz der Kofferinhalte dank Schutzklasse IP65 langlebige Transport- und Aufbewahrungslösung für echte Profis
Milwaukee PACKOUT™ Jobsite Kühltasche: Diese Tasche ist der ideale Begleiter um auch auf der Baustelle kühle Speisen und Getränke genießen zu können Aus dem modularen Aufbewahrungssystem PACKOUT™ Mit anderen PACKOUT™ Komponenten kombinierbar Kühlt bis zu 24 Stunden Schickes Design in Rot Viel Platz dank großem Hauptfach Viele Seitentaschen für Werkzeug & Co inklusive Henkel für den Transport inklusive integriertem Flaschenöffner Mit praktischem Trageriemen Stoßfester Boden für sicheren Stand und zum Schutz vor Wasser und SchmutzTechnische Daten: Milwaukee PACKOUT™ Promo-Set: Abmessungen (mm) 560 x 410 x 290 IP65 Schutzklasse schützt vor Staub,Wasser und Schmutz Schwerlasträder Durchmesser 228 mm
Milwaukee PACKOUT™ Jobsite Kühltasche: Abmessungen (mm) 380 x 240 x 330 Abmessungen innen (mm) 300 x 150 x 300 Volumen 20 LiterLieferumfang: 1x PACKOUT™ Trolley Koffer (4932464078) 1x PACKOUT™ Koffer groß (4932464079) 1x PACKOUT™ Koffer (4932464080) 1x PACKOUT™ Jobsite Kühltasche (4932471132)
Hersteller Techtronic Industries Central Europe GmbH
Walder Str. 53,
40724 Hilden,
Deutschland www.milwaukeetool.eu/service/contact/ +49210396000 Milwaukee PACKOUT™ Promo-Set Trolley + Kofferset 3-tlg. + Jobsite Kühltasche Artikel-Nr.: PACKOUT Promo Cool EAN: 4250845511919 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", "8a0a82292f52a6e01d26a9179a64769f");
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", "8a0a82292f52a6e01d26a9179a64769f");
}
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
});