{"product_id":"portable-twin-air-compressor","title":"12V ON BOARD AIR COMPRESSOR","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        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; \/* 品牌红 *\/\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; \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: 40%; \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; \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; \n        outline: none !important;\n    }\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        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    .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\n    \/* === 手机端自动堆叠 === *\/\n    @media (max-width: 768px) {\n        .arb-resources-grid {\n            grid-template-columns: 1fr !important;\n        }\n        .arb-highlight-row, .arb-highlight-row.reverse {\n            flex-direction: column !important;\n            flex-wrap: wrap !important;\n            text-align: left !important;\n            gap: 24px !important;\n        }\n        .arb-highlight-img {\n            flex: 0 0 auto !important;\n            width: 100% !important;\n            height: auto !important;\n        }\n        .arb-fixed-features {\n            grid-template-columns: 1fr !important;\n            gap: 24px !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       🌟 新增：交互式悬停图解模块 (Interactive Diagram) 🌟\n       ============================================================ *\/\n    .arb-interactive-banner {\n        position: relative !important;\n        width: 100% !important;\n        background-color: #ffffff !important; \/* 改为白色底色 *\/\n        border-radius: 12px !important;\n        margin: 48px 0 !important;\n        overflow: hidden !important;\n        cursor: crosshair !important;\n        border: 1px solid #e5e7eb !important;\n    }\n    \/* 基础图片 *\/\n    .arb-ib-img {\n        width: 100% !important;\n        height: auto !important;\n        display: block !important;\n        transition: opacity 0.5s ease, transform 0.5s ease !important;\n    }\n    \/* 鼠标悬停在容器上时：仅微距放大，保持透明度为1 (不亮变暗) *\/\n    .arb-interactive-banner:hover .arb-ib-img {\n        opacity: 1 !important;\n        transform: scale(1.02) !important;\n    }\n    \/* 覆盖层（图解元素）：默认完全透明 *\/\n    .arb-ib-overlays {\n        position: absolute !important;\n        top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;\n        opacity: 0 !important;\n        pointer-events: none !important; \/* 确保悬停响应完美 *\/\n        transition: opacity 0.4s ease 0.1s !important;\n    }\n    \/* 鼠标悬停时：显示全部图解 *\/\n    .arb-interactive-banner:hover .arb-ib-overlays {\n        opacity: 1 !important;\n    }\n    \n    \/* 图解：雷达呼吸圆点 *\/\n    .arb-ib-dot {\n        position: absolute !important;\n        width: 10px !important; height: 10px !important;\n        background-color: #dc2626 !important; \/* 改为红色，适应白底 *\/\n        border-radius: 50% !important;\n        transform: translate(-50%, -50%) !important;\n        box-shadow: 0 0 0 3px rgba(220,38,38,0.2), 0 0 0 1px #dc2626 inset !important;\n    }\n    .arb-ib-dot::after {\n        content: '' !important;\n        position: absolute !important;\n        top: -5px !important; left: -5px !important; right: -5px !important; bottom: -5px !important;\n        border: 1.5px solid rgba(220,38,38,0.8) !important;\n        border-radius: 50% !important;\n        animation: arb-pulse 2s infinite !important;\n    }\n    @keyframes arb-pulse {\n        0% { transform: scale(0.8); opacity: 1; }\n        100% { transform: scale(1.6); opacity: 0; }\n    }\n    \n    \/* 图解：指引虚线 *\/\n    .arb-ib-line {\n        position: absolute !important;\n        border-top: 1.5px dashed #dc2626 !important; \/* 改为红色虚线 *\/\n    }\n    \n    \/* 图解：特性文字 *\/\n    .arb-ib-label {\n        position: absolute !important;\n        color: #111827 !important; \/* 改为深灰色文字 *\/\n        font-size: clamp(7.5px, 1.1vw, 13px) !important;\n        font-weight: 700 !important;\n        line-height: 1.3 !important;\n        letter-spacing: 0.5px !important;\n        text-shadow: 1px 1px 4px rgba(255,255,255,0.9), -1px -1px 4px rgba(255,255,255,0.9), 0px 0px 5px rgba(255,255,255,1) !important; \/* 添加白色光晕护边，保证文字压在黑色产品上时也极度清晰 *\/\n    }\n    \n    \/* 手机端防呆设计：强制显示悬浮层以防用户错过信息 *\/\n    @media (max-width: 768px) {\n        .arb-ib-overlays {\n            opacity: 1 !important; \n        }\n        .arb-ib-img {\n            opacity: 1 !important; \/* 手机端同样取消变暗效果 *\/\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 Black Air Compressor\u003c\/h2\u003e\n\u003cp\u003eDesigned expressly to meet the demanding needs of the off-road market, the TRE Black Air Compressor is a compact, vehicle-mounted, high-output air system. Whether you need to activate your TRE Air Lockers, inflate tires quickly after a trail run, or run pneumatic tools, this compressor delivers reliable, high-volume air supply.\u003c\/p\u003e\n\u003cp\u003eConstructed entirely of lightweight, high-strength engineering-grade materials, it features robust internal components and an anti-vibration mount to reduce noise. Built for extreme conditions, it is fully sealed against moisture and dust.\u003c\/p\u003e\n\u003cp\u003eUltimate Versatility: Not just for fast tire inflation, this high-output on-board compressor provides more than enough volume to power your \u003cstrong\u003eTRE4x4 \u003ca href=\"https:\/\/tre4x4productions.co.th\/collections\/air-differential-lock\"\u003eAir Lockers\u003c\/a\u003e\u003c\/strong\u003e and air tools\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\u003eHigh Air Output:\u003c\/strong\u003e Delivers an impressive 75L\/min flow rate, ensuring rapid tire inflation and immediate Air Locker engagement.\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\u003eThermal Overload Protection:\u003c\/strong\u003e Equipped with an internal high-temperature cut-out protector to prevent motor damage under heavy use.\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\u003ePremium Internal Components:\u003c\/strong\u003e Hard-anodized cylinder bores and Teflon-impregnated carbon fiber piston seals ensure maximum trouble-free life.\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\u003eWeather Resistant Design:\u003c\/strong\u003e Comes with a heavy-duty weather-resistant maxi-fuse and sealed switches for reliable circuit protection.\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\u003eAnti-Vibration Mount:\u003c\/strong\u003e Integrated sound deadening mount reduces operating noise and vibration inside the vehicle.\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\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e12V DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Current Draw\u003c\/td\u003e\n\u003ctd\u003e32 Amps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAir Flow (No Load)\u003c\/td\u003e\n\u003ctd\u003e75 L\/min (2.65 CFM)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Air Pressure\u003c\/td\u003e\n\u003ctd\u003e150 PSI\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuty Cycle\u003c\/td\u003e\n\u003ctd\u003e50% (30 mins ON \/ 30 mins OFF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCylinder Material\u003c\/td\u003e\n\u003ctd\u003eHard-Anodized Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePiston Seal\u003c\/td\u003e\n\u003ctd\u003eTeflon-Impregnated Carbon Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverload Protection\u003c\/td\u003e\n\u003ctd\u003eInternal Thermal Cut-Out Switch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit Protection\u003c\/td\u003e\n\u003ctd\u003eWeather Resistant Maxi-Fuse Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting System\u003c\/td\u003e\n\u003ctd\u003eIntegrated Anti-Vibration Base\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 (通用件) --\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 The TRE Black Air Compressor is a universal mounting product. It can be installed in most vehicle engine bays, cargo areas, or custom mounts.\u003c\/p\u003e\n\u003cdiv class=\"arb-card\"\u003e\n\u003ch3\u003eUniversal 12V Application\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px;\"\u003e\u003cstrong\u003eCompatible with:\u003c\/strong\u003e All 12V DC systems\u003c\/p\u003e\n\u003cp style=\"margin-top: 4px; font-size: 13px; color: #6b7280;\"\u003eSuitable for Toyota, Jeep, Ford, Nissan, Isuzu, Land Rover, and other 4x4 vehicles requiring on-board air for lockers or tire inflation.\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\u003c!-- 资源卡片 1 --\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/Gen2_air_compressor_brochure-Black_air_series.pdf?v=1776329470\" 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 • 2.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\u003c!-- 资源卡片 2 --\u003e\u003ca href=\"YOUR_PDF_LINK_2_HERE\" 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.2 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!-- ==============================================================\n         🌟 专属新增：打气泵鼠标悬停交互式部件解析图解 (Interactive Diagram)\n         ============================================================== --\u003e\n\u003cdiv class=\"arb-interactive-banner\"\u003e\n\u003c!-- 建议在Shopify中上传一张无文字纯打气泵侧面照（白色或透明背景）并替换此链接 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/V32A5334.png?v=1776327319\" alt=\"TRE Air Compressor Specifications\" class=\"arb-ib-img\"\u003e\n\u003cdiv class=\"arb-ib-overlays\"\u003e\n\u003c!-- Point 1: Aluminum Cylinder (左侧解析点) --\u003e\n\u003cdiv class=\"arb-ib-dot\" style=\"top: 38%; left: 41%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-line\" style=\"top: 38%; left: 21%; width: 20%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-label\" style=\"top: 34%; left: 3%; text-align: left; max-width: 17vw; white-space: normal;\"\u003eALUMINUM ALLOY\u003cbr\u003eCYLINDER ASSEMBLY\u003c\/div\u003e\n\u003c!-- Point 2: Air Tank Port (右上角解析点) --\u003e\n\u003cdiv class=\"arb-ib-dot\" style=\"top: 28%; right: 37%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-line\" style=\"top: 28%; right: 22%; width: 15%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-label\" style=\"top: 25%; right: 3%; text-align: right; max-width: 18vw; white-space: normal;\"\u003e1\/8 NPT MULTI-PORT MINIATURE\u003cbr\u003eALUMINUM ALLOY AIR TANK\u003c\/div\u003e\n\u003c!-- Point 3: Anodized Cylinder (右侧中间解析点) --\u003e\n\u003cdiv class=\"arb-ib-dot\" style=\"top: 42%; right: 32%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-line\" style=\"top: 42%; right: 20%; width: 12%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-label\" style=\"top: 39%; right: 3%; text-align: right; max-width: 16vw; white-space: normal;\"\u003eANODIZED ALUMINUM\u003cbr\u003eALLOY CYLINDER\u003c\/div\u003e\n\u003c!-- Point 4: DC Motor (右下角解析点) --\u003e\n\u003cdiv class=\"arb-ib-dot\" style=\"top: 75%; right: 45%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-line\" style=\"top: 75%; right: 24%; width: 21%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-ib-label\" style=\"top: 72%; right: 3%; text-align: right; max-width: 20vw; white-space: normal;\"\u003eDIRECT DRIVE HIGH\u003cbr\u003ePERFORMANCE DC MOTOR\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- === 底部固定显示的四大核心优势排版 (打气泵专属) === --\u003e\n\u003cdiv class=\"arb-fixed-features\"\u003e\n\u003c!-- 模块 1：可靠质保 --\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                    \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eTRE4x4 provides a stable and reliable warranty with an extensive distribution network 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\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=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eHigh output 75L\/min air flow guarantees rapid tire inflation and stable operation for pneumatic tools.\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                    \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\"\u003eDesigned expressly to supply rapid and reliable air pressure for quick engagement of TRE Air Lockers.\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                    \u003cpath d=\"M22 12A10.06 10.06 0 0 0 12 2a10 10 0 0 0-10 10c0 1.95 1 3.53 2.5 4.54a4.5 4.5 0 0 1 3.16-1.54A4.5 4.5 0 0 1 12 19.5a4.5 4.5 0 0 1 4.34-4.5 4.5 0 0 1 3.16 1.54C21 15.53 22 13.95 22 12z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arb-feature-text\"\u003eWeather sealed components and high-temperature thermal protectors ensure operation in extreme off-road environments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TRE4X4","offers":[{"title":"Default Title","offer_id":44655561310415,"sku":"TR-LAC-003","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8004\/3471\/files\/3_37a3418e-0e82-45fd-95a4-52e1cf66befb.jpg?v=1761882109","url":"https:\/\/tre4x4productions.co.th\/products\/portable-twin-air-compressor","provider":"TRE4x4 Thailand","version":"1.0","type":"link"}