{"product_id":"120db-loud-electric-bike-horn","title":"120dB Loud Electric Bike Horn","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：自行车电子喇叭\n目标受众：城市通勤者、公路和山地骑行爱好者\n视觉风格：现代、科技感、功能主导，以黑色为主色调\n配色策略：主色黑\/深灰，强调色采用警示性的亮黄或电光蓝，背景采用干净的白色或浅灰以突出产品。\n模块顺序：Hero (核心卖点:高分贝安全) -\u003e Feature 1 (音量与模式) -\u003e Feature 2 (快拆与线控) -\u003e Feature 3 (充电与防水) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_3.png (完整安装态), Feature1=image_2.png (喇叭特写), Feature2=image_5.png (安装步骤), Feature3=image_1.png (充电细节)\n规格图映射：Specs=image_6.png, image_7.png\n对比模块：未加入 (无明显竞品对比需求，聚焦自身功能)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFD700; \/* 警示黄 *\/\n      --primary-hover: #E6C200;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F5F5;\n      --bg-soft: #E0E0E0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #EEEEEE;\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    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Section *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .feature-tag {\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 6px 12px;\n      border-radius: 6px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      text-align: left;\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      color: var(--text-sub);\n      font-weight: 500;\n      width: 35%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 24px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 12px;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .feature-section,\n      .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .feature-tags {\n        justify-content: center;\n      }\n\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\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 500;\n        color: var(--text-sub);\n        padding-right: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"trust-badge\"\u003eDesigned for Urban \u0026amp; Road Safety\u003c\/span\u003e\n\u003ch1\u003eBe Heard, Be Safe: 120dB Loud Electric Bicycle Horn\u003c\/h1\u003e\n\n\u003cp\u003eClear the way and ride with confidence. This powerful, USB-rechargeable horn ensures you're noticed by pedestrians and vehicles in noisy traffic.\u003c\/p\u003e\n\n\u003cdiv style=\"aspect-ratio: 16\/9; background: var(--bg-soft); border-radius: var(--radius-lg); border: 2px dashed var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-sub);\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425143918\/8c38a730f67bcf83b9c69049e0e00c01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3; background: var(--bg-soft); border-radius: var(--radius-lg); border: 2px dashed var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-sub);\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425143918\/45918a418cb56779d5cdaba7229513b0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePiercing 120dB Volume for Maximum Alert\u003c\/h2\u003e\n\n\u003cp\u003eCut through street noise with a powerful 120-decibel sound. Designed to effectively warn distracted pedestrians and drivers, giving you a crucial safety advantage. Cycle through 4 distinct sound modes to suit different riding environments.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e120dB Output\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e4 Sound Modes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTraffic Safety\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3; background: var(--bg-soft); border-radius: var(--radius-lg); border: 2px dashed var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-sub);\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425143918\/7f4e3968906c81128825fd00671945f3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eQuick-Release Mount \u0026amp; Convenient Remote\u003c\/h2\u003e\n\n\u003cp\u003eInstall in seconds without tools. The high-elastic silicone strap provides a secure, scratch-free fit on almost any handlebar. The included independent wired remote lets you sound the horn safely without lifting your hand from the grip.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eTool-Free Install\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUniversal Fit\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRemote Button\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3; background: var(--bg-soft); border-radius: var(--radius-lg); border: 2px dashed var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-sub);\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425143918\/07de4ab94981800022fa4ac6303a1680.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUSB Rechargeable \u0026amp; Weather Resistant\u003c\/h2\u003e\n\n\u003cp\u003eForget replacing batteries. The built-in 300mAh lithium battery offers long-lasting performance and recharges easily via any USB port. With an IPX4 waterproof rating, it stands up to splashes and light rain, ready for daily rides.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eUSB Charging\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLong Battery Life\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIPX4 Waterproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eABS Shell, Silicone Strap\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e120dB\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sound Modes\"\u003e4 Types\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Battery\"\u003e300mAh Lithium (USB Rechargeable)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003eIPX4\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eApprox. 46g (with strap) \/ 1.6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (L x W x H)\"\u003e10 x 5.5 x 6.7 cm \/ 3.9 x 2.2 x 2.6 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Fit\"\u003eUniversal Handlebar Fit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I install the horn on my bike?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eInstallation is tool-free and takes just seconds. Simply wrap the flexible silicone strap around your handlebar and hook it securely. The horn body then twists and locks into the base. The separate remote button attaches with its own strap near your grip.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the horn waterproof?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe horn has an IPX4 waterproof rating, meaning it is protected against water splashes from any direction. It is suitable for use in light rain but should not be submerged in water.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I charge the horn and how long does it last?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can charge the built-in 300mAh battery using the included USB cable connected to a power bank, computer, or wall adapter. A full charge provides long-lasting use for daily commutes, though the exact duration depends on frequency of use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"PawNexa","offers":[{"title":"Single","offer_id":45076430028936,"sku":"0427-16220662","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Save 20%)","offer_id":45076430061704,"sku":"0427-16226343","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Save 30%)","offer_id":45076430094472,"sku":"0427-16222586","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/8c38a730f67bcf83b9c69049e0e00c01.jpg?v=1777278238","url":"https:\/\/pawnexa.com\/products\/120db-loud-electric-bike-horn","provider":"PawNexa","version":"1.0","type":"link"}