{"id":156,"date":"2024-04-04T11:50:45","date_gmt":"2024-04-04T09:50:45","guid":{"rendered":"https:\/\/www.db-race.com\/?page_id=156"},"modified":"2026-03-12T10:08:10","modified_gmt":"2026-03-12T09:08:10","slug":"home","status":"publish","type":"page","link":"https:\/\/www.db-race.com\/it\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"156\" class=\"elementor elementor-156\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a79d4a9 elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-height-default\" data-id=\"a79d4a9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e4dfd02\" data-id=\"e4dfd02\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-28b7ed9 elementor-section-full_width elementor-section-content-top elementor-section-height-default elementor-section-height-default\" data-id=\"28b7ed9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ca2438f\" data-id=\"ca2438f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-347b2d1\" data-id=\"347b2d1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-101b9a6 elementor-widget elementor-widget-heading\" data-id=\"101b9a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">PORTATARGA<span style=\"color:#FF6600\">\nKTM<br \/><\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-44201b6 elementor-section-content-bottom elementor-section-full_width scrollprodotti elementor-section-height-default elementor-section-height-default\" data-id=\"44201b6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-23839b6\" data-id=\"23839b6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8938ec4 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-widget__width-initial elementor-widget elementor-widget-divider\" data-id=\"8938ec4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tSELEZIONA LA TUA MOTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6819f81\" data-id=\"6819f81\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0faf365 elementor-widget elementor-widget-html\" data-id=\"0faf365\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\/\/ Function to set up the scroll event when the select element is available\nfunction setupScrollToProductList() {\n\/\/ Select the element with the class 'edc-product-list'\nconst productList = document.querySelector('.scrollprodotti');\n\/\/ Select the dropdown element with the ID 'edc-attribute-value-select-2'\nconst attributeSelect = document.getElementById('edc-attribute-value-select-2');\n\n\/\/ Check if the select element exists\nif (attributeSelect) {\n\/\/ Add an event listener to handle the change event\nattributeSelect.addEventListener('change', () => {\n\/\/ Scroll smoothly to the element if it exists\nif (productList) {\nproductList.scrollIntoView({\nbehavior: 'smooth', \/\/ Smooth transition\nblock: 'start' \/\/ Align to the top of the viewport\n});\n} else {\nconsole.warn('Element with class \"edc-product-list\" not found.');\n}\n});\n} else {\nconsole.warn('Select element with ID \"edc-attribute-value-select-2\" not found. Waiting for it to load...');\n}\n}\n\n\/\/ Create a MutationObserver to monitor changes in the DOM\nconst observer = new MutationObserver((mutationsList) => {\nfor (let mutation of mutationsList) {\nif (mutation.type === 'childList') {\n\/\/ Check if the select element is available after a DOM update\nsetupScrollToProductList();\n}\n}\n});\n\n\/\/ Start observing the body for changes to child elements (such as the loading of the select element)\nobserver.observe(document.body, {\nchildList: true,\nsubtree: true \/\/ Observe all descendants\n});\n\n\/\/ Call the setup function initially to check for the element on load\nsetupScrollToProductList();\n<\/script>\n<div class=\"edc-category-filter motohome\" data-shortcode=\"edc_category_filter\" data-slug-base=\"moto\"><div class=\"edc-category-filter-stages\"><\/div><div class=\"edc-category-filter-error\" style=\"display:none\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b5e0dfa elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7b5e0dfa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-616cc1f3\" data-id=\"616cc1f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-630548d8 elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"630548d8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4a8053e4\" data-id=\"4a8053e4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32c378e3 elementor-widget elementor-widget-html\" data-id=\"32c378e3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"edc-product-list\" data-template-b64=\"CiAgICAgICAgICA8ZGl2IGNsYXNzPSJpdGVtIj4KICAgICAgICAgICAgW2VkY19pbWFnZXMgIGNsYXNzPSJmb3RvLXByb2RvdHRvIiBpbWFnZV9pbmRleD0iMSJdCiAgICAgICAgICAgIFtlZGNfZmllbGQgYmluZD0ibmFtZSIgdHlwZT0idGV4dCIgY2xhc3M9Im5vbWUtcHJvZG90dG8iXQogICAgICAgICAgPC9kaXY+CiAgICAgICAg\" data-item-class=\"edc-item\" data-anchor=\"product-focus\"><div class=\"edc-product-list-empty\" style=\"display:none\"><\/div><\/div>        \n\n  \n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-afd24d7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"afd24d7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fab431\" data-id=\"1fab431\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b1b2e8b elementor-widget elementor-widget-html\" data-id=\"b1b2e8b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n     <div class=\"edc-product-details product-details-container\" data-template-b64=\"CQkJCTwvZGl2PgoJCQkJPC9kaXY+CgkJCQkJPC9kaXY+CgkJPC9kaXY+CgkJCQkJPC9kaXY+CgkJPC9zZWN0aW9uPgoJCQkJPHNlY3Rpb24gY2xhc3M9ImVsZW1lbnRvci1zZWN0aW9uIGVsZW1lbnRvci10b3Atc2VjdGlvbiBlbGVtZW50b3ItZWxlbWVudCBlbGVtZW50b3ItZWxlbWVudC1kZTE4YjE4IGVsZW1lbnRvci1zZWN0aW9uLWZ1bGxfd2lkdGggZWxlbWVudG9yLXNlY3Rpb24taGVpZ2h0LWRlZmF1bHQgZWxlbWVudG9yLXNlY3Rpb24taGVpZ2h0LWRlZmF1bHQiIGRhdGEtaWQ9ImRlMThiMTgiIGRhdGEtZWxlbWVudF90eXBlPSJzZWN0aW9uIj4KCQkJCQkJPGRpdiBjbGFzcz0iZWxlbWVudG9yLWNvbnRhaW5lciBlbGVtZW50b3ItY29sdW1uLWdhcC1kZWZhdWx0Ij4KCQkJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3ItY29sdW1uIGVsZW1lbnRvci1jb2wtNTAgZWxlbWVudG9yLXRvcC1jb2x1bW4gZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtNTI4ZDdiOCIgZGF0YS1pZD0iNTI4ZDdiOCIgZGF0YS1lbGVtZW50X3R5cGU9ImNvbHVtbiI+CgkJCTxkaXYgY2xhc3M9ImVsZW1lbnRvci13aWRnZXQtd3JhcCBlbGVtZW50b3ItZWxlbWVudC1wb3B1bGF0ZWQiPgoJCQkJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3ItZWxlbWVudCBlbGVtZW50b3ItZWxlbWVudC00ZjJjNjY3IGVsZW1lbnRvci13aWRnZXQgZWxlbWVudG9yLXdpZGdldC1odG1sIiBkYXRhLWlkPSI0ZjJjNjY3IiBkYXRhLWVsZW1lbnRfdHlwZT0id2lkZ2V0IiBkYXRhLXdpZGdldF90eXBlPSJodG1sLmRlZmF1bHQiPgoJCQkJPGRpdiBjbGFzcz0iZWxlbWVudG9yLXdpZGdldC1jb250YWluZXIiPgoJCQkJCSAgICAgICA8ZGl2IGlkPSJwcm9kdWN0LWZvY3VzIj48L2Rpdj4KICAgIDxpbWcgIGlkPSJpbWFnZS1wcmV2aWV3Ii8+CiAgICA8IS0tJiM5MTtlZGNfaW1hZ2VzIGNsYXNzPSJlZGMtaW1hZ2Utcm93IiBhbHQ9ImRlc2NyaXB0aW9uX3NhbGUiIGlkPSJpbWFnZS1wcmV2aWV3IiYjOTM7ICAgICAtLT4KICAgIAogICAgCiAKICAgIFtlZGNfZ2FsbGVyaWVzICBnYWxsZXJ5X2luZGV4PSIwIl0KICAgICAgICAgICAgW2VkY19pbWFnZXMgY2xhc3M9ImVkYy1pbWFnZS1yb3ctdGh1bWIiIHRhcmdldC1wcmV2aWV3PSJpbWFnZS1wcmV2aWV3Il0KICAgIFsvZWRjX2dhbGxlcmllc10KICAgIAogCQkJCTwvZGl2PgoJCQkJPC9kaXY+CgkJCQkJPC9kaXY+CgkJPC9kaXY+CgkJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3ItY29sdW1uIGVsZW1lbnRvci1jb2wtNTAgZWxlbWVudG9yLXRvcC1jb2x1bW4gZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtYmM1MjlmOCIgZGF0YS1pZD0iYmM1MjlmOCIgZGF0YS1lbGVtZW50X3R5cGU9ImNvbHVtbiI+CgkJCTxkaXYgY2xhc3M9ImVsZW1lbnRvci13aWRnZXQtd3JhcCBlbGVtZW50b3ItZWxlbWVudC1wb3B1bGF0ZWQiPgoJCQkJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3ItZWxlbWVudCBlbGVtZW50b3ItZWxlbWVudC01YjE3ZjMwIGVsZW1lbnRvci13aWRnZXQgZWxlbWVudG9yLXdpZGdldC1odG1sIiBkYXRhLWlkPSI1YjE3ZjMwIiBkYXRhLWVsZW1lbnRfdHlwZT0id2lkZ2V0IiBkYXRhLXdpZGdldF90eXBlPSJodG1sLmRlZmF1bHQiPgoJCQkJPGRpdiBjbGFzcz0iZWxlbWVudG9yLXdpZGdldC1jb250YWluZXIiPgoJCQkJCQoKIFtlZGNfZmllbGQgYmluZD0ibmFtZSIgdHlwZT0idGV4dCIgY2xhc3M9InRpdG9sby1wcm9kb3R0byJdCiAgICBbZWRjX3Byb2R1Y3RfdmFyaWFudF9hdHRyaWJ1dGVfc2VsZWN0ZWRdCiAgICAgICAgICAgIDxzcGFuIGNsYXNzPSJtb3RvLXByb2RvdHRvIj4KICAgICAgICAgICAgICAgICBbZWRjX2ZpZWxkIGJpbmQ9Im5hbWUiXQogICAgICAgICAgICA8L3NwYW4+CiAgICBbL2VkY19wcm9kdWN0X3ZhcmlhbnRfYXR0cmlidXRlX3NlbGVjdGVkXQogICAgCiAgICAgICAgIFtlZGNfZmllbGQgYmluZD0iZGVzY3JpcHRpb25fc2FsZSIgdHlwZT0iaHRtbCIgY2xhc3M9ImRlc2NyaXppb25lLXByb2RvdHRvIl0KICAgIFtlZGNfcHJvZHVjdF92YXJpYW50X2F0dHJpYnV0ZXMgbGF5b3V0PSJsaXN0IiBjbGFzcz0idmFyaWFudGktcHJvZG90dG8iXQogICAgW2VkY19maWVsZCBiaW5kPSJhdHRyaWJ1dGVfbmFtZSJdCiAgICAgICAgICAgIFtlZGNfcHJvZHVjdF92YXJpYW50X2F0dHJpYnV0ZXNfdmFsdWVzXQogICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICBbZWRjX2ltYWdlcyBhbHQ9ImRlc2NyaXB0aW9uIiBjbGFzcz0idmFyaWFudGUtdGh1bWIiIF0KICAgICAgICAgICAgW2VkY19maWVsZCBiaW5kPSJuYW1lIiBjbGFzcz0idmFyaWFudGUtbmFtZSJdCiAgICAgICAgICAgIFsvZWRjX3Byb2R1Y3RfdmFyaWFudF9hdHRyaWJ1dGVzX3ZhbHVlc10KICAgICAgICAgICAgCiAgICBbL2VkY19wcm9kdWN0X3ZhcmlhbnRfYXR0cmlidXRlc10KCgpbZWRjX3ZhcmlhbnRfZGV0YWlscyBjbGFzcz0idmFyaWFudC1kZXRhaWxzIl0KICAgIFtlZGNfZmllbGQgYmluZD0ibmFtZSJdCiAgICA8ZGl2PgogICAgICAgIFtlZGNfZmllbGQgYmluZD0iZGVmYXVsdF9jb2RlIl0KICAgIDwvZGl2PgogICAgPGRpdj4KICAgICAgICBbZWRjX2ZpZWxkIGJpbmQ9Imxpc3RfcHJpY2UiIHR5cGU9ImN1cnJlbmN5IiAKICAgICAgICAgICAgICAgICBhZnRlcj0iIElWQSBpbmNsdXNhIl0KICAgIDwvZGl2PgogICAgICAgIDwhLS0gSW1tYWdpbmUgZGVsbGEgdmFyaWFudGUgLS0+CiAgIFtlZGNfdmFyaWFudF9pbWFnZSB3aWR0aD0iMjAwIiBhbHQ9IkltbWFnaW5lIHZhcmlhbnRlIl0KICAgCiAgIDwhLS0gTnVvdm86IGVsZW5jbyBhdHRyaWJ1dGkvdmFsb3JpIC0tPgogICAgW2VkY192YXJpYW50X2F0dHJpYnV0ZXNfbGlzdCBsYXlvdXQ9Imxpc3QiXQogICAgICAgIFtlZGNfdmFyaWFudF9hdHRyaWJ1dGVfbmFtZV06IFtlZGNfdmFyaWFudF9hdHRyaWJ1dGVfdmFsdWVdCiAgICBbL2VkY192YXJpYW50X2F0dHJpYnV0ZXNfbGlzdF0KICAgIAogICAgW2VkY19hZGRfdG9fY2FydCBjb2RlPSJkZWZhdWx0X2NvZGUiXQogICAgCiAgICAKWy9lZGNfdmFyaWFudF9kZXRhaWxzXQoJCQkJPC9kaXY+CgkJCQk8L2Rpdj4KCQkJCQk8L2Rpdj4KCQk8L2Rpdj4KCQkJCQk8L2Rpdj4KCQk8L3NlY3Rpb24+CgkJCQk8c2VjdGlvbiBjbGFzcz0iZWxlbWVudG9yLXNlY3Rpb24gZWxlbWVudG9yLXRvcC1zZWN0aW9uIGVsZW1lbnRvci1lbGVtZW50IGVsZW1lbnRvci1lbGVtZW50LTU3Y2ExZTAgZWxlbWVudG9yLXNlY3Rpb24tYm94ZWQgZWxlbWVudG9yLXNlY3Rpb24taGVpZ2h0LWRlZmF1bHQgZWxlbWVudG9yLXNlY3Rpb24taGVpZ2h0LWRlZmF1bHQiIGRhdGEtaWQ9IjU3Y2ExZTAiIGRhdGEtZWxlbWVudF90eXBlPSJzZWN0aW9uIj4KCQkJCQkJPGRpdiBjbGFzcz0iZWxlbWVudG9yLWNvbnRhaW5lciBlbGVtZW50b3ItY29sdW1uLWdhcC1kZWZhdWx0Ij4KCQkJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3ItY29sdW1uIGVsZW1lbnRvci1jb2wtMTAwIGVsZW1lbnRvci10b3AtY29sdW1uIGVsZW1lbnRvci1lbGVtZW50IGVsZW1lbnRvci1lbGVtZW50LWQwN2JhNDgiIGRhdGEtaWQ9ImQwN2JhNDgiIGRhdGEtZWxlbWVudF90eXBlPSJjb2x1bW4iPgoJCQk8ZGl2IGNsYXNzPSJlbGVtZW50b3Itd2lkZ2V0LXdyYXAgZWxlbWVudG9yLWVsZW1lbnQtcG9wdWxhdGVkIj4KCQkJCQkJPGRpdiBjbGFzcz0iZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtMGRmM2EzYiBlbGVtZW50b3Itd2lkZ2V0IGVsZW1lbnRvci13aWRnZXQtaHRtbCIgZGF0YS1pZD0iMGRmM2EzYiIgZGF0YS1lbGVtZW50X3R5cGU9IndpZGdldCIgZGF0YS13aWRnZXRfdHlwZT0iaHRtbC5kZWZhdWx0Ij4KCQkJCTxkaXYgY2xhc3M9ImVsZW1lbnRvci13aWRnZXQtY29udGFpbmVyIj4KCQkJCQkg\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9ea7536 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9ea7536\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-82b5a24\" data-id=\"82b5a24\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2ffd00c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2ffd00c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-e51dc7f\" data-id=\"e51dc7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d5933a elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"3d5933a\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_1\" viewBox=\"0 0 90 70\"><defs><style>      .st0 {        fill: #8d8b8d;      }      .st1 {        fill: #e52629;      }    <\/style><\/defs><g><path class=\"st0\" d=\"M36.1,36.7c-.3,0-.6,0-.8-.2L4.2,21c-.6-.3-1.1-1-1.1-1.7s.4-1.4,1.1-1.7L35.2,2.2c.5-.3,1.2-.3,1.7,0l31.1,15.4c.7.3,1.1,1,1.1,1.7s-.4,1.4-1.1,1.7l-31.1,15.4c-.3.1-.6.2-.9.2ZM9.3,19.3l26.8,13.3,26.8-13.3-26.8-13.3-26.8,13.3Z\"><\/path><rect class=\"st0\" x=\"35.1\" y=\"34.7\" width=\"1.9\" height=\"31.4\"><\/rect><rect class=\"st0\" x=\"18.9\" y=\"18.2\" width=\"32.5\" height=\"1.9\" transform=\"translate(-4.9 19.5) rotate(-29.1)\"><\/rect><\/g><g><path class=\"st0\" d=\"M69,34v-14.7c0-1-.8-1.9-1.9-1.9s-1.9.9-1.9,1.9v15l3.6-.3c0,0,.1,0,.2,0Z\"><\/path><path class=\"st0\" d=\"M57.2,53.5l-21.2,10.5-29.2-14.5v-30.2c0-1-.9-1.9-1.9-1.9s-1.9.9-1.9,1.9v31.4c0,.7.4,1.4,1.1,1.7l31.1,15.4c.3.1.6.2.8.2s.6,0,.8-.2l21.1-10.5c-.5-1.1-.8-2.4-.8-3.7v-.2h0Z\"><\/path><\/g><g><path class=\"st1\" d=\"M69.2,55.9h0c-.3,0-.7-.1-.9-.4l-5.3-5.3c-.5-.5-.5-1.3,0-1.8.5-.5,1.3-.5,1.8,0l4.4,4.3,8.9-8.9c.5-.5,1.3-.5,1.8,0s.5,1.3,0,1.8l-9.8,9.8c-.2.2-.6.4-.9.4h0Z\"><\/path><path class=\"st1\" d=\"M71.4,66.9c-5.4,0-9.9-3.5-12.8-6.5-1.8-1.8-2.7-4.2-2.7-6.8v-14.5c0-3,2.3-5.5,5.3-5.8l7.5-.7c1.8-.2,3.6-.2,5.4,0l7.5.7c3,.3,5.3,2.8,5.3,5.8v14.5c0,2.5-1,4.9-2.7,6.8-2.8,3-7.4,6.5-12.8,6.5ZM71.4,33.9c-.9,0-1.7,0-2.6.1l-7.5.7c-2.3.2-4.1,2.1-4.1,4.5v14.5c0,2.2.8,4.3,2.3,5.8,2.7,2.8,6.9,6.1,11.8,6.1s9.2-3.3,11.8-6.1c1.5-1.6,2.3-3.6,2.3-5.8v-14.5c0-2.4-1.8-4.3-4.1-4.5l-7.5-.7c-.8,0-1.7-.1-2.6-.1h0Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tSpedizione sicura\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tTutte le nostre spedizioni, nazionale ed internazionale, sono affidate a corrieri con sistema di tracciamento ed assicurazione sulla merce.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5c9e4c1\" data-id=\"5c9e4c1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d269b53 elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"d269b53\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_1\" data-name=\"Livello 1\" viewBox=\"0 0 118.82 65.09\"><defs><style>      .cls-1 {        fill: #ed1d24;      }      .cls-2 {        fill: #8d8b8d;      }      .cls-3 {        fill: none;      }    <\/style><\/defs><g><g><path class=\"cls-2\" d=\"M47.78,65.09c-5.27,0-9.55-4.28-9.55-9.55s4.28-9.55,9.55-9.55,9.55,4.28,9.55,9.55-4.28,9.55-9.55,9.55ZM47.78,47.9c-4.21,0-7.64,3.43-7.64,7.64s3.43,7.64,7.64,7.64,7.64-3.43,7.64-7.64-3.43-7.64-7.64-7.64Z\"><\/path><g><g><path class=\"cls-3\" d=\"M94.37,51.92c1.37-2.94,4.34-4.98,7.79-4.98s6.42,2.04,7.79,4.98h2.51c1.41,0,2.55-1.15,2.55-2.55v-13.75c0-.66-.25-1.28-.7-1.76l-9.79-10.35c-.48-.51-1.16-.8-1.85-.8h-13.6v29.21h5.31Z\"><\/path><path class=\"cls-3\" d=\"M82.78,3.82h-48.91c-1.36,0-2.46,1.1-2.46,2.46v45.64h8.58c1.37-2.94,4.34-4.98,7.79-4.98s6.42,2.04,7.79,4.98h29.67V6.28c0-1.35-1.1-2.46-2.46-2.46Z\"><\/path><path class=\"cls-2\" d=\"M94.37,51.92h-5.31v1.91c0,1.05-.86,1.91-1.91,1.91h6.42c0-.07,0-.13,0-.2,0-1.3.29-2.52.81-3.62Z\"><\/path><path class=\"cls-2\" d=\"M117.08,31.23l-9.79-10.35c-1.2-1.27-2.88-1.99-4.63-1.99h-13.6v3.82h13.6c.7,0,1.38.29,1.85.8l9.79,10.35c.45.48.7,1.1.7,1.76v13.75c0,1.41-1.14,2.55-2.55,2.55h-2.51c.51,1.1.81,2.32.81,3.62,0,.07,0,.13-.01.2h1.71c3.51,0,6.37-2.86,6.37-6.37v-13.75c0-1.64-.62-3.19-1.74-4.38Z\"><\/path><path class=\"cls-2\" d=\"M39.99,51.92h-8.58V6.28c0-1.35,1.1-2.46,2.46-2.46h48.91c1.36,0,2.46,1.1,2.46,2.46v14.52c0-1.05.86-1.91,1.91-1.91h1.91V6.28c0-3.46-2.82-6.28-6.28-6.28h-48.91c-3.46,0-6.28,2.82-6.28,6.28v47.55c0,1.05.85,1.91,1.91,1.91h9.69c0-.07,0-.13,0-.2,0-1.3.29-2.52.81-3.62Z\"><\/path><path class=\"cls-2\" d=\"M85.24,53.83v-1.91h-29.67c.51,1.1.81,2.32.81,3.62,0,.07,0,.13-.01.2h30.78c-1.05,0-1.91-.86-1.91-1.91Z\"><\/path><path class=\"cls-2\" d=\"M89.06,53.83V18.89h-1.91c-1.05,0-1.91.85-1.91,1.91v33.03c0,1.05.86,1.91,1.91,1.91s1.91-.86,1.91-1.91Z\"><\/path><\/g><path class=\"cls-2\" d=\"M102.16,65.09c-5.27,0-9.55-4.28-9.55-9.55s4.28-9.55,9.55-9.55,9.55,4.28,9.55,9.55-4.28,9.55-9.55,9.55ZM102.16,47.9c-4.21,0-7.64,3.43-7.64,7.64s3.43,7.64,7.64,7.64,7.64-3.43,7.64-7.64-3.43-7.64-7.64-7.64Z\"><\/path><\/g><\/g><rect class=\"cls-2\" x=\"87.74\" y=\"34.65\" width=\"29.17\" height=\"1.91\"><\/rect><\/g><rect class=\"cls-1\" x=\"7\" y=\"10.88\" width=\"33.14\" height=\"1.7\"><\/rect><rect class=\"cls-1\" y=\"17.46\" width=\"33.14\" height=\"1.7\"><\/rect><rect class=\"cls-1\" x=\"12.46\" y=\"24.05\" width=\"33.14\" height=\"1.7\"><\/rect><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tConsegna rapida\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tEffettuiamo spedizioni in tutto il mondo con i migliori corrieri. Tutta la merce in stock viene spedita entro le 36 ore dall'ordine.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-84ab1bf\" data-id=\"84ab1bf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-107ed57 elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"107ed57\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_1\" viewBox=\"0 0 65.1 70\"><defs><style>      .st0 {        fill: #8d8b8d;      }      .st1 {        fill: #e52629;      }    <\/style><\/defs><g><path class=\"st0\" d=\"M45.8,63.9l-22.6-3.8c-2.7-.5-4.7-2.8-4.7-5.6v-22.7c0-1.2.4-2.3,1-3.3l14.4-20.2c1.1-1.5,2.8-2.4,4.6-2.4s3.2.7,4.3,2c1.1,1.3,1.5,3,1.2,4.6l-1.9,10.5c0,.6,0,1.1.5,1.6.4.4,1,.6,1.5.6l14.6-1.7c1.7-.2,3.4.4,4.6,1.5,1.2,1.2,1.8,2.8,1.7,4.5l-2.3,26.4c-.2,2.4-1.9,4.3-4.2,5l-10.4,2.8c-.5.1-1,.2-1.5.2s-.6,0-.9,0ZM59.2,27.4l-14.6,1.7h0c-1.8.2-3.5-.4-4.8-1.7s-1.8-3.1-1.4-4.9l1.9-10.5c.1-.7-.2-1.2-.4-1.5s-.7-.7-1.4-.7-1.1.3-1.5.8l-14.4,20.2c-.2.3-.3.7-.3,1v22.7c0,.9.6,1.6,1.5,1.8l22.6,3.8c.3,0,.5,0,.8,0l10.4-2.8c.7-.2,1.3-.8,1.3-1.6l2.3-26.4c0-.5-.2-1.1-.5-1.5-.3-.3-.8-.5-1.3-.5s-.1,0-.2,0h0Z\"><\/path><path class=\"st1\" d=\"M0,54v-20.3c0-2.7,2.2-4.8,4.8-4.8h3.2c2.7,0,4.8,2.2,4.8,4.8v20.3c0,2.7-2.2,4.8-4.8,4.8h-3.2c-2.7,0-4.8-2.2-4.8-4.8ZM4.8,30.8c-1.6,0-2.9,1.3-2.9,2.9v20.3c0,1.6,1.3,2.9,2.9,2.9h3.2c1.6,0,2.9-1.3,2.9-2.9v-20.3c0-1.6-1.3-2.9-2.9-2.9h-3.2Z\"><\/path><\/g><path class=\"st0\" d=\"M55.9,52.3l1.9-18.1c0-.9-.2-1.7-.8-2.3-.6-.6-1.5-.9-2.3-.7l-9.7,1.5.3,1.9,9.7-1.5c.3,0,.5,0,.7.2.2.2.3.5.3.7l-1.9,18.1s1.9.2,1.9.2Z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tPlug &amp; Play\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tTutti i nostri prodotti sono perfettamente intercambiabili con gli originali\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8bdc796\" data-id=\"8bdc796\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b652c92 elementor-flip-box--effect-flip elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"b652c92\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Livello_1\" viewBox=\"0 0 56.3 70\"><defs><style>      .st0 {        fill: #8d8b8d;      }      .st1 {        fill: #e52629;      }    <\/style><\/defs><path class=\"st0\" d=\"M28.1,42.8c-10,0-18.1-7.4-18.1-16.5S18.1,9.8,28.1,9.8s18.1,7.4,18.1,16.5-8.1,16.5-18.1,16.5h0ZM28.1,13.3c-7.9,0-14.3,5.9-14.3,13.1s6.4,13.1,14.3,13.1,14.3-5.9,14.3-13.1-6.4-13.1-14.3-13.1Z\"><\/path><g><path class=\"st0\" d=\"M49.7,70.8H6.6c-2.4,0-4.6-1.2-5.7-3.3-1.2-2.1-1.2-4.6.1-6.7,4.6-7.7,15.3-12.6,27.2-12.6s22.6,5,27.2,12.6c1.3,2.1,1.3,4.6,0,6.7-1.2,2.1-3.3,3.3-5.7,3.3h0ZM28.1,52c-10.4,0-20,4.3-23.9,10.8-.5.9-.5,2,0,2.9.5.9,1.4,1.4,2.4,1.4h43.1c1,0,1.9-.5,2.4-1.4.5-.9.5-2,0-2.9-3.9-6.4-13.5-10.8-23.9-10.8Z\"><\/path><g><path class=\"st0\" d=\"M44,27.6c-20.4,0-22.9-13.8-22.9-13.9l1.9-.3c0,.5,2.5,12.8,22.1,12.3v1.9c-.3,0-.7,0-1,0h0Z\"><\/path><path class=\"st0\" d=\"M28.8,58.5c-8.2,0-12.6-5-12.7-5l1.4-1.3c.4.4,8.9,9.7,24.6,0l1,1.6c-5.6,3.4-10.4,4.6-14.3,4.6Z\"><\/path><rect class=\"st0\" x=\"27.6\" y=\"58\" width=\"1.9\" height=\"10.5\"><\/rect><\/g><\/g><g><path class=\"st1\" d=\"M24.1,45c-1.8,0-3.5-.5-5-1.5l-5.3-3.5c-2.2-1.4-3.5-3.8-3.5-6.2v-16.3c0-8.9,8-16.2,17.8-16.2s17.8,7.3,17.8,16.2v19.9h-1.5v-19.9c0-8.2-7.3-14.8-16.3-14.8s-16.3,6.6-16.3,14.8v16.3c0,2,1.1,3.9,2.8,5.1l5.3,3.5c1.4.9,3,1.3,4.7,1.2l7.2-.6v1.4c.1,0-7.1.6-7.1.6-.3,0-.5,0-.8,0h0Z\"><\/path><g><path class=\"st1\" d=\"M10.9,36.6h-2.5c-3.6,0-6.5-2.6-6.5-5.9v-4.3c0-3.2,2.9-5.9,6.5-5.9h2.5v2.8h-2.5c-1.9,0-3.4,1.4-3.4,3.1v4.3c0,1.7,1.5,3.1,3.4,3.1h2.5s0,2.8,0,2.8Z\"><\/path><path class=\"st1\" d=\"M47.9,36.6h-2.5v-2.8h2.5c1.9,0,3.4-1.4,3.4-3.1v-4.3c0-1.7-1.5-3.1-3.4-3.1h-2.5v-2.8h2.5c3.6,0,6.5,2.6,6.5,5.9v4.3c0,3.2-2.9,5.9-6.5,5.9Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tassistenza post vendita\u200b\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tTutta l'assistenza post vendita viene gestita direttamente dalla sede DB Race in Italia.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f5dae4d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f5dae4d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7dce286\" data-id=\"7dce286\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-142a231 elementor-widget elementor-widget-html\" data-id=\"142a231\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"ewp-webpills-wrap\"><div class=\"ewp-webpills-list\" aria-busy=\"true\"><\/div><div class=\"ewp-webpills-error\" style=\"display:none\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d20f980 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d20f980\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2926c8c\" data-id=\"2926c8c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-51e106d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"51e106d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9a04ce4\" data-id=\"9a04ce4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ab51a4e elementor-tablet-align-left elementor-align-left elementor-widget elementor-widget-button\" data-id=\"ab51a4e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"3\" viewBox=\"0 0 40 3\"><line id=\"Linea_12\" data-name=\"Linea 12\" x1=\"40\" transform=\"translate(0 1.5)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"><\/line><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">db-race crew<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79321e4 elementor-widget elementor-widget-heading\" data-id=\"79321e4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">condividi la tua passione #dbracecrew<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-54b9010 elementor-widget elementor-widget-image-carousel\" data-id=\"54b9010\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carosello d&#039;immagini\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/3.webp\" alt=\"3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/2.webp\" alt=\"2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/1.webp\" alt=\"1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/7.webp\" alt=\"7\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/6.webp\" alt=\"6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/5.webp\" alt=\"5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 di 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2024\/04\/4.webp\" alt=\"4\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a3980e9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a3980e9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8a66d0d\" data-id=\"8a66d0d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e7a8e5e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e7a8e5e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-90efc35\" data-id=\"90efc35\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb55537 elementor-widget elementor-widget-heading\" data-id=\"cb55537\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">made in italy<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00db8f3 elementor-widget elementor-widget-heading\" data-id=\"00db8f3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Concept and production<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-61b3c85\" data-id=\"61b3c85\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d003c8f elementor-widget elementor-widget-heading\" data-id=\"d003c8f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">design<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a245404 elementor-widget elementor-widget-heading\" data-id=\"a245404\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">for excellence<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ec6275c\" data-id=\"ec6275c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dfa6ef elementor-widget elementor-widget-heading\" data-id=\"4dfa6ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">plug &amp; plaY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72dea8f elementor-widget elementor-widget-heading\" data-id=\"72dea8f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">easy to assemble<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PORTATARGA KTM SELEZIONA LA TUA MOTO Spedizione sicura Tutte le nostre spedizioni, nazionale ed internazionale, sono affidate a corrieri con sistema di tracciamento ed assicurazione sulla merce. Consegna rapida Effettuiamo spedizioni in tutto il mondo con i migliori corrieri. Tutta la merce in stock viene spedita entro le 36 ore dall&#8217;ordine. Plug &amp; Play Tutti [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6728,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_wp_rev_ctl_limit":""},"class_list":["post-156","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio<\/title>\n<meta name=\"description\" content=\"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.db-race.com\/it\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio\" \/>\n<meta property=\"og:description\" content=\"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.db-race.com\/it\/\" \/>\n<meta property=\"og:site_name\" content=\"DB Race\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-12T09:08:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/porta-targa-ktm.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.db-race.com\/it\/\",\"url\":\"https:\/\/www.db-race.com\/it\/\",\"name\":\"Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio\",\"isPartOf\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp\",\"datePublished\":\"2024-04-04T09:50:45+00:00\",\"dateModified\":\"2026-03-12T09:08:10+00:00\",\"description\":\"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser\",\"breadcrumb\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.db-race.com\/it\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.db-race.com\/it\/#primaryimage\",\"url\":\"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp\",\"contentUrl\":\"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp\",\"width\":1920,\"height\":980,\"caption\":\"Portatarga KTM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.db-race.com\/it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.db-race.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.db-race.com\/it\/#website\",\"url\":\"https:\/\/www.db-race.com\/it\/\",\"name\":\"DB Race\",\"description\":\"Componenti e Accessori Speciali per Moto Ducati e BMW\",\"publisher\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.db-race.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.db-race.com\/it\/#organization\",\"name\":\"DB Race\",\"url\":\"https:\/\/www.db-race.com\/it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.db-race.com\/it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.db-race.com\/wp-content\/uploads\/2021\/04\/blanco.png\",\"contentUrl\":\"https:\/\/www.db-race.com\/wp-content\/uploads\/2021\/04\/blanco.png\",\"width\":200,\"height\":98,\"caption\":\"DB Race\"},\"image\":{\"@id\":\"https:\/\/www.db-race.com\/it\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio","description":"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.db-race.com\/it\/","og_locale":"it_IT","og_type":"article","og_title":"Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio","og_description":"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser","og_url":"https:\/\/www.db-race.com\/it\/","og_site_name":"DB Race","article_modified_time":"2026-03-12T09:08:10+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/porta-targa-ktm.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.db-race.com\/it\/","url":"https:\/\/www.db-race.com\/it\/","name":"Accessori per Moto Ducati, BMW e Universali, in Carbonio e Alluminio","isPartOf":{"@id":"https:\/\/www.db-race.com\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.db-race.com\/it\/#primaryimage"},"image":{"@id":"https:\/\/www.db-race.com\/it\/#primaryimage"},"thumbnailUrl":"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp","datePublished":"2024-04-04T09:50:45+00:00","dateModified":"2026-03-12T09:08:10+00:00","description":"DB Race, produzione e vendita di Specchietti retrovisori per Ducati Panigale, Ducati Streetfighter; Accessori Moto BMW S1000RR ed Accessori Moto Universali in Alluminio, Carbonio, Vetro. Paraleva Moto, Frecce Moto e Bilancieri realizzati per Ducati e BMW in Alluminio dal pieno con incisioni a laser","breadcrumb":{"@id":"https:\/\/www.db-race.com\/it\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.db-race.com\/it\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.db-race.com\/it\/#primaryimage","url":"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp","contentUrl":"https:\/\/www.db-race.com\/wp-content\/uploads\/2026\/03\/KTM-portatarga.webp","width":1920,"height":980,"caption":"Portatarga KTM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.db-race.com\/it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.db-race.com\/it\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.db-race.com\/it\/#website","url":"https:\/\/www.db-race.com\/it\/","name":"DB Race","description":"Componenti e Accessori Speciali per Moto Ducati e BMW","publisher":{"@id":"https:\/\/www.db-race.com\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.db-race.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.db-race.com\/it\/#organization","name":"DB Race","url":"https:\/\/www.db-race.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.db-race.com\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.db-race.com\/wp-content\/uploads\/2021\/04\/blanco.png","contentUrl":"https:\/\/www.db-race.com\/wp-content\/uploads\/2021\/04\/blanco.png","width":200,"height":98,"caption":"DB Race"},"image":{"@id":"https:\/\/www.db-race.com\/it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/pages\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/comments?post=156"}],"version-history":[{"count":15,"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/pages\/156\/revisions"}],"predecessor-version":[{"id":6821,"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/pages\/156\/revisions\/6821"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/media\/6728"}],"wp:attachment":[{"href":"https:\/\/www.db-race.com\/it\/wp-json\/wp\/v2\/media?parent=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}