{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Hauptbremszylinder",
            "url": "https://www.italobee.de/Hauptbremszylinder_3",
            "sku": "M15513",
            "brand": {
                "@type": "Brand",
                "name": "CIF"
            },
            "description": "Der Hauptbremszylinder für die Ape 50 der italienischen Marke CIF zeichnet sich durch ein herausragendes Preis-Leistungs-Verhältnis im Vergleich zum Originalersatzteil aus. Dieses Produkt erfreut sich bei zahlreichen Nutzern großer Beliebtheit aufgrund seiner Zuverlässigkeit und Langlebigkeit. Es stellt eine kosteneffiziente Alternative dar und ist bekannt für seine einfache Installation sowie effektive Bremsleistung. Ideal für alle, die ihre Ape 50 aufrüsten oder reparieren möchten, ohne das Budget zu strapazieren.",
            "image": [
                "https://www.italobee.de/media/image/product/9311/lg/hauptbremszylinder_3.jpg",
                "https://www.italobee.de/media/image/product/9311/lg/hauptbremszylinder_3~2.jpg",
                "https://www.italobee.de/media/image/product/9311/lg/hauptbremszylinder_3~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Bremsanlage",
            "offers": {
                "@type": "Offer",
                "price": "59.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Hauptbremszylinder_3",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": 5,
                "bestRating": 5
            }
        },
        {
            "@type": "WebSite",
            "url": "https://www.italobee.de",
            "name": "italobee Shop",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.italobee.de/search?suche={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        }
    ]
}