GOTOOLS
MARKEN L-BOXX ProClick System Arbeitsgürtel
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/l-boxx","name":"L-BOXX"}},{"@type":"ListItem","position":4,"item":{"@id":"\/marken\/l-boxx\/proclick-system","name":"ProClick System"}},{"@type":"ListItem","position":5,"item":{"@id":"\/marken\/l-boxx\/proclick-system\/arbeitsguertel","name":"Arbeitsg\u00fcrtel"}}]
}
Produkteigenschaften: Der Werkzeuggürtel erlaubt das Transportieren von Werkzeugen und Arbeitsmaterialien direkt am Mann Durch die integrierte Polsterung und den robusten Aufbau lässt sich Werkzeug rückenfreundlich und komfortabel an der Hüfte tragen Die ProClick Holder können am Gürtelband flexibel eingeklemmt werden und ermöglichen dadurch das schnelle Wechseln von Werkzeugtaschen durch einfaches Einklicken und wieder Lösen Zudem ermöglicht der Gürtel aufgrund der guten Sortierung und der schnellen Erreichbarkeit ein einfaches Handling, auch wenn über Kopf auf der Leiter oder einem Gerüst gearbeitet werden muss Ein Auf- und Absteigen wird somit gespart, was ein wesentlicher Sicherheitsfaktor sowie auch eine deutliche Zeitersparnis darstellt Der Werkzeuggürtel bietet Platz für bis zu fünf ProClick Holder bzw. daran eingehängte ProClick Werkzeugtaschen Die Gürtellänge der Größe S beträgt 100 cm und kann stufenlos von 80 - 95 cm eingestellt werden Die robuste Schnellverschlussschnalle erlaubt ein einfaches Anlegen und wieder Abnehmen mit Einhandbedienung Integrierte D-Ringe ermöglichen zudem die optionale Anbringung eines SchultergurtesTechnische Daten: Maße (LxBxH) 1.000 mm x 120 mm x 30 mm Gewicht 0,44 kg Material(ien) Polyester, ABS Farbe Schwarz Maximale Zuladung in kg 24
Lieferumfang: 1x ProClick Werkzeuggürtel - Tool Belt S BSS
Hersteller BS Systems GmbH & Co. KG
Am Innovationpark 2,
86441 Zusmarshausen,
Deutschland 08291/8502300 ProClick Werkzeuggürtel - Tool Belt S BSS Artikel-Nr.: 6100000957 EAN: 4262403280052 Hersteller: ProClick
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);
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", "2d9ad1ed791dad773feff375cbd6250d");
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", "2d9ad1ed791dad773feff375cbd6250d");
}
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
});