{"title":"Air Differential Lock","description":"","products":[{"product_id":"tr142-toyota-8-9-50mm-brng-30spline","title":"TR142 Toyota 8.9\",50mm BRNG,30spline","description":"\u003cstyle\u003e\n    \/* 作用域限制，防止污染Shopify其他部位 *\/\n    .arb-custom-section {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: #333;\n        text-align: left; \/* 强制左对齐，修复截图中的全居中问题 *\/\n        max-width: 1000px;\n        margin: 0 auto;\n        line-height: 1.6;\n        padding: 20px 0;\n    }\n\n    \/* 隐藏实现切换逻辑的单选框 *\/\n    .arb-custom-section input[type=\"radio\"] {\n        display: none;\n    }\n\n    \/* 标签导航栏样式 *\/\n    .arb-tabs-nav {\n        display: flex;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n        border-bottom: 2px solid #e5e7eb;\n        margin-bottom: 24px;\n        \/* 隐藏滚动条但保持可滑动 *\/\n        scrollbar-width: none; \n        -ms-overflow-style: none;\n    }\n    .arb-tabs-nav::-webkit-scrollbar {\n        display: none;\n    }\n\n    \/* 标签按钮基础样式 *\/\n    .arb-tabs-nav label {\n        padding: 12px 16px;\n        cursor: pointer;\n        font-size: 16px;\n        font-weight: 600;\n        color: #6b7280;\n        border-bottom: 2px solid transparent;\n        margin-bottom: -2px; \/* 覆盖底线 *\/\n        white-space: nowrap;\n        transition: all 0.2s ease;\n    }\n\n    .arb-tabs-nav label:hover {\n        color: #111827;\n    }\n\n    \/* 内容区域隐藏 *\/\n    .arb-tab-content {\n        display: none;\n        animation: fadeIn 0.4s ease;\n    }\n\n    \/* === 核心切换逻辑 (纯CSS) === *\/\n    #arb-tab1:checked ~ .arb-tabs-nav label[for=\"arb-tab1\"],\n    #arb-tab2:checked ~ .arb-tabs-nav label[for=\"arb-tab2\"],\n    #arb-tab3:checked ~ .arb-tabs-nav label[for=\"arb-tab3\"],\n    #arb-tab4:checked ~ .arb-tabs-nav label[for=\"arb-tab4\"] {\n        color: #dc2626; \/* ARB红 *\/\n        border-bottom-color: #dc2626;\n    }\n\n    #arb-tab1:checked ~ .arb-panels #arb-panel1,\n    #arb-tab2:checked ~ .arb-panels #arb-panel2,\n    #arb-tab3:checked ~ .arb-panels #arb-panel3,\n    #arb-tab4:checked ~ .arb-panels #arb-panel4 {\n        display: block;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* 内容细节样式 *\/\n    .arb-custom-section h2 {\n        font-size: 22px;\n        font-weight: bold;\n        color: #111827;\n        margin-top: 0;\n        margin-bottom: 16px;\n    }\n    .arb-custom-section p {\n        margin-bottom: 16px;\n    }\n    .arb-custom-section ul {\n        list-style: none;\n        padding-left: 0;\n    }\n    .arb-custom-section li {\n        margin-bottom: 12px;\n        display: flex;\n        align-items: flex-start;\n    }\n    .arb-custom-section li svg {\n        flex-shrink: 0;\n        width: 20px;\n        height: 20px;\n        color: #dc2626;\n        margin-right: 12px;\n        margin-top: 4px;\n    }\n    \n    \/* 表格样式 *\/\n    .arb-table-wrap {\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .arb-custom-section table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n        border: none !important;\n    }\n    .arb-custom-section tr, \n    .arb-custom-section th, \n    .arb-custom-section td {\n        border: none !important; \/* 强制清除 Shopify 主题自带的黑色边框 *\/\n    }\n    .arb-custom-section th, .arb-custom-section td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #e5e7eb !important; \/* 重新且仅添加浅灰色分割线 *\/\n        font-size: 14px;\n    }\n    .arb-custom-section tr:last-child td {\n        border-bottom: none !important; \/* 去除最后一行的底线，使其与外框完美贴合 *\/\n    }\n    .arb-custom-section tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    .arb-custom-section td:first-child {\n        font-weight: 600;\n        color: #111827;\n        width: 35%;\n    }\n\n    \/* 卡片样式 *\/\n    .arb-card {\n        background-color: #f9fafb;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        padding: 16px;\n        margin-bottom: 16px;\n    }\n    .arb-card h3 {\n        margin: 0 0 8px 0;\n        font-size: 16px;\n        color: #111827;\n    }\n\n    \/* === 新增：资源下载区增强交互样式 === *\/\n    .arb-resources-grid {\n        display: grid !important;\n        grid-template-columns: repeat(2, 1fr) !important;\n        gap: 20px !important;\n        margin-top: 24px !important;\n    }\n    .arb-resource-card {\n        display: flex !important;\n        flex-direction: row !important;\n        align-items: center !important;\n        justify-content: space-between !important;\n        padding: 20px 24px !important;\n        background: #fff !important; \/* 强制覆盖某些主题使用 background-image 做的渐变下划线 *\/\n        background-color: #fff !important;\n        background-image: none !important;\n        border: 1px solid #e5e7eb !important;\n        border-radius: 12px !important;\n        text-decoration: none !important; \/* 强制清除所有原生下划线 *\/\n        text-decoration-line: none !important;\n        -webkit-text-decoration-line: none !important;\n        color: inherit !important;\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n        cursor: pointer !important;\n        position: relative !important;\n        overflow: hidden !important;\n        box-sizing: border-box !important;\n        box-shadow: none !important; \/* 彻底清除 Shopify 默认的 box-shadow 悬停下划线 *\/\n        outline: none !important;\n    }\n    \/* 彻底击杀 Shopify 主题通过伪元素生成的 a 标签下划线 *\/\n    .arb-resource-card::after,\n    .arb-resource-card::before {\n        display: none !important;\n        content: none !important;\n    }\n    .arb-resource-card:hover {\n        border-color: #dc2626 !important;\n        text-decoration: none !important;\n        text-decoration-line: none !important;\n        background-image: none !important;\n        box-shadow: 0 10px 25px -5px rgba(220, 38, 38, 0.1), 0 8px 10px -6px rgba(220, 38, 38, 0.1) !important; \/* 仅保留我们自己的高级悬停阴影 *\/\n        transform: translateY(-3px) !important;\n    }\n    .arb-resource-text {\n        flex-grow: 1 !important;\n        padding-right: 16px !important;\n    }\n    \/* 替换 h4 标签，避免被主题自动放大字体 *\/\n    .arb-resource-title {\n        margin: 0 0 6px 0 !important;\n        font-size: 16px !important;\n        font-weight: 700 !important;\n        color: #111827 !important;\n        transition: color 0.3s ease !important;\n        line-height: 1.2 !important;\n    }\n    .arb-resource-card:hover .arb-resource-title {\n        color: #dc2626 !important;\n    }\n    .arb-resource-text p {\n        margin: 0 !important;\n        font-size: 13px !important;\n        color: #6b7280 !important;\n        line-height: 1.5 !important;\n    }\n    .arb-resource-action {\n        flex-shrink: 0 !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        width: 36px !important;\n        height: 36px !important;\n        border-radius: 50% !important;\n        background-color: #f3f4f6 !important;\n        color: #6b7280 !important;\n        transition: all 0.3s ease !important;\n    }\n    .arb-resource-card:hover .arb-resource-action {\n        background-color: #dc2626 !important;\n        color: #fff !important;\n    }\n    @media (max-width: 640px) {\n        .arb-resources-grid {\n            grid-template-columns: 1fr !important;\n        }\n    }\n\n    \/* === 新增：底部固定显示的四大核心优势排版 === *\/\n    .arb-fixed-features {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 32px;\n        margin-top: 48px;\n        padding-top: 36px;\n        border-top: 1px solid #e5e7eb; \/* 顶部优美的分割线 *\/\n    }\n\n    .arb-feature-item {\n        display: flex;\n        align-items: center;\n        background-color: transparent; \/* 完全消除背景 *\/\n    }\n\n    .arb-feature-icon {\n        flex-shrink: 0;\n        width: 52px;\n        height: 52px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #4b5563; \/* 高级灰图标色 *\/\n    }\n\n    .arb-feature-icon svg {\n        width: 100%;\n        height: 100%;\n    }\n\n    .arb-feature-text {\n        border-left: 2px solid #d1d5db; \/* 图标与文字间的垂直分割线 *\/\n        margin-left: 20px;\n        padding-left: 20px;\n        font-size: 14px;\n        color: #4b5563; \/* 文字深灰调，确保阅读舒适且美观 *\/\n        line-height: 1.6;\n    }\n\n    \/* 移动端响应式：变成单列 *\/\n    @media (max-width: 768px) {\n        .arb-fixed-features {\n            grid-template-columns: 1fr;\n            gap: 24px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003c!-- 核心机制：四个隐藏的Radio按钮 --\u003e \u003cinput checked name=\"arb-tabs\" id=\"arb-tab1\" type=\"radio\"\u003e \u003cinput name=\"arb-tabs\" id=\"arb-tab2\" type=\"radio\"\u003e \u003cinput name=\"arb-tabs\" id=\"arb-tab3\" type=\"radio\"\u003e \u003cinput name=\"arb-tabs\" id=\"arb-tab4\" type=\"radio\"\u003e \u003c!-- 标签导航 --\u003e\n\u003cdiv class=\"arb-tabs-nav\"\u003e\n\u003clabel for=\"arb-tab1\"\u003eOverview\u003c\/label\u003e \u003clabel for=\"arb-tab2\"\u003eSpecs\u003c\/label\u003e \u003clabel for=\"arb-tab3\"\u003eFitment\u003c\/label\u003e \u003clabel for=\"arb-tab4\"\u003eResources\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- 对应的4个内容面板 --\u003e\n\u003cdiv class=\"arb-panels\"\u003e\n\u003c!-- 1. Overview --\u003e\n\u003cdiv id=\"arb-panel1\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eTRE Air Locking Differential\u003c\/h2\u003e\n\u003cp\u003eTRE Air Locking Differential is designed to take you to the destinations others dream about. In order to improve the loss traction situation of the open differential when vehicle drive on some uneven terrains.\u003c\/p\u003e\n\u003cp\u003eEnhance the traction of your 4x4 in just about any terrain—rock, clay, gravel, sand, snow or mud. A simple flip of a switch will provide maximum traction when needed and maneuverability when it is not. With the forged alloy differential case and gears, the strongest materials and steady 5-year warranty provides a reliable option for those wanting the most out of their off-roading adventures.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote: Air Locker operation requires an \u003ca href=\"https:\/\/tre4x4productions.co.th\/collections\/compressor\/products\/portable-twin-air-compressor\"\u003eOn-Board Air Compressor\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 32px; margin-bottom: 16px; font-size: 20px; font-weight: bold; color: #111827;\"\u003eFeatures\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePremium Alloy Materials:\u003c\/strong\u003e Heavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eUnique Oil Return Design:\u003c\/strong\u003e Unique oil return design keep your differential under lubrication protection away from unwanted wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eTwo-Layer Design:\u003c\/strong\u003e Two-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eStrongest Materials:\u003c\/strong\u003e Forged 8620 steel for differential case, 4320 chromoly alloy steel for gears.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLubricants Inflow Design:\u003c\/strong\u003e Lubricants inflow design brings more gear oil into the locker to reduce the gears wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 13l4 4L19 7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLightweight Cogwheel Design:\u003c\/strong\u003e The cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Specs --\u003e\n\u003cdiv id=\"arb-panel2\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"arb-table-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle Splines\u003c\/td\u003e\n\u003ctd\u003e30 Spline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRatio\u003c\/td\u003e\n\u003ctd\u003eALL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003eToyota 12-Bolt\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShaft Diameter\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e1.31 in\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePosition\u003c\/td\u003e\n\u003ctd\u003eRear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Manufacturing Defect Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Fitment (根据新链接RD142内容重新设计生成) --\u003e\n\u003cdiv id=\"arb-panel3\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eFitment Information\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-bottom: 20px;\"\u003eNote: Please verify your axle is Toyota 12-Bolt, with 30 spline shafts (1.31\" diameter).\u003c\/p\u003e\n\u003c!-- 分组卡片 1：Lexus --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eLexus LX450\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1996-1997\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eSubmodels: Base (4.5L 6-Cyl)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 2：Land Cruiser Base --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Land Cruiser (Base)\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1968-1989, 1993-1997\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 3.4L, 3.9L, 4.0L, 4.2L, 4.5L\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 3：Land Cruiser BJ系列 --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Land Cruiser (BJ42, BJ60, BJ70)\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1981-1987\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 3.4L, 4.2L Diesel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 4：Land Cruiser HJ系列 --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Land Cruiser (HJ60)\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1986-1987\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 4.2L Diesel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Resources (增强交互版) --\u003e\n\u003cdiv id=\"arb-panel4\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eUser Manuals \u0026amp; Technical Documents\u003c\/h2\u003e\n\u003cp\u003eClick on the documents below to view or download the PDF files.\u003c\/p\u003e\n\u003cdiv class=\"arb-resources-grid\"\u003e\n\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR142-2025.pdf?v=1776238701\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.4 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/cdbf95a377c41be1408ada9c90b74d6e.pdf?v=1776238785\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eWarranty Manual\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.8 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TRE4x4_Differential_lock_catalog.pdf?v=1776737588\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eLocker Catalog\u003c\/div\u003e\n\u003cp\u003ePDF Document • 7.5 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 强制页面背景为纯白 *\/\n        body {\n            background-color: #ffffff;\n            margin: 0;\n            padding: 40px 20px;\n            font-family: 'Segoe UI', Arial, Helvetica, sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* 交互主容器：留出足够的左右空间放置文字 *\/\n        .interactive-container {\n            position: relative;\n            width: 100%;\n            max-width: 1200px;\n            margin: 40px auto;\n            background-color: #ffffff;\n            cursor: pointer;\n        }\n\n        \/* 图片包裹层：将差速器图片居中，宽度设为40%，为两侧文字留出巨大白底 *\/\n        .image-wrapper {\n            position: relative;\n            width: 40%;\n            margin: 0 auto;\n        }\n\n        .base-image {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* 标注信息覆盖层：淡入淡出效果 *\/\n        .annotations-layer {\n            opacity: 0;\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        .interactive-container:hover .annotations-layer {\n            opacity: 1;\n        }\n\n        \/* SVG 连线画布：允许虚线溢出图片绘制到两侧白底上 *\/\n        .svg-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            overflow: visible; \/* 关键：允许线条画到外面 *\/\n            pointer-events: none;\n            z-index: 10;\n        }\n\n        \/* 红色直角虚线样式 *\/\n        .pointer-line {\n            stroke: #e60000;\n            stroke-width: 1.5;\n            stroke-dasharray: 6, 4; \/* 匹配参考图的虚线疏密 *\/\n        }\n\n        \/* 红色实心圆点 *\/\n        .pointer-dot {\n            fill: #e60000;\n        }\n\n        \/* 纯黑文本样式：匹配参考图的无背景、规整排版 *\/\n        .annotation-text {\n            position: absolute;\n            color: #000000;\n            font-size: 13px;\n            font-weight: 600; \/* 半粗体以确保清晰度 *\/\n            letter-spacing: 0.3px;\n            line-height: 1.6;\n            width: 280px; \/* 固定宽度使文字自动规整换行 *\/\n            z-index: 20;\n        }\n\n        \/* ==== 左侧文字排版 (L1, L2, L3) ==== *\/\n        \/* Text-align 设为左对齐，但整体位置在图片左侧 *\/\n        .box-L1 { top: 15%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L2 { top: 45%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L3 { top: 85%; right: 108%; transform: translateY(-50%); text-align: left; }\n\n        \/* ==== 右侧文字排版 (R1, R2, R3) ==== *\/\n        .box-R1 { top: 10%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R2 { top: 55%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R3 { top: 80%; left: 108%; transform: translateY(-50%); text-align: left; }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"interactive-container\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003c!-- 基础图片：替换为你新上传的差速器图片 --\u003e \u003cimg class=\"base-image\" alt=\"差速器工业展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/58SDT6C_R_O_RQ4L_MFM_5C.png?v=1776419477\"\u003e \u003c!-- 悬停时显示的图层 --\u003e\n\u003cdiv class=\"annotations-layer\"\u003e\n\u003c!-- SVG 画布：利用多个 line 标签拼接出 90 度直角虚线 --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg-overlay\"\u003e\n                \n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"28%\" cx=\"35%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"28%\" x2=\"10%\" y1=\"28%\" x1=\"35%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"10%\" y1=\"28%\" x1=\"10%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"-6%\" y1=\"15%\" x1=\"10%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"55%\" cx=\"30%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"5%\" y1=\"55%\" x1=\"30%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"5%\" y1=\"55%\" x1=\"5%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"-6%\" y1=\"45%\" x1=\"5%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"75%\" cx=\"22%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"75%\" x2=\"-1%\" y1=\"75%\" x1=\"22%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-1%\" y1=\"75%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-6%\" y1=\"85%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"18%\" cx=\"65%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"18%\" x2=\"90%\" y1=\"18%\" x1=\"65%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"90%\" y1=\"18%\" x1=\"90%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"106%\" y1=\"10%\" x1=\"90%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"50%\" cx=\"75%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"50%\" x2=\"95%\" y1=\"50%\" x1=\"75%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"95%\" y1=\"50%\" x1=\"95%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"106%\" y1=\"55%\" x1=\"95%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"68%\" cx=\"82%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"68%\" x2=\"101%\" y1=\"68%\" x1=\"82%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"101%\" y1=\"68%\" x1=\"101%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"106%\" y1=\"80%\" x1=\"101%\"\u003e\u003c\/line\u003e\n\n            \u003c\/svg\u003e \u003c!-- ==== 左侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-L1\"\u003eHeavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L2\"\u003eTwo-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L3\"\u003eLubricants inflow design brings more gear oil into the locker to reduce the gears wear\u003c\/div\u003e\n\u003c!-- ==== 右侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-R1\"\u003eUnique oil return design keep your differential under lubrication protection away from unwanted wear\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R2\"\u003eStrongest materials forced 8620 steel for differential case, 4320 chromoly alloy steel for gears\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R3\"\u003eThe cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 48px; padding-top: 40px; border-top: 1px solid #e5e7eb;\" class=\"arb-highlights-section\"\u003e\n\u003c!-- 1. X-Ring (左图右文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\" class=\"arb-highlight-row\"\u003e\n\u003cdiv style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\" class=\"arb-highlight-img\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\" alt=\"TRE X-Ring\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/Q_U8ET3P_B_H8LTHJ9Q3EG.png?v=1776244394\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\" class=\"arb-highlight-text\"\u003eTRE Air Locker equipped with the TRE X-Ring in the seal housing assembly. The X-Ring designed with four lobed style provides twice the sealing surface than a standard O-Ring. Because of the double-sealing action,only less squeeze is required to maintain an effective seal. The reduction in squeeze means less friction and wear which guarantee that the seal housing provide a long-term and stable air supply to the air locker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Wave Spring (右图左文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\" class=\"arb-highlight-row reverse\"\u003e\n\u003cdiv style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\" class=\"arb-highlight-img\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\" alt=\"TRE Wave Spring\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/L_85_3T7591KG3B5_GKRQJ.png?v=1776242615\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\" class=\"arb-highlight-text\"\u003eTRE Wave Spring equipped makes locking and unlocking elasticity more stable and endurable because of wave spring fit tight radial and axial spaces. Most importantly, Wave spring reducing the spring height by 50% than the ordinary coil \/ compression springs, so there is no need to drill the spring holes too deep on the clutch gear, this increased clutch gear strength a lot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 固定在底部的四大优势模块 === --\u003e\n\u003cdiv class=\"arb-fixed-features\"\u003e\n\u003c!-- 模块 1：5年质保 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003ctext fill=\"currentColor\" stroke-width=\"0\" font-weight=\"bold\" font-size=\"11\" text-anchor=\"middle\" y=\"15.5\" x=\"12\"\u003e5\u003c\/text\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eTRE4x4 provides a stable 5-year warranty with extensive distribution network and high-quality after-sales service to provide 100% after-sale protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2：强悍齿轮 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eStrongest 4320 chromoly alloy steel gears provide the most rugged quality and the most stable work efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3：适配不断更新 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的越野车图标，比原图的一团黑影更具高级感 --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M4 11h16a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-1M4 11l2-5h9l2 5M2 14h2\"\u003e\u003c\/path\u003e\n                    \u003ccircle r=\"3\" cy=\"16\" cx=\"7\"\u003e\u003c\/circle\u003e\n                    \u003ccircle r=\"3\" cy=\"16\" cx=\"17\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M6 11l1.5-4h3.5v4H6z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M15 11l-1.5-4h-2.5v4H15z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eUnder the continuous research and development of TRE4x4, more available models for more popular models are constantly being updated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4：最强花键\/稳定性 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的内部花键结构齿轮 --\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003ccircle stroke-width=\"2\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke=\"none\" fill=\"currentColor\" d=\"M12 5l1.5 2h2l1 2.5 2.5.5.5 2.5-1.5 2v2l1.5 2-.5 2.5-2.5.5-1 2.5h-2L12 19l-1.5-2h-2l-1-2.5-2.5-.5-.5-2.5 1.5-2v-2l-1.5-2 .5-2.5 2.5-.5 1-2.5h2z\"\u003e\u003c\/path\u003e\n                    \u003ccircle fill=\"#fff\" r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e \n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eThe hardest hardness and increased thickness to make it provide the best working efficiency and stability when locked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TRE4X4","offers":[{"title":"Default Title","offer_id":44655569469647,"sku":"TR142","price":500.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR132_transparent_cc583e3b-287a-4920-b3b8-e432b575feea.png?v=1776325228"},{"product_id":"tr136-nissany60-y61-h233b-axle-31-spl","title":"TR136 NissanY60\/Y61 H233B axle,31 SPL","description":"\u003cstyle\u003e\n    \/* 作用域限制，防止污染Shopify其他部位 *\/\n    .arb-custom-section {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: #333;\n        text-align: left; \/* 强制左对齐，修复截图中的全居中问题 *\/\n        max-width: 1000px;\n        margin: 0 auto;\n        line-height: 1.6;\n        padding: 20px 0;\n    }\n\n    \/* 隐藏实现切换逻辑的单选框 *\/\n    .arb-custom-section input[type=\"radio\"] {\n        display: none;\n    }\n\n    \/* 标签导航栏样式 *\/\n    .arb-tabs-nav {\n        display: flex;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n        border-bottom: 2px solid #e5e7eb;\n        margin-bottom: 24px;\n        \/* 隐藏滚动条但保持可滑动 *\/\n        scrollbar-width: none; \n        -ms-overflow-style: none;\n    }\n    .arb-tabs-nav::-webkit-scrollbar {\n        display: none;\n    }\n\n    \/* 标签按钮基础样式 *\/\n    .arb-tabs-nav label {\n        padding: 12px 16px;\n        cursor: pointer;\n        font-size: 16px;\n        font-weight: 600;\n        color: #6b7280;\n        border-bottom: 2px solid transparent;\n        margin-bottom: -2px; \/* 覆盖底线 *\/\n        white-space: nowrap;\n        transition: all 0.2s ease;\n    }\n\n    .arb-tabs-nav label:hover {\n        color: #111827;\n    }\n\n    \/* 内容区域隐藏 *\/\n    .arb-tab-content {\n        display: none;\n        animation: fadeIn 0.4s ease;\n    }\n\n    \/* === 核心切换逻辑 (纯CSS) === *\/\n    #arb-tab1:checked ~ .arb-tabs-nav label[for=\"arb-tab1\"],\n    #arb-tab2:checked ~ .arb-tabs-nav label[for=\"arb-tab2\"],\n    #arb-tab3:checked ~ .arb-tabs-nav label[for=\"arb-tab3\"],\n    #arb-tab4:checked ~ .arb-tabs-nav label[for=\"arb-tab4\"] {\n        color: #dc2626; \/* ARB红 *\/\n        border-bottom-color: #dc2626;\n    }\n\n    #arb-tab1:checked ~ .arb-panels #arb-panel1,\n    #arb-tab2:checked ~ .arb-panels #arb-panel2,\n    #arb-tab3:checked ~ .arb-panels #arb-panel3,\n    #arb-tab4:checked ~ .arb-panels #arb-panel4 {\n        display: block;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* 内容细节样式 *\/\n    .arb-custom-section h2 {\n        font-size: 22px;\n        font-weight: bold;\n        color: #111827;\n        margin-top: 0;\n        margin-bottom: 16px;\n    }\n    .arb-custom-section p {\n        margin-bottom: 16px;\n    }\n    .arb-custom-section ul {\n        list-style: none;\n        padding-left: 0;\n    }\n    .arb-custom-section li {\n        margin-bottom: 12px;\n        display: flex;\n        align-items: flex-start;\n    }\n    .arb-custom-section li svg {\n        flex-shrink: 0;\n        width: 20px;\n        height: 20px;\n        color: #dc2626;\n        margin-right: 12px;\n        margin-top: 4px;\n    }\n    \n    \/* 表格样式 *\/\n    .arb-table-wrap {\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .arb-custom-section table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n        border: none !important;\n    }\n    .arb-custom-section tr, \n    .arb-custom-section th, \n    .arb-custom-section td {\n        border: none !important; \/* 强制清除 Shopify 主题自带的黑色边框 *\/\n    }\n    .arb-custom-section th, .arb-custom-section td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #e5e7eb !important; \/* 重新且仅添加浅灰色分割线 *\/\n        font-size: 14px;\n    }\n    .arb-custom-section tr:last-child td {\n        border-bottom: none !important; \/* 去除最后一行的底线，使其与外框完美贴合 *\/\n    }\n    .arb-custom-section tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    .arb-custom-section td:first-child {\n        font-weight: 600;\n        color: #111827;\n        width: 35%;\n    }\n\n    \/* 卡片样式 *\/\n    .arb-card {\n        background-color: #f9fafb;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        padding: 16px;\n        margin-bottom: 16px;\n    }\n    .arb-card h3 {\n        margin: 0 0 8px 0;\n        font-size: 16px;\n        color: #111827;\n    }\n\n    \/* === 新增：资源下载区增强交互样式 === *\/\n    .arb-resources-grid {\n        display: grid !important;\n        grid-template-columns: repeat(2, 1fr) !important;\n        gap: 20px !important;\n        margin-top: 24px !important;\n    }\n    .arb-resource-card {\n        display: flex !important;\n        flex-direction: row !important;\n        align-items: center !important;\n        justify-content: space-between !important;\n        padding: 20px 24px !important;\n        background: #fff !important; \/* 强制覆盖某些主题使用 background-image 做的渐变下划线 *\/\n        background-color: #fff !important;\n        background-image: none !important;\n        border: 1px solid #e5e7eb !important;\n        border-radius: 12px !important;\n        text-decoration: none !important; \/* 强制清除所有原生下划线 *\/\n        text-decoration-line: none !important;\n        -webkit-text-decoration-line: none !important;\n        color: inherit !important;\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n        cursor: pointer !important;\n        position: relative !important;\n        overflow: hidden !important;\n        box-sizing: border-box !important;\n        box-shadow: none !important; \/* 彻底清除 Shopify 默认的 box-shadow 悬停下划线 *\/\n        outline: none !important;\n    }\n    \/* 彻底击杀 Shopify 主题通过伪元素生成的 a 标签下划线 *\/\n    .arb-resource-card::after,\n    .arb-resource-card::before {\n        display: none !important;\n        content: none !important;\n    }\n    .arb-resource-card:hover {\n        border-color: #dc2626 !important;\n        text-decoration: none !important;\n        text-decoration-line: none !important;\n        background-image: none !important;\n        box-shadow: 0 10px 25px -5px rgba(220, 38, 38, 0.1), 0 8px 10px -6px rgba(220, 38, 38, 0.1) !important; \/* 仅保留我们自己的高级悬停阴影 *\/\n        transform: translateY(-3px) !important;\n    }\n    .arb-resource-text {\n        flex-grow: 1 !important;\n        padding-right: 16px !important;\n    }\n    \/* 替换 h4 标签，避免被主题自动放大字体 *\/\n    .arb-resource-title {\n        margin: 0 0 6px 0 !important;\n        font-size: 16px !important;\n        font-weight: 700 !important;\n        color: #111827 !important;\n        transition: color 0.3s ease !important;\n        line-height: 1.2 !important;\n    }\n    .arb-resource-card:hover .arb-resource-title {\n        color: #dc2626 !important;\n    }\n    .arb-resource-text p {\n        margin: 0 !important;\n        font-size: 13px !important;\n        color: #6b7280 !important;\n        line-height: 1.5 !important;\n    }\n    .arb-resource-action {\n        flex-shrink: 0 !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        width: 36px !important;\n        height: 36px !important;\n        border-radius: 50% !important;\n        background-color: #f3f4f6 !important;\n        color: #6b7280 !important;\n        transition: all 0.3s ease !important;\n    }\n    .arb-resource-card:hover .arb-resource-action {\n        background-color: #dc2626 !important;\n        color: #fff !important;\n    }\n    @media (max-width: 640px) {\n        .arb-resources-grid {\n            grid-template-columns: 1fr !important;\n        }\n    }\n\n    \/* === 新增：底部固定显示的四大核心优势排版 === *\/\n    .arb-fixed-features {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 32px;\n        margin-top: 48px;\n        padding-top: 36px;\n        border-top: 1px solid #e5e7eb; \/* 顶部优美的分割线 *\/\n    }\n\n    .arb-feature-item {\n        display: flex;\n        align-items: center;\n        background-color: transparent; \/* 完全消除背景 *\/\n    }\n\n    .arb-feature-icon {\n        flex-shrink: 0;\n        width: 52px;\n        height: 52px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #4b5563; \/* 高级灰图标色 *\/\n    }\n\n    .arb-feature-icon svg {\n        width: 100%;\n        height: 100%;\n    }\n\n    .arb-feature-text {\n        border-left: 2px solid #d1d5db; \/* 图标与文字间的垂直分割线 *\/\n        margin-left: 20px;\n        padding-left: 20px;\n        font-size: 14px;\n        color: #4b5563; \/* 文字深灰调，确保阅读舒适且美观 *\/\n        line-height: 1.6;\n    }\n\n    \/* 移动端响应式：变成单列 *\/\n    @media (max-width: 768px) {\n        .arb-fixed-features {\n            grid-template-columns: 1fr;\n            gap: 24px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003c!-- 核心机制：四个隐藏的Radio按钮 --\u003e \u003cinput type=\"radio\" id=\"arb-tab1\" name=\"arb-tabs\" checked\u003e \u003cinput type=\"radio\" id=\"arb-tab2\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab3\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab4\" name=\"arb-tabs\"\u003e \u003c!-- 标签导航 --\u003e\n\u003cdiv class=\"arb-tabs-nav\"\u003e\n\u003clabel for=\"arb-tab1\"\u003eOverview\u003c\/label\u003e \u003clabel for=\"arb-tab2\"\u003eSpecs\u003c\/label\u003e \u003clabel for=\"arb-tab3\"\u003eFitment\u003c\/label\u003e \u003clabel for=\"arb-tab4\"\u003eResources\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- 对应的4个内容面板 --\u003e\n\u003cdiv class=\"arb-panels\"\u003e\n\u003c!-- 1. Overview --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel1\"\u003e\n\u003ch2\u003eTRE Air Locking Differential\u003c\/h2\u003e\n\u003cp\u003eTRE Air Locking Differential is designed to take you to the destinations others dream about. In order to improve the loss traction situation of the open differential when vehicle drive on some uneven terrains.\u003c\/p\u003e\n\u003cp\u003eEnhance the traction of your 4x4 in just about any terrain—rock, clay, gravel, sand, snow or mud. A simple flip of a switch will provide maximum traction when needed and maneuverability when it is not. With the forged alloy differential case and gears, the strongest materials and steady 5-year warranty provides a reliable option for those wanting the most out of their off-roading adventures.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote: Air Locker operation requires an \u003ca href=\"https:\/\/tre4x4productions.co.th\/collections\/compressor\/products\/portable-twin-air-compressor\"\u003eOn-Board Air Compressor\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 32px; margin-bottom: 16px; font-size: 20px; font-weight: bold; color: #111827;\"\u003eFeatures\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePremium Alloy Materials:\u003c\/strong\u003e Heavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eUnique Oil Return Design:\u003c\/strong\u003e Unique oil return design keep your differential under lubrication protection away from unwanted wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eTwo-Layer Design:\u003c\/strong\u003e Two-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eStrongest Materials:\u003c\/strong\u003e Forged 8620 steel for differential case, 4320 chromoly alloy steel for gears.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLubricants Inflow Design:\u003c\/strong\u003e Lubricants inflow design brings more gear oil into the locker to reduce the gears wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLightweight Cogwheel Design:\u003c\/strong\u003e The cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Specs --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel2\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"arb-table-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle Splines\u003c\/td\u003e\n\u003ctd\u003e31 Spline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRatio\u003c\/td\u003e\n\u003ctd\u003eALL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003eH233B\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShaft Diameter\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e1.26 in\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePosition\u003c\/td\u003e\n\u003ctd\u003eRear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Manufacturing Defect Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Fitment (Nissan H233B, 31 SPL RD136) --\u003e\n\u003cdiv id=\"arb-panel3\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eFitment Information\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-bottom: 20px; line-height: 1.5;\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Please verify your axle is Nissan H233B, with 31 spline shafts. 1.969\" (50mm) ID Carrier bearings must be used. Floating thrust block(s) are included but should only be installed on semi-floating axle accessories.\u003c\/p\u003e\n\u003c!-- 分组卡片 1：Nissan Pathfinder --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Pathfinder \u0026amp; Pathfinder Armada\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1987-2005\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 3.0L, 3.3L, 3.5L, 4.0L, 5.6L (Base, XE, SE, LE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 2：Nissan Frontier --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Frontier\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1998-2004\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.3L (Base, XE, SE, SC, SVE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 3：Nissan Xterra --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Xterra\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 2000-2001\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.3L (XE, SE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 4：Nissan D21 \/ Hardbody Pickup --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan D21 \/ Hardbody Pickup\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1986-1997\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.0L (Base, E, XE, SE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Resources (增强交互版) --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel4\"\u003e\n\u003ch2\u003eUser Manuals \u0026amp; Technical Documents\u003c\/h2\u003e\n\u003cp\u003eClick on the documents below to view or download the PDF files.\u003c\/p\u003e\n\u003cdiv class=\"arb-resources-grid\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR136-2025.pdf?v=1776238715\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.33 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/cdbf95a377c41be1408ada9c90b74d6e.pdf?v=1776238785\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eWarranty Manual\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.4 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TRE4x4_Differential_lock_catalog.pdf?v=1776737588\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eLocker Catalog\u003c\/div\u003e\n\u003cp\u003ePDF Document • 7.5 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n        \/* 强制页面背景为纯白 *\/\n        body {\n            background-color: #ffffff;\n            margin: 0;\n            padding: 40px 20px;\n            font-family: 'Segoe UI', Arial, Helvetica, sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* 交互主容器：留出足够的左右空间放置文字 *\/\n        .interactive-container {\n            position: relative;\n            width: 100%;\n            max-width: 1200px;\n            margin: 40px auto;\n            background-color: #ffffff;\n            cursor: pointer;\n        }\n\n        \/* 图片包裹层：将差速器图片居中，宽度设为40%，为两侧文字留出巨大白底 *\/\n        .image-wrapper {\n            position: relative;\n            width: 40%;\n            margin: 0 auto;\n        }\n\n        .base-image {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* 标注信息覆盖层：淡入淡出效果 *\/\n        .annotations-layer {\n            opacity: 0;\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        .interactive-container:hover .annotations-layer {\n            opacity: 1;\n        }\n\n        \/* SVG 连线画布：允许虚线溢出图片绘制到两侧白底上 *\/\n        .svg-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            overflow: visible; \/* 关键：允许线条画到外面 *\/\n            pointer-events: none;\n            z-index: 10;\n        }\n\n        \/* 红色直角虚线样式 *\/\n        .pointer-line {\n            stroke: #e60000;\n            stroke-width: 1.5;\n            stroke-dasharray: 6, 4; \/* 匹配参考图的虚线疏密 *\/\n        }\n\n        \/* 红色实心圆点 *\/\n        .pointer-dot {\n            fill: #e60000;\n        }\n\n        \/* 纯黑文本样式：匹配参考图的无背景、规整排版 *\/\n        .annotation-text {\n            position: absolute;\n            color: #000000;\n            font-size: 13px;\n            font-weight: 600; \/* 半粗体以确保清晰度 *\/\n            letter-spacing: 0.3px;\n            line-height: 1.6;\n            width: 280px; \/* 固定宽度使文字自动规整换行 *\/\n            z-index: 20;\n        }\n\n        \/* ==== 左侧文字排版 (L1, L2, L3) ==== *\/\n        \/* Text-align 设为左对齐，但整体位置在图片左侧 *\/\n        .box-L1 { top: 15%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L2 { top: 45%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L3 { top: 85%; right: 108%; transform: translateY(-50%); text-align: left; }\n\n        \/* ==== 右侧文字排版 (R1, R2, R3) ==== *\/\n        .box-R1 { top: 10%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R2 { top: 55%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R3 { top: 80%; left: 108%; transform: translateY(-50%); text-align: left; }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003cdiv class=\"interactive-container\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003c!-- 基础图片：替换为你新上传的差速器图片 --\u003e \u003cimg class=\"base-image\" alt=\"差速器工业展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/58SDT6C_R_O_RQ4L_MFM_5C.png?v=1776419477\"\u003e \u003c!-- 悬停时显示的图层 --\u003e\n\u003cdiv class=\"annotations-layer\"\u003e\n\u003c!-- SVG 画布：利用多个 line 标签拼接出 90 度直角虚线 --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg-overlay\"\u003e\n                \n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"28%\" cx=\"35%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"28%\" x2=\"10%\" y1=\"28%\" x1=\"35%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"10%\" y1=\"28%\" x1=\"10%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"-6%\" y1=\"15%\" x1=\"10%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"55%\" cx=\"30%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"5%\" y1=\"55%\" x1=\"30%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"5%\" y1=\"55%\" x1=\"5%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"-6%\" y1=\"45%\" x1=\"5%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"75%\" cx=\"22%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"75%\" x2=\"-1%\" y1=\"75%\" x1=\"22%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-1%\" y1=\"75%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-6%\" y1=\"85%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"18%\" cx=\"65%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"18%\" x2=\"90%\" y1=\"18%\" x1=\"65%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"90%\" y1=\"18%\" x1=\"90%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"106%\" y1=\"10%\" x1=\"90%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"50%\" cx=\"75%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"50%\" x2=\"95%\" y1=\"50%\" x1=\"75%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"95%\" y1=\"50%\" x1=\"95%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"106%\" y1=\"55%\" x1=\"95%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"68%\" cx=\"82%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"68%\" x2=\"101%\" y1=\"68%\" x1=\"82%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"101%\" y1=\"68%\" x1=\"101%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"106%\" y1=\"80%\" x1=\"101%\"\u003e\u003c\/line\u003e\n\n            \u003c\/svg\u003e \u003c!-- ==== 左侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-L1\"\u003eHeavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L2\"\u003eTwo-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L3\"\u003eLubricants inflow design brings more gear oil into the locker to reduce the gears wear\u003c\/div\u003e\n\u003c!-- ==== 右侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-R1\"\u003eUnique oil return design keep your differential under lubrication protection away from unwanted wear\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R2\"\u003eStrongest materials forced 8620 steel for differential case, 4320 chromoly alloy steel for gears\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R3\"\u003eThe cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 核心部件图解模块 (在Tab与底部之间，一左一右交替) === --\u003e\n\u003cdiv class=\"arb-highlights-section\" style=\"margin-top: 48px; padding-top: 40px; border-top: 1px solid #e5e7eb;\"\u003e\n\u003c!-- 1. X-Ring (左图右文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv class=\"arb-highlight-row\" style=\"display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\"\u003e\n\u003cdiv class=\"arb-highlight-img\" style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/Q_U8ET3P_B_H8LTHJ9Q3EG.png?v=1776244394\" alt=\"TRE X-Ring\" style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-highlight-text\" style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\"\u003eTRE Air Locker equipped with the TRE X-Ring in the seal housing assembly. The X-Ring designed with four lobed style provides twice the sealing surface than a standard O-Ring. Because of the double-sealing action,only less squeeze is required to maintain an effective seal. The reduction in squeeze means less friction and wear which guarantee that the seal housing provide a long-term and stable air supply to the air locker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Wave Spring (右图左文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv class=\"arb-highlight-row reverse\" style=\"display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\"\u003e\n\u003cdiv class=\"arb-highlight-img\" style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/L_85_3T7591KG3B5_GKRQJ.png?v=1776242615\" alt=\"TRE Wave Spring\" style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-highlight-text\" style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\"\u003eTRE Wave Spring equipped makes locking and unlocking elasticity more stable and endurable because of wave spring fit tight radial and axial spaces. Most importantly, Wave spring reducing the spring height by 50% than the ordinary coil \/ compression springs, so there is no need to drill the spring holes too deep on the clutch gear, this increased clutch gear strength a lot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 固定在底部的四大优势模块 === --\u003e\n\u003cdiv class=\"arb-fixed-features\"\u003e\n\u003c!-- 模块 1：5年质保 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003ctext x=\"12\" y=\"15.5\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\" stroke-width=\"0\" fill=\"currentColor\"\u003e5\u003c\/text\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eTRE4x4 provides a stable 5-year warranty with extensive distribution network and high-quality after-sales service to provide 100% after-sale protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2：强悍齿轮 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eStrongest 4320 chromoly alloy steel gears provide the most rugged quality and the most stable work efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3：适配不断更新 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的越野车图标，比原图的一团黑影更具高级感 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M4 11h16a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-1M4 11l2-5h9l2 5M2 14h2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"7\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"17\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M6 11l1.5-4h3.5v4H6z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M15 11l-1.5-4h-2.5v4H15z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eUnder the continuous research and development of TRE4x4, more available models for more popular models are constantly being updated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4：最强花键\/稳定性 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的内部花键结构齿轮 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M12 5l1.5 2h2l1 2.5 2.5.5.5 2.5-1.5 2v2l1.5 2-.5 2.5-2.5.5-1 2.5h-2L12 19l-1.5-2h-2l-1-2.5-2.5-.5-.5-2.5 1.5-2v-2l-1.5-2 .5-2.5 2.5-.5 1-2.5h2z\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\"\u003e\u003c\/circle\u003e \n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eThe hardest hardness and increased thickness to make it provide the best working efficiency and stability when locked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TRE4X4","offers":[{"title":"Default Title","offer_id":44655569633487,"sku":"TR136","price":500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR132_transparent_cc583e3b-287a-4920-b3b8-e432b575feea.png?v=1776325228"},{"product_id":"tr135-nissany60-y61-h233b-axle-33-spl","title":"TR135 NissanY60\/Y61 H233B axle ,33 SPL","description":"\u003cstyle\u003e\n    \/* 作用域限制，防止污染Shopify其他部位 *\/\n    .arb-custom-section {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: #333;\n        text-align: left; \/* 强制左对齐，修复截图中的全居中问题 *\/\n        max-width: 1000px;\n        margin: 0 auto;\n        line-height: 1.6;\n        padding: 20px 0;\n    }\n\n    \/* 隐藏实现切换逻辑的单选框 *\/\n    .arb-custom-section input[type=\"radio\"] {\n        display: none;\n    }\n\n    \/* 标签导航栏样式 *\/\n    .arb-tabs-nav {\n        display: flex;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n        border-bottom: 2px solid #e5e7eb;\n        margin-bottom: 24px;\n        \/* 隐藏滚动条但保持可滑动 *\/\n        scrollbar-width: none; \n        -ms-overflow-style: none;\n    }\n    .arb-tabs-nav::-webkit-scrollbar {\n        display: none;\n    }\n\n    \/* 标签按钮基础样式 *\/\n    .arb-tabs-nav label {\n        padding: 12px 16px;\n        cursor: pointer;\n        font-size: 16px;\n        font-weight: 600;\n        color: #6b7280;\n        border-bottom: 2px solid transparent;\n        margin-bottom: -2px; \/* 覆盖底线 *\/\n        white-space: nowrap;\n        transition: all 0.2s ease;\n    }\n\n    .arb-tabs-nav label:hover {\n        color: #111827;\n    }\n\n    \/* 内容区域隐藏 *\/\n    .arb-tab-content {\n        display: none;\n        animation: fadeIn 0.4s ease;\n    }\n\n    \/* === 核心切换逻辑 (纯CSS) === *\/\n    #arb-tab1:checked ~ .arb-tabs-nav label[for=\"arb-tab1\"],\n    #arb-tab2:checked ~ .arb-tabs-nav label[for=\"arb-tab2\"],\n    #arb-tab3:checked ~ .arb-tabs-nav label[for=\"arb-tab3\"],\n    #arb-tab4:checked ~ .arb-tabs-nav label[for=\"arb-tab4\"] {\n        color: #dc2626; \/* ARB红 *\/\n        border-bottom-color: #dc2626;\n    }\n\n    #arb-tab1:checked ~ .arb-panels #arb-panel1,\n    #arb-tab2:checked ~ .arb-panels #arb-panel2,\n    #arb-tab3:checked ~ .arb-panels #arb-panel3,\n    #arb-tab4:checked ~ .arb-panels #arb-panel4 {\n        display: block;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* 内容细节样式 *\/\n    .arb-custom-section h2 {\n        font-size: 22px;\n        font-weight: bold;\n        color: #111827;\n        margin-top: 0;\n        margin-bottom: 16px;\n    }\n    .arb-custom-section p {\n        margin-bottom: 16px;\n    }\n    .arb-custom-section ul {\n        list-style: none;\n        padding-left: 0;\n    }\n    .arb-custom-section li {\n        margin-bottom: 12px;\n        display: flex;\n        align-items: flex-start;\n    }\n    .arb-custom-section li svg {\n        flex-shrink: 0;\n        width: 20px;\n        height: 20px;\n        color: #dc2626;\n        margin-right: 12px;\n        margin-top: 4px;\n    }\n    \n    \/* 表格样式 *\/\n    .arb-table-wrap {\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .arb-custom-section table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n        border: none !important;\n    }\n    .arb-custom-section tr, \n    .arb-custom-section th, \n    .arb-custom-section td {\n        border: none !important; \/* 强制清除 Shopify 主题自带的黑色边框 *\/\n    }\n    .arb-custom-section th, .arb-custom-section td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #e5e7eb !important; \/* 重新且仅添加浅灰色分割线 *\/\n        font-size: 14px;\n    }\n    .arb-custom-section tr:last-child td {\n        border-bottom: none !important; \/* 去除最后一行的底线，使其与外框完美贴合 *\/\n    }\n    .arb-custom-section tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    .arb-custom-section td:first-child {\n        font-weight: 600;\n        color: #111827;\n        width: 35%;\n    }\n\n    \/* 卡片样式 *\/\n    .arb-card {\n        background-color: #f9fafb;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        padding: 16px;\n        margin-bottom: 16px;\n    }\n    .arb-card h3 {\n        margin: 0 0 8px 0;\n        font-size: 16px;\n        color: #111827;\n    }\n\n    \/* === 新增：资源下载区增强交互样式 === *\/\n    .arb-resources-grid {\n        display: grid !important;\n        grid-template-columns: repeat(2, 1fr) !important;\n        gap: 20px !important;\n        margin-top: 24px !important;\n    }\n    .arb-resource-card {\n        display: flex !important;\n        flex-direction: row !important;\n        align-items: center !important;\n        justify-content: space-between !important;\n        padding: 20px 24px !important;\n        background: #fff !important; \/* 强制覆盖某些主题使用 background-image 做的渐变下划线 *\/\n        background-color: #fff !important;\n        background-image: none !important;\n        border: 1px solid #e5e7eb !important;\n        border-bottom: 1px solid #e5e7eb !important; \/* 强制覆盖主题的底部黑线 *\/\n        border-radius: 12px !important;\n        text-decoration: none !important; \/* 强制清除所有原生下划线 *\/\n        text-decoration-line: none !important;\n        -webkit-text-decoration-line: none !important;\n        color: inherit !important;\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n        cursor: pointer !important;\n        position: relative !important;\n        overflow: hidden !important;\n        box-sizing: border-box !important;\n        box-shadow: none !important; \/* 彻底清除 Shopify 默认的 box-shadow 悬停下划线 *\/\n        outline: none !important;\n    }\n    \/* 彻底击杀 Shopify 主题通过伪元素生成的 a 标签下划线 *\/\n    .arb-resource-card::after,\n    .arb-resource-card::before {\n        display: none !important;\n        content: none !important;\n    }\n    .arb-resource-card:hover {\n        border-color: #dc2626 !important;\n        text-decoration: none !important;\n        text-decoration-line: none !important;\n        background-image: none !important;\n        box-shadow: 0 10px 25px -5px rgba(220, 38, 38, 0.1), 0 8px 10px -6px rgba(220, 38, 38, 0.1) !important; \/* 仅保留我们自己的高级悬停阴影 *\/\n        transform: translateY(-3px) !important;\n    }\n    .arb-resource-text {\n        flex-grow: 1 !important;\n        padding-right: 16px !important;\n    }\n    \/* 替换 h4 标签，避免被主题自动放大字体 *\/\n    .arb-resource-title {\n        margin: 0 0 6px 0 !important;\n        font-size: 16px !important;\n        font-weight: 700 !important;\n        color: #111827 !important;\n        transition: color 0.3s ease !important;\n        line-height: 1.2 !important;\n    }\n    .arb-resource-card:hover .arb-resource-title {\n        color: #dc2626 !important;\n    }\n    .arb-resource-text p {\n        margin: 0 !important;\n        font-size: 13px !important;\n        color: #6b7280 !important;\n        line-height: 1.5 !important;\n    }\n    .arb-resource-action {\n        flex-shrink: 0 !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        width: 36px !important;\n        height: 36px !important;\n        border-radius: 50% !important;\n        background-color: #f3f4f6 !important;\n        color: #6b7280 !important;\n        transition: all 0.3s ease !important;\n    }\n    .arb-resource-card:hover .arb-resource-action {\n        background-color: #dc2626 !important;\n        color: #fff !important;\n    }\n    @media (max-width: 640px) {\n        .arb-resources-grid {\n            grid-template-columns: 1fr !important;\n        }\n    }\n\n    \/* === 新增：底部固定显示的四大核心优势排版 === *\/\n    .arb-fixed-features {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 32px;\n        margin-top: 48px;\n        padding-top: 36px;\n        border-top: 1px solid #e5e7eb; \/* 顶部优美的分割线 *\/\n    }\n\n    .arb-feature-item {\n        display: flex;\n        align-items: center;\n        background-color: transparent; \/* 完全消除背景 *\/\n    }\n\n    .arb-feature-icon {\n        flex-shrink: 0;\n        width: 52px;\n        height: 52px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #4b5563; \/* 高级灰图标色 *\/\n    }\n\n    .arb-feature-icon svg {\n        width: 100%;\n        height: 100%;\n    }\n\n    .arb-feature-text {\n        border-left: 2px solid #d1d5db; \/* 图标与文字间的垂直分割线 *\/\n        margin-left: 20px;\n        padding-left: 20px;\n        font-size: 14px;\n        color: #4b5563; \/* 文字深灰调，确保阅读舒适且美观 *\/\n        line-height: 1.6;\n    }\n\n    \/* 移动端响应式：变成单列 *\/\n    @media (max-width: 768px) {\n        .arb-fixed-features {\n            grid-template-columns: 1fr;\n            gap: 24px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003c!-- 核心机制：四个隐藏的Radio按钮 --\u003e \u003cinput type=\"radio\" id=\"arb-tab1\" name=\"arb-tabs\" checked\u003e \u003cinput type=\"radio\" id=\"arb-tab2\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab3\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab4\" name=\"arb-tabs\"\u003e \u003c!-- 标签导航 --\u003e\n\u003cdiv class=\"arb-tabs-nav\"\u003e\n\u003clabel for=\"arb-tab1\"\u003eOverview\u003c\/label\u003e \u003clabel for=\"arb-tab2\"\u003eSpecs\u003c\/label\u003e \u003clabel for=\"arb-tab3\"\u003eFitment\u003c\/label\u003e \u003clabel for=\"arb-tab4\"\u003eResources\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- 对应的4个内容面板 --\u003e\n\u003cdiv class=\"arb-panels\"\u003e\n\u003c!-- 1. Overview --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel1\"\u003e\n\u003ch2\u003eTRE Air Locking Differential\u003c\/h2\u003e\n\u003cp\u003eTRE Air Locking Differential is designed to take you to the destinations others dream about. In order to improve the loss traction situation of the open differential when vehicle drive on some uneven terrains.\u003c\/p\u003e\n\u003cp\u003eEnhance the traction of your 4x4 in just about any terrain—rock, clay, gravel, sand, snow or mud. A simple flip of a switch will provide maximum traction when needed and maneuverability when it is not. With the forged alloy differential case and gears, the strongest materials and steady 5-year warranty provides a reliable option for those wanting the most out of their off-roading adventures.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote: Air Locker operation requires an \u003ca href=\"https:\/\/tre4x4productions.co.th\/collections\/compressor\/products\/portable-twin-air-compressor\"\u003eOn-Board Air Compressor\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 32px; margin-bottom: 16px; font-size: 20px; font-weight: bold; color: #111827;\"\u003eFeatures\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePremium Alloy Materials:\u003c\/strong\u003e Heavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eUnique Oil Return Design:\u003c\/strong\u003e Unique oil return design keep your differential under lubrication protection away from unwanted wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eTwo-Layer Design:\u003c\/strong\u003e Two-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eStrongest Materials:\u003c\/strong\u003e Forged 8620 steel for differential case, 4320 chromoly alloy steel for gears.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLubricants Inflow Design:\u003c\/strong\u003e Lubricants inflow design brings more gear oil into the locker to reduce the gears wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLightweight Cogwheel Design:\u003c\/strong\u003e The cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Specs --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel2\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"arb-table-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle Splines\u003c\/td\u003e\n\u003ctd\u003e33 Spline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRatio\u003c\/td\u003e\n\u003ctd\u003eALL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle\u003c\/td\u003e\n\u003ctd\u003eH233B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShaft Diameter\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e1.31 in\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePosition\u003c\/td\u003e\n\u003ctd\u003eRear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Manufacturing Defect Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Fitment (Nissan H233B, 33 SPL RD135) --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel3\"\u003e\n\u003ch2\u003eFitment Information\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-bottom: 20px; line-height: 1.5;\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Please verify your axle is Nissan H233B, with 33 spline shafts.\u003c\/p\u003e\n\u003c!-- 分组卡片 1：Nissan Pathfinder --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Pathfinder \u0026amp; Pathfinder Armada\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1987-2005\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 3.0L, 3.3L, 3.5L, 4.0L, 5.6L (Base, XE, SE, LE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 2：Nissan Frontier --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Frontier\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1998-2004\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.3L (Base, XE, SE, SC, SVE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 3：Nissan Xterra --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan Xterra\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 2001-2004\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.3L (XE, SE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 4：Nissan D21 \/ Hardbody Pickup --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eNissan D21 \/ Hardbody Pickup\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1986-1997\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.0L (Base, E, XE, SE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Resources (增强交互版) --\u003e\n\u003cdiv id=\"arb-panel4\" class=\"arb-tab-content\"\u003e\n\u003ch2\u003eUser Manuals \u0026amp; Technical Documents\u003c\/h2\u003e\n\u003cp\u003eClick on the documents below to view or download the PDF files.\u003c\/p\u003e\n\u003cdiv class=\"arb-resources-grid\"\u003e\n\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR135-2025.pdf?v=1776238715\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.2 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/cdbf95a377c41be1408ada9c90b74d6e.pdf?v=1776238785\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eWarranty Manual\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.4 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"arb-resource-card\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TRE4x4_Differential_lock_catalog.pdf?v=1776737588\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eLocker Catalog\u003c\/div\u003e\n\u003cp\u003ePDF Document • 7.5 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n        \/* 强制页面背景为纯白 *\/\n        body {\n            background-color: #ffffff;\n            margin: 0;\n            padding: 40px 20px;\n            font-family: 'Segoe UI', Arial, Helvetica, sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* 交互主容器：留出足够的左右空间放置文字 *\/\n        .interactive-container {\n            position: relative;\n            width: 100%;\n            max-width: 1200px;\n            margin: 40px auto;\n            background-color: #ffffff;\n            cursor: pointer;\n        }\n\n        \/* 图片包裹层：将差速器图片居中，宽度设为40%，为两侧文字留出巨大白底 *\/\n        .image-wrapper {\n            position: relative;\n            width: 40%;\n            margin: 0 auto;\n        }\n\n        .base-image {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* 标注信息覆盖层：淡入淡出效果 *\/\n        .annotations-layer {\n            opacity: 0;\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        .interactive-container:hover .annotations-layer {\n            opacity: 1;\n        }\n\n        \/* SVG 连线画布：允许虚线溢出图片绘制到两侧白底上 *\/\n        .svg-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            overflow: visible; \/* 关键：允许线条画到外面 *\/\n            pointer-events: none;\n            z-index: 10;\n        }\n\n        \/* 红色直角虚线样式 *\/\n        .pointer-line {\n            stroke: #e60000;\n            stroke-width: 1.5;\n            stroke-dasharray: 6, 4; \/* 匹配参考图的虚线疏密 *\/\n        }\n\n        \/* 红色实心圆点 *\/\n        .pointer-dot {\n            fill: #e60000;\n        }\n\n        \/* 纯黑文本样式：匹配参考图的无背景、规整排版 *\/\n        .annotation-text {\n            position: absolute;\n            color: #000000;\n            font-size: 13px;\n            font-weight: 600; \/* 半粗体以确保清晰度 *\/\n            letter-spacing: 0.3px;\n            line-height: 1.6;\n            width: 280px; \/* 固定宽度使文字自动规整换行 *\/\n            z-index: 20;\n        }\n\n        \/* ==== 左侧文字排版 (L1, L2, L3) ==== *\/\n        \/* Text-align 设为左对齐，但整体位置在图片左侧 *\/\n        .box-L1 { top: 15%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L2 { top: 45%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L3 { top: 85%; right: 108%; transform: translateY(-50%); text-align: left; }\n\n        \/* ==== 右侧文字排版 (R1, R2, R3) ==== *\/\n        .box-R1 { top: 10%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R2 { top: 55%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R3 { top: 80%; left: 108%; transform: translateY(-50%); text-align: left; }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003cdiv class=\"interactive-container\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003c!-- 基础图片：替换为你新上传的差速器图片 --\u003e \u003cimg class=\"base-image\" alt=\"差速器工业展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/58SDT6C_R_O_RQ4L_MFM_5C.png?v=1776419477\"\u003e \u003c!-- 悬停时显示的图层 --\u003e\n\u003cdiv class=\"annotations-layer\"\u003e\n\u003c!-- SVG 画布：利用多个 line 标签拼接出 90 度直角虚线 --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"svg-overlay\"\u003e\n                \n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"28%\" cx=\"35%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"28%\" x2=\"10%\" y1=\"28%\" x1=\"35%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"10%\" y1=\"28%\" x1=\"10%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"15%\" x2=\"-6%\" y1=\"15%\" x1=\"10%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"55%\" cx=\"30%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"5%\" y1=\"55%\" x1=\"30%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"5%\" y1=\"55%\" x1=\"5%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"45%\" x2=\"-6%\" y1=\"45%\" x1=\"5%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"75%\" cx=\"22%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"75%\" x2=\"-1%\" y1=\"75%\" x1=\"22%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-1%\" y1=\"75%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"85%\" x2=\"-6%\" y1=\"85%\" x1=\"-1%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"18%\" cx=\"65%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"18%\" x2=\"90%\" y1=\"18%\" x1=\"65%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"90%\" y1=\"18%\" x1=\"90%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"10%\" x2=\"106%\" y1=\"10%\" x1=\"90%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"50%\" cx=\"75%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"50%\" x2=\"95%\" y1=\"50%\" x1=\"75%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"95%\" y1=\"50%\" x1=\"95%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"55%\" x2=\"106%\" y1=\"55%\" x1=\"95%\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle class=\"pointer-dot\" r=\"4\" cy=\"68%\" cx=\"82%\"\u003e\u003c\/circle\u003e\n                \u003cline class=\"pointer-line\" y2=\"68%\" x2=\"101%\" y1=\"68%\" x1=\"82%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"101%\" y1=\"68%\" x1=\"101%\"\u003e\u003c\/line\u003e\n                \u003cline class=\"pointer-line\" y2=\"80%\" x2=\"106%\" y1=\"80%\" x1=\"101%\"\u003e\u003c\/line\u003e\n\n            \u003c\/svg\u003e \u003c!-- ==== 左侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-L1\"\u003eHeavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L2\"\u003eTwo-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L3\"\u003eLubricants inflow design brings more gear oil into the locker to reduce the gears wear\u003c\/div\u003e\n\u003c!-- ==== 右侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-R1\"\u003eUnique oil return design keep your differential under lubrication protection away from unwanted wear\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R2\"\u003eStrongest materials forced 8620 steel for differential case, 4320 chromoly alloy steel for gears\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R3\"\u003eThe cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 核心部件图解模块 (在Tab与底部之间，一左一右交替) === --\u003e\n\u003cdiv style=\"margin-top: 48px; padding-top: 40px; border-top: 1px solid #e5e7eb;\" class=\"arb-highlights-section\"\u003e\n\u003c!-- 1. X-Ring (左图右文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\" class=\"arb-highlight-row\"\u003e\n\u003cdiv style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\" class=\"arb-highlight-img\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\" alt=\"TRE X-Ring\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/Q_U8ET3P_B_H8LTHJ9Q3EG.png?v=1776244394\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\" class=\"arb-highlight-text\"\u003eTRE Air Locker equipped with the TRE X-Ring in the seal housing assembly. The X-Ring designed with four lobed style provides twice the sealing surface than a standard O-Ring. Because of the double-sealing action,only less squeeze is required to maintain an effective seal. The reduction in squeeze means less friction and wear which guarantee that the seal housing provide a long-term and stable air supply to the air locker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Wave Spring (右图左文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\" class=\"arb-highlight-row reverse\"\u003e\n\u003cdiv style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\" class=\"arb-highlight-img\"\u003e\u003cimg style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\" alt=\"TRE Wave Spring\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/L_85_3T7591KG3B5_GKRQJ.png?v=1776242615\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\" class=\"arb-highlight-text\"\u003eTRE Wave Spring equipped makes locking and unlocking elasticity more stable and endurable because of wave spring fit tight radial and axial spaces. Most importantly, Wave spring reducing the spring height by 50% than the ordinary coil \/ compression springs, so there is no need to drill the spring holes too deep on the clutch gear, this increased clutch gear strength a lot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 固定在底部的四大优势模块 === --\u003e\n\u003cdiv class=\"arb-fixed-features\"\u003e\n\u003c!-- 模块 1：5年质保 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003ctext x=\"12\" y=\"15.5\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\" stroke-width=\"0\" fill=\"currentColor\"\u003e5\u003c\/text\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eTRE4x4 provides a stable 5-year warranty with extensive distribution network and high-quality after-sales service to provide 100% after-sale protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2：强悍齿轮 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eStrongest 4320 chromoly alloy steel gears provide the most rugged quality and the most stable work efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3：适配不断更新 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的越野车图标，比原图的一团黑影更具高级感 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M4 11h16a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-1M4 11l2-5h9l2 5M2 14h2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"7\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"17\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M6 11l1.5-4h3.5v4H6z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M15 11l-1.5-4h-2.5v4H15z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eUnder the continuous research and development of TRE4x4, more available models for more popular models are constantly being updated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4：最强花键\/稳定性 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的内部花键结构齿轮 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M12 5l1.5 2h2l1 2.5 2.5.5.5 2.5-1.5 2v2l1.5 2-.5 2.5-2.5.5-1 2.5h-2L12 19l-1.5-2h-2l-1-2.5-2.5-.5-.5-2.5 1.5-2v-2l-1.5-2 .5-2.5 2.5-.5 1-2.5h2z\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\"\u003e\u003c\/circle\u003e \n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eThe hardest hardness and increased thickness to make it provide the best working efficiency and stability when locked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TRE4X4","offers":[{"title":"Default Title","offer_id":44655569699023,"sku":"TR135","price":500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR132_transparent_cc583e3b-287a-4920-b3b8-e432b575feea.png?v=1776325228"},{"product_id":"tr132-toyota-8-50mm-brng","title":"TR132 Toyota 8\",50mm BRNG","description":"\u003cstyle\u003e\n    \/* 作用域限制，防止污染Shopify其他部位 *\/\n    .arb-custom-section {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: #333;\n        text-align: left; \/* 强制左对齐，修复截图中的全居中问题 *\/\n        max-width: 1000px;\n        margin: 0 auto;\n        line-height: 1.6;\n        padding: 20px 0;\n    }\n\n    \/* 隐藏实现切换逻辑的单选框 *\/\n    .arb-custom-section input[type=\"radio\"] {\n        display: none;\n    }\n\n    \/* 标签导航栏样式 *\/\n    .arb-tabs-nav {\n        display: flex;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n        border-bottom: 2px solid #e5e7eb;\n        margin-bottom: 24px;\n        \/* 隐藏滚动条但保持可滑动 *\/\n        scrollbar-width: none; \n        -ms-overflow-style: none;\n    }\n    .arb-tabs-nav::-webkit-scrollbar {\n        display: none;\n    }\n\n    \/* 标签按钮基础样式 *\/\n    .arb-tabs-nav label {\n        padding: 12px 16px;\n        cursor: pointer;\n        font-size: 16px;\n        font-weight: 600;\n        color: #6b7280;\n        border-bottom: 2px solid transparent;\n        margin-bottom: -2px; \/* 覆盖底线 *\/\n        white-space: nowrap;\n        transition: all 0.2s ease;\n    }\n\n    .arb-tabs-nav label:hover {\n        color: #111827;\n    }\n\n    \/* 内容区域隐藏 *\/\n    .arb-tab-content {\n        display: none;\n        animation: fadeIn 0.4s ease;\n    }\n\n    \/* === 核心切换逻辑 (纯CSS) === *\/\n    #arb-tab1:checked ~ .arb-tabs-nav label[for=\"arb-tab1\"],\n    #arb-tab2:checked ~ .arb-tabs-nav label[for=\"arb-tab2\"],\n    #arb-tab3:checked ~ .arb-tabs-nav label[for=\"arb-tab3\"],\n    #arb-tab4:checked ~ .arb-tabs-nav label[for=\"arb-tab4\"] {\n        color: #dc2626; \/* ARB红 *\/\n        border-bottom-color: #dc2626;\n    }\n\n    #arb-tab1:checked ~ .arb-panels #arb-panel1,\n    #arb-tab2:checked ~ .arb-panels #arb-panel2,\n    #arb-tab3:checked ~ .arb-panels #arb-panel3,\n    #arb-tab4:checked ~ .arb-panels #arb-panel4 {\n        display: block;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* 内容细节样式 *\/\n    .arb-custom-section h2 {\n        font-size: 22px;\n        font-weight: bold;\n        color: #111827;\n        margin-top: 0;\n        margin-bottom: 16px;\n    }\n    .arb-custom-section p {\n        margin-bottom: 16px;\n    }\n    .arb-custom-section ul {\n        list-style: none;\n        padding-left: 0;\n    }\n    .arb-custom-section li {\n        margin-bottom: 12px;\n        display: flex;\n        align-items: flex-start;\n    }\n    .arb-custom-section li svg {\n        flex-shrink: 0;\n        width: 20px;\n        height: 20px;\n        color: #dc2626;\n        margin-right: 12px;\n        margin-top: 4px;\n    }\n    \n    \/* 表格样式 *\/\n    .arb-table-wrap {\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .arb-custom-section table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n        border: none !important;\n    }\n    .arb-custom-section tr, \n    .arb-custom-section th, \n    .arb-custom-section td {\n        border: none !important; \/* 强制清除 Shopify 主题自带的黑色边框 *\/\n    }\n    .arb-custom-section th, .arb-custom-section td {\n        padding: 12px 16px;\n        border-bottom: 1px solid #e5e7eb !important; \/* 重新且仅添加浅灰色分割线 *\/\n        font-size: 14px;\n    }\n    .arb-custom-section tr:last-child td {\n        border-bottom: none !important; \/* 去除最后一行的底线，使其与外框完美贴合 *\/\n    }\n    .arb-custom-section tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    .arb-custom-section td:first-child {\n        font-weight: 600;\n        color: #111827;\n        width: 35%;\n    }\n\n    \/* 卡片样式 *\/\n    .arb-card {\n        background-color: #f9fafb;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        padding: 16px;\n        margin-bottom: 16px;\n    }\n    .arb-card h3 {\n        margin: 0 0 8px 0;\n        font-size: 16px;\n        color: #111827;\n    }\n\n    \/* === 新增：资源下载区增强交互样式 === *\/\n    .arb-resources-grid {\n        display: grid !important;\n        grid-template-columns: repeat(2, 1fr) !important;\n        gap: 20px !important;\n        margin-top: 24px !important;\n    }\n    .arb-resource-card {\n        display: flex !important;\n        flex-direction: row !important;\n        align-items: center !important;\n        justify-content: space-between !important;\n        padding: 20px 24px !important;\n        background: #fff !important; \/* 强制覆盖某些主题使用 background-image 做的渐变下划线 *\/\n        background-color: #fff !important;\n        background-image: none !important;\n        border: 1px solid #e5e7eb !important;\n        border-bottom: 1px solid #e5e7eb !important; \/* 强制覆盖主题的底部黑线 *\/\n        border-radius: 12px !important;\n        text-decoration: none !important; \/* 强制清除所有原生下划线 *\/\n        text-decoration-line: none !important;\n        -webkit-text-decoration-line: none !important;\n        color: inherit !important;\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n        cursor: pointer !important;\n        position: relative !important;\n        overflow: hidden !important;\n        box-sizing: border-box !important;\n        box-shadow: none !important; \/* 彻底清除 Shopify 默认的 box-shadow 悬停下划线 *\/\n        outline: none !important;\n    }\n    \/* 彻底击杀 Shopify 主题通过伪元素生成的 a 标签下划线 *\/\n    .arb-resource-card::after,\n    .arb-resource-card::before {\n        display: none !important;\n        content: none !important;\n    }\n    .arb-resource-card:hover {\n        border-color: #dc2626 !important;\n        text-decoration: none !important;\n        text-decoration-line: none !important;\n        background-image: none !important;\n        box-shadow: 0 10px 25px -5px rgba(220, 38, 38, 0.1), 0 8px 10px -6px rgba(220, 38, 38, 0.1) !important; \/* 仅保留我们自己的高级悬停阴影 *\/\n        transform: translateY(-3px) !important;\n    }\n    .arb-resource-text {\n        flex-grow: 1 !important;\n        padding-right: 16px !important;\n    }\n    \/* 替换 h4 标签，避免被主题自动放大字体 *\/\n    .arb-resource-title {\n        margin: 0 0 6px 0 !important;\n        font-size: 16px !important;\n        font-weight: 700 !important;\n        color: #111827 !important;\n        transition: color 0.3s ease !important;\n        line-height: 1.2 !important;\n    }\n    .arb-resource-card:hover .arb-resource-title {\n        color: #dc2626 !important;\n    }\n    .arb-resource-text p {\n        margin: 0 !important;\n        font-size: 13px !important;\n        color: #6b7280 !important;\n        line-height: 1.5 !important;\n    }\n    .arb-resource-action {\n        flex-shrink: 0 !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        width: 36px !important;\n        height: 36px !important;\n        border-radius: 50% !important;\n        background-color: #f3f4f6 !important;\n        color: #6b7280 !important;\n        transition: all 0.3s ease !important;\n    }\n    .arb-resource-card:hover .arb-resource-action {\n        background-color: #dc2626 !important;\n        color: #fff !important;\n    }\n    @media (max-width: 640px) {\n        .arb-resources-grid {\n            grid-template-columns: 1fr !important;\n        }\n    }\n\n    \/* === 新增：底部固定显示的四大核心优势排版 === *\/\n    .arb-fixed-features {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 32px;\n        margin-top: 48px;\n        padding-top: 36px;\n        border-top: 1px solid #e5e7eb; \/* 顶部优美的分割线 *\/\n    }\n\n    .arb-feature-item {\n        display: flex;\n        align-items: center;\n        background-color: transparent; \/* 完全消除背景 *\/\n    }\n\n    .arb-feature-icon {\n        flex-shrink: 0;\n        width: 52px;\n        height: 52px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #4b5563; \/* 高级灰图标色 *\/\n    }\n\n    .arb-feature-icon svg {\n        width: 100%;\n        height: 100%;\n    }\n\n    .arb-feature-text {\n        border-left: 2px solid #d1d5db; \/* 图标与文字间的垂直分割线 *\/\n        margin-left: 20px;\n        padding-left: 20px;\n        font-size: 14px;\n        color: #4b5563; \/* 文字深灰调，确保阅读舒适且美观 *\/\n        line-height: 1.6;\n    }\n\n    \/* 移动端响应式：变成单列 *\/\n    @media (max-width: 768px) {\n        .arb-fixed-features {\n            grid-template-columns: 1fr;\n            gap: 24px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003c!-- 核心机制：四个隐藏的Radio按钮 --\u003e \u003cinput type=\"radio\" id=\"arb-tab1\" name=\"arb-tabs\" checked\u003e \u003cinput type=\"radio\" id=\"arb-tab2\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab3\" name=\"arb-tabs\"\u003e \u003cinput type=\"radio\" id=\"arb-tab4\" name=\"arb-tabs\"\u003e \u003c!-- 标签导航 --\u003e\n\u003cdiv class=\"arb-tabs-nav\"\u003e\n\u003clabel for=\"arb-tab1\"\u003eOverview\u003c\/label\u003e \u003clabel for=\"arb-tab2\"\u003eSpecs\u003c\/label\u003e \u003clabel for=\"arb-tab3\"\u003eFitment\u003c\/label\u003e \u003clabel for=\"arb-tab4\"\u003eResources\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- 对应的4个内容面板 --\u003e\n\u003cdiv class=\"arb-panels\"\u003e\n\u003c!-- 1. Overview --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel1\"\u003e\n\u003ch2\u003eTRE Air Locking Differential\u003c\/h2\u003e\n\u003cp\u003eTRE Air Locking Differential is designed to take you to the destinations others dream about. In order to improve the loss traction situation of the open differential when vehicle drive on some uneven terrains.\u003c\/p\u003e\n\u003cp\u003eEnhance the traction of your 4x4 in just about any terrain—rock, clay, gravel, sand, snow or mud. A simple flip of a switch will provide maximum traction when needed and maneuverability when it is not. With the forged alloy differential case and gears, the strongest materials and steady 5-year warranty provides a reliable option for those wanting the most out of their off-roading adventures.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote: Air Locker operation requires an \u003ca href=\"https:\/\/tre4x4productions.co.th\/collections\/compressor\/products\/portable-twin-air-compressor\" rel=\"noopener\" target=\"_blank\"\u003eOn-Board Air Compressor\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 32px; margin-bottom: 16px; font-size: 20px; font-weight: bold; color: #111827;\"\u003eFeatures\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePremium Alloy Materials:\u003c\/strong\u003e Heavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eUnique Oil Return Design:\u003c\/strong\u003e Unique oil return design keep your differential under lubrication protection away from unwanted wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eTwo-Layer Design:\u003c\/strong\u003e Two-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eStrongest Materials:\u003c\/strong\u003e Forged 8620 steel for differential case, 4320 chromoly alloy steel for gears.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLubricants Inflow Design:\u003c\/strong\u003e Lubricants inflow design brings more gear oil into the locker to reduce the gears wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eLightweight Cogwheel Design:\u003c\/strong\u003e The cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Specs (更新为 Toyota RD132 参数) --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel2\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"arb-table-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle Splines\u003c\/td\u003e\n\u003ctd\u003e30 Spline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRatio\u003c\/td\u003e\n\u003ctd\u003eAll Ratios\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAxle\u003c\/td\u003e\n\u003ctd\u003eToyota 8\" (50mm Bearing) Live Axle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShaft Diameter\u003c\/td\u003e\n\u003ctd\u003e1.31 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePosition\u003c\/td\u003e\n\u003ctd\u003eFront \/ Rear (Depends on Vehicle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Manufacturing Defect Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Fitment (Toyota 8\", 50mm BRNG RD132) --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel3\"\u003e\n\u003ch2\u003eFitment Information\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-bottom: 20px; line-height: 1.5;\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Please verify your axle is Toyota 8\", with 30 spline shafts (1.31\" diameter), and utilizes 50mm Inner Diameter (ID) carrier bearings.\u003c\/p\u003e\n\u003c!-- 分组卡片 1：Toyota Tacoma --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Tacoma\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 2016-2023\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.7L, 3.5L (Base, SR, SR5, Limited, Sport, Trail, TRD Off-Road, TRD Pro)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 2：Toyota 4Runner --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota 4Runner\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1984-2009\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.4L, 3.0L, 3.4L, 4.0L, 4.7L (DLX, SR5, Limited, Sport)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 3：Toyota FJ Cruiser --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota FJ Cruiser\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 2007-2009\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 4.0L (Base, Core, Premium, Trail Teams Special Edition)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 4：Toyota Pickup --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Pickup\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1979-1995\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 2.2L, 2.4L, 3.0L (Base, DLX, SR5, Turbo - Gas \u0026amp; Diesel)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 分组卡片 5：Toyota Land Cruiser \u0026 Lexus LX450 --\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eToyota Land Cruiser \u0026amp; Lexus LX450\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eYears:\u003c\/strong\u003e 1990-1997\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eEngines: 4.0L, 4.5L (Base models)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Resources (增强交互版) --\u003e\n\u003cdiv class=\"arb-tab-content\" id=\"arb-panel4\"\u003e\n\u003ch2\u003eUser Manuals \u0026amp; Technical Documents\u003c\/h2\u003e\n\u003cp\u003eClick on the documents below to view or download the PDF files.\u003c\/p\u003e\n\u003cdiv class=\"arb-resources-grid\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR132-2025.pdf?v=1776238715\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.33 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/cdbf95a377c41be1408ada9c90b74d6e.pdf?v=1776238785\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eWarranty Manual\u003c\/div\u003e\n\u003cp\u003ePDF Document • 1.4 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TRE4x4_Differential_lock_catalog.pdf?v=1776737588\" class=\"arb-resource-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"arb-resource-text\"\u003e\n\u003cdiv class=\"arb-resource-title\"\u003eLocker Catalog\u003c\/div\u003e\n\u003cp\u003ePDF Document • 7.5 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-resource-action\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 16px; height: 16px;\"\u003e\n                            \u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n        \/* 强制页面背景为纯白 *\/\n        body {\n            background-color: #ffffff;\n            margin: 0;\n            padding: 40px 20px;\n            font-family: 'Segoe UI', Arial, Helvetica, sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* 交互主容器：留出足够的左右空间放置文字 *\/\n        .interactive-container {\n            position: relative;\n            width: 100%;\n            max-width: 1200px;\n            margin: 40px auto;\n            background-color: #ffffff;\n            cursor: pointer;\n        }\n\n        \/* 图片包裹层：将差速器图片居中，宽度设为40%，为两侧文字留出巨大白底 *\/\n        .image-wrapper {\n            position: relative;\n            width: 40%;\n            margin: 0 auto;\n        }\n\n        .base-image {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* 标注信息覆盖层：淡入淡出效果 *\/\n        .annotations-layer {\n            opacity: 0;\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        .interactive-container:hover .annotations-layer {\n            opacity: 1;\n        }\n\n        \/* SVG 连线画布：允许虚线溢出图片绘制到两侧白底上 *\/\n        .svg-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            overflow: visible; \/* 关键：允许线条画到外面 *\/\n            pointer-events: none;\n            z-index: 10;\n        }\n\n        \/* 红色直角虚线样式 *\/\n        .pointer-line {\n            stroke: #e60000;\n            stroke-width: 1.5;\n            stroke-dasharray: 6, 4; \/* 匹配参考图的虚线疏密 *\/\n        }\n\n        \/* 红色实心圆点 *\/\n        .pointer-dot {\n            fill: #e60000;\n        }\n\n        \/* 纯黑文本样式：匹配参考图的无背景、规整排版 *\/\n        .annotation-text {\n            position: absolute;\n            color: #000000;\n            font-size: 13px;\n            font-weight: 600; \/* 半粗体以确保清晰度 *\/\n            letter-spacing: 0.3px;\n            line-height: 1.6;\n            width: 280px; \/* 固定宽度使文字自动规整换行 *\/\n            z-index: 20;\n        }\n\n        \/* ==== 左侧文字排版 (L1, L2, L3) ==== *\/\n        \/* Text-align 设为左对齐，但整体位置在图片左侧 *\/\n        .box-L1 { top: 15%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L2 { top: 45%; right: 108%; transform: translateY(-50%); text-align: left; }\n        .box-L3 { top: 85%; right: 108%; transform: translateY(-50%); text-align: left; }\n\n        \/* ==== 右侧文字排版 (R1, R2, R3) ==== *\/\n        .box-R1 { top: 10%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R2 { top: 55%; left: 108%; transform: translateY(-50%); text-align: left; }\n        .box-R3 { top: 80%; left: 108%; transform: translateY(-50%); text-align: left; }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"arb-custom-section\"\u003e\n\u003cdiv class=\"interactive-container\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003c!-- 基础图片：替换为你新上传的差速器图片 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/58SDT6C_R_O_RQ4L_MFM_5C.png?v=1776419477\" alt=\"差速器工业展示\" class=\"base-image\"\u003e \u003c!-- 悬停时显示的图层 --\u003e\n\u003cdiv class=\"annotations-layer\"\u003e\n\u003c!-- SVG 画布：利用多个 line 标签拼接出 90 度直角虚线 --\u003e \u003csvg class=\"svg-overlay\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \n                \n                \u003ccircle cx=\"35%\" cy=\"28%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"35%\" y1=\"28%\" x2=\"10%\" y2=\"28%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10%\" y1=\"28%\" x2=\"10%\" y2=\"15%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10%\" y1=\"15%\" x2=\"-6%\" y2=\"15%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle cx=\"30%\" cy=\"55%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"30%\" y1=\"55%\" x2=\"5%\" y2=\"55%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"5%\" y1=\"55%\" x2=\"5%\" y2=\"45%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"5%\" y1=\"45%\" x2=\"-6%\" y2=\"45%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle cx=\"22%\" cy=\"75%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"22%\" y1=\"75%\" x2=\"-1%\" y2=\"75%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-1%\" y1=\"75%\" x2=\"-1%\" y2=\"85%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-1%\" y1=\"85%\" x2=\"-6%\" y2=\"85%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle cx=\"65%\" cy=\"18%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"65%\" y1=\"18%\" x2=\"90%\" y2=\"18%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"90%\" y1=\"18%\" x2=\"90%\" y2=\"10%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"90%\" y1=\"10%\" x2=\"106%\" y2=\"10%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle cx=\"75%\" cy=\"50%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"75%\" y1=\"50%\" x2=\"95%\" y2=\"50%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"95%\" y1=\"50%\" x2=\"95%\" y2=\"55%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"95%\" y1=\"55%\" x2=\"106%\" y2=\"55%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n                \n                \u003ccircle cx=\"82%\" cy=\"68%\" r=\"4\" class=\"pointer-dot\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"82%\" y1=\"68%\" x2=\"101%\" y2=\"68%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"101%\" y1=\"68%\" x2=\"101%\" y2=\"80%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"101%\" y1=\"80%\" x2=\"106%\" y2=\"80%\" class=\"pointer-line\"\u003e\u003c\/line\u003e\n\n            \u003c\/svg\u003e \u003c!-- ==== 左侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-L1\"\u003eHeavy industry and agricultural alloy materials are used as raw materials, to guarantee the maximum ruggedness of parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L2\"\u003eTwo-layer design provides more precise matching and higher work efficiency, reduces grinding and instability caused by moving parts\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-L3\"\u003eLubricants inflow design brings more gear oil into the locker to reduce the gears wear\u003c\/div\u003e\n\u003c!-- ==== 右侧纯文本说明 ==== --\u003e\n\u003cdiv class=\"annotation-text box-R1\"\u003eUnique oil return design keep your differential under lubrication protection away from unwanted wear\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R2\"\u003eStrongest materials forced 8620 steel for differential case, 4320 chromoly alloy steel for gears\u003c\/div\u003e\n\u003cdiv class=\"annotation-text box-R3\"\u003eThe cogwheel design makes the whole locker lighter, to a certain extent reducing the load for driving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 核心部件图解模块 (在Tab与底部之间，一左一右交替) === --\u003e\n\u003cdiv class=\"arb-highlights-section\" style=\"margin-top: 48px; padding-top: 40px; border-top: 1px solid #e5e7eb;\"\u003e\n\u003c!-- 1. X-Ring (左图右文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv class=\"arb-highlight-row\" style=\"display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\"\u003e\n\u003cdiv class=\"arb-highlight-img\" style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/Q_U8ET3P_B_H8LTHJ9Q3EG.png?v=1776244394\" alt=\"TRE X-Ring\" style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-highlight-text\" style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\"\u003eTRE Air Locker equipped with the TRE X-Ring in the seal housing assembly. The X-Ring designed with four lobed style provides twice the sealing surface than a standard O-Ring. Because of the double-sealing action,only less squeeze is required to maintain an effective seal. The reduction in squeeze means less friction and wear which guarantee that the seal housing provide a long-term and stable air supply to the air locker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Wave Spring (右图左文 - 强制内联Flex布局防崩溃) --\u003e\n\u003cdiv class=\"arb-highlight-row reverse\" style=\"display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: center; gap: 40px; margin-bottom: 40px; width: 100%;\"\u003e\n\u003cdiv class=\"arb-highlight-img\" style=\"flex: 0 0 180px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/L_85_3T7591KG3B5_GKRQJ.png?v=1776242615\" alt=\"TRE Wave Spring\" style=\"width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%) contrast(115%); mix-blend-mode: multiply;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-highlight-text\" style=\"flex: 1 1 auto; font-size: 15px; color: #4b5563; line-height: 1.8;\"\u003eTRE Wave Spring equipped makes locking and unlocking elasticity more stable and endurable because of wave spring fit tight radial and axial spaces. Most importantly, Wave spring reducing the spring height by 50% than the ordinary coil \/ compression springs, so there is no need to drill the spring holes too deep on the clutch gear, this increased clutch gear strength a lot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 固定在底部的四大优势模块 === --\u003e\n\u003cdiv class=\"arb-fixed-features\"\u003e\n\u003c!-- 模块 1：5年质保 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003ctext x=\"12\" y=\"15.5\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\" stroke-width=\"0\" fill=\"currentColor\"\u003e5\u003c\/text\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eTRE4x4 provides a stable 5-year warranty with extensive distribution network and high-quality after-sales service to provide 100% after-sale protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2：强悍齿轮 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eStrongest 4320 chromoly alloy steel gears provide the most rugged quality and the most stable work efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3：适配不断更新 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的越野车图标，比原图的一团黑影更具高级感 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M4 11h16a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-1M4 11l2-5h9l2 5M2 14h2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"7\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"17\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M6 11l1.5-4h3.5v4H6z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M15 11l-1.5-4h-2.5v4H15z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eUnder the continuous research and development of TRE4x4, more available models for more popular models are constantly being updated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4：最强花键\/稳定性 --\u003e\n\u003cdiv class=\"arb-feature-item\"\u003e\n\u003cdiv class=\"arb-feature-icon\"\u003e\n\u003c!-- 纯代码绘制的内部花键结构齿轮 --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M12 5l1.5 2h2l1 2.5 2.5.5.5 2.5-1.5 2v2l1.5 2-.5 2.5-2.5.5-1 2.5h-2L12 19l-1.5-2h-2l-1-2.5-2.5-.5-.5-2.5 1.5-2v-2l-1.5-2 .5-2.5 2.5-.5 1-2.5h2z\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\"\u003e\u003c\/circle\u003e \n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eThe hardest hardness and increased thickness to make it provide the best working efficiency and stability when locked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TRE4X4","offers":[{"title":"Default Title","offer_id":44655569862863,"sku":"TR132","price":500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/TR132_transparent_cc583e3b-287a-4920-b3b8-e432b575feea.png?v=1776325228"}],"url":"https:\/\/tre4x4productions.co.th\/collections\/air-differential-lock.oembed","provider":"TRE4x4 Thailand","version":"1.0","type":"link"}