{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Griffe kastanienbraun 13 cm",
            "url": "https://www.italobee.de/Griffe-kastanienbraun-13-cm",
            "sku": "M15635",
            "gtin": "179883",
            "brand": {
                "@type": "Brand",
                "name": "ariete"
            },
            "description": "Hochwertige Lenkergriffe für Fahrzeuge mit Lenkerrohren ca. Ø 24/24 mm. Mit einer Länge von ca. 13 cm bieten sie einen sicheren Griff und hohen Fahrkomfort. Die Farbe Kastanienbraun sorgt für eine klassische, elegante Optik und eignet sich besonders für Oldtimer und stilvolle Umbauten.",
            "image": [
                "https://www.italobee.de/media/image/product/9438/lg/griffe-kastanienbraun-13-cm~2.jpg",
                "https://www.italobee.de/media/image/product/9438/lg/griffe-kastanienbraun-13-cm~3.jpg",
                "https://www.italobee.de/media/image/product/9438/lg/griffe-kastanienbraun-13-cm~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Lenker > Schalt-/ Gasgriff",
            "offers": {
                "@type": "Offer",
                "price": "12.90",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Griffe-kastanienbraun-13-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"
            }
        }
    ]
}