{"title":"Neueste Produkte","description":"","products":[{"product_id":"dash-cam-g980h","title":"Botslab Dashcam G980H","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch1 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab Dash Cam G980H \u003c\/h1\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eDrive Smart, Stay Protected\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Features\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e4K + 2K Dual Cameras\u003c\/strong\u003e — Enhanced SONY IMX415 sensors capture clear details day \u0026amp; night, while the 360° rotating 2K rear camera provides full coverage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eADAS\u003c\/strong\u003e — ADAS offers real-time safety alerts for smarter driving.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5.8GHz WiFi \u0026amp; Free Storage\u003c\/strong\u003e — Fast wireless transfer and free 64GB SD card included. Expandable up to 256GB.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\/7 Parking Mode\u003c\/strong\u003e — G-sensor locks collision footage. GPS records route, speed \u0026amp; location. \u003cspan style=\"color: #6b7280;\"\u003e(ACC hardwire kit required)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupercapacitor \u0026amp; Easy Install\u003c\/strong\u003e — Reliable performance from -20°C to 70°C with a quick, straightforward installation process.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eDesigned for drivers who need dependable 4K clarity, AI-assisted safety, and round-the-clock vehicle protection.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":48680799240484,"sku":"Q3030159","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/de08b7afcc15befa9d2446981c7f2f90_a0023f20-0960-4c22-9edc-73b6f76da024.png?v=1772523751"},{"product_id":"botslab-video-doorbell-r810","title":"Botslab Video-Türklingel R810","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBotslab Pano Video Doorbell R810\u003c\/title\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810\u003c\/p\u003e\n        \u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n        \u003ctable class=\"comparison-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFeature\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003e5MP\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003ch3 class=\"title\"\u003eFour View Modes, Cover Every Angle\u003c\/h3\u003e\n        \u003cdiv class=\"mode-container\"\u003e\n            \u003cdiv class=\"mode-box\" id=\"panMode\"\u003ePanoramic Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"vrMode\"\u003eVR Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"horizontalMode\"\u003eHorizontal Correction Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"verticalMode\"\u003eVertical Correction Mode\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.getElementById('panMode').addEventListener('click', function() {\n            alert('You selected Panoramic Mode');\n        });\n        document.getElementById('vrMode').addEventListener('click', function() {\n            alert('You selected VR Mode');\n        });\n        document.getElementById('horizontalMode').addEventListener('click', function() {\n            alert('You selected Horizontal Correction Mode');\n        });\n        document.getElementById('verticalMode').addEventListener('click', function() {\n            alert('You selected Vertical Correction Mode');\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51852852789540,"sku":"Q3000481","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/R810_94017948-8d9d-4920-a1c4-2f6dd6895314.png?v=1768295100"},{"product_id":"dash-cam-g980h-pro","title":"Botslab Dash Cam G980H Pro","description":"\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        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n            text-align: left;\n        }\n        .feature-item {\n            background: rgba(80, 227, 194, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            font-size: 16px;\n        }\n        .feature-title {\n            font-weight: bold;\n            color: #333;\n            margin-bottom: 5px;\n        }\n        \n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .feature-item {\n                font-size: 14px;\n                padding: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Dash Cam G980H Pro\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eDrive Smart, Stay Protected\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e4K+2K Dual Cameras\u003c\/p\u003e\n\u003cp\u003eEnhanced SONY IMX415 sensors capture clear details day \u0026amp; night. 360° rotating 2K rear camera provides full coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003eVoice Control \u0026amp; ADAS\u003c\/p\u003e\n\u003cp\u003eControl hands-free with voice commands. ADAS system provides real-time alerts for safer driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e5.8GHz WiFi \u0026amp; Free Storage\u003c\/p\u003e\n\u003cp\u003eFast wireless transfer \u0026amp; free 64GB SD card. Expandable storage up to 256GB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e24\/7 Parking Mode\u003c\/p\u003e\n\u003cp\u003eG-sensor locks collision footage. GPS records route, speed \u0026amp; location. (ACC Hardwire kit required)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003eSupercapacitor \u0026amp; Easy Install\u003c\/p\u003e\n\u003cp\u003eWorks in extreme temperatures (-20° to 70°C). Quick and simple installation process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50530583347492,"sku":"Q3030160","price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/G980h_ebbd198f-4b41-4214-95cf-3baa616b80f0.png?v=1772526187"},{"product_id":"hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro","title":"Hardwire-Kit Typ C Exklusiv für BOTSLAB Dash Cam G980H Pro\/ G980H","description":"\u003cstyle\u003e\n  .feature-list {\n    border-top: 1px solid #e5e7eb;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  }\n\n  .feature-item {\n    padding: 12px 4px;\n    border-bottom: 1px solid #f0f0f0;\n    font-size: 13px;\n    line-height: 1.6;\n    color: #374151;\n  }\n\n  .feature-item strong {\n    display: inline-block;\n    color: #111827;\n    font-weight: 600;\n    margin-right: 4px;\n  }\n\n  \/* Mobile optimization *\/\n  @media (max-width: 768px) {\n    .feature-item {\n      font-size: 12px;\n      padding: 10px 2px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003cstrong\u003eG980H Series Compatible:\u003c\/strong\u003e\n    Specifically tailored for Botslab G980H, G980H Pro, G980H 4-Channel, and G980H 3-Channel dash cams with Type-C ports. The 9 ft cable fits most vehicles for versatile installation.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003cstrong\u003eSecure Parking Protection:\u003c\/strong\u003e\n    Provides up to 24-hour monitoring with time-lapse or collision-triggered recording while parked, keeping your car protected at all times.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003cstrong\u003eBattery Drain Prevention:\u003c\/strong\u003e\n    Features under-voltage protection (DC12V–30V) to prevent battery drain, delivering stable 5V \/ 2.4A output. Built with high-quality materials for durability in extreme conditions.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003cstrong\u003eEasy Installation:\u003c\/strong\u003e\n    Simple three-step process: test power sources, set up wires, and connect your dash cam. Detailed instructions included for hassle-free setup.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003cstrong\u003eSafety Standards Certified:\u003c\/strong\u003e\n    Meets all relevant safety standards and certifications, ensuring the hardwire kit is safe and reliable.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50514539774244,"sku":"F3030219","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/7_9a97df88-6cc4-4746-a6d5-5c9d38f6bb34.jpg?v=1772526187"},{"product_id":"dash-cam-combo","title":"Botslab Dash Cam G980H Pro \u0026 Video-Türklingel R811 im Set","description":"\u003cp data-mce-fragment=\"1\"\u003eDie beliebteste Produktkombination umfasst die Botslab Dash Cam G980H Pro und die Botslab Video-Türklingel R811, die mit fortschrittlicher Botslab-Technologie für Sicherheit auf Reisen und zu Hause sorgen.\u003c\/p\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50518576693540,"sku":"G980HPRO R811 kit","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/r811s_g980h_pro.png?v=1766564056"},{"product_id":"botslab-dash-cam-g980h-multi-channel-4-cameras","title":"Botslab Dash Cam G980H Mehrkanal- 4 Kameras","description":"\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    body {\n      font-family: Arial, sans-serif;\n      background: #fff;\n      color: #333;\n      padding: 10px;\n      margin: 0;\n    }\n    .container {\n      max-width: 960px;\n      margin: auto;\n      padding: 20px;\n      border-radius: 12px;\n      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n    }\n    .title {\n      font-size: 32px;\n      font-weight: bold;\n      color: #50E3C2;\n      letter-spacing: 1px;\n    }\n    .subtitle {\n      font-size: 20px;\n      color: #D2861A;\n      margin-bottom: 20px;\n    }\n    .divider {\n      width: 50px;\n      height: 4px;\n      background: #50E3C2;\n      margin: 20px auto;\n      border-radius: 2px;\n    }\n    .comparison-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n    .comparison-table th, .comparison-table td {\n      padding: 14px;\n      text-align: center;\n      font-size: 18px;\n    }\n    .comparison-table th {\n      background: #50E3C2;\n      color: white;\n    }\n    .feature {\n      font-weight: bold;\n      background: rgba(80, 227, 194, 0.15);\n    }\n    .value {\n      background: rgba(210, 134, 26, 0.15);\n    }\n    .mode-container {\n      display: flex;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      margin-top: 20px;\n    }\n    .mode-box {\n      background: rgba(80, 227, 194, 0.2);\n      padding: 15px;\n      border-radius: 8px;\n      font-weight: bold;\n      width: 30%;\n      margin-bottom: 10px;\n      font-size: 16px;\n      transition: transform 0.3s ease;\n    }\n    .mode-box:hover {\n      transform: scale(1.05);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    @media (max-width: 1024px) {\n      .container {\n        max-width: 80%;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .title {\n        font-size: 24px;\n      }\n      .subtitle {\n        font-size: 16px;\n      }\n      .mode-box {\n        width: 48%;\n        font-size: 14px;\n        padding: 12px;\n      }\n      .comparison-table th, .comparison-table td {\n        padding: 12px;\n        font-size: 16px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .container {\n        padding: 10px;\n        max-width: 100%;\n      }\n      .title {\n        font-size: 22px;\n      }\n      .subtitle {\n        font-size: 14px;\n      }\n      .mode-box {\n        width: 100%;\n        font-size: 14px;\n        padding: 10px;\n      }\n      .comparison-table th, .comparison-table td {\n        padding: 8px;\n        font-size: 12px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Inserted Video --\u003e \u003cvideo style=\"max-width: 100%; height: auto; margin-bottom: 20px;\" width=\"100%\" controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/75bce177d87e4bb88cc67c1b9f83f287.mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003cp class=\"title\"\u003eBotslab G980H Multi-Channel 4 Cameras Dash Cam\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eAll-Around Smart Driving Protection\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eTrue 360° Recording\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eFront (3K) + Rear\/Left\/Right (1080P)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eAdjustable Angle\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eLeft\/Right: 90° | Rear: 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eVoice Control\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e“Take photo”, “Show rear”, etc.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003e24\/7 Parking Protection\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eSentry, Collision, Time-Lapse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eTouchscreen\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e3.18” Full Touch Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBuilt-in GPS\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eGoogle Maps Sync (App + PC)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eDriver Fatigue Alert\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eVoice Reminder After 2 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eNight Vision\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eEnhanced Low-Light Capture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eWi-Fi Transfer Speed\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e5X Faster with 5.8 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBuilt-in Video Editor\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eApp Upload to TikTok\/IG\/Facebook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eEmergency Recording\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eG-Sensor Collision Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eLoop Recording + Storage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e128GB Included (Up to 512GB)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003ePower Supply\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eSupercapacitor (-20℃ ~ 70℃)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eInstallation\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eTool-Free, Magnetic Snap-on\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"title\"\u003eKey Modes at a Glance\u003c\/h3\u003e\n\u003cdiv class=\"mode-container\"\u003e\n\u003cdiv class=\"mode-box\" id=\"recordMode\"\u003e360° Recording\u003c\/div\u003e\n\u003cdiv class=\"mode-box\" id=\"parkingMode\"\u003e24\/7 Parking Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-box\" id=\"editMode\"\u003eVideo Editing \u0026amp; Sharing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50741246689572,"sku":"Q3030172","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-4_Cameras_R.png?v=1773823195"},{"product_id":"botslab-video-doorbell-r810-indoor-security-camera-c221","title":"Smart Home-Paket – Botslab Video-Türklingel R810 und Innenraum-Überwachungskamera C221","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eUmfassender Schutz, innen und außen\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eVerbessern Sie Ihre Haussicherheit mit dem perfekten Smart-Duo – der\u003cstrong\u003e Botslab Video-Türklingel R810\u003c\/strong\u003e und der \u003cstrong\u003eBotslab 3K Smart Tracking Indoor-Sicherheitskamera C221\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e🔔 Botslab Video-Türklingel R810\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUltraweites 160°-Sichtfeld\u003c\/li\u003e\n\u003cli\u003eHDR-2K-Video mit kristallklaren Details\u003c\/li\u003e\n\u003cli\u003eKI-gestützte Personenerkennung und Paketbenachrichtigungen\u003c\/li\u003e\n\u003cli\u003eZwei-Wege-Audio und Echtzeit-Benachrichtigungen\u003c\/li\u003e\n\u003cli\u003eUnterstützt lokale und Cloud-Speicherung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e📷 Botslab Indoor-Kamera C221\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAtemberaubende 3K-UHD-Auflösung\u003c\/li\u003e\n\u003cli\u003eIntelligente Bewegungserfassung mit 360°-Drehung\u003c\/li\u003e\n\u003cli\u003eInfrarot-Nachtsicht\u003c\/li\u003e\n\u003cli\u003eKI-Erkennung für Personen, Haustiere und Geräusche\u003c\/li\u003e\n\u003cli\u003ePrivater Modus und sichere Speicheroptionen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eWarum das Bundle kaufen?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUmfassende Abdeckung an Ihrer Tür und im Innenbereich\u003c\/li\u003e\n\u003cli\u003eEine App, volle Kontrolle\u003c\/li\u003e\n\u003cli\u003eEinfache Installation, nahtlose Integration\u003c\/li\u003e\n\u003cli\u003eSparen Sie mehr mit dem Bundle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003eÜbernehmen Sie die Verantwortung für die Sicherheit Ihres Zuhauses – egal, wo Sie sich befinden.\u003c\/p\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50747777286436,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/R810_C221.png?v=1766559809"},{"product_id":"video-doorbell-r810-4-ai-cameras-homebase-system-w510-479-home-security-bundle","title":"Video-Türklingel R810 + 4 KI-Kameras Homebase-System W510 (479 $ Home Security Bundle)","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003cp class=\"botslab-bundle-subtitle\"\u003eComplete protection for your home — monitor outside, inside, and at your door with this all-in-one security bundle. Peace of mind has never been easier.\u003c\/p\u003e\n\u003c!-- Section 1: What's Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat's Included\u003c\/h3\u003e\n\u003cdiv class=\"botslab-bundle-cards\"\u003e\n\u003c!-- Card 1: W510 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eW510 Outdoor Camera\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003eAI person\/vehicle detection • Battery-powered • Outdoor protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"botslab-bundle-card-cta\" href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-4-cam-kit-w510\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3: R810 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eR810 Video Doorbell\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003e2.5K • Two-way talk • Wide-angle monitoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"botslab-bundle-card-cta\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-r810\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 2: Key Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul class=\"botslab-bundle-benefits\"\u003e\n\u003cli\u003eComplete 360° outdoor + front-door home coverage\u003c\/li\u003e\n\u003cli\u003eUltra-clear imaging: 4K outdoor + 2.5K doorbell\u003c\/li\u003e\n\u003cli\u003eAdvanced AI detection (person, vehicle, pet, cry, sound)\u003c\/li\u003e\n\u003cli\u003eSmart notifications with fewer false alerts\u003c\/li\u003e\n\u003cli\u003eUnified real-time monitoring via the Botslab app\u003c\/li\u003e\n\u003cli\u003eFlexible storage: Base Station up to 16TB, Micro-SD, cloud\u003c\/li\u003e\n\u003cli\u003eInfrared night vision for 24\/7 monitoring\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 12px;\"\u003eThis 2-in-1 AI-powered system brings together outdoor surveillance and doorstep monitoring for a fully protected smart home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* 容器和文字 *\/\n.botslab-bundle-container { font-family: Inter, sans-serif !important; color:#111827 !important; line-height:1.5 !important; max-width:720px; margin:auto; }\n.botslab-bundle-title { font-size:20px !important; font-weight:600 !important; margin-bottom:6px !important; }\n.botslab-bundle-subtitle { font-size:14px !important; color:#6b7280 !important; margin-bottom:12px !important; }\n\n\/* 区块 *\/\n.botslab-bundle-section { border-top:1px solid #e5e7eb !important; padding-top:12px !important; margin-top:12px !important; }\n.botslab-bundle-section-title { font-size:16px !important; font-weight:600 !important; margin-bottom:6px !important; }\n\n\/* 产品卡 *\/\n.botslab-bundle-cards { display:grid !important; gap:8px !important; }\n.botslab-bundle-card { display:flex !important; justify-content:space-between !important; align-items:center !important; padding:10px 12px !important; border:1px solid #e5e7eb !important; border-radius:8px !important; color:#111827 !important; background:#fff !important; }\n.botslab-bundle-card-title { font-size:14px !important; font-weight:600 !important; }\n.botslab-bundle-card-desc { font-size:12px !important; color:#6b7280 !important; margin-top:2px !important; }\n.botslab-bundle-card-cta { font-size:12px !important; color:#2563eb !important; font-weight:500 !important; text-decoration:none !important; white-space:nowrap !important; }\n\n\/* Key Benefits *\/\n.botslab-bundle-benefits { padding-left:18px !important; font-size:14px !important; color:#374151 !important; margin:0 !important; }\n.botslab-bundle-benefits li { margin-bottom:6px !important; }\n\n\/* 移动端 *\/\n@media (max-width:768px){\n  .botslab-bundle-card { flex-direction:column !important; align-items:flex-start !important; padding:8px 10px !important; }\n  .botslab-bundle-card-cta { margin-top:6px !important; }\n  .botslab-bundle-title { font-size:18px !important; }\n  .botslab-bundle-subtitle { font-size:13px !important; }\n  .botslab-bundle-section-title { font-size:15px !important; }\n  .botslab-bundle-benefits { font-size:13px !important; }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50778209911076,"sku":null,"price":479.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/R810_W510_40380d5e-1f0b-45ca-ae2e-47a3ff888395.jpg?v=1773829745"},{"product_id":"botslab-dash-cam-g980h-multi-channel-4-cameras-eu","title":"Botslab Dash Cam G980H Mehrkanal- 4 Kameras EU","description":"\u003cdiv class=\"t11-container\"\u003e\n\u003ch4 class=\"t11-title\"\u003eBotslab G980H Multi-Channel 4 Cameras Dash Cam\u003c\/h4\u003e\n\u003cp class=\"t11-subtitle\"\u003eAll-Around Smart Driving Protection\u003c\/p\u003e\n\u003cdiv class=\"t11-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 功能规格表 --\u003e\n\u003ctable class=\"t11-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTrue 360° Recording\u003c\/td\u003e\n\u003ctd\u003eFront (3K) + Rear\/Left\/Right (1080P)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdjustable Angle\u003c\/td\u003e\n\u003ctd\u003eLeft\/Right: 90° | Rear: 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoice Control\u003c\/td\u003e\n\u003ctd\u003e“Take photo”, “Show rear”, etc.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e24\/7 Parking Protection\u003c\/td\u003e\n\u003ctd\u003eSentry, Collision, Time-Lapse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTouchscreen\u003c\/td\u003e\n\u003ctd\u003e3.18” Full Touch Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in GPS\u003c\/td\u003e\n\u003ctd\u003eGoogle Maps Sync (App + PC)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDriver Fatigue Alert\u003c\/td\u003e\n\u003ctd\u003eVoice Reminder After 2 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003eEnhanced Low-Light Capture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWi-Fi Transfer Speed\u003c\/td\u003e\n\u003ctd\u003e5X Faster with 5.8 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in Video Editor\u003c\/td\u003e\n\u003ctd\u003eApp Upload to TikTok\/IG\/Facebook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmergency Recording\u003c\/td\u003e\n\u003ctd\u003eG-Sensor Collision Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoop Recording + Storage\u003c\/td\u003e\n\u003ctd\u003e128GB Included (Up to 512GB)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003eSupercapacitor (-20℃ ~ 70℃)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eTool-Free, Magnetic Snap-on\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 核心模式 --\u003e\n\u003ch2 class=\"t11-title\"\u003eKey Modes at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"t11-modes\"\u003e\n\u003cdiv class=\"t11-mode\"\u003e540° Recording\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003e24\/7 Parking Mode\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003eVideo Editing \u0026amp; Sharing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* 容器 *\/\n  .t11-container {\n    font-family: Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: auto;\n    padding: 10px;\n  }\n\n  \/* 视频 *\/\n  .t11-video {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 20px;\n  }\n\n  \/* 标题和副标题 *\/\n  .t11-title {\n    font-size: 28px;\n    font-weight: bold;\n    color: #28BEAE;\n    margin-bottom: 6px;\n  }\n  .t11-subtitle {\n    font-size: 16px;\n    color: #555;\n    margin-bottom: 20px;\n  }\n  .t11-divider {\n    width: 50px;\n    height: 4px;\n    background: #28BEAE;\n    margin: 0 auto 20px;\n    border-radius: 2px;\n  }\n\n  \/* 表格样式 *\/\n  .t11-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n  }\n  .t11-table th {\n    background: #28BEAE;\n    color: #fff;\n    padding: 12px;\n    text-align: left;\n  }\n  .t11-table td {\n    padding: 10px;\n    background: rgba(40,190,174,0.05);\n  }\n  .t11-table td:first-child {\n    font-weight: bold;\n    background: rgba(40,190,174,0.1);\n  }\n\n  \/* 模式展示 *\/\n  .t11-modes {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  .t11-mode {\n    flex: 1 1 30%;\n    background: rgba(40,190,174,0.1);\n    padding: 12px;\n    border-radius: 8px;\n    font-weight: bold;\n    text-align: center;\n    transition: transform 0.3s ease;\n  }\n  .t11-mode:hover {\n    transform: scale(1.05);\n  }\n\n  \/* 响应式适配 *\/\n  @media (max-width: 1024px) {\n    .t11-container { padding: 10px; }\n    .t11-title { font-size: 26px; }\n    .t11-subtitle { font-size: 15px; }\n    .t11-mode { flex: 1 1 45%; font-size: 14px; padding: 10px; }\n    .t11-table th, .t11-table td { padding: 10px; font-size: 14px; }\n  }\n\n  @media (max-width: 768px) {\n    .t11-title { font-size: 24px; }\n    .t11-subtitle { font-size: 14px; }\n    .t11-mode { flex: 1 1 100%; }\n    .t11-table th, .t11-table td { font-size: 12px; padding: 8px; }\n  }\n\n  @media (max-width: 480px) {\n    .t11-title { font-size: 22px; }\n    .t11-subtitle { font-size: 13px; }\n    .t11-table th, .t11-table td { font-size: 11px; padding: 6px; }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50788791845156,"sku":"Q3030172","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-4_Cameras_R.png?v=1773823195"},{"product_id":"botslab-dash-cam-g980h-multi-channel-3-cameras","title":"G980H 3-Camera Multi-Channel Dash Cam","description":"\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003e4K 3-Channel Dash Cam\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eComplete 360° Coverage. Crystal Clear 4K Video.\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eUltra HD 4K Recording\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eCrisp, detailed footage with 4K front camera\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003e3-Channel Coverage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e170° Front • 120° Side • 150° Rear — 360° Total\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eNight Vision\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eClear recordings in low light conditions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eVoice Control\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eHands-free operation with voice commands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBuilt-in GPS\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eTracks location and speed during recordings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003e24\/7 Parking Mode\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eContinuous monitoring when parked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"title\"\u003eKey Features at a Glance\u003c\/h3\u003e\n\u003cdiv class=\"mode-container\"\u003e\n\u003cdiv id=\"4kVideo\" class=\"mode-box\"\u003eUltra HD 4K Front Camera\u003c\/div\u003e\n\u003cdiv id=\"360Coverage\" class=\"mode-box\"\u003e360° 3-Channel Coverage\u003c\/div\u003e\n\u003cdiv id=\"nightVision\" class=\"mode-box\"\u003eEnhanced Night Vision\u003c\/div\u003e\n\u003cdiv id=\"voiceControl\" class=\"mode-box\"\u003eVoice Command Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* Same styling as your example *\/\n  body {\n    font-family: Arial, sans-serif;\n    background: #fff;\n    color: #333;\n    text-align: center;\n    padding: 10px;\n    margin: 0;\n  }\n  .container {\n    max-width: 960px;\n    margin: auto;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n  }\n  .title {\n    font-size: 32px;\n    font-weight: bold;\n    color: #50E3C2;\n    letter-spacing: 1px;\n  }\n  .subtitle {\n    font-size: 20px;\n    color: #D2861A;\n    margin-bottom: 20px;\n  }\n  .divider {\n    width: 50px;\n    height: 4px;\n    background: #50E3C2;\n    margin: 20px auto;\n    border-radius: 2px;\n  }\n  .comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n  }\n  .comparison-table th, .comparison-table td {\n    padding: 14px;\n    text-align: center;\n    font-size: 18px;\n  }\n  .comparison-table th {\n    background: #50E3C2;\n    color: white;\n  }\n  .feature {\n    font-weight: bold;\n    background: rgba(80, 227, 194, 0.15);\n  }\n  .value {\n    background: rgba(210, 134, 26, 0.15);\n  }\n  .mode-container {\n    display: flex;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    margin-top: 20px;\n  }\n  .mode-box {\n    background: rgba(80, 227, 194, 0.2);\n    padding: 15px;\n    border-radius: 8px;\n    font-weight: bold;\n    width: 22%;\n    margin-bottom: 10px;\n    font-size: 16px;\n    transition: transform 0.3s ease;\n  }\n  .mode-box:hover {\n    transform: scale(1.05);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  }\n\n  @media (max-width: 1024px) {\n    .container {\n      max-width: 80%;\n    }\n  }\n  @media (max-width: 768px) {\n    .title {\n      font-size: 24px;\n    }\n    .subtitle {\n      font-size: 16px;\n    }\n    .mode-box {\n      width: 48%;\n      font-size: 14px;\n      padding: 12px;\n    }\n    .comparison-table th, .comparison-table td {\n      padding: 12px;\n      font-size: 16px;\n    }\n  }\n  @media (max-width: 480px) {\n    .container {\n      padding: 10px;\n      max-width: 100%;\n    }\n    .title {\n      font-size: 22px;\n    }\n    .subtitle {\n      font-size: 14px;\n    }\n    .mode-box {\n      width: 100%;\n      font-size: 14px;\n      padding: 10px;\n    }\n    .comparison-table th, .comparison-table td {\n      padding: 8px;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50792535818532,"sku":"Q3030173","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-3_Cameras_R.png?v=1764060377"},{"product_id":"botslab-dash-cam-g980h-pro-eu","title":"Botslab Dash Cam G980H Pro EU","description":"\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        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n            text-align: left;\n        }\n        .feature-item {\n            background: rgba(80, 227, 194, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            font-size: 16px;\n        }\n        .feature-title {\n            font-weight: bold;\n            color: #333;\n            margin-bottom: 5px;\n        }\n        \n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .feature-item {\n                font-size: 14px;\n                padding: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Dash Cam G980H Pro\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eDrive Smart, Stay Protected\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e4K+2K Dual Cameras\u003c\/p\u003e\n\u003cp\u003eEnhanced SONY IMX415 sensors capture clear details day \u0026amp; night. 360° rotating 2K rear camera provides full coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003eVoice Control \u0026amp; ADAS\u003c\/p\u003e\n\u003cp\u003eControl hands-free with voice commands. ADAS system provides real-time alerts for safer driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e5.8GHz WiFi \u0026amp; Free Storage\u003c\/p\u003e\n\u003cp\u003eFast wireless transfer \u0026amp; free 64GB SD card. Expandable storage up to 256GB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003e24\/7 Parking Mode\u003c\/p\u003e\n\u003cp\u003eG-sensor locks collision footage. GPS records route, speed \u0026amp; location. (ACC Hardwire kit required)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cp class=\"feature-title\"\u003eSupercapacitor \u0026amp; Easy Install\u003c\/p\u003e\n\u003cp\u003eWorks in extreme temperatures (-20° to 70°C). Quick and simple installation process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50896878305572,"sku":"Q3030160","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/G980h_ebbd198f-4b41-4214-95cf-3baa616b80f0.png?v=1772526187"},{"product_id":"botslab-dash-cam-g980h-eu","title":"Botslab Dash Cam G980H EU","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch1 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab Dash Cam G980H \u003c\/h1\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eDrive Smart, Stay Protected\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Features\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e4K + 2K Dual Cameras\u003c\/strong\u003e — Enhanced SONY IMX415 sensors capture clear details day \u0026amp; night, while the 360° rotating 2K rear camera provides full coverage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eADAS\u003c\/strong\u003e — ADAS offers real-time safety alerts for smarter driving.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5.8GHz WiFi \u0026amp; Free Storage\u003c\/strong\u003e — Fast wireless transfer and free 64GB SD card included. Expandable up to 256GB.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\/7 Parking Mode\u003c\/strong\u003e — G-sensor locks collision footage. GPS records route, speed \u0026amp; location. \u003cspan style=\"color: #6b7280;\"\u003e(ACC hardwire kit required)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupercapacitor \u0026amp; Easy Install\u003c\/strong\u003e — Reliable performance from -20°C to 70°C with a quick, straightforward installation process.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eDesigned for drivers who need dependable 4K clarity, AI-assisted safety, and round-the-clock vehicle protection.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50896912580900,"sku":"Q3030159","price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/G980h_076853b1-481d-4fc8-9f80-7d35cf8ce9e9.png?v=1754882559"},{"product_id":"botslab-polarizer-cpl-filter-for-g980h-g980h-pro","title":"Botslab Polarisationsfilter CPL für G980H\/G980H Pro","description":"\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    body {\n        font-family: Arial, sans-serif;\n        background: #fff;\n        color: #333;\n        text-align: center;\n        padding: 10px;\n        margin: 0;\n    }\n    .container {\n        max-width: 960px;\n        margin: auto;\n        padding: 20px;\n        border-radius: 12px;\n        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n    }\n    .title {\n        font-size: 32px;\n        font-weight: bold;\n        color: #50E3C2;\n        letter-spacing: 1px;\n    }\n    .subtitle {\n        font-size: 20px;\n        color: #D2861A;\n        margin-bottom: 20px;\n    }\n    .divider {\n        width: 50px;\n        height: 4px;\n        background: #50E3C2;\n        margin: 20px auto;\n        border-radius: 2px;\n    }\n    .feature-box {\n        background: rgba(80, 227, 194, 0.2);\n        padding: 15px;\n        border-radius: 8px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        font-size: 16px;\n        transition: transform 0.3s ease;\n    }\n    .feature-box:hover {\n        transform: scale(1.05);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n    @media (max-width: 768px) {\n        .title {\n            font-size: 24px;\n        }\n        .subtitle {\n            font-size: 16px;\n        }\n        .feature-box {\n            font-size: 14px;\n            padding: 12px;\n        }\n    }\n    @media (max-width: 480px) {\n        .container {\n            padding: 10px;\n            max-width: 100%;\n        }\n        .title {\n            font-size: 22px;\n        }\n        .subtitle {\n            font-size: 14px;\n        }\n        .feature-box {\n            font-size: 14px;\n            padding: 10px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eCPL Filter for Botslab Dash Cam G980H\/G980H Pro\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eNot Compatible with G980H 3\/4 Channel Dash Cam\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eEnhanced Clarity, Real Colors, Full Protection\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eDesigned for Botslab Dash Cam G980H: Specially engineered to ensure seamless compatibility and optimal performance.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eSharper Views, No Glare or Reflections: Reduces glare from windscreens and wet roads for crystal-clear recordings.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eReal Colours, True to Life: Boosts color saturation and contrast to capture vivid and accurate road details.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eLens Protection from Dust and Scratches: Shields your dash cam lens from everyday wear and damage.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eEasy to Attach and Remove: Installs or detaches in seconds for effortless use anytime.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":50955784192292,"sku":"F3030201","price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/CPL_Polarizing_Filter_Only_for_G980H_G980H_Pro_Dash_Cam_1.png?v=1772526187"},{"product_id":"botslab-video-doorbell-r810-se","title":"R810 SE Video Doorbell","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810 SE\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e2K 3MP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51038971068708,"sku":"Q3000544","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/1_55ddeeb6-3c90-4411-9bc4-226ea6e065e3.png?v=1758194174"},{"product_id":"botslab-g980h-pro-w510-4-cam-kit-bundle","title":"Home \u0026 Drive Security Bundle: G980H Pro Dash Cam + W510 4-Cam Outdoor Camera","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003cp class=\"botslab-bundle-subtitle\"\u003eComplete AI-powered protection for home, entryway, and vehicle — one unified Botslab smart security ecosystem.\u003c\/p\u003e\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\u003cdiv class=\"botslab-bundle-features\"\u003e\n\u003cdiv class=\"botslab-bundle-feature\"\u003e\n\u003cstrong\u003eW510 4-Camera Outdoor Kit\u003c\/strong\u003e\n\u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection • Battery-powered\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-feature\"\u003e\n\u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n\u003cp\u003eFront 4K + Rear 2K • Multi-channel coverage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul class=\"botslab-bundle-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eAll-in-One Coverage:\u003c\/strong\u003e Protect your home exterior, entryway, and vehicle in one system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAI Smart Detection:\u003c\/strong\u003e Reduce false alerts with intelligent human and motion recognition.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnified App Control:\u003c\/strong\u003e Monitor and manage all devices with real-time alerts in the Botslab app.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Setup:\u003c\/strong\u003e Plug-and-play installation with flexible placement options.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003cp class=\"botslab-bundle-note\"\u003eDesigned for users who want a single, smart solution to protect their home and car — powered by Botslab AI for safer everyday living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Benefits List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51056740466980,"sku":null,"price":499.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/20250908_141824_990.png?v=1766570622"},{"product_id":"botslab-g980h-pro-dash-cam-w510-security-4-cam-kit","title":"Home \u0026 Drive Security EU Bundle: G980H Pro Dash Cam + W510 4-Cam Outdoor Camera","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  Complete AI-powered protection for home, entryway, and vehicle — one unified Botslab smart security ecosystem.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eW510 4-Camera Outdoor Kit\u003c\/strong\u003e\n      \u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection • Battery-powered\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n      \u003cp\u003eFront 4K + Rear 2K • Multi-channel coverage\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAI Smart Detection:\u003c\/strong\u003e Reduce false alerts with intelligent human and motion recognition.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eUnified App Control:\u003c\/strong\u003e Monitor and manage all devices with real-time alerts in the Botslab app.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eEasy Setup:\u003c\/strong\u003e Plug-and-play installation with flexible placement options.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    Designed for users who want a single, smart solution to protect their home and car — powered by Botslab AI for safer everyday living.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Benefits List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51056774283556,"sku":null,"price":499.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/20250908_141824_990_cd8229bd-d1cf-487d-b7ba-3c173239abfa.png?v=1766557732"},{"product_id":"botslab-dash-cam-g980h-pro-eu-video-doorbell-r810-bundle","title":"Home \u0026 Drive Security EU Bundle: G980H Pro Dash Cam + R810 Video Doorbell","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\nProtect your car and home with the Botslab Drive \u0026amp; Door Security Bundle, featuring the G980H Pro Dash Cam and R810 Video Doorbell. HD recording, smart alerts, and 24\/7 monitoring.\n  \u003c\/p\u003e\n\n  \u003c!-- Section 1 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n        \u003cp\u003eFront 4K + Rear 2K • Multi-channel coverage\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n        \u003cp\u003e2.5K HDR • Radar detection • Two-way talk\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- Section 3 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"t11-spec-table-wrap\"\u003e\n      \u003ctable class=\"t11-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eG980H Pro Dash Cam\u003c\/td\u003e\n            \u003ctd\u003eFront 4K + Rear 2K, GPS, night vision, multi-channel\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eR810 Video Doorbell\u003c\/td\u003e\n            \u003ctd\u003e2.5K HDR, radar detection, two-way talk, night vision\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConnectivity\u003c\/td\u003e\n            \u003ctd\u003eWi-Fi, Botslab App (remote access \u0026amp; control)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:10px;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  font-size:13px;\n  color:#374151;\n}\n.botslab-bundle-list li{\n  margin-bottom:5px;\n}\n\n\/* Table *\/\n.t11-spec-table-wrap{\n  margin-top:10px;\n  border:1px solid #e5e5e5;\n}\n.t11-spec-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.t11-spec-table td{\n  border:1px solid #e5e5e5;\n  padding:8px 12px;\n  font-size:12px;\n}\n.t11-spec-table td:first-child{\n  font-weight:600;\n  background:#fafafa;\n  width:40%;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:10px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51056777560356,"sku":null,"price":209.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/20250908_141855_299_c83bdb13-8484-4501-a7f0-363b30eb2d4b.png?v=1766557701"},{"product_id":"botslab-w317-security-camera-r810-video-doorbell-bundle","title":"Home Security Bundle: W317 Outdoor Camera + R810 Video Doorbell","description":"\u003cdiv class=\"container\"\u003e\n\n  \u003cp class=\"subtitle\"\u003eBring seamless security to every corner of your property.\u003c\/p\u003e\n\n  \u003c!-- Products --\u003e\n  \u003ch3\u003eIncluded in this Bundle\u003c\/h3\u003e\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cstrong\u003eW317 3K Outdoor Camera\u003c\/strong\u003e\n      \u003cp\u003eUltra-HD dual-lens (fixed + PTZ) • 360° pan-tilt-zoom with 16× hybrid zoom • Full-color night vision • Smart AI alerts (people, vehicles, motion, custom zones) • Auto-tracking • Two-way talk • IP66 weatherproof\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003eComplements W317 for full front-door security with crisp video and two-way talk.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why this bundle stands out --\u003e\n  \u003ch3\u003eWhy This Bundle Stands Out\u003c\/h3\u003e\n  \u003cul style=\"padding-left: 18px; margin: 8px 0;\"\u003e\n    \u003cli style=\"margin:8px 0; color:#6b7280; font-size:14px;\"\u003e\n\u003cstrong\u003eMaximized Coverage\u003c\/strong\u003e: W317 monitors wide and deep outdoor areas with precision, while R810 keeps a vigilant eye and voice connection at your door.\u003c\/li\u003e\n    \u003cli style=\"margin:8px 0; color:#6b7280; font-size:14px;\"\u003e\n\u003cstrong\u003eNight-Ready Intelligence\u003c\/strong\u003e: Both devices provide exceptional visibility and AI alerts, ensuring you’re always aware—even after dark.\u003c\/li\u003e\n    \u003cli style=\"margin:8px 0; color:#6b7280; font-size:14px;\"\u003e\n\u003cstrong\u003eUnified Control\u003c\/strong\u003e: Manage both devices seamlessly through the Botslab app—from live view to notifications.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003csmall class=\"note\"\u003eIdeal for homeowners seeking full outdoor and front-door protection in one integrated bundle.\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n:root{\n  --accent:#0f172a;\n  --muted:#6b7280;\n  --border:#e6e9ee;\n  --card:#ffffff;\n  --radius:14px;\n  font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\nbody{margin:0;color:var(--accent);line-height:1.45}\n.container{max-width:980px;margin:32px auto;padding:0 16px}\n\n\/* Titles *\/\n.title{font-size:22px;font-weight:600;margin-bottom:6px}\n.subtitle{font-size:13px;color:var(--muted);margin-bottom:12px}\nh3{margin:16px 0 8px;font-size:16px}\n\n\/* Product \/ Features Cards *\/\n.features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}\n.feature{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px}\n.feature p{margin:6px 0;color:var(--muted);font-size:14px}\n\n\/* Note *\/\nsmall.note{display:block;color:var(--muted);margin-top:16px;font-size:13px;text-align:center}\n\n\/* Mobile *\/\n@media (max-width:760px){\n  .features{grid-template-columns:1fr}\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51056781689124,"sku":null,"price":169.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/20250908_141836_617.png?v=1766557674"},{"product_id":"botslab-dash-cam-g980h-essential-bundle","title":"G980H Dash Cam + CPL Filter \u0026 Type-C Hardwire","description":"\u003cdiv class=\"bundle-included-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-list\"\u003e\n\n    \u003c!-- G980H Dash Cam --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          G980H Dash Cam\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Capture every detail on the road with crisp, high-definition recording and advanced features for all-around protection.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/dash-cam-g980h\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CPL Filter --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Botslab Polarizer CPL Filter (for G980H \/ G980H Pro)\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Reduces glare, improves contrast, and ensures crystal-clear footage even in challenging lighting conditions.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-polarizer-cpl-filter-for-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Hardwire Kit --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Type-C Hardwire \n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Powers your dash cam via a professional hardwire connection, enabling 24\/7 parking monitoring and a cleaner installation.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .bundle-included-wrap {\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #0f172a;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .bundle-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #111827;\n  }\n\n  .bundle-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bundle-item {\n    padding: 14px;\n    background: #f8f9fb;\n    border: 1px solid #e6e9ee;\n  }\n\n  .bundle-name {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 4px;\n  }\n\n  .bundle-desc {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #4b5563;\n    margin-bottom: 8px;\n  }\n\n  .bundle-link {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2563eb;\n    text-decoration: none;\n  }\n\n  .bundle-link:hover {\n    text-decoration: underline;\n  }\n\n  @media (max-width: 768px) {\n    .bundle-item {\n      padding: 12px;\n    }\n\n    .bundle-name {\n      font-size: 13px;\n    }\n\n    .bundle-desc,\n    .bundle-link {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51112055603492,"sku":null,"price":159.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/mmexport1758720572743_91f978d1-2f98-476f-883a-83c17c298c56.png?v=1766557594"},{"product_id":"botslab-dash-cam-g980h-essential-bundle-1","title":"G980H Dash Cam (EU) + CPL Filter \u0026 Type-C Hardwire","description":"\u003cdiv class=\"bundle-included-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-list\"\u003e\n\n    \u003c!-- G980H Dash Cam --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          G980H Dash Cam\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Capture every detail on the road with crisp, high-definition recording and advanced features for all-around protection.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/en-eu\/products\/botslab-dash-cam-g980h-eu\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CPL Filter --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Botslab Polarizer CPL Filter (for G980H \/ G980H Pro)\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Reduces glare, improves contrast, and ensures crystal-clear footage even in challenging lighting conditions.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-polarizer-cpl-filter-for-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Hardwire Kit --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Type-C Hardwire \n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Powers your dash cam via a professional hardwire connection, enabling 24\/7 parking monitoring and a cleaner installation.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .bundle-included-wrap {\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #0f172a;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .bundle-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #111827;\n  }\n\n  .bundle-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bundle-item {\n    padding: 14px;\n    background: #f8f9fb;\n    border: 1px solid #e6e9ee;\n  }\n\n  .bundle-name {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 4px;\n  }\n\n  .bundle-desc {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #4b5563;\n    margin-bottom: 8px;\n  }\n\n  .bundle-link {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2563eb;\n    text-decoration: none;\n  }\n\n  .bundle-link:hover {\n    text-decoration: underline;\n  }\n\n  @media (max-width: 768px) {\n    .bundle-item {\n      padding: 12px;\n    }\n\n    .bundle-name {\n      font-size: 13px;\n    }\n\n    .bundle-desc,\n    .bundle-link {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51112758837540,"sku":null,"price":169.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/mmexport1758720572743_604a8e14-667c-4178-b891-b4131ac504c6.png?v=1772526187"},{"product_id":"botslab-dash-cam-g980h-pro-sentry-mode-parking-mode-required-bundle","title":"G980H Pro Dash Cam + Type-C Hardwire","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab G980H Pro 4K Dash Cam + Hardwire Kit Bundle\u003c\/h3\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eFull-vehicle coverage with 24\/7 parking protection—pair the 4K dash cam with the hardwire kit for continuous monitoring on the road and at rest.\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003ca href=\"https:\/\/global.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" style=\"color: #28beae; text-decoration: none;\"\u003eBotslab G980H Pro 4K Dash Cam\u003c\/a\u003e – Front 4K + Rear 2K, full-vehicle coverage\u003c\/li\u003e\n\u003cli\u003eHardwire Kit (Type-C) – Enables 24\/7 Parking Mode recording\u003c\/li\u003e\n\u003cli\u003eMounting accessories \u0026amp; installation guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003eTrue 4K front camera for clear license plate and incident capture\u003c\/li\u003e\n\u003cli\u003e360° coverage with four cameras — front, rear, cabin, and blind spots\u003c\/li\u003e\n\u003cli\u003e24\/7 parking surveillance via hardwire kit\u003c\/li\u003e\n\u003cli\u003eStable power design with supercapacitor and undervoltage protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003eVideo Resolution: Front 4K, Rear 2K\u003c\/li\u003e\n\u003cli\u003eChannels: 4 (Front + Rear )\u003c\/li\u003e\n\u003cli\u003eStorage: Supports up to 256GB microSD\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eADAS\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eIdeal for daily commuters, rideshare, and fleet drivers who need continuous on-road and parking protection with reliable high-definition video.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51115610243364,"sku":null,"price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/BotslabDashCamG980HProSentryMode_ParkingModeRequiredBundle.png?v=1766558596"},{"product_id":"botslab-dash-cam-g980h-pro-sentry-parking-bundle-eu","title":"G980H Pro Dash Cam (EU) + Type-C Hardwire","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab G980H Pro 4K Dash Cam + Hardwire Kit Bundle\u003c\/h3\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eFull-vehicle coverage with 24\/7 parking protection—pair the 4K dash cam with the hardwire kit for continuous monitoring on the road and at rest.\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003ca href=\"https:\/\/global.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" style=\"color: #28beae; text-decoration: none;\"\u003eBotslab G980H Pro 4K Dash Cam\u003c\/a\u003e – Front 4K + Rear 2K, full-vehicle coverage\u003c\/li\u003e\n\u003cli\u003eHardwire Kit (Type-C) – Enables 24\/7 Parking Mode recording\u003c\/li\u003e\n\u003cli\u003eMounting accessories \u0026amp; installation guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003eTrue 4K front camera for clear license plate and incident capture\u003c\/li\u003e\n\u003cli\u003e360° coverage with four cameras — front, rear, cabin, and blind spots\u003c\/li\u003e\n\u003cli\u003e24\/7 parking surveillance via hardwire kit\u003c\/li\u003e\n\u003cli\u003eStable power design with supercapacitor and undervoltage protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003eVideo Resolution: Front 4K, Rear 2K\u003c\/li\u003e\n\u003cli\u003eChannels: 4 (Front + Rear )\u003c\/li\u003e\n\u003cli\u003eStorage: Supports up to 256GB microSD\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eADAS\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eIdeal for daily commuters, rideshare, and fleet drivers who need continuous on-road and parking protection with reliable high-definition video.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51115738333476,"sku":null,"price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/BotslabDashCamG980HProSentryMode_ParkingModeRequiredBundle_76b9c778-953c-40e4-b146-18d4780d2898.png?v=1766564030"},{"product_id":"botslab-dash-cam-g980h-multi-channel-3-cameras-eu","title":"G980H 3-Camera Multi-Channel Dash Cam EU","description":"\u003c!-- T11 Style: BOTSLAB 4K 3-Channel Dash Cam G980H --\u003e\n\u003csection class=\"bsl-product\"\u003e\n\u003cdiv class=\"bsl-container\"\u003e\n\u003cheader class=\"bsl-hero\" role=\"banner\"\u003e\n\u003cdiv class=\"bsl-text\"\u003e\n\u003ch4\u003eBOTSLAB 4K 3-Channel Dash Cam G980H — Front, Rear \u0026amp; Cabin Coverage\u003c\/h4\u003e\n\u003cp class=\"bsl-lead\"\u003ePremium 4K dash cam with triple camera coverage, voice control, touch screen operation, GPS, and 24\/7 parking monitor for complete road and cabin protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"bsl-hero-img\" aria-hidden=\"true\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0635\/7414\/7170\/files\/G980H_3cb43528-f967-4f3a-ad61-0338bab08613.png?v=1752761048\" alt=\"BOTSLAB G980H 4K 3-Channel Dash Cam\"\u003e\u003c\/figure\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"bsl-grid\"\u003e\n\u003carticle class=\"bsl-features\" aria-labelledby=\"features-title\"\u003e\n\u003ch2 id=\"features-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"bsl-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e4K Triple Channel Coverage — 440° Total View\u003c\/strong\u003e \u003cspan\u003eCaptures front 2160 P, rear and cabin 1080 P with ultra-wide 170° front, 150° rear and 120° interior angles — eliminating blind spots for total road visibility.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuffered Emergency Recording + 128 GB Card Included\u003c\/strong\u003e \u003cspan\u003eBuilt-in G-sensor starts recording 8 seconds before impact to capture the full event. Includes 128 GB microSD card (supports 512 GB max) and GPS route logging.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3.18″ Touch Screen + Voice Control\u003c\/strong\u003e \u003cspan\u003eOperate hands-free with simple voice commands. Built-in 5.8 GHz Wi-Fi for fast BOTSLAB App control, editing, and sharing moments directly to social media.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\/7 Parking Monitor with 3 Modes\u003c\/strong\u003e \u003cspan\u003eSentry (people detection within 5 m), Time-lapse (1 fps recording), and Collision Detection (auto-locks 1-min clips). Hardwire kit required for parking function.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupercapacitor Power \u0026amp; Easy Installation\u003c\/strong\u003e \u003cspan\u003eWide-temperature operation from -20 °C to 70 °C. Capacitor design prevents overheating and extends lifetime — safe, eco-friendly and easy to install.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003caside class=\"bsl-specs\" aria-labelledby=\"specs-title\"\u003e\n\u003ch3 id=\"specs-title\"\u003eQuick Specs\u003c\/h3\u003e\n\u003cdl\u003e\n\u003cdt\u003eModel\u003c\/dt\u003e\n\u003cdd\u003eG980H 3-Channel Dash Cam\u003c\/dd\u003e\n\u003cdt\u003eResolution\u003c\/dt\u003e\n\u003cdd\u003eFront 2160 P \/ Rear \u0026amp; Cabin 1080 P\u003c\/dd\u003e\n\u003cdt\u003eView Angle\u003c\/dt\u003e\n\u003cdd\u003e170° Front \/ 150° Rear \/ 120° Cabin\u003c\/dd\u003e\n\u003cdt\u003eStorage\u003c\/dt\u003e\n\u003cdd\u003e128 GB Included (Up to 512 GB)\u003c\/dd\u003e\n\u003cdt\u003eConnectivity\u003c\/dt\u003e\n\u003cdd\u003e5.8 GHz \u0026amp; 2.4 GHz Wi-Fi + GPS\u003c\/dd\u003e\n\u003cdt\u003eDisplay\u003c\/dt\u003e\n\u003cdd\u003e3.18″ Touch Screen\u003c\/dd\u003e\n\u003cdt\u003ePower Type\u003c\/dt\u003e\n\u003cdd\u003eSupercapacitor (-20 °C ~ 70 °C)\u003c\/dd\u003e\n\u003cdt\u003eParking Modes\u003c\/dt\u003e\n\u003cdd\u003eSentry \/ Time-lapse \/ Collision\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"bsl-foot\"\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Parking monitor requires optional hardwire kit . Specifications may vary by region and firmware version.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  :root{\n    --accent:#28BEAE;\n    --muted:#6b7280;\n    --bg:#ffffff;\n    --card:#fbfdff;\n    --radius:12px;\n    font-family:Inter,system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial;\n  }\n\n  .bsl-product{padding:18px;background:var(--bg);color:#111;}\n  .bsl-container{max-width:1100px;margin:0 auto;}\n\n  .bsl-hero{\n    display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;\n    padding:14px;border-radius:var(--radius);\n    background:linear-gradient(180deg,rgba(40,190,174,0.08),rgba(255,255,255,0));\n  }\n  .bsl-hero h1{margin:0;font-size:1.2rem;letter-spacing:-0.2px;color:#0b3b66;}\n  .bsl-lead{margin:6px 0 0;color:var(--muted);font-size:.95rem;line-height:1.4;}\n  .bsl-hero-img img{width:100%;max-width:560px;border-radius:10px;display:block;margin:0 auto;object-fit:cover;}\n\n  .bsl-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px;}\n\n  .bsl-features{background:var(--card);padding:14px;border-radius:10px;box-shadow:0 6px 18px rgba(12,22,40,0.04);}\n  .bsl-features h2{margin:0 0 10px;font-size:1rem;color:#0b3b66;}\n  .bsl-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}\n  .bsl-list strong{display:block;color:var(--accent);font-weight:600;margin-bottom:6px;}\n  .bsl-list span{color:var(--muted);font-size:.95rem;line-height:1.45;display:block;}\n\n  .bsl-specs{background:#fff;padding:14px;border-radius:10px;border:1px solid #e5f4f1;}\n  .bsl-specs h3{margin:0 0 10px;font-size:0.98rem;color:#0b3b66;}\n  .bsl-specs dl{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:0;color:var(--muted);font-size:.94rem;}\n  .bsl-specs dt{font-weight:600;color:var(--accent);}\n  .bsl-foot{margin-top:14px;color:var(--muted);font-size:.88rem;text-align:center;padding:6px;}\n\n  @media(min-width:720px){\n    .bsl-hero{flex-direction:row;text-align:left;padding:20px;}\n    .bsl-hero-img{flex:0 0 48%;}\n    .bsl-text{flex:1;padding-right:18px;}\n    .bsl-hero h1{font-size:1.4rem;}\n    .bsl-lead{font-size:1rem;}\n    .bsl-grid{grid-template-columns:2fr 1fr;align-items:start;}\n  }\n\n  @media(min-width:1024px){\n    .bsl-hero h1{font-size:1.6rem;}\n    .bsl-list span{font-size:1rem;}\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51117374734628,"sku":"Q3030173","price":205.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-3_Cameras_R.png?v=1764060377"},{"product_id":"botslab-video-doorbell-r810-se-eu","title":"R810 SE Video Doorbell EU","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810 SE\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e2K 3MP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51215600189732,"sku":"Q3000545","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/1_55ddeeb6-3c90-4411-9bc4-226ea6e065e3.png?v=1758194174"},{"product_id":"botslab-indoor-cam-c221-video-doorbell-r810-home-security-bundle","title":"Home Security Bundle: C221 Indoor Camera + R810 Video Doorbell","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\n    Complete home security — smart indoor tracking and AI-powered video door monitoring.\n  \u003c\/p\u003e\n\n  \u003c!-- Included --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eC221 3K Smart Tracking Indoor Camera\u003c\/strong\u003e\n        \u003cp\u003eAI motion tracking • 3K HD video\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/en-eu\/products\/botslab-3k-smart-tracking-indoor-security-camera-c2212\" target=\"_blank\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n        \u003cp\u003e2.5K HDR • AI motion detection • Two-way talk\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-r810\" target=\"_blank\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAccessories\u003c\/strong\u003e\n        \u003cp\u003eQuick start guides and essential mounting accessories\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Benefits --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSmart Indoor Tracking:\u003c\/strong\u003e C221 follows movements in real time to ensure no activity is missed.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAI Door Monitoring:\u003c\/strong\u003e R810 detects visitors and sends instant notifications to your phone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHigh-Quality Video:\u003c\/strong\u003e 3K indoor camera and 2.5K doorbell provide clear footage day or night.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRemote Access \u0026amp; Control:\u003c\/strong\u003e Monitor live video, check history, and communicate from anywhere.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technical Specs --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-table-wrap\"\u003e\n      \u003ctable class=\"botslab-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eC221 Indoor Camera\u003c\/th\u003e\n            \u003ctd\u003e3K HD, AI motion tracking, real-time alerts\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eR810 Video Doorbell\u003c\/th\u003e\n            \u003ctd\u003e2.5K HDR, AI motion detection, two-way audio, night vision\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eConnectivity\u003c\/th\u003e\n            \u003ctd\u003eWi-Fi, mobile app support\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePower Supply\u003c\/th\u003e\n            \u003ctd\u003eAC Adapter (C221), Wired\/Battery (R810)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Recommended Use --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eRecommended Use\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003eIndoor home or office surveillance\u003c\/li\u003e\n      \u003cli\u003eFront door monitoring for security and visitor verification\u003c\/li\u003e\n      \u003cli\u003eComplete small property protection in one bundle\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003cp class=\"botslab-bundle-note\"\u003e\n      Questions about setup or compatibility? Contact Botslab Support for guidance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n  background:#fbfdff;\n  border:1px solid #e6e9ee;\n  border-radius:14px;\n  padding:20px;\n  box-sizing:border-box;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n  word-wrap: break-word;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Features cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n  margin-top:6px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n.botslab-viewmore{\n  margin-top:6px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* Lists *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Table *\/\n.botslab-table-wrap{\n  overflow-x:auto;\n  margin-top:6px;\n}\n.botslab-table{\n  width:100%;\n  border-collapse:collapse;\n  min-width:250px;\n}\n.botslab-table th, .botslab-table td{\n  border:1px solid #e6e9ee;\n  padding:8px;\n  font-size:13px;\n}\n.botslab-table th{\n  background:#fbfcfe;\n  color:#6b7280;\n  font-weight:600;\n  text-align:left;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51255215653156,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/r810_ainote.png?v=1766564318"},{"product_id":"botslab-w510-g980h-4-camera-ultimate-dash-cam-bundle-4k-battery-kit-multi-channel-security","title":"Home \u0026 Drive Security Bundle: W510 4-Cam Outdoor Camera + G980H 4-Channel Dash Cam","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\n    Complete 24\/7 vehicle protection — the 4K battery-powered W510 system pairs with the G980H multi-channel dash cam for total on-road and parking coverage.\n  \u003c\/p\u003e\n\n  \u003c!-- Included --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eBotslab W510 4-Cam System\u003c\/strong\u003e\n        \u003cp\u003e4K 8MP HDR recording • AI motion alerts • Battery parking mode\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-4-cam-kit-w510\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eBotslab G980H Multi-Channel Dash Cam\u003c\/strong\u003e\n        \u003cp\u003eFour-camera coverage • HDR video • AI detection • Wide-angle view\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAccessories Included\u003c\/strong\u003e\n        \u003cp\u003eAll mounting kits, cables, and quick-start guides\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Benefits --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e3K HDR Front + Multi-Channel Coverage:\u003c\/strong\u003e Capture every angle with crisp detail for evidence-ready recordings.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAI Detection \u0026amp; Radar Sensing:\u003c\/strong\u003e Smarter alerts reduce false triggers and highlight important events.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBattery-Powered Parking Mode:\u003c\/strong\u003e W510 monitors your car while parked — no hardwiring needed.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCloud Backup \u0026amp; App Control:\u003c\/strong\u003e View live feeds, manage storage, and receive instant notifications on your phone.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technical Specs --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-table-wrap\"\u003e\n      \u003ctable class=\"botslab-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMain Unit (W510)\u003c\/th\u003e\n            \u003ctd\u003e4K HDR recording, battery power, AI detection, Wi-Fi\/GPS support\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eExtension System (G980H 4-Camera)\u003c\/th\u003e\n            \u003ctd\u003eUp to 4 cameras, 1080p channels, wide-angle, night vision\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eConnectivity\u003c\/th\u003e\n            \u003ctd\u003e5 GHz Wi-Fi, App control, Cloud sync, GPS tracking\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePower Supply\u003c\/th\u003e\n            \u003ctd\u003eRechargeable battery (W510), hardwired or accessory power (G980H)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eStorage Options\u003c\/th\u003e\n            \u003ctd\u003eMicro SD (up to 512 GB) + Cloud storage support\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Recommended Use --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eRecommended Use\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003ePrivate car owners wanting full 4-camera coverage\u003c\/li\u003e\n      \u003cli\u003eRideshare and delivery drivers needing AI incident alerts\u003c\/li\u003e\n      \u003cli\u003eFleet managers tracking multiple vehicles with shared cloud access\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003cp class=\"botslab-bundle-note\"\u003e\n      Need help with installation or compatibility? Contact Botslab Support for guidance and firmware updates.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Features cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n  margin-top:6px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n.botslab-viewmore{\n  margin-top:6px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* Lists *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Table *\/\n.botslab-table-wrap{\n  overflow-x:auto;\n  margin-top:6px;\n}\n.botslab-table{\n  width:100%;\n  border-collapse:collapse;\n  min-width:250px;\n}\n.botslab-table th, .botslab-table td{\n  border:1px solid #e6e9ee;\n  padding:8px;\n  font-size:13px;\n}\n.botslab-table th{\n  background:#fbfcfe;\n  color:#6b7280;\n  font-weight:600;\n  text-align:left;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51266279571748,"sku":null,"price":549.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/001_G980Hpro_W5101_4.png?v=1766570088"},{"product_id":"botslab-4k-ai-battery-4-cam-system-w510-g980h-multi-channel-dash-cam-bundle-eu","title":"Home \u0026 Drive Security EU Bundle: W510 4-Cam Outdoor Camera + G980H 4-Channel Dash Cam","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\n    Complete 24\/7 vehicle protection — pair the 4K battery-powered W510 system with the G980H multi-channel dash cam for total on-road and parking coverage.\n  \u003c\/p\u003e\n\n  \u003c!-- Included --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eW510 4-Camera Outdoor Kit\u003c\/strong\u003e\n        \u003cp\u003e4K HDR recording • AI motion alerts • Battery-powered parking mode\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-4-cam-kit-w510\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eG980H 4-Channel Dash Cam\u003c\/strong\u003e\n        \u003cp\u003eFour-camera coverage • HDR video • AI detection • Wide-angle view\u003c\/p\u003e\n        \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/en-eu\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras-eu\"\u003eView More →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Benefits --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e4K HDR Front + Multi-Channel Coverage:\u003c\/strong\u003e Capture every angle with crisp detail for evidence-ready recordings.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAI Detection \u0026amp; Radar Sensing:\u003c\/strong\u003e Smarter alerts reduce false triggers and highlight important events.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBattery-Powered Parking Mode:\u003c\/strong\u003e Monitor your car while parked — no hardwiring needed.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCloud Backup \u0026amp; App Control:\u003c\/strong\u003e View live feeds, manage storage, and receive instant notifications on your phone.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003cp class=\"botslab-bundle-note\"\u003e\n      Ideal for private car owners, rideshare drivers, or fleet managers seeking complete multi-camera coverage with AI-enhanced safety.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51266319286564,"sku":null,"price":574.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/001_G980Hpro_W5101_4_12ffdbec-e3b5-4abc-99b1-7f2d75466392.png?v=1766569713"},{"product_id":"botslab-video-doorbell-2-pro-r811s-g980h-multi-channel-dash-cam-bundle","title":"Home \u0026 Drive Security Bundle: R811S Video Doorbell + G980H 4-Channel Dash Cam","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  Complete smart protection for your home entry and your vehicle — one powerful, connected security solution.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eR811S Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003e2.5K HDR • Radar motion detection • Long battery life\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-2-pro-r811s\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H 4-Channel Dash Cam\u003c\/strong\u003e\n      \u003cp\u003e4-camera coverage • Wide-angle lens • AI scene detection\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eHome + Vehicle Protection:\u003c\/strong\u003e Monitor your front door and record every drive.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAI Smart Detection:\u003c\/strong\u003e Get accurate alerts with reduced false alarms.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eHigh-Definition Clarity:\u003c\/strong\u003e Capture sharp details day and night.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFlexible Storage:\u003c\/strong\u003e Support for both local storage and cloud backup.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    Ideal for users who want reliable entry monitoring and on-road recording in one simple bundle.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51266339864868,"sku":null,"price":259.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/003_g980h_r811s.png?v=1766564235"},{"product_id":"botslab-g980h-4-channel-dash-cam-with-hardwire-kit","title":"G980H 4-Channel Dash Cam + Type-C Hardwire","description":"\u003cdiv class=\"bundle-included-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-list\"\u003e\n\n    \u003c!-- 主机 --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Botslab G980H 4 Channel Dash Cam\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          3K front camera with multi-angle side and rear channels, powered by Sony IMX415 sensor and a 170° wide field of view for full-vehicle coverage.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Hardwire Kit --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Type-C Hardwire\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Enables 24\/7 parking mode and silent monitoring while the vehicle is powered off.\n        \u003c\/div\u003e\n\u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bundle-note\"\u003e\n    Ideal for drivers who want complete front, rear, and side coverage, plus continuous monitoring while parked.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .bundle-included-wrap {\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #0f172a;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .bundle-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #111827;\n  }\n\n  .bundle-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bundle-item {\n    padding: 14px;\n    background: #f8f9fb;\n    border: 1px solid #e6e9ee;\n  }\n\n  .bundle-name {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 4px;\n  }\n\n  .bundle-desc {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #4b5563;\n    margin-bottom: 8px;\n  }\n\n  .bundle-link {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2563eb;\n    text-decoration: none;\n  }\n\n  .bundle-link:hover {\n    text-decoration: underline;\n  }\n\n  .bundle-note {\n    margin-top: 12px;\n    font-size: 13px;\n    color: #6b7280;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 768px) {\n    .bundle-item {\n      padding: 12px;\n    }\n\n    .bundle-name {\n      font-size: 13px;\n    }\n\n    .bundle-desc,\n    .bundle-link,\n    .bundle-note {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51295294226724,"sku":null,"price":209.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/013g980.png?v=1766558102"},{"product_id":"botslab-3-in-1-security-bundle-w510-g980h-pro-r811s","title":"Home \u0026 Drive Security Bundle: W510 (4-Cam Kit) + G980H + R811S","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  Complete AI-powered protection for home, driveway, and road — all in one unified smart ecosystem.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eW510 Outdoor Camera (4-Cam Kit)\u003c\/strong\u003e\n      \u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection • Battery-powered\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H 4K Dash Cam\u003c\/strong\u003e\n      \u003cp\u003eFront 4K + Rear 2K • Multi-channel recording\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eR811S Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003e2.5K HDR • Radar motion detection • Two-way talk\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAll-in-One Protection:\u003c\/strong\u003e Secure your home, entryway, and vehicle with one integrated system.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eUnified Smart Control:\u003c\/strong\u003e Manage all devices in one app with real-time alerts and playback.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAdvanced AI Detection:\u003c\/strong\u003e Reduce false alarms and capture only what matters.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eEasy Setup:\u003c\/strong\u003e Plug-and-play installation with flexible mounting options.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    This exclusive 3-in-1 bundle delivers total security coverage — from your home to your car, powered by Botslab AI.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51295306219812,"sku":null,"price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/008_g980h_pro_r810_w510_9824cc3a-255f-43c1-861b-d065e3003169.png?v=1766569345"},{"product_id":"botslab-polarizer-cpl-filter-for-g980h-3-4-channel-dash-cam-not-compatible-with-g980h-g980h-pro","title":"CPL Polarizing Filter: Only for G980H 3- or 4-Channel Dash Cam","description":"\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    body {\n        font-family: Arial, sans-serif;\n        background: #fff;\n        color: #333;\n        text-align: center;\n        padding: 10px;\n        margin: 0;\n    }\n    .container {\n        max-width: 960px;\n        margin: auto;\n        padding: 20px;\n        border-radius: 12px;\n        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n    }\n    .title {\n        font-size: 32px;\n        font-weight: bold;\n        color: #50E3C2;\n        letter-spacing: 1px;\n    }\n    .subtitle {\n        font-size: 20px;\n        color: #D2861A;\n        margin-bottom: 20px;\n    }\n    .divider {\n        width: 50px;\n        height: 4px;\n        background: #50E3C2;\n        margin: 20px auto;\n        border-radius: 2px;\n    }\n    .feature-box {\n        background: rgba(80, 227, 194, 0.2);\n        padding: 15px;\n        border-radius: 8px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        font-size: 16px;\n        transition: transform 0.3s ease;\n    }\n    .feature-box:hover {\n        transform: scale(1.05);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n    @media (max-width: 768px) {\n        .title {\n            font-size: 24px;\n        }\n        .subtitle {\n            font-size: 16px;\n        }\n        .feature-box {\n            font-size: 14px;\n            padding: 12px;\n        }\n    }\n    @media (max-width: 480px) {\n        .container {\n            padding: 10px;\n            max-width: 100%;\n        }\n        .title {\n            font-size: 22px;\n        }\n        .subtitle {\n            font-size: 14px;\n        }\n        .feature-box {\n            font-size: 14px;\n            padding: 10px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eCPL Filter for Botslab G980H 3\/4 Channel Dash Cam\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eNot Compatible with G980H\/G980H Pro\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eEnhanced Clarity, Real Colors, Full Protection\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eDesigned for Botslab Dash Cam G980H multi channel 3\/4 Channel Dash Cam : Specially engineered to ensure seamless compatibility and optimal performance.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eSharper Views, No Glare or Reflections: Reduces glare from windscreens and wet roads for crystal-clear recordings.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eReal Colours, True to Life: Boosts color saturation and contrast to capture vivid and accurate road details.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eLens Protection from Dust and Scratches: Shields your dash cam lens from everyday wear and damage.\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eEasy to Attach and Remove: Installs or detaches in seconds for effortless use anytime.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51304750219556,"sku":"F3030256","price":29.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/KF0_3ecda309-d5f8-415c-8052-af36bbbae9c1.jpg?v=1768189172"},{"product_id":"botslab-g980h-pro-r811s-w510-1-homebase-2-ai-cameras-4k-smart-security-dash-cam-bundle","title":"Home Security Bundle: W510 (2-Cam Kit) + G980H Pro + R810","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  A full home-and-vehicle protection kit combining 4K security cameras, AI detection, and multi-channel dash recording—ideal for families and drivers seeking all-around safety.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H Pro Dash Cam\u003c\/strong\u003e\n      \u003cp\u003eADAS • HDR recording • Wide-angle lenses\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003e2K HDR • Motion alerts • Wide viewing angle\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-2-pro-r811s\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eW510 Outdoor Camera (2-Cam Kit)\u003c\/strong\u003e\n      \u003cp\u003e4K AI cameras • Battery-powered • Radar detection\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-4-cam-kit-w510\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    All mounting kits, cables, and quick-start guides included.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e4K Home + Vehicle Coverage:\u003c\/strong\u003e High-clarity monitoring for both your property and your car.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAI Smart Alerts:\u003c\/strong\u003e Intelligent detection highlights important activity and reduces false alarms.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eWireless Flexibility:\u003c\/strong\u003e Battery-powered cameras enable easy placement without wiring.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eApp Control \u0026amp; Cloud Backup:\u003c\/strong\u003e Access footage, receive alerts, and manage devices anytime.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Specs --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n  \u003cdiv class=\"t11-spec-table-wrap\"\u003e\n    \u003ctable class=\"t11-spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eG980H Pro\u003c\/td\u003e\n          \u003ctd\u003e4K recording, ADAS, night vision\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eR810 Video Doorbell\u003c\/td\u003e\n          \u003ctd\u003e2.5K HDR, motion detection, two-way talk\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eW510 Camera Kit\u003c\/td\u003e\n          \u003ctd\u003e4K HDR, AI radar detection, battery-powered\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eConnectivity\u003c\/td\u003e\n          \u003ctd\u003e5 GHz Wi-Fi, app control, cloud sync, GPS\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStorage\u003c\/td\u003e\n          \u003ctd\u003eMicro SD up to 512GB + cloud support\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Use --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eRecommended Use\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003eHomeowners seeking complete 4K security coverage\u003c\/li\u003e\n    \u003cli\u003eDrivers needing multi-channel incident recording\u003c\/li\u003e\n    \u003cli\u003eFamilies requiring both home and vehicle monitoring\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    Need help with setup or compatibility? Contact Botslab Support for installation tips and firmware updates.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Table *\/\n.t11-spec-table-wrap{\n  margin-top:10px;\n  border:1px solid #e5e5e5;\n}\n.t11-spec-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.t11-spec-table td{\n  border:1px solid #e5e5e5;\n  padding:8px 12px;\n  font-size:12px;\n}\n.t11-spec-table td:first-child{\n  font-weight:600;\n  background:#fafafa;\n  width:40%;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:6px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51314096046372,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/007_g980h_pro_r811s_w510.png?v=1766569055"},{"product_id":"g980h-pro-r810-se-w510-1-homebase-4-cams-home-security-bundle","title":"Home \u0026 Drive Security Bundle:  W510 (4-Cam Kit) + G980H Pro + R810 SE","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  Complete AI-powered protection for home, entryway, and vehicle — one unified Botslab smart security ecosystem.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eW510 4-Camera Outdoor Kit\u003c\/strong\u003e\n      \u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection • Battery-powered\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n      \u003cp\u003eFront 4K + Rear 2K • Multi-channel coverage\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eR810 SE Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003e2K HDR • Smart motion detection • Two-way audio\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAll-in-One Coverage:\u003c\/strong\u003e Protect your home exterior, entryway, and vehicle in one system.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAI Smart Detection:\u003c\/strong\u003e Reduce false alerts with intelligent human and motion recognition.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eUnified App Control:\u003c\/strong\u003e Monitor and manage all devices with real-time alerts in the Botslab app.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eEasy Setup:\u003c\/strong\u003e Plug-and-play installation with flexible placement options.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    Designed for users who want a single, smart solution to protect their home and car — powered by Botslab AI for safer everyday living.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Benefits List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51314152112420,"sku":null,"price":579.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/10_g980h_pro_r810_se_w510.png?v=1773818876"},{"product_id":"g980h-pro-r811s-w510-2-cam-homebase-secuirty-kit","title":"G980H Pro + R811S + W510 (2-Cam Base Station) Secuirty Kit","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n:root{\n  --bg:#ffffff;\n  --muted:#6b7280;\n  --accent:#0f172a;\n  --border:#e6e9ee;\n  --card:#ffffff;\n  --radius:14px;\n  --btn-color:#A8E8E2;\n  font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\n*{box-sizing:border-box}\nbody{margin:0;background:linear-gradient(180deg,#f7fafc 0%,#ffffff 100%);color:var(--accent);line-height:1.45}\n.container{max-width:980px;margin:48px auto;padding:32px}\n.card{background:var(--card);padding:28px;border-radius:var(--radius)}\nheader{display:flex;gap:20px;align-items:center;flex-wrap:wrap}\n.title{font-size:22px;font-weight:600;margin:0}\n.subtitle{font-size:13px;color:var(--muted);margin:0}\n.image-wrap{width:100%;aspect-ratio:1\/1;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;margin-top:20px}\n.image-wrap img{max-width:100%;height:auto;display:block}\nh3{margin:20px 0 12px;font-size:16px}\nul{padding-left:18px;margin:8px 0}\nli{margin:8px 0;color:var(--muted);font-size:14px}\n.features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:18px}\n.feature{background:white;border:1px solid var(--border);border-radius:10px;padding:12px}\n.feature p{margin:6px 0;color:var(--muted);font-size:14px}\n.cta{display:flex;gap:12px;align-items:center;margin-top:22px;justify-content:center}\n.btn{background:var(--btn-color);color:white;padding:12px 18px;border-radius:10px;border:0;font-weight:600;cursor:pointer}\n.btn:active{transform:translateY(1px)}\n.secondary{background:transparent;border:1px solid var(--border);padding:10px 14px;border-radius:10px;color:var(--accent);cursor:pointer}\nsmall.note{display:block;color:var(--muted);margin-top:12px;font-size:13px;text-align:center}\n@media (max-width:760px){\n  .features{grid-template-columns:1fr}\n  .container{padding:18px;margin:18px}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cheader\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003ch1 class=\"title\"\u003eBotslab 3-in-1 Security Bundle — W510, G980H Pro \u0026amp; R811S\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eComplete AI-powered protection for home, driveway, and road — one unified smart ecosystem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"image-wrap\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/007_g980h_pro_r811s_w510_7ad1b7b4-45af-4562-be9b-12e19eaf2ed2.png?v=1763435772\"\u003e\u003c\/div\u003e\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBotslab W510 2-Camera Kit\u003c\/strong\u003e — 4K HDR, AI human \u0026amp; vehicle detection\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBotslab G980H Pro 4K Dash Cam\u003c\/strong\u003e — Front 4K + Rear 2K, multi-channel coverage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBotslab Video Doorbell 2 Pro R811S\u003c\/strong\u003e — 2.5K HDR, radar motion detection, two-way talk\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eAll-in-One Protection\u003c\/strong\u003e\n\u003cp\u003eSecure your home, entryway, and vehicle with one integrated Botslab system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eUnified Smart Control\u003c\/strong\u003e\n\u003cp\u003eManage all devices through the Botslab app — real-time alerts and event playback.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eAdvanced AI Detection\u003c\/strong\u003e\n\u003cp\u003ePrecise motion alerts reduce false alarms and highlight important moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eSeamless Setup\u003c\/strong\u003e\n\u003cp\u003ePlug-and-play Wi-Fi connection, with guided app setup and flexible mounting options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csmall class=\"note\"\u003eThis exclusive 3-in-1 bundle delivers total security coverage — from your home to your car. Powered by Botslab AI for smarter, safer living.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51314191597860,"sku":null,"price":553.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/007_g980h_pro_r811s_w510_7ad1b7b4-45af-4562-be9b-12e19eaf2ed2.png?v=1766569019"},{"product_id":"botslab-g980h-4-channel-dash-cam-video-doorbell-r810-bundle","title":"Home \u0026 Drive Security Bundle: G980H 4-Channel  Dash Cam + R810 Video Doorbell","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003e\n  Complete smart protection inside and outside—pair Botslab’s 2.5K HDR video doorbell with a 4-channel dash cam for full home and vehicle security.\n\u003c\/p\u003e\n\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\n  \u003cdiv class=\"botslab-bundle-features\"\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n      \u003cp\u003e2.5K HDR • Radar motion detection • Long battery life\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-2-pro-r811s\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"botslab-bundle-feature\"\u003e\n      \u003cstrong\u003eG980H 4-Channel Dash Cam\u003c\/strong\u003e\n      \u003cp\u003e4-camera coverage • Wide-angle lens • AI scene detection\u003c\/p\u003e\n      \u003ca class=\"botslab-viewmore\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\"\u003e\n        View More →\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\n  \u003cul class=\"botslab-bundle-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFull Coverage:\u003c\/strong\u003e Protect both your home and your vehicle with one bundle.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAI-Powered Alerts:\u003c\/strong\u003e Get instant notifications with intelligent motion detection.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eClear Footage Anytime:\u003c\/strong\u003e High-definition video in all lighting conditions.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFlexible Storage:\u003c\/strong\u003e Supports secure cloud and local storage options.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n  \u003cp class=\"botslab-bundle-note\"\u003e\n    Ideal for users who want a single solution for total home entry monitoring and on-road recording.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* Benefits List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330731344164,"sku":null,"price":299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/004_g980h_r810.png?v=1766556889"},{"product_id":"botslab-g980h-4-channel-dash-cam-video-doorbell-r810-se-bundle","title":"Home \u0026 Drive Security Bundle: G980H 4-Channel Dash Cam + R810 SE Video Doorbell","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003eComplete smart protection inside and outside—pair Botslab’s 2K HDR video doorbell with a multi-channel dash cam for full home and vehicle security.\u003c\/p\u003e\n\u003c!-- Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\u003cdiv class=\"botslab-bundle-features\"\u003e\n\u003cdiv class=\"botslab-bundle-feature\"\u003e\n\u003cstrong\u003eR810 SE Video Doorbell\u003c\/strong\u003e\n\u003cp\u003e2K HDR • Radar motion detection • Long battery life\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-r810-se\" class=\"botslab-viewmore\"\u003e View More → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-feature\"\u003e\n\u003cstrong\u003eG980H 4-Channel Dash Cam\u003c\/strong\u003e\n\u003cp\u003e4-camera coverage • Wide-angle lens • AI scene detection\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" class=\"botslab-viewmore\"\u003e View More → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits（改为列表） --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul class=\"botslab-bundle-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Coverage:\u003c\/strong\u003e Protect both your home entrance and your vehicle with one bundle.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAI Smart Detection:\u003c\/strong\u003e Receive instant alerts with intelligent motion and scene recognition.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCrystal Clear Video:\u003c\/strong\u003e High-definition footage in all lighting conditions, day or night.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Storage:\u003c\/strong\u003e Supports both secure cloud and local storage options.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Note --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003cp class=\"botslab-bundle-note\"\u003eIdeal for users who want a single solution for total home entry monitoring and on-road recording.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:12px;\n  display:flex;\n  flex-direction:column;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* View More *\/\n.botslab-viewmore{\n  margin-top:8px;\n  font-size:12.5px;\n  color:#28beae;\n  text-decoration:none;\n  font-weight:500;\n}\n.botslab-viewmore:hover{\n  text-decoration:underline;\n}\n\n\/* Benefits List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  margin:6px 0;\n}\n.botslab-bundle-list li{\n  font-size:13px;\n  color:#374151;\n  margin-bottom:6px;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330733670692,"sku":null,"price":239.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/005_g980h_r810_se.png?v=1766564524"},{"product_id":"botslab-3-in-1-security-bundle-w510-4-cam-kit-g980h-pro-r810","title":"Home \u0026 Drive Security Bundle: W510 (4-Cam Kit) + G980H Pro + R810","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003c!-- Title --\u003e\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\n    Complete AI-powered protection for home, driveway, and road — one unified smart ecosystem.\n  \u003c\/p\u003e\n\n  \u003c!-- Section 1 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eW510 4-Cam Outdoor Camera\u003c\/strong\u003e\n        \u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n        \u003cp\u003eFront 4K + Rear 2K • Multi-channel coverage\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n        \u003cp\u003e2.5K HDR • Radar detection • Two-way talk\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 2 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAll-in-One Protection\u003c\/strong\u003e\n        \u003cp\u003eSecure your home, entryway, and vehicle with one integrated Botslab system.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eUnified Smart Control\u003c\/strong\u003e\n        \u003cp\u003eManage all devices through the Botslab app — real-time alerts and playback.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAdvanced AI Detection\u003c\/strong\u003e\n        \u003cp\u003eAI-powered motion analysis reduces false alarms and highlights key events.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eSeamless Setup\u003c\/strong\u003e\n        \u003cp\u003eEasy Wi-Fi setup with flexible mounting and guided installation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 3 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"t11-spec-table-wrap\"\u003e\n      \u003ctable class=\"t11-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eW510 4-Camera Kit\u003c\/td\u003e\n            \u003ctd\u003e4K HDR, AI human\/vehicle detection, Wi-Fi connection\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eG980H Pro Dash Cam\u003c\/td\u003e\n            \u003ctd\u003eFront 4K + Rear 2K, GPS, night vision, multi-channel\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eR810 Video Doorbell\u003c\/td\u003e\n            \u003ctd\u003e2.5K HDR, radar detection, two-way talk, night vision\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConnectivity\u003c\/td\u003e\n            \u003ctd\u003eWi-Fi, Botslab App (remote access \u0026amp; control)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 4 --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eRecommended Use\u003c\/h3\u003e\n    \u003cul class=\"botslab-bundle-list\"\u003e\n      \u003cli\u003eFull home perimeter monitoring\u003c\/li\u003e\n      \u003cli\u003eFront door visitor verification\u003c\/li\u003e\n      \u003cli\u003eDriving safety \u0026amp; evidence recording\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"botslab-bundle-note\"\u003e\n      This 3-in-1 system delivers complete property and vehicle protection — powered by Botslab AI for smarter, safer living.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.botslab-bundle-container{\n  font-family: Inter, sans-serif !important;\n  max-width: 720px;\n  margin: auto;\n  color:#111827;\n  line-height:1.5;\n}\n\n\/* Title *\/\n.botslab-bundle-title{\n  font-size:20px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n.botslab-bundle-subtitle{\n  font-size:13px;\n  color:#6b7280;\n  margin-bottom:12px;\n}\n\n\/* Section *\/\n.botslab-bundle-section{\n  border-top:1px solid #e5e7eb;\n  padding-top:12px;\n  margin-top:12px;\n}\n.botslab-bundle-section-title{\n  font-size:15px;\n  font-weight:600;\n  margin-bottom:6px;\n}\n\n\/* Cards *\/\n.botslab-bundle-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n.botslab-bundle-feature{\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n  padding:10px;\n}\n.botslab-bundle-feature p{\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:4px;\n}\n\n\/* List *\/\n.botslab-bundle-list{\n  padding-left:18px;\n  font-size:13px;\n  color:#374151;\n}\n.botslab-bundle-list li{\n  margin-bottom:5px;\n}\n\n\/* Table *\/\n.t11-spec-table-wrap{\n  margin-top:10px;\n  border:1px solid #e5e5e5;\n}\n.t11-spec-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.t11-spec-table td{\n  border:1px solid #e5e5e5;\n  padding:8px 12px;\n  font-size:12px;\n}\n.t11-spec-table td:first-child{\n  font-weight:600;\n  background:#fafafa;\n  width:40%;\n}\n\n\/* Note *\/\n.botslab-bundle-note{\n  display:block;\n  font-size:12.5px;\n  color:#6b7280;\n  margin-top:10px;\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features{\n    grid-template-columns:1fr;\n  }\n  .botslab-bundle-title{\n    font-size:18px;\n  }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330753397028,"sku":null,"price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/008_g980h_pro_r810_w510_1.png?v=1766570006"},{"product_id":"botslab-3-in-1-security-bundle-w510-2-cam-kit-g980h-pro-r810-se","title":"Home \u0026 Drive Security Bundle:  W510 (2-Cam Kit) + G980H Pro + R810 SE","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\n  \u003c!-- Title --\u003e\n  \u003cp class=\"botslab-bundle-subtitle\"\u003e\n    Complete AI-powered protection for home, driveway, and road — one unified smart ecosystem.\n  \u003c\/p\u003e\n\n  \u003c!-- Section 1: What's Included as Cards --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eW510 2-Cam Outdoor Camera\u003c\/strong\u003e\n        \u003cp\u003e4K HDR • AI human \u0026amp; vehicle detection\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eG980H Pro 4K Dash Cam\u003c\/strong\u003e\n        \u003cp\u003eFront 4K + Rear 2K\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eR810 SE Video Doorbell\u003c\/strong\u003e\n        \u003cp\u003e2K HDR • Two-way talk\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 2: Key Benefits --\u003e\n  \u003cdiv class=\"botslab-bundle-section\"\u003e\n    \u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cdiv class=\"botslab-bundle-features\"\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAll-in-One Protection\u003c\/strong\u003e\n        \u003cp\u003eSecure your home, entryway, and vehicle with one integrated Botslab system.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eUnified Smart Control\u003c\/strong\u003e\n        \u003cp\u003eManage all devices through the Botslab app — real-time alerts and event playback.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eAdvanced AI Detection\u003c\/strong\u003e\n        \u003cp\u003ePrecise motion alerts reduce false alarms and highlight important moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"botslab-bundle-feature\"\u003e\n        \u003cstrong\u003eSeamless Setup\u003c\/strong\u003e\n        \u003cp\u003ePlug-and-play Wi-Fi connection, with guided app setup and flexible mounting options.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csmall class=\"botslab-bundle-note\"\u003e\n      This exclusive 3-in-1 bundle delivers total security coverage — from your home to your car. Powered by Botslab AI for smarter, safer living.\n    \u003c\/small\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 容器和文字 *\/\n.botslab-bundle-container { font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, Arial; max-width:980px; margin:32px auto; line-height:1.5; color:#0f172a; }\n.botslab-bundle-title { font-size:22px; font-weight:600; margin-bottom:6px; }\n.botslab-bundle-subtitle { font-size:13px; color:#6b7280; margin-bottom:12px; }\n\n\/* 区块 *\/\n.botslab-bundle-section { margin-top:16px; }\n.botslab-bundle-section-title { font-size:16px; font-weight:600; margin-bottom:6px; }\n\n\/* 产品卡 \u0026 Key Benefits *\/\n.botslab-bundle-features { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:12px; }\n.botslab-bundle-feature { background:#ffffff; border:1px solid #e6e9ee; border-radius:10px; padding:12px; }\n.botslab-bundle-feature p { margin-top:4px; font-size:14px; color:#6b7280; }\n\n\/* Note *\/\n.botslab-bundle-note { display:block; color:#6b7280; font-size:13px; margin-top:12px; text-align:center; }\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .botslab-bundle-features { grid-template-columns:1fr; }\n  .botslab-bundle-title { font-size:20px; }\n  .botslab-bundle-subtitle { font-size:12px; }\n  .botslab-bundle-section-title { font-size:15px; }\n  .botslab-bundle-feature p { font-size:13px; }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330765127972,"sku":null,"price":439.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/011_g980h_pro_r810_se_w510.png?v=1766569966"},{"product_id":"botslab-dash-cam-g980h-multi-channel-3-cameras-sentry-parking-bundle","title":"G980H 3-Channel Dash Cam + Type-C Hardwire","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch1 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab Dash Cam G980H Multi-Channel (3 Cameras) + Hardwire Kit\u003c\/h1\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eContinuous vehicle protection with true 4K clarity—this bundle includes the G980H 3-camera dash cam and an exclusive hardwire kit for uninterrupted Parking \u0026amp; Sentry Mode recording.\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eIncluded in this bundle\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBotslab Dash Cam G980H Multi-Channel (3 Cameras)\u003c\/strong\u003e – Front true 4K camera + rear 2K rotatable camera for flexible interior or exterior coverage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardwire Kit (Type-C)\u003c\/strong\u003e – Dedicated power solution for G980H series, enabling continuous Parking Mode and Sentry Mode\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003eUninterrupted parking and sentry monitoring when the vehicle is off\u003c\/li\u003e\n\u003cli\u003eTrue 4K front recording for clear license plates and incident evidence\u003c\/li\u003e\n\u003cli\u003e360° rotatable rear camera for interior or exterior viewing\u003c\/li\u003e\n\u003cli\u003eSupercapacitor design with undervoltage protection to safeguard your car battery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eIdeal for drivers who need reliable, around-the-clock vehicle surveillance in urban parking, rideshare, or fleet use scenarios.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330789736740,"sku":null,"price":189.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/014_g980_e5cae352-b6bf-4cc7-925f-5ad0087cdb07.png?v=1766556815"},{"product_id":"botslab-4k-ai-battery-2-cam-system-w510-g980h-4-channel-dash-cam-bundle","title":"Home \u0026 Drive Security Bundle: W510 Outdoor Camera + G980H 4-Channel Dash Cam","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003eAdvanced surveillance for home and vehicle. 24\/7 outdoor protection and full-channel dash cam coverage ensure unmatched security wherever you go.\u003c\/p\u003e\n\u003c!-- Section 1: What's Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat's Included\u003c\/h3\u003e\n\u003cdiv class=\"botslab-bundle-cards\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eW510 2-Cam Outdoor Camera\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003e4K • AI alerts • Battery-powered parking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-2-cam-system-w510\" class=\"botslab-bundle-card-cta\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eG980H 4-Channel Dash Cam\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003eMulti-camera • HDR • Wide-angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" class=\"botslab-bundle-card-cta\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #374151; padding-left: 2px; margin-top: 2px;\"\u003e+ Mounting kits \u0026amp; accessories included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 2: Key Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul class=\"botslab-bundle-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Angle Coverage:\u003c\/strong\u003e Capture every angle with clear, reliable footage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart AI Detection:\u003c\/strong\u003e Accurate alerts with fewer false triggers.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eParking Protection:\u003c\/strong\u003e Monitor your vehicle even when you're away.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApp \u0026amp; Cloud Control:\u003c\/strong\u003e Access footage and alerts anytime on your phone.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Section 3: Specs Overview --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eSpecs Overview\u003c\/h3\u003e\n\u003cdiv class=\"t11-spec-table-wrap\"\u003e\n\u003ctable class=\"t11-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eW510\u003c\/td\u003e\n\u003ctd\u003e4K, battery-powered, AI detection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eG980H\u003c\/td\u003e\n\u003ctd\u003e4-channel, HDR, wide-angle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eWi-Fi, App, GPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eMicro SD + Cloud\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\/div\u003e\n\u003cstyle\u003e\n\/* 容器和文字 *\/\n.botslab-bundle-container { font-family: Inter, sans-serif !important; color:#111827 !important; line-height:1.5 !important; }\n.botslab-bundle-title { font-size:17px !important; font-weight:600 !important; margin-top:4px !important; margin-bottom:4px !important; }\n.botslab-bundle-subtitle { font-size:13px !important; color:#6b7280 !important; margin-bottom:12px !important; }\n.botslab-bundle-section { border-top:1px solid #e5e7eb !important; padding-top:12px !important; margin-top:8px !important; }\n.botslab-bundle-section-title { font-size:14px !important; font-weight:600 !important; margin-bottom:6px !important; }\n\n\/* 产品卡 *\/\n.botslab-bundle-cards { display:grid !important; gap:6px !important; }\n.botslab-bundle-card { display:flex !important; justify-content:space-between !important; align-items:center !important; padding:10px 12px !important; border:1px solid #e5e7eb !important; border-radius:8px !important; color:#111827 !important; }\n.botslab-bundle-card-title { font-size:14px !important; font-weight:600 !important; }\n.botslab-bundle-card-desc { font-size:12px !important; color:#6b7280 !important; margin-top:2px !important; }\n.botslab-bundle-card-cta { font-size:12px !important; color:#2563eb !important; font-weight:500 !important; text-decoration:none !important; white-space:nowrap !important; }\n\n\/* Key Benefits *\/\n.botslab-bundle-benefits { padding-left:16px !important; font-size:13px !important; color:#374151 !important; margin:0 !important; }\n.botslab-bundle-benefits li { margin-bottom:5px !important; }\n\n\/* Specs 表格，每列加边框 *\/\n.t11-spec-table-wrap { margin-top:16px !important; border:1px solid #e5e5e5 !important; background:#fff !important; font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif !important; }\n.t11-spec-table { width:100% !important; border-collapse:collapse !important; }\n.t11-spec-table td { padding:10px 16px !important; font-size:13px !important; color:#333 !important; vertical-align:top !important; border:1px solid #e5e5e5 !important; }\n.t11-spec-table td:first-child { width:38% !important; font-weight:600 !important; color:#111 !important; background:#fafafa !important; }\n\n\/* 移动端 *\/\n@media (max-width:768px){\n  .botslab-bundle-card { flex-direction:column !important; align-items:flex-start !important; padding:8px 10px !important; }\n  .botslab-bundle-card-cta { margin-top:6px !important; }\n  .botslab-bundle-title { font-size:16px !important; }\n  .botslab-bundle-subtitle { font-size:12.5px !important; }\n  .botslab-bundle-section-title { font-size:13.5px !important; }\n  .botslab-bundle-benefits { font-size:12.5px !important; }\n  .t11-spec-table td { font-size:12px !important; padding:8px 12px !important; }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51330790752548,"sku":null,"price":429.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/002_G980H_pro_W510_1_2.png?v=1767523926"},{"product_id":"botslab-advanced-ai-tech-4k-battery-4-cam-system-w510-camera-c221-doorbell-r810","title":"Home Security Bundle: W510 (4-Camera Kit) + C221 + R810","description":"\u003cdiv class=\"container\"\u003e\n\n  \u003c!-- Bundle Title --\u003e\n  \u003cdiv class=\"card\"\u003e\n      \u003cp class=\"subtitle\"\u003e\n        Whole-home AI security combining 4K outdoor protection, smart indoor monitoring, \n        and a panoramic video doorbell — all managed within one unified system.\n      \u003c\/p\u003e\n\n    \u003c!-- Included Devices --\u003e\n    \u003ch3\u003eIncluded in this Bundle\u003c\/h3\u003e\n    \u003cdiv class=\"features\"\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cstrong\u003eW510 4-Camera Outdoor Camera\u003c\/strong\u003e\n        \u003cp\u003e4K outdoor vision, solar-powered operation, smart motion tracking\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cstrong\u003eC221 Indoor Camera\u003c\/strong\u003e\n        \u003cp\u003e3K\/5MP HD video, baby \u0026amp; pet monitoring, cry detection\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cstrong\u003eR810 Video Doorbell\u003c\/strong\u003e\n        \u003cp\u003e5MP panoramic view, radar + PIR detection, 4 viewing modes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Key Benefits --\u003e\n    \u003ch3\u003eKey Benefits\u003c\/h3\u003e\n    \u003cul style=\"padding-left:20px; margin-top:12px; color:#374151; font-size:14px; line-height:1.5;\"\u003e\n      \u003cli\u003eComplete indoor and outdoor coverage — driveway, living space, and front door\u003c\/li\u003e\n      \u003cli\u003eUnified smart control with one app for live view, alerts, and video history\u003c\/li\u003e\n      \u003cli\u003eUltra-clear video quality across devices: 4K outdoor, 5MP doorbell, 3K\/5MP indoor\u003c\/li\u003e\n      \u003cli\u003eAdvanced AI detection for people, vehicles, animals, motion, and baby crying\u003c\/li\u003e\n      \u003cli\u003eSolar-powered outdoor cameras reduce charging and wiring needs\u003c\/li\u003e\n      \u003cli\u003eFlexible storage options including base station (up to 16TB), Micro-SD, and optional cloud\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 16px; color: #6b7280; font-size: 14px;\"\u003e\n      Ideal for users who want a single, integrated solution for full home security — inside and out — \n      powered by the Botslab smart security ecosystem.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n:root{\n  --accent:#0f172a;\n  --muted:#6b7280;\n  --border:#e6e9ee;\n  --card:#ffffff;\n  --radius:14px;\n  font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\n*{box-sizing:border-box}\n.container{max-width:980px;margin:32px auto;padding:0 16px}\n.card{padding:28px;border-radius:var(--radius)}\nheader{margin-bottom:16px}\n.title{font-size:22px;font-weight:600;margin:0 0 6px;color:var(--accent)}\n.subtitle{font-size:14px;color:var(--muted);margin:0 0 16px}\nh3{margin:24px 0 12px;font-size:18px;color:var(--accent)}\n.features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}\n.feature{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:14px}\n.feature p{margin:6px 0;color:var(--muted);font-size:14px}\n@media (max-width:760px){\n  .features{grid-template-columns:1fr}\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51337629172004,"sku":null,"price":539.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/w510_c221_r810-1.png?v=1766569654"},{"product_id":"botslab-advanced-ai-tech-4k-battery-4-cam-system-w510-camera-c224-doorbell-r810","title":"Home Security Bundle: W510 (4-Cam Kit) + C224 + R810","description":"\u003cdiv class=\"botslab-bundle-container\"\u003e\n\u003c!-- Title --\u003e\n\u003cp class=\"botslab-bundle-subtitle\"\u003eComplete protection for your home — monitor outside, inside, and at your door with this all-in-one security bundle. Peace of mind has never been easier.\u003c\/p\u003e\n\u003c!-- Section 1: What's Included --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eWhat's Included\u003c\/h3\u003e\n\u003cdiv class=\"botslab-bundle-cards\"\u003e\n\u003c!-- Card 1: W510 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eW510 Outdoor Camera\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003eAI person\/vehicle detection • Battery-powered • Outdoor protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"botslab-bundle-card-cta\" href=\"https:\/\/www.botslab.com\/products\/botslab-advanced-ai-tech-4k-battery-4-cam-kit-w510\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2: C224 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eC224 4K Indoor Camera\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003e8MP clarity • Baby cry detection • Motion tracking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"botslab-bundle-card-cta\" href=\"https:\/\/www.botslab.com\/en-eu\/products\/botslab-ai-4k-smart-tracking-indoor-security-camera-c224\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3: R810 --\u003e\n\u003cdiv class=\"botslab-bundle-card\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"botslab-bundle-card-title\"\u003eR810 Video Doorbell\u003c\/div\u003e\n\u003cdiv class=\"botslab-bundle-card-desc\"\u003e2.5K • Two-way talk • Wide-angle monitoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"botslab-bundle-card-cta\" href=\"https:\/\/www.botslab.com\/products\/botslab-video-doorbell-r810\"\u003eView more →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 2: Key Benefits --\u003e\n\u003cdiv class=\"botslab-bundle-section\"\u003e\n\u003ch3 class=\"botslab-bundle-section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cul class=\"botslab-bundle-benefits\"\u003e\n\u003cli\u003eComplete 360° indoor + outdoor + front-door home coverage\u003c\/li\u003e\n\u003cli\u003eUltra-clear imaging: 4K outdoor + 4K indoor + 2.5K doorbell\u003c\/li\u003e\n\u003cli\u003eAdvanced AI detection (person, vehicle, pet, cry, sound)\u003c\/li\u003e\n\u003cli\u003eSmart notifications with fewer false alerts\u003c\/li\u003e\n\u003cli\u003eUnified real-time monitoring via the Botslab app\u003c\/li\u003e\n\u003cli\u003eFlexible storage: Base Station up to 16TB, Micro-SD, cloud\u003c\/li\u003e\n\u003cli\u003eInfrared night vision for 24\/7 monitoring\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 12px;\"\u003eThis 3-in-1 AI-powered system brings together indoor care, outdoor surveillance, and doorstep monitoring for a fully protected smart home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* 容器和文字 *\/\n.botslab-bundle-container { font-family: Inter, sans-serif !important; color:#111827 !important; line-height:1.5 !important; max-width:720px; margin:auto; }\n.botslab-bundle-title { font-size:20px !important; font-weight:600 !important; margin-bottom:6px !important; }\n.botslab-bundle-subtitle { font-size:14px !important; color:#6b7280 !important; margin-bottom:12px !important; }\n\n\/* 区块 *\/\n.botslab-bundle-section { border-top:1px solid #e5e7eb !important; padding-top:12px !important; margin-top:12px !important; }\n.botslab-bundle-section-title { font-size:16px !important; font-weight:600 !important; margin-bottom:6px !important; }\n\n\/* 产品卡 *\/\n.botslab-bundle-cards { display:grid !important; gap:8px !important; }\n.botslab-bundle-card { display:flex !important; justify-content:space-between !important; align-items:center !important; padding:10px 12px !important; border:1px solid #e5e7eb !important; border-radius:8px !important; color:#111827 !important; background:#fff !important; }\n.botslab-bundle-card-title { font-size:14px !important; font-weight:600 !important; }\n.botslab-bundle-card-desc { font-size:12px !important; color:#6b7280 !important; margin-top:2px !important; }\n.botslab-bundle-card-cta { font-size:12px !important; color:#2563eb !important; font-weight:500 !important; text-decoration:none !important; white-space:nowrap !important; }\n\n\/* Key Benefits *\/\n.botslab-bundle-benefits { padding-left:18px !important; font-size:14px !important; color:#374151 !important; margin:0 !important; }\n.botslab-bundle-benefits li { margin-bottom:6px !important; }\n\n\/* 移动端 *\/\n@media (max-width:768px){\n  .botslab-bundle-card { flex-direction:column !important; align-items:flex-start !important; padding:8px 10px !important; }\n  .botslab-bundle-card-cta { margin-top:6px !important; }\n  .botslab-bundle-title { font-size:18px !important; }\n  .botslab-bundle-subtitle { font-size:13px !important; }\n  .botslab-bundle-section-title { font-size:15px !important; }\n  .botslab-bundle-benefits { font-size:13px !important; }\n}\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51339839471908,"sku":null,"price":559.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/w510_c224_r810.png?v=1766569858"},{"product_id":"botslab-dash-cam-g980h-multi-channel-4-cameras-1","title":"Botslab Dash Cam G980H Mehrkanal- 4 Kameras EU","description":"\u003cdiv class=\"t11-container\"\u003e\n\u003ch3 class=\"t11-title\"\u003eBotslab G980H Multi-Channel 4 Cameras Dash Cam\u003c\/h3\u003e\n\u003cp class=\"t11-subtitle\"\u003eAll-Around Smart Driving Protection\u003c\/p\u003e\n\u003cdiv class=\"t11-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 功能规格表 --\u003e\n\u003ctable class=\"t11-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTrue 360° Recording\u003c\/td\u003e\n\u003ctd\u003eFront (3K) + Rear\/Left\/Right (1080P)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdjustable Angle\u003c\/td\u003e\n\u003ctd\u003eLeft\/Right: 90° | Rear: 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoice Control\u003c\/td\u003e\n\u003ctd\u003e“Take photo”, “Show rear”, etc.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e24\/7 Parking Protection\u003c\/td\u003e\n\u003ctd\u003eSentry, Collision, Time-Lapse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTouchscreen\u003c\/td\u003e\n\u003ctd\u003e3.18” Full Touch Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in GPS\u003c\/td\u003e\n\u003ctd\u003eGoogle Maps Sync (App + PC)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDriver Fatigue Alert\u003c\/td\u003e\n\u003ctd\u003eVoice Reminder After 2 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003eEnhanced Low-Light Capture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWi-Fi Transfer Speed\u003c\/td\u003e\n\u003ctd\u003e5X Faster with 5.8 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in Video Editor\u003c\/td\u003e\n\u003ctd\u003eApp Upload to TikTok\/IG\/Facebook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmergency Recording\u003c\/td\u003e\n\u003ctd\u003eG-Sensor Collision Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoop Recording + Storage\u003c\/td\u003e\n\u003ctd\u003e128GB Included (Up to 512GB)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003eSupercapacitor (-20℃ ~ 70℃)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eTool-Free, Magnetic Snap-on\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 核心模式 --\u003e\n\u003ch2 class=\"t11-title\"\u003eKey Modes at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"t11-modes\"\u003e\n\u003cdiv class=\"t11-mode\"\u003e540° Recording\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003e24\/7 Parking Mode\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003eVideo Editing \u0026amp; Sharing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* 容器 *\/\n  .t11-container {\n    font-family: Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: auto;\n    padding: 10px;\n  }\n\n  \/* 视频 *\/\n  .t11-video {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 20px;\n  }\n\n  \/* 标题和副标题 *\/\n  .t11-title {\n    font-size: 28px;\n    font-weight: bold;\n    color: #28BEAE;\n    margin-bottom: 6px;\n  }\n  .t11-subtitle {\n    font-size: 16px;\n    color: #555;\n    margin-bottom: 20px;\n  }\n  .t11-divider {\n    width: 50px;\n    height: 4px;\n    background: #28BEAE;\n    margin: 0 auto 20px;\n    border-radius: 2px;\n  }\n\n  \/* 表格样式 *\/\n  .t11-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n  }\n  .t11-table th {\n    background: #28BEAE;\n    color: #fff;\n    padding: 12px;\n    text-align: left;\n  }\n  .t11-table td {\n    padding: 10px;\n    background: rgba(40,190,174,0.05);\n  }\n  .t11-table td:first-child {\n    font-weight: bold;\n    background: rgba(40,190,174,0.1);\n  }\n\n  \/* 模式展示 *\/\n  .t11-modes {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  .t11-mode {\n    flex: 1 1 30%;\n    background: rgba(40,190,174,0.1);\n    padding: 12px;\n    border-radius: 8px;\n    font-weight: bold;\n    text-align: center;\n    transition: transform 0.3s ease;\n  }\n  .t11-mode:hover {\n    transform: scale(1.05);\n  }\n\n  \/* 响应式适配 *\/\n  @media (max-width: 1024px) {\n    .t11-container { padding: 10px; }\n    .t11-title { font-size: 26px; }\n    .t11-subtitle { font-size: 15px; }\n    .t11-mode { flex: 1 1 45%; font-size: 14px; padding: 10px; }\n    .t11-table th, .t11-table td { padding: 10px; font-size: 14px; }\n  }\n\n  @media (max-width: 768px) {\n    .t11-title { font-size: 24px; }\n    .t11-subtitle { font-size: 14px; }\n    .t11-mode { flex: 1 1 100%; }\n    .t11-table th, .t11-table td { font-size: 12px; padding: 8px; }\n  }\n\n  @media (max-width: 480px) {\n    .t11-title { font-size: 22px; }\n    .t11-subtitle { font-size: 13px; }\n    .t11-table th, .t11-table td { font-size: 11px; padding: 6px; }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51412682539300,"sku":"Q3030172","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-4_Cameras_R.png?v=1773823195"},{"product_id":"botslab-dash-cam-g980h-micro-usb-version","title":"Botslab Dashcam G980H","description":"\u003cdiv style=\"font-family: Inter,system-ui,sans-serif; background: #fbfdff; border: 1px solid #e6e9ee; border-radius: 14px; padding: 18px; max-width: 720px; margin: auto; line-height: 1.6; color: #0f172a;\"\u003e\n\u003ch1 style=\"font-size: 20px; font-weight: bold; margin-bottom: 8px;\"\u003eBotslab Dash Cam G980H \u003c\/h1\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin-bottom: 14px;\"\u003eDrive Smart, Stay Protected\u003c\/p\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: 600; margin: 12px 0 6px;\"\u003eKey Features\u003c\/h3\u003e\n\u003cul style=\"color: #374151; font-size: 14px; margin: 0 0 12px 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e4K + 1080P Dual Cameras\u003c\/strong\u003e — Enhanced SONY IMX415 sensors capture clear details day \u0026amp; night, while the 1080P rear camera.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eADAS\u003c\/strong\u003e — ADAS offers real-time safety alerts for smarter driving.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5.8GHz WiFi \u0026amp; Free Storage\u003c\/strong\u003e — Fast wireless transfer and free 64GB SD card included. Expandable up to 256GB.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupercapacitor \u0026amp; Easy Install\u003c\/strong\u003e — Reliable performance from -20°C to 70°C with a quick, straightforward installation process.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharging port: \u003c\/strong\u003eMicro USB \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 14px; color: #6b7280; margin-top: 16px;\"\u003eDesigned for drivers who need dependable 4K clarity, AI-assisted safety, and round-the-clock vehicle protection.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51528419705124,"sku":"Q3030112","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/8c906ea958788e1ec1124bcfa860ce37.jpg?v=1767690951"},{"product_id":"botslab-dash-cam-g980h-multi-channel-4-cameras-2","title":"Botslab Dash Cam G980H Mehrkanal- 4 Kameras EU","description":"\u003cdiv class=\"t11-container\"\u003e\n\u003ch3 class=\"t11-title\"\u003eBotslab G980H Multi-Channel 4 Cameras Dash Cam\u003c\/h3\u003e\n\u003cp class=\"t11-subtitle\"\u003eAll-Around Smart Driving Protection\u003c\/p\u003e\n\u003cdiv class=\"t11-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 功能规格表 --\u003e\n\u003ctable class=\"t11-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTrue 360° Recording\u003c\/td\u003e\n\u003ctd\u003eFront (3K) + Rear\/Left\/Right (1080P)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdjustable Angle\u003c\/td\u003e\n\u003ctd\u003eLeft\/Right: 90° | Rear: 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoice Control\u003c\/td\u003e\n\u003ctd\u003e“Take photo”, “Show rear”, etc.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e24\/7 Parking Protection\u003c\/td\u003e\n\u003ctd\u003eSentry, Collision, Time-Lapse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTouchscreen\u003c\/td\u003e\n\u003ctd\u003e3.18” Full Touch Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in GPS\u003c\/td\u003e\n\u003ctd\u003eGoogle Maps Sync (App + PC)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDriver Fatigue Alert\u003c\/td\u003e\n\u003ctd\u003eVoice Reminder After 2 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003eEnhanced Low-Light Capture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWi-Fi Transfer Speed\u003c\/td\u003e\n\u003ctd\u003e5X Faster with 5.8 GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBuilt-in Video Editor\u003c\/td\u003e\n\u003ctd\u003eApp Upload to TikTok\/IG\/Facebook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmergency Recording\u003c\/td\u003e\n\u003ctd\u003eG-Sensor Collision Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoop Recording + Storage\u003c\/td\u003e\n\u003ctd\u003e128GB Included (Up to 512GB)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003eSupercapacitor (-20℃ ~ 70℃)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eTool-Free, Magnetic Snap-on\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 核心模式 --\u003e\n\u003ch2 class=\"t11-title\"\u003eKey Modes at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"t11-modes\"\u003e\n\u003cdiv class=\"t11-mode\"\u003e540° Recording\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003e24\/7 Parking Mode\u003c\/div\u003e\n\u003cdiv class=\"t11-mode\"\u003eVideo Editing \u0026amp; Sharing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* 容器 *\/\n  .t11-container {\n    font-family: Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: auto;\n    padding: 10px;\n  }\n\n  \/* 视频 *\/\n  .t11-video {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 20px;\n  }\n\n  \/* 标题和副标题 *\/\n  .t11-title {\n    font-size: 28px;\n    font-weight: bold;\n    color: #28BEAE;\n    margin-bottom: 6px;\n  }\n  .t11-subtitle {\n    font-size: 16px;\n    color: #555;\n    margin-bottom: 20px;\n  }\n  .t11-divider {\n    width: 50px;\n    height: 4px;\n    background: #28BEAE;\n    margin: 0 auto 20px;\n    border-radius: 2px;\n  }\n\n  \/* 表格样式 *\/\n  .t11-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n  }\n  .t11-table th {\n    background: #28BEAE;\n    color: #fff;\n    padding: 12px;\n    text-align: left;\n  }\n  .t11-table td {\n    padding: 10px;\n    background: rgba(40,190,174,0.05);\n  }\n  .t11-table td:first-child {\n    font-weight: bold;\n    background: rgba(40,190,174,0.1);\n  }\n\n  \/* 模式展示 *\/\n  .t11-modes {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n  .t11-mode {\n    flex: 1 1 30%;\n    background: rgba(40,190,174,0.1);\n    padding: 12px;\n    border-radius: 8px;\n    font-weight: bold;\n    text-align: center;\n    transition: transform 0.3s ease;\n  }\n  .t11-mode:hover {\n    transform: scale(1.05);\n  }\n\n  \/* 响应式适配 *\/\n  @media (max-width: 1024px) {\n    .t11-container { padding: 10px; }\n    .t11-title { font-size: 26px; }\n    .t11-subtitle { font-size: 15px; }\n    .t11-mode { flex: 1 1 45%; font-size: 14px; padding: 10px; }\n    .t11-table th, .t11-table td { padding: 10px; font-size: 14px; }\n  }\n\n  @media (max-width: 768px) {\n    .t11-title { font-size: 24px; }\n    .t11-subtitle { font-size: 14px; }\n    .t11-mode { flex: 1 1 100%; }\n    .t11-table th, .t11-table td { font-size: 12px; padding: 8px; }\n  }\n\n  @media (max-width: 480px) {\n    .t11-title { font-size: 22px; }\n    .t11-subtitle { font-size: 13px; }\n    .t11-table th, .t11-table td { font-size: 11px; padding: 6px; }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51545180897572,"sku":"Q3030172","price":249.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/Botslab_Dash_Cam_G980H_Multi-Channel-4_Cameras_R.png?v=1773823195"},{"product_id":"botslab-video-doorbell-r810-solar-panel-kit","title":"R810 Video Doorbell+Solar Panel Charger","description":"\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        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e5MP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"title\"\u003eFour View Modes, Cover Every Angle\u003c\/h3\u003e\n\u003cdiv class=\"mode-container\"\u003e\n\u003cdiv class=\"mode-box\" id=\"panMode\"\u003ePanoramic Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-box\" id=\"vrMode\"\u003eVR Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-box\" id=\"horizontalMode\"\u003eHorizontal Correction Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-box\" id=\"verticalMode\"\u003eVertical Correction Mode\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51545611600164,"sku":null,"price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/2_7917b54a-727d-4980-b624-f16523242274.png?v=1767529900"},{"product_id":"botslab-video-doorbell-r810-se-solar-panel-kit","title":"R810 SE Video Doorbell +Solar Panel Charger","description":"\u003cdiv class=\"container\"\u003e\n\u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810 SE\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e2K 3MP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51545611796772,"sku":null,"price":95.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/3_931b7e94-c0e7-4e7e-8e19-c12cd4cc0aaf.png?v=1767530376"},{"product_id":"botslab-video-doorbell-r810-beige","title":"Botslab Video-Türklingel R810","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBotslab Pano Video Doorbell R810\u003c\/title\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            background: #fff;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n            margin: 0;\n        }\n        .container {\n            max-width: 960px;  \/* Wider container for PC *\/\n            margin: auto;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        }\n        .title {\n            font-size: 32px;\n            font-weight: bold;\n            color: #50E3C2;\n            letter-spacing: 1px;\n        }\n        .subtitle {\n            font-size: 20px;\n            color: #D2861A;\n            margin-bottom: 20px;\n        }\n        .divider {\n            width: 50px;\n            height: 4px;\n            background: #50E3C2;\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 14px;\n            text-align: center;\n            font-size: 18px;\n        }\n        .comparison-table th {\n            background: #50E3C2;\n            color: white;\n        }\n        .feature {\n            font-weight: bold;\n            background: rgba(80, 227, 194, 0.15);\n        }\n        .value {\n            background: rgba(210, 134, 26, 0.15);\n        }\n        .mode-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        .mode-box {\n            background: rgba(80, 227, 194, 0.2);\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: bold;\n            width: 22%; \/* Less width for PC to prevent stretching *\/\n            margin-bottom: 10px;\n            font-size: 16px;\n            transition: transform 0.3s ease;\n        }\n        .mode-box:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Media Queries *\/\n        @media (max-width: 1024px) {\n            .container {\n                max-width: 80%;  \/* Adjusted container width for medium devices *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .title {\n                font-size: 24px;\n            }\n            .subtitle {\n                font-size: 16px;\n            }\n            .mode-box {\n                width: 48%;  \/* Wider boxes for mid-sized devices *\/\n                font-size: 14px;\n                padding: 12px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 12px;\n                font-size: 16px;\n            }\n        }\n\n        \/* Mobile version *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 10px;\n                max-width: 100%;  \/* Full width for small devices *\/\n            }\n            .title {\n                font-size: 22px;\n            }\n            .subtitle {\n                font-size: 14px;\n            }\n            .mode-box {\n                width: 100%;\n                font-size: 14px;\n                padding: 10px;\n            }\n            .comparison-table th, .comparison-table td {\n                padding: 8px;\n                font-size: 12px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cp class=\"title\"\u003eBotslab Pano Video Doorbell R810\u003c\/p\u003e\n        \u003cp class=\"subtitle\"\u003eSee Everything, All in One\u003c\/p\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n        \u003ctable class=\"comparison-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFeature\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003ePano View\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eYes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eResolution\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003e5MP\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eDetection\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eRadar \u0026amp; PIR\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eBase Station\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eBacked\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eWeatherproof\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003eIP66\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"feature\"\u003eCloud Storage\u003c\/td\u003e\n                    \u003ctd class=\"value\"\u003e$0 (Free)\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003ch3 class=\"title\"\u003eFour View Modes, Cover Every Angle\u003c\/h3\u003e\n        \u003cdiv class=\"mode-container\"\u003e\n            \u003cdiv class=\"mode-box\" id=\"panMode\"\u003ePanoramic Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"vrMode\"\u003eVR Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"horizontalMode\"\u003eHorizontal Correction Mode\u003c\/div\u003e\n            \u003cdiv class=\"mode-box\" id=\"verticalMode\"\u003eVertical Correction Mode\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.getElementById('panMode').addEventListener('click', function() {\n            alert('You selected Panoramic Mode');\n        });\n        document.getElementById('vrMode').addEventListener('click', function() {\n            alert('You selected VR Mode');\n        });\n        document.getElementById('horizontalMode').addEventListener('click', function() {\n            alert('You selected Horizontal Correction Mode');\n        });\n        document.getElementById('verticalMode').addEventListener('click', function() {\n            alert('You selected Vertical Correction Mode');\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51550070735140,"sku":"Q3000528","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/20260106_154235_643.png?v=1768293477"},{"product_id":"g980h-4-camera-dash-cam-bundle-cpl-filter-type-c-hardwire-kit","title":"G980H 4-Camera Dash Cam + CPL Filter \u0026 Type-C Hardwire","description":"\u003cdiv class=\"bundle-included-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-list\"\u003e\n\n    \u003c!-- 主机 --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Botslab G980H 4 Channel Dash Cam\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          3K front camera with multi-angle side and rear channels, powered by Sony IMX415 sensor and a 170° wide field of view for full-vehicle coverage.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CPL 滤镜（第二位） --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          CPL Polarizing Filter\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Sharper views with no glare or reflections. Reduces glare from windscreens and wet roads for crystal-clear recordings.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-polarizer-cpl-filter-for-g980h-3-4-channel-dash-cam-not-compatible-with-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Hardwire Kit --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Hardwire Kit (Type-C)\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Enables 24\/7 parking mode and silent monitoring while the vehicle is powered off.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003cdiv class=\"bundle-note\"\u003e\n    Ideal for drivers who want complete front, rear, and side coverage, plus continuous monitoring while parked.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .bundle-included-wrap {\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #0f172a;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .bundle-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #111827;\n  }\n\n  .bundle-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bundle-item {\n    padding: 14px;\n    background: #f8f9fb;\n    border: 1px solid #e6e9ee;\n  }\n\n  .bundle-name {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 4px;\n  }\n\n  .bundle-desc {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #4b5563;\n    margin-bottom: 8px;\n  }\n\n  .bundle-link {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2563eb;\n    text-decoration: none;\n  }\n\n  .bundle-link:hover {\n    text-decoration: underline;\n  }\n\n  .bundle-note {\n    margin-top: 12px;\n    font-size: 13px;\n    color: #6b7280;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 768px) {\n    .bundle-item {\n      padding: 12px;\n    }\n\n    .bundle-name {\n      font-size: 13px;\n    }\n\n    .bundle-desc,\n    .bundle-link,\n    .bundle-note {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51754463232292,"sku":null,"price":229.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/G980H4CamsBundle.png?v=1768182873"},{"product_id":"g980h-4-camera-dash-cam-eu-bundle-cpl-filter-type-c-hardwire-kit","title":"G980H 4-Camera Dash Cam (EU) + CPL Filter \u0026 Type-C Hardwire","description":"\u003cdiv class=\"bundle-included-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-list\"\u003e\n\n    \u003c!-- 主机 --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          G980H 4 Channel Dash Cam\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          3K front camera with multi-angle side and rear channels, powered by Sony IMX415 sensor and a 170° wide field of view for full-vehicle coverage.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/en-eu\/products\/botslab-dash-cam-g980h-multi-channel-4-cameras-eu\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CPL 滤镜（第二位） --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          CPL Polarizing Filter\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Sharper views with no glare or reflections. Reduces glare from windscreens and wet roads for crystal-clear recordings.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/botslab-polarizer-cpl-filter-for-g980h-3-4-channel-dash-cam-not-compatible-with-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Hardwire Kit --\u003e\n    \u003cdiv class=\"bundle-item\"\u003e\n      \u003cdiv class=\"bundle-text\"\u003e\n        \u003cdiv class=\"bundle-name\"\u003e\n          Hardwire Kit (Type-C)\n        \u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003e\n          Enables 24\/7 parking mode and silent monitoring while the vehicle is powered off.\n        \u003c\/div\u003e\n        \u003ca class=\"bundle-link\" href=\"https:\/\/www.botslab.com\/products\/hardwire-kit-type-c-exclusive-for-botslab-dash-cam-g980h-g980h-pro\" target=\"_blank\" rel=\"noopener\"\u003e\n          View product →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bundle-note\"\u003e\n    Ideal for drivers who want complete front, rear, and side coverage, plus continuous monitoring while parked.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .bundle-included-wrap {\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #0f172a;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .bundle-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #111827;\n  }\n\n  .bundle-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bundle-item {\n    padding: 14px;\n    background: #f8f9fb;\n    border: 1px solid #e6e9ee;\n  }\n\n  .bundle-name {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 4px;\n  }\n\n  .bundle-desc {\n    font-size: 13px;\n    line-height: 1.5;\n    color: #4b5563;\n    margin-bottom: 8px;\n  }\n\n  .bundle-link {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2563eb;\n    text-decoration: none;\n  }\n\n  .bundle-link:hover {\n    text-decoration: underline;\n  }\n\n  .bundle-note {\n    margin-top: 12px;\n    font-size: 13px;\n    color: #6b7280;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 768px) {\n    .bundle-item {\n      padding: 12px;\n    }\n\n    .bundle-name {\n      font-size: 13px;\n    }\n\n    .bundle-desc,\n    .bundle-link,\n    .bundle-note {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e","brand":"Botslab","offers":[{"title":"Default Title","offer_id":51754800939300,"sku":null,"price":279.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0722\/4754\/2052\/files\/G980H4CamsBundle.png?v=1768182873"}],"url":"https:\/\/www.botslab.com\/de-au\/collections\/newest-products.oembed","provider":"Botslab","version":"1.0","type":"link"}