Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen
Kostenloser Versand innerhalb DE
Versand innerhalb von 24h
1 Monat Rückgaberecht
Sicher bezahlen – PayPal, Klarna & mehr
Beratung & Support: +49 (0) 4347 706970

Hilfe bei Deinem Projekt?

Fragen zu Felgen, Fahrwerken,
Beleuchtung oder Pickup-Zubehör?

☎ Sofort anrufen ✉ E-Mail schreiben 💬 WhatsApp Chat Kontaktformular → Mo–Fr: 08:00 – 17:30 Uhr
(function () { 'use strict'; /* ===================================================== SHOPVOTE REPUTATION BADGE ===================================================== */ function initializeShopvoteBadge() { const badgeElement = document.getElementById('sv-badge-t4'); if ( badgeElement && typeof window.createRBadge === 'function' && !badgeElement.dataset.hspInitialized ) { badgeElement.dataset.hspInitialized = 'true'; window.createRBadge( 26788, // Shop-ID 4, // Badge-Typ window.location.protocol === 'https:' ? 'https' : 'http' ); } } function loadShopvoteScript() { const existingScript = document.querySelector( 'script[src*="reputation-badge-v2.min.js"]' ); if (existingScript) { if (typeof window.createRBadge === 'function') { initializeShopvoteBadge(); } else { existingScript.addEventListener( 'load', initializeShopvoteBadge, { once: true } ); } return; } const script = document.createElement('script'); script.src = 'https://widgets.shopvote.de/js/reputation-badge-v2.min.js'; script.defer = true; script.addEventListener( 'load', initializeShopvoteBadge, { once: true } ); document.head.appendChild(script); }