{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Griffe kastanienbraun 12 cm",
            "url": "https://www.italobee.de/Griffe-kastanienbraun-12-cm",
            "sku": "M15634",
            "gtin": "141924",
            "brand": {
                "@type": "Brand",
                "name": "ariete"
            },
            "description": "Qualitativ hochwertige Lenkergriffe für Fahrzeuge mit Lenkerrohren ca. Ø 24/24 mm. Mit einer Länge von 12 cm bieten sie eine kompakte, griffige Form und hohen Fahrkomfort. Die Farbe Kastanienbraun verleiht dem Lenker eine klassische, elegante Optik – ideal für Oldtimer, Restaurationen oder stilvolle Umbauten.",
            "image": [
                "https://www.italobee.de/media/image/product/9437/lg/griffe-kastanienbraun-12-cm~2.jpg",
                "https://www.italobee.de/media/image/product/9437/lg/griffe-kastanienbraun-12-cm~3.jpg",
                "https://www.italobee.de/media/image/product/9437/lg/griffe-kastanienbraun-12-cm~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Lenker > Schalt-/ Gasgriff",
            "offers": {
                "@type": "Offer",
                "price": "14.80",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Griffe-kastanienbraun-12-cm",
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 2,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        }
                    }
                }
            }
        },
        {
            "@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"
            }
        }
    ]
}