Vom Fachmann für dein Motorrad
Gabelsimmerringe Satz für Ducati 748 – 1198, M600 – M1100, SS620 – 1000 Hypermotard Multistrada
– nicht passend für S Varianten mit Öhlins Gabel –
– Ducati 748 749 916 996 998 999 848 1098 1198
– Ducati SS i.e. 620 750 800 900 1000
– Ducati Monster 600 / 750 900 ab 1998
– Ducati Monster 620 695 800 1000 S2R S4R
– Ducati Monster 696 796 1100
– Ducati GT 1000
– Ducati SC 1000
– Ducati Hypermotard 796 1100
– Ducati Multistrada 620 1000 1100
– Ducati Panigale 899 / 959
– Ducati ST2 ST3 ST4
– Ducati Streetfighter 848
28,90€
Nur noch 5 vorrätig
- Hersteller: JMC
- Artikelnummer: 735.03.11
- Produktart: Gabel-Simmerring Satz
- Farbe: Schwarz (je nach Ausführung)
- Material: Spezieller Elastomer-Kunststoff
- Einbauort: Vorderradgabel
- Verpackungsinhalt: 2 Simmerringe (für eine Gabel)
- Kompatible Modelle: Ducati 748, 916, 996, 998, 999, 1098, 1198, Monster M600–M1100, Supersport SS620–1000 (modellabhängig)
Der JMC Gabel-Simmerring Satz ist ein technisches Ersatzteil für die Vorderradgabel verschiedener Ducati Motorräder. Er dient dem zuverlässigen Abdichten der Gabelrohre und schützt vor dem Eindringen von Schmutz und Feuchtigkeit.
Vorteile auf einen Blick
Der Simmerring-Satz bietet eine zuverlässige Lösung für die Wartung und Instandhaltung der Motorradgabel.
- Zuverlässiger Schutz vor Ölverlust an der Gabel
- Langlebiges Material für hohe Laufleistungen
- Passgenaue Fertigung für zahlreiche Ducati Modelle
- Einfache Montage durch präzise Abmessungen
Technische Daten
- Satz bestehend aus zwei Simmerringen für eine komplette Gabelüberholung
- Spezielle Dichtlippenkonstruktion zur optimalen Abdichtung gegen Staub und Feuchtigkeit
- Konstruiert für den Einsatz in Motorrad-Vorderradgabeln mit Standardabmessungen (modellabhängig)
- Langlebige Werkstoffe minimieren Verschleiß und verlängern Wartungsintervalle
Einsatzbereiche
Der Gabel-Simmerring Satz eignet sich für die Wartung und Reparatur von Ducati Motorrädern im Bereich Straße und Sport. Typische Anwendende sind Motorradwerkstätten, Fachbetriebe sowie technisch versierte Privatpersonen.
Lieferumfang
- 1 Satz (2 Stück) Gabel-Simmerringe für eine Vorderradgabel
- Anleitung zur Montage nicht enthalten; Einbau sollte fachgerecht erfolgen
- Kombinierbar mit passenden Staubkappen (modellabhängig separat erhältlich)
FAQ
- Für welche Ducati Modelle ist der Simmerring Satz geeignet?
Laut Hersteller passend für viele Modelle wie Ducati Superbikes (748–1198), Monster M600–M1100 sowie Supersport SS620–1000. Die genaue Kompatibilität kann je nach Baujahr und Ausführung variieren. - Muss beim Austausch auch das Gabelöl gewechselt werden?
Ein Wechsel des Gabelöls wird im Rahmen der Wartung empfohlen. - Sind Staubkappen im Lieferumfang enthalten?
Nein, Staubkappen sind nicht enthalten und müssen bei Bedarf separat bestellt werden. - Können die Simmerringe selbst montiert werden?
Die Montage erfordert technisches Know-how; es wird empfohlen, den Einbau durch Fachpersonal durchführen zu lassen. - Bietet das Produkt eine Garantie?
Die Garantiebedingungen richten sich nach den gesetzlichen Vorgaben sowie den Bestimmungen des jeweiligen Händlers. - Alle Angaben ohne Gewähr.
– nicht passend für S Varianten mit Öhlins Gabel –
– Ducati 748 749 916 996 998 999 848 1098 1198
– Ducati SS i.e. 620 750 800 900 1000
– Ducati Monster 600 / 750 900 ab 1998
– Ducati Monster 620 695 800 1000 S2R S4R
– Ducati Monster 696 796 1100
– Ducati GT 1000
– Ducati SC 1000
– Ducati Hypermotard 796 1100
– Ducati Multistrada 620 1000 1100
– Ducati Panigale 899 / 959
– Ducati ST2 ST3 ST4
– Ducati Streetfighter 848
Hammerbrookstr 97
20097 Hamburg
Hamburg Deutschland
info@matthies.de
Du musst angemeldet sein, um eine Bewertung abgeben zu können.
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Satz Staubkappen Telegabel 41X54.4X4.6
Hersteller: JMP Artikelnummer: 7350170 Produktart: Staubkappen für Telegabel Abmessungen: 41 x 54,4 x 4,6 mm…
29,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Gabel Simmeringsatz für Ducati Monster 600 Monster 750
Passend für Ducati Monster 600 und 750 bis 1998
12,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Gabel-Simmerring Satz Multistrada, Diavel, Hypermotard
Hersteller: Athena Artikelnummer: P40FORK455078 Produktart: Gabel-Simmerring Satz Verwendung: Vorderradgabel Passend für: Ducati Multistrada, Diavel, Hypermotard…
19,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Gabeleimmerringe Satz für Ducati 998S 1098S 1198S Panigale S -Öhlins-
Hersteller: JMP Artikelnummer: 735.02.47 Produktart: Gabel-Simmerring Satz Passend für: Ducati 998S, 1098S, 1198S, Panigale S…
25,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

Satz Staubkappen Telegabel 41X54.4X4.6
Hersteller: JMP Artikelnummer: 7350170 Produktart: Staubkappen für Telegabel Abmessungen: 41 x 54,4 x 4,6 mm...
29,90€

Gabel Simmeringsatz für Ducati Monster 600 Monster 750
Passend für Ducati Monster 600 und 750 bis 1998
12,90€

Gabel-Simmerring Satz Multistrada, Diavel, Hypermotard
Hersteller: Athena Artikelnummer: P40FORK455078 Produktart: Gabel-Simmerring Satz Verwendung: Vorderradgabel Passend für: Ducati Multistrada, Diavel, Hypermotard...
19,90€

Gabeleimmerringe Satz für Ducati 998S 1098S 1198S Panigale S -Öhlins-
Hersteller: JMP Artikelnummer: 735.02.47 Produktart: Gabel-Simmerring Satz Passend für: Ducati 998S, 1098S, 1198S, Panigale S...
25,90€

Bewertungen
Es gibt noch keine Bewertungen.