{"product_id":"super-loud-dual-air-horn","title":"Super Loud Dual Air Horn","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：车载一体化高音气喇叭\n  目标受众：卡车、SUV、越野车、船只等需要强力警报声的车主\n  视觉风格：硬派、金属感、力量感、耐用\n  配色策略：以镀铬银色为主，搭配深灰\/黑色背景，辅以强调力量的警示黄或电光蓝点缀\n  模块顺序：Hero (强调音量优势) -\u003e Feature 1 (一体化结构\/核心发声原理) -\u003e Feature 2 (材质与耐用性) -\u003e Scenario (多车型适配) -\u003e Specs -\u003e FAQ\n  详情图映射：\n    - Hero: image_3.png (带卡车场景，强调声浪冲击感)\n    - Feature 1 (Integrated Design): image_0.png (清晰完整的产品套件图)\n    - Feature 2 (Durability): image_4.png (底部材质与结构特写)\n    - Scenario (Versatility): image_2.png (多车型拼图)\n  规格图映射：Specs = image_8.png (尺寸), image_9.png (电压)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFD700; \/* 警示黄，强调力量 *\/\n      --primary-hover: #E6C200;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #EFEFEF;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Components *\/\n    .trust-pill {\n      display: inline-block;\n      background: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 1rem;\n      border-radius: 4px;\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Image Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      background: #f0f2f5;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-weight: bold;\n      min-height: 300px;\n    }\n\n    \/* Layout Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      padding: 2rem 0;\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 600;\n      background: var(--bg-soft);\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 0.8rem;\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.8rem;\n      font-weight: 800;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-copy, .hero-media {\n        flex: 1;\n      }\n\n      .feature-section {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .feature-section:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n        border-top: 1px solid var(--border-color);\n      }\n      .specs-table td:first-child { border-top: none; }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-pill\"\u003e⚠️ Engineered for Safety \u0026amp; Alerting\u003c\/div\u003e\n\n\u003ch1\u003eUnleash Train-Horn Power on Demand\u003c\/h1\u003e\n\n\u003cp\u003eUpgrade your vehicle's voice with a massive, ultra-loud blast designed to cut through road noise and ensure immediate attention in any situation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508133043\/c8820de661228056ef0ca79540dc2efd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section feature-section\" style=\"background-color: var(--bg-card); border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3rem);\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508133043\/b858705563ed37ea37059bffc8475cec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact \"All-in-One\" Compressor System\u003c\/h2\u003e\n\n\u003cp\u003eForget bulky separate air tanks. Our upgraded internal compressor delivers instant high-pressure air directly to the dual trumpets for immediate, clear, and powerful sound without wasting space.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNo Air Tank Needed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eInstant Response\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUpgraded Motor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Durability \u0026 Material --\u003e\n\n\u003csection class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img99\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508133043\/af5d47accd438696509349306788e6de.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt Tough for Any Weather\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from premium chrome-plated zinc alloy and durable ABS material, this horn kit is built to resist corrosion, water, and harsh road conditions, ensuring reliable performance rain or shine.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eChrome-Plated Zinc\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCorrosion Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWeatherproof Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Versatility --\u003e\n\n\u003csection class=\"pd-section feature-section\" style=\"background-color: var(--bg-card); border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3rem);\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img100\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508133043\/1882a66bc77d3a2bf62dc79634c58456.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Fit for 12V\/24V Vehicles\u003c\/h2\u003e\n\n\u003cp\u003eWhether you drive a truck, SUV, car, RV, or boat, this versatile kit is designed to install easily into standard vehicle electrical systems. Get the attention you need, whatever you drive.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eTrucks \u0026amp; SUVs\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCars \u0026amp; Vans\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBoats \u0026amp; Marine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eDual Trumpet Integrated Air Horn\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAll-in-one Kit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Voltage Options\"\u003e12V \/ 24V (Select option)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCheck your vehicle system\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eZinc Alloy (Chrome Plated), ABS\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWeather Resistant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Height\"\u003e8.27 inches (approx. 21 cm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBased on spec sheet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Width\"\u003e6.1 inches (approx. 15.5 cm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBase width\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Trumpet Diameter\"\u003e2.79 inches (approx. 7 cm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMouth opening\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need a separate air tank to use this horn?\u003c\/div\u003e\n\n\u003cp\u003eNo. This is a complete, integrated system with a built-in compressor directly attached to the horns. No external air tank or long air hoses are required.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs installation difficult?\u003c\/div\u003e\n\n\u003cp\u003eIt is designed for straightforward installation. The kit includes basic mounting hardware (bracket, bolts). It typically involves mounting the unit securely and connecting the wiring to your vehicle's existing horn wires and power source. Basic automotive electrical knowledge is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit my specific vehicle model?\u003c\/div\u003e\n\n\u003cp\u003eThis is a universal fit item compatible with most vehicles that have a 12V (or 24V depending on selection) power source. You just need to ensure you have enough physical space (approx. 8.3\" height x 6.1\" width) in your engine bay or behind the grille for mounting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"12V","offer_id":43493737136187,"sku":"0508-13389261","price":54.95,"currency_code":"USD","in_stock":true},{"title":"24V","offer_id":43493737168955,"sku":"0508-13387658","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/c8820de661228056ef0ca79540dc2efd.jpg?v=1778218779","url":"https:\/\/autoyunn.com\/products\/super-loud-dual-air-horn","provider":"AutoYunn","version":"1.0","type":"link"}