Vom Fachmann für dein Motorrad
Brembo Bremspumpe 16×21 Radial Ducati 848, Panigale, Monster 1200
Bremspumpe 16×21 Radial von Brembo – Schwarz – incl. Bremslichtschalter und Hebel – 100094 passend für folgende Ducati Modelle:
Ducati Superbike
- Ducati 848 ab 2010
- Ducati 848 Streetfighter ab 2014
Ducati Panigale
- Ducati 899 Panigale ab 2014
- Ducati 959 Panigale ab 2016
- Ducati 1199 Panigale ab 2012
- Ducati 1299 Panigale ab 2015
- Ducati 1299 Superleggera 2017
- Ducati 1198 /S ab 2010
- Ducati 1199 Superleggera 2014
Ducati Hypermotard
- Ducati 1100 Hypermotard Evo ab 2010
Ducati Monster
- Ducati 1100 Monster ab 2010
- Ducati Monster 1200 ab 2014
Ducati Diavel
- Ducati Diavel 1200 ab 2013
- Ducati XDiavel ab 2016
- Ducati XDiavel S ab 2016
Ducati Multistrada
- Ducati Multistrada 1200 ab 2012
- Ducati Multistrada 1200 Enduro ab 2016
auch passend für folgende Motorrad Modelle anderer Hersteller:
MV Agusta
- MV Agusta F4 1000 RC ab 2015
- MV Agusta F4 RR ab 2010
Triumph
- Triumph Street Triple 765 R ab 2020
- Triumph Street Twin 900 ab 2020
- Triumph Speed Triple RS 1050 ab 2018
- Triumph Scambler 1200 ab 2020
- Triumph Speed Twin 1200 ab 2020
- Triumph Thruxton RS 1200 ab 2020
219,90€
Bremspumpe 16×21 Radial von Brembo – Schwarz – incl. Bremslichtschalter und Hebel – 100094: Ducati Panigale, Ducati Monster, Ducati Superbike u.v.m.
Produktbeschreibung:
Die Bremspumpe 16×21 Radial des Herstellers Brembo ist in der Farbe Schwarz erhältlich. Die Ausführung der Bremspumpe ist inklusive Bremslichtschalter und Hebel.
Ducati verbaut bei zahlreichen Motorrädern diesen Bremspumpe bereits in der Erstausstattung. Durch die robuste Bauweise weißt der Fußbremszylinder Langlebigkeit, eine gute Performance und einen super Druckpunkt für die Hinterradbremse auf. Die Bremspumpe bzw. der Fußbremszylinder 16×21 Radial ist mit verschiedenen Ducati Modellen kompatibel und eignet sich als hochwertiges Ersatzteil für Ihr Ducati Motorrad.
Technische Details:
- Hersteller: Brembo
- Bezeichnung: Bremspumpe
- Artikelnummer: 100094
- Typ: 16×21 Radial incl. Bremslichtschalter und Hebel
- Farbe: Schwarz
- Bremsflüssigkeit DOT 4 oder 5.1
- Menge: 1x
Hersteller Information:
Brembo ist ein international agierendes Unternehmen mit italienischer Herkunft. Das Unternehmen hat sich auf die Herstellung von "High Performance" Bremsanlagen und deren Zubehör, wie etwa Bremsbeläge, Bremsscheiben oder Bremspumpen spezialisiert.
Produkte von Brembo werden häufig zur Erstausstattung von Motorrädern und Pkws verbaut und eignen sich als hochwertige Ersatzteile. Brembo ist im Rennsport aktiv und rüstet seit 1975 Kraftfahrzeuge von "Racing" bis "City" mit seinen Produkten aus.
Weitere Produkte von Brembo finden Sie in unserem Online-Shop.
Kurzbeschreibung:
Brembo Fußbremszylinder bzw. Bremspumpe, 16×21 Radial, "Made in Italy"
>>ähnliche Produkte<<
Bremspumpe 16×21 Radial von Brembo – Schwarz – incl. Bremslichtschalter und Hebel – 100094 passend für folgende Ducati Modelle:
Ducati Superbike
- Ducati 848 ab 2010
- Ducati 848 Streetfighter ab 2014
Ducati Panigale
- Ducati 899 Panigale ab 2014
- Ducati 959 Panigale ab 2016
- Ducati 1199 Panigale ab 2012
- Ducati 1299 Panigale ab 2015
- Ducati 1299 Superleggera 2017
- Ducati 1198 /S ab 2010
- Ducati 1199 Superleggera 2014
Ducati Hypermotard
- Ducati 1100 Hypermotard Evo ab 2010
Ducati Monster
- Ducati 1100 Monster ab 2010
- Ducati Monster 1200 ab 2014
Ducati Diavel
- Ducati Diavel 1200 ab 2013
- Ducati XDiavel ab 2016
- Ducati XDiavel S ab 2016
Ducati Multistrada
- Ducati Multistrada 1200 ab 2012
- Ducati Multistrada 1200 Enduro ab 2016
auch passend für folgende Motorrad Modelle anderer Hersteller:
MV Agusta
- MV Agusta F4 1000 RC ab 2015
- MV Agusta F4 RR ab 2010
Triumph
- Triumph Street Triple 765 R ab 2020
- Triumph Street Twin 900 ab 2020
- Triumph Speed Triple RS 1050 ab 2018
- Triumph Scambler 1200 ab 2020
- Triumph Speed Twin 1200 ab 2020
- Triumph Thruxton RS 1200 ab 2020
Via Brembo 14
24035 Curno
Italien
acquisti@brembo.it
Via Stezzano 87
24126 Bergamo
Italien
acquisti@brembo.it
https://www.brembo.com/en/company/contacts
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; } ?>
Kupplungszylinder PS 13 mit Behälter und Hebel schwarz/schwarz
BIM Bimota 900 DB2 (900cc, 1993 - 1995) CAG Cagiva 350 Elephant (350cc, 1985 -…
155,00€
<?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; } ?>
Fußbremszylinder PS 13B 40mm Druck, schwarz ohne Behälter
Brembo PS13B Fußbremszylinder
78,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; } ?>
Handbremszylinder Brembo PS13 mit Behälter und Hebel -schwarz-
Ducati Monster 600 / 750 Ducati SS 600 / 750 (Achtung - alte Schelle muss…
174,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; } ?>
Handbremszylinder PS 16 komplett mit Behälter schwarz/schwarz
BEN Benelli 750 SEI (750cc, 1982 - ) BEN Benelli 900 SEI (900cc, 1978 -…
188,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; } } } ?>

Kupplungszylinder PS 13 mit Behälter und Hebel schwarz/schwarz
BIM Bimota 900 DB2 (900cc, 1993 - 1995) CAG Cagiva 350 Elephant (350cc, 1985 -...
155,00€

Handbremszylinder Brembo PS13 mit Behälter und Hebel -schwarz-
Ducati Monster 600 / 750 Ducati SS 600 / 750 (Achtung - alte Schelle muss...
174,90€

Handbremszylinder PS 16 komplett mit Behälter schwarz/schwarz
BEN Benelli 750 SEI (750cc, 1982 - ) BEN Benelli 900 SEI (900cc, 1978 -...
188,90€
Bewertungen
Es gibt noch keine Bewertungen.