Produkteigenschaften:Für universelle VerwendungHochleistungs-StahllegierungSandgestrahlt + mit Öl rostschutzbehandelt1/4" Verbindungsteil, Kugelausführung für normale Sechskant-Steckschlüssel (Typ C 6.3)Bithalter mit starkem Magnet (Typ E 6.3)Magnetischer Bithalter mit Schnellverschluss und Lock-in System (E 6.3)Robuste BitsTechnische Daten:Antrieb: 1/4" Sechskant DIN 3126 und ISO 1173, C 6.3Schlitz-, Phillips-, Pozidriv-, Innensechskant- und TORX®-Tamper-SchraubenInhalt: 51 Bits + 1 Bithalter magnetisch 1 + Bithalter magnetisch mit Schnellverschluss + 1 Einsteckadapter 1/4"25 mm:Bits für Schlitzschrauben: 4,5 mm, 5,5 mmPhillips-Bits: PH1, PH2x4, PH3, PH2Gx2Pozidriv-Bits: PZ1, PZ2x4, PZ3TORX®-Bits: T10 x2, T15 x2, T20 x4, T25 x2, T27, T30 x4, T40TORX® manipulationssichere Bits: TR10, TR15, TR20, TR25, TR30Bits für Innensechskantschrauben: HEX3, HEX4, HEX5, HEX6, HEX8Robertson-Bits: #1, #2125 mm:Phillips-Bits: PH1, PH2Pozidriv-Bits: PZ1, PZ2150 mm:TORX®-Bits: T20, T25, T30Lieferumfang:1x Bahco Bit-Satz, 54-tlg
- Hersteller
- SNA Europe (Deutschland) ein Ge- schäftsbereich d. SNA
-
Wielletstr. 10,
40822 Mettmann,
Deutschland
- 02104/833830
Bahco Bit-Satz, 54-tlg
- Artikel-Nr.: 59/S54BC
- EAN: 7314150337613
- Hersteller: Bahco

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", "e79babd4c58b583ef5fd5456ec35989e");
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", "e79babd4c58b583ef5fd5456ec35989e");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
KS Tools Adventskalender 2024 mit Mini-Akkuschrauber-Satz und Bits, 31-tlg . 39,99 €
Bahco 1/4" Torsion Schlagschrauber Bit-Satz für Phillips/Pozidriv/TORX® - 44-teilig 46,08 €
Metabo Bit-Box SP, 15-teilig mit langen Bits (626718000) 11,99 €
Bahco 1/4" Torsions-Schlagschrauber-Bitsatz, 40-tlg in stabiler Box 44,37 €
Wera Adventskalender 2025 + Schraubwerkzeug-Set + Trinkflasche Elite Fly Kraftform, 46-tlg. 74,99 €
Bosch Akku-Ratschenschrauber GRC 12V-60 SN, 3/8" (2x 6.0Ah und 9-tlg. Steckschlüsselsatz) 329,99 €
$(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
});