GOTOOLS
MARKEN HAZET
{
"@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\/hazet","name":"HAZET"}}]
}
Produkteigenschaften: Setze ein modisches Statement mit unserer HAZET Fashion Cap, die durch ihr modisches Design und coole Ästhetik besticht. Diese Kappe ist der Inbegriff von Stil und wird schnell zum zentralen Element Deines Outfits – perfekt für alle, die ihre Lieblings-Werkzeugmarke mit Stolz tragen! Das auffällige 3D „HAZET Logo“ auf der Front macht die Cap zu einem echten Hingucker und unterstreicht Deine Verbundenheit zur Marke. Der flache Schirm, der von einem Hologramm-Aufkleber geziert wird, verleiht ihr eine moderne Note und schützt Dich effektiv vor Sonneneinstrahlung. An der rechten Seite der Cap ist der Schriftzug „since 1868“ eingestickt, dem Gründungsjahr des Traditionsunternehmens HAZET. Dank des verstellbaren Verschlusses passt sich die Cap jeder Kopfform individuell an und garantiert optimalen Tragekomfort. Die sechs eingearbeiteten Luftlöcher sorgen für Atmungsaktivität und verhindern übermäßiges Schwitzen. Mit der HAZET Fashion Cap zeigst Du nicht nur deine Affinität für qualitativ hochwertige Werkzeuge, sondern beweist auch ein Händchen für trendbewusste Styles. 3D „HAZET Logo“ Stick auf der Front Schriftzug „since 1868“ auf der rechten Seite der Cap Flacher Schirm mit Hologramm-Aufkleber Verstellbarer Verschluss 6 Luftlöcher gegen Schwitzen
Technische Daten: Made in Germany
Lieferumfang: 1x Hazet Fashion-Cap
Hersteller Hazet-Werk Hermann Zerver GmbH & Co. KG
Güldenwerther Bahnhofstr. 25-29,
42857 Remscheid,
Deutschland 02191/7920 Hazet Fashion-Cap Artikel-Nr.: 1868-101 EAN: 4000896242085 Hersteller: HAZET
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.plentyone.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", "af2ce84b2dfaa32fa58b67235a1a4801");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "af2ce84b2dfaa32fa58b67235a1a4801");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Hazet Fashion-Cap 9,99 € Bosch Thermobecher blau 7,99 € Metabo Sportbeutel 3,49 € Bosch Zubehör Socken 1 Paar Größe 42-46 9,99 € Milwaukee Fußball 14,99 € Flex Adventskalender 2025 inkl. Stabschrauber + Echter Werkzeugfan Flaschenöffner Perfect Comfort 74,99 € Milwaukee Keyring / Schlüsselanhänger 8,99 € Einhell Adventskalender 2026 49,99 € Makita Adventskalender - Weihnachtskalender 2025, P-84800 74,99 € Flex Adventskalender 2025 inkl. Stabschrauber 64,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
});