{"product_id":"honda-fit-jazz-4-piston-big-brake-kit","title":"本田飛度 \/ 爵士前輪4活塞大制動套件","description":"\u003cstyle\u003e\n  :root {\n    --tt-brand-red: #FF170C;\n    --tt-border-color: #e5e5e5;\n    --tt-background-color-light: #f9f9f9;\n    --tt-header-height: 80px;\n  }\n  html { scroll-padding-top: var(--tt-header-height, 80px); }\n\n  \/* ====== Base Blocks \u0026 Typography ====== *\/\n  .tt-product-description { text-align: left; }\n  .tt-block { border: 1px solid var(--tt-border-color); border-radius: 0; padding: 18px; margin-bottom: 24px; }\n  .tt-title { color: var(--tt-brand-red); margin: 0 0 16px 0; font-weight: 600; }\n  .tt-product-description p { margin: 0 0 12px 0; line-height: 1.6; }\n  .tt-product-description p:last-child { margin-bottom: 0; }\n\n  \/* ====== Specifications Table ====== *\/\n  .tt-table-scroll-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 16px; }\n  .spec-table { width: 100%; border-collapse: collapse; white-space: nowrap; }\n  .spec-table th, .spec-table td { padding: 12px; border: 1px solid var(--tt-border-color); text-align: left; vertical-align: top; }\n  .spec-table th.section-header { color: var(--tt-brand-red); background-color: var(--tt-background-color-light); font-weight: 600; }\n  .spec-table td.spec-label { font-weight: bold; min-width: 150px; white-space: normal; }\n\n  \/* ====== Fitment Checklist ====== *\/\n  .fitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }\n  .fitment-item { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--tt-border-color); padding: 12px; }\n  .fitment-item img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 1 \/ 1; object-fit: contain; display: block; margin-bottom: 10px; }\n  .fitment-item .step-title { color: var(--tt-brand-red); font-weight: bold; display: block; margin-bottom: 4px; }\n\n  \/* ====== Vehicle Compatibility ====== *\/\n  .veh-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }\n  .veh-controls input, .veh-controls select { border: 1px solid var(--tt-border-color); background: #fff; padding: 10px; min-width: 200px; flex-grow: 1; }\n  .veh-note { border: 1px dashed var(--tt-border-color); padding: 12px; margin: 16px 0; background-color: #fef9f8; }\n  .veh-details-group details { border-top: 1px solid var(--tt-border-color); margin-bottom: 0; }\n  .veh-details-group details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .veh-details-group summary { cursor: pointer; padding: 12px 6px; font-weight: bold; list-style: none; }\n  .veh-details-group summary::-webkit-details-marker { display: none; }\n  .veh-details-group summary:hover { background-color: var(--tt-background-color-light); }\n  .veh-table-wrapper { overflow-x: auto; }\n  .veh-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }\n  .veh-table th, .veh-table td { border: 1px solid var(--tt-border-color); padding: 12px; text-align: left; }\n  .veh-table th { background-color: var(--tt-background-color-light); color: var(--tt-brand-red); }\n  .brand-hidden { display: none; }\n  .tt-brand-toggle { background: none; border: none; padding: 0; font-family: inherit; font-size: inherit; color: var(--tt-brand-red); text-decoration: underline; cursor: pointer; font-weight: 600; }\n\n  \/* ====== FAQ ====== *\/\n  .faq-list details { border-top: 1px solid var(--tt-border-color); padding: 16px 0; }\n  .faq-list details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: bold; }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list .faq-a { padding-top: 12px; }\n  .faq-list .faq-kits { margin: 8px 0 0 0; padding-left: 20px; }\n  .faq-list .faq-kits li { margin-bottom: 4px; }\n  .faq-list summary::after { content: '+'; transition: transform 0.2s; line-height: 1; font-size: 1.5em; font-weight: normal; }\n  .faq-list details[open] summary::after { content: '−'; }\n\n  \/* ====== CTA Button ====== *\/\n  .tt-cta-button { display: inline-block; background-color: var(--tt-brand-red); color: #fff !important; padding: 12px 24px; text-decoration: none; font-weight: bold; border: 2px solid transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s; cursor: pointer; }\n  .tt-cta-button:hover { background-color: #fff; color: var(--tt-brand-red) !important; border-color: var(--tt-brand-red); }\n\n  \/* ====== Responsive Design ====== *\/\n  @media (max-width: 768px) {\n    .tt-block { padding: 12px; }\n    .veh-table { border: 0; }\n    .veh-table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }\n    .veh-table tr { display: block; margin-bottom: .625em; border: 1px solid var(--tt-border-color); }\n    .veh-table td { display: block; text-align: right; border-bottom: 1px solid var(--tt-border-color); }\n    .veh-table td::before { content: attr(data-label); float: left; font-weight: bold; }\n    .veh-table td:last-child { border-bottom: 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tt-product-description\"\u003e\n\u003csection id=\"v-series-fit-intro\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e大制動器適用於小型車：本田Fit \/ Jazz大制動套件\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e您的Fit\/Jazz是一輛動力車。不要用弱、鬆軟的制動器扼殺那股動力。\u003c\/strong\u003e 我們的車輛專用大制動套件是釋放您愛車真正操控潛力的關鍵，旨在取代原廠不足的制動系統，配備強大的4活塞鍛造卡鉗和更大的262mm性能轉子。\u003c\/p\u003e\n\u003cp\u003e這套完整套件大幅提升制動能力和散熱效果，讓您有信心在偏遠道路或自動交叉賽道上更晚剎車、更用力。最棒的是，它是一個真正的螺栓式系統，設計完美適配大多數原廠15吋或更大輪圈，安裝無憂，徹底改變您的駕駛感受。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"v-series-fit-specs\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e技術規格與套件選項\u003c\/h2\u003e\n\u003cp\u003e以下數據突顯此套件的緊湊性能背後的工程設計。請注意其極低的淨重，帶來明顯的操控改善，以及較原廠更高的熱容量。此套件專為配備高碳鋼轉子而設，並標配我們的M-01街道性能制動片。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable aria-label=\"Honda Fit \/ Jazz Big Brake Kit Specifications\" class=\"spec-table\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e卡鉗工程\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e系列\u003c\/td\u003e\n\u003ctd\u003e車輛專用系列\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e應用範圍\u003c\/td\u003e\n\u003ctd\u003eWD4 – 本田Fit \/ Jazz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e安裝位置\u003c\/td\u003e\n\u003ctd\u003e前軸\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞數量\u003c\/td\u003e\n\u003ctd\u003e4活塞\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞類型\u003c\/td\u003e\n\u003ctd\u003e雙片通風式帶防塵罩\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞直徑\u003c\/td\u003e\n\u003ctd\u003e38毫米 (1.50英寸) ×4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e總活塞面積\u003c\/td\u003e\n\u003ctd\u003e45.36平方厘米 (7.03平方英寸)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e結構\u003c\/td\u003e\n\u003ctd\u003e雙片鍛造鋁合金\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e淨重\u003c\/td\u003e\n\u003ctd\u003e1.80 公斤 (3.97 磅)（單個卡鉗，不含制動片）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e表面處理\u003c\/td\u003e\n\u003ctd\u003e高溫亮光塗層\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e最小輪圈尺寸\u003c\/td\u003e\n\u003ctd\u003e建議15吋輪圈\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e轉子規格\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e材質\u003c\/td\u003e\n\u003ctd\u003e高碳鋼\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e尺寸\u003c\/td\u003e\n\u003ctd\u003e⌀262 mm (10.31 in) × 21 mm (0.83 in) 厚\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e結構\u003c\/td\u003e\n\u003ctd\u003e一片式通風\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e表面圖案\u003c\/td\u003e\n\u003ctd\u003e弧形通風槽式\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e制動片材料\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e合金款\u003c\/td\u003e\n\u003ctd\u003eM-01街道性能\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e工作溫度\u003c\/td\u003e\n\u003ctd\u003e最高600°C（1112°F）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e摩擦係數\u003c\/td\u003e\n\u003ctd\u003e0.38 μ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e支援硬體（車輛專用）\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e制動軟管\u003c\/td\u003e\n\u003ctd\u003e三層不銹鋼編織（PTFE核心，SUS304編織，PVC護套）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"fitment-checklist\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e是否適合？您的三步檢查\u003c\/h2\u003e\n\u003cdiv aria-label=\"Fitment Checklist\" role=\"list\" class=\"fitment-grid\"\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 1: TTSPORT Honda Fit brake kit requires 15-inch or larger wheels.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Wheel_Compatibility.png?v=1755589978\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e1. 輪圈直徑\u003c\/span\u003e\n\u003cp\u003e確認您的車輪尺寸為15吋或更大。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 2: Diagram showing measurement from wheel hub to inner spoke, requiring 67mm or 2.64in clearance.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Rim_Compatibility.png?v=1755590057\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e2. 輪輻間隙\u003c\/span\u003e\n\u003cp\u003e測量從轉子安裝面到車輪輪輻背面。您需要至少67 mm (2.64 in) 的空間。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 3: Check your vehicle's make and model against the compatibility list below.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Car_Compatibility.png?v=1755589960\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e3. 車輛型號\u003c\/span\u003e\n\u003cp\u003e請使用車輛篩選器或聯繫我們確認。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 16px;\"\u003e\u003cstrong\u003e想要一個可列印的適配模板？\u003c\/strong\u003e \u003ca href=\"https:\/\/ttsport-brake.com\/pages\/contact-us\" title=\"Contact TTSPORT for a fitment template\"\u003e聯繫我們\u003c\/a\u003e 提供您的車輛年份、品牌與型號，我們將通過電子郵件寄送一份1:1的輪圈空隙模板。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e常見問題\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e在輕量化車輛上，真正的性能提升是什麼？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e一切都關乎控制與穩定性。堅固的4活塞卡鉗提供堅實、可預測的踏板感，讓您能更晚、更準確地進入彎角。較大的轉子提供足夠的熱容量，防止在自動交叉或激烈駕駛時制動衰退，讓您的制動在最後一個彎角和第一個彎角一樣靈敏。此外，較輕的重量減少了懸掛未簧質量，使懸吊反應更靈敏。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e這真的適用於我的原廠15吋輪圈嗎？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003e當然可以。\u003c\/strong\u003e 此套件專為本田Fit\/Jazz原廠15吋及更大輪圈的緊湊空間設計。它是市場上少數不需購買新、更大輪圈的真正大制動套件之一。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e這是直接螺栓安裝嗎？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e是的。卡鉗、安裝支架和轉子經過設計，可直接替換原廠零件。這是一個真正的螺栓式安裝過程，無需修改，適合週末輕鬆安裝。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e包裝內容是什麼？這是完整的套件嗎？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003e是的，這是一個完整的、專為車輛設計的即插即用系統。每套套件包括：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2個WD4鍛造4活塞卡鉗\u003c\/li\u003e\n\u003cli\u003e2個一體式262mm高碳鋼轉子\u003c\/li\u003e\n\u003cli\u003e1套M-01街道性能制動片\u003c\/li\u003e\n\u003cli\u003e2 條不銹鋼編織制動軟管\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"customer-cases\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e觀看此套件的實際運作\u003c\/h2\u003e\n\u003cp\u003e看看其他愛好者如何在他們的改裝中使用我們的大型制動套件。真實的車輛，真實的效果。\u003c\/p\u003e\n\u003ca class=\"tt-cta-button\" href=\"https:\/\/ttsport-brake.com\/blogs\/customer-cases\"\u003e查看客戶改裝案例\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"TTSPORT","offers":[{"title":"標準顏色（如圖所示） \/ 262x21mm（輪圈 ≥ 15″） \/ 鋼材 - 弧形開槽","offer_id":42340946346070,"sku":"Fit-Front","price":2398.0,"currency_code":"AED","in_stock":true},{"title":"自訂顏色（需提供色碼） \/ 262x21mm（輪圈 ≥ 15″） \/ 鋼材 - 弧形開槽","offer_id":42340946411606,"sku":"Fit-Front","price":2548.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_Fit_Front_5.jpg?v=1750323309","url":"https:\/\/ttsport-brake.com\/zh\/products\/%e6%9c%ac%e7%94%b0%e9%a3%9b%e5%ba%a6%e7%88%b5%e5%a3%ab4%e6%b4%bb%e5%a1%9e%e5%a4%a7%e5%88%b6%e5%8b%95%e5%a5%97%e4%bb%b6","provider":"TTSPORT","version":"1.0","type":"link"}