{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Griffe weiß",
            "url": "https://www.italobee.de/Griffe-weiss",
            "sku": "M15703",
            "brand": {
                "@type": "Brand",
                "name": "italobee"
            },
            "description": "Klassisch, schlicht und zeitlos:\n\nDiese weißen Griffe setzen stilvolle Akzente und verleihen dem Lenker eine saubere, elegante Optik.\n\nMit einer Länge von 120 mm sind sie passend für Lenkerrohre Ø 24/24 mm und bieten angenehmen Halt sowie komfortable Handhabung. Die dezente Farbgebung in Weiß unterstreicht den klassischen Charakter und sorgt für ein harmonisches Gesamtbild.\n\nEin stilvolles Accessoire für Liebhaber klarer Linien und authentischer Details.",
            "image": [
                "https://www.italobee.de/media/image/product/9521/lg/griffe-weiss.jpg",
                "https://www.italobee.de/media/image/product/9521/lg/griffe-weiss~2.jpg",
                "https://www.italobee.de/media/image/product/9521/lg/griffe-weiss~3.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Lenker > Schalt-/ Gasgriff",
            "offers": {
                "@type": "Offer",
                "price": "15.90",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Griffe-weiss",
                "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"
            }
        }
    ]
}