{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Product",
            "name": "Griffe \"Antik\" sand",
            "url": "https://www.italobee.de/Griffe-Antik-sand",
            "sku": "M15620",
            "brand": {
                "@type": "Brand",
                "name": "italobee"
            },
            "description": "Lenkergriffe „Antik“ für PIAGGIO 6-Eck stehen für klassisches Design in Premium-Qualität. Das hochwertige Material sorgt für eine angenehme Haptik, sicheren Halt und hohen Fahrkomfort – auch bei längeren Fahrten.\n\nGeeignet für Lenkerrohre ca. Ø 24/24 mm, mit einer Länge von 125 mm.\n\nDie Farbgebung Sand verleiht den Griffen einen zeitlosen, dezenten Look und fügt sich harmonisch in klassische Fahrzeugkonzepte ein.",
            "image": [
                "https://www.italobee.de/media/image/product/9423/lg/griffe-antik-sand~2.jpg",
                "https://www.italobee.de/media/image/product/9423/lg/griffe-antik-sand~3.jpg",
                "https://www.italobee.de/media/image/product/9423/lg/griffe-antik-sand~4.jpg"
            ],
            "category": "Ersatzteile & Zubehör > Ape 50 > Lenker > Schalt-/ Gasgriff",
            "offers": {
                "@type": "Offer",
                "price": "29.00",
                "priceCurrency": "EUR",
                "availability": "https://schema.org/InStock",
                "url": "https://www.italobee.de/Griffe-Antik-sand",
                "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"
            }
        }
    ]
}