{"product_id":"radon-detector-test-kit-for-home-rjc","title":"Radon Detector Test Kit for Home","description":"\u003c!--\n[AI Design Logic]\nProduct Type: 6-in-1 Air Quality \u0026 Safety Monitor\nTarget Audience: Homeowners, RV travelers, and safety-conscious families in Europe\nVisual Style: Modern, clean, technical, obsidian slate theme with safety emerald green accents\nColor Strategy: --primary: #10b981 (Safety Emerald), --text-main: #111827, --bg-card: #f9fafb, --border-color: #e5e7eb\nModule Order: Hero -\u003e Features -\u003e Comparison -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_5, Feature1=detail_12, Feature2=detail_10, Feature3=detail_8\nSpecification Data Source: Extracted directly from 6-in-1 specifications table. No specification image placeholder is rendered.\nCompare Section: Included to showcase technical advantages of 6-in-1 protection versus standard monitors.\nInformation Boundary: Strictly relies on confirmed facts from the 6-in-1 product specifications. All Radon-related noise data has been completely omitted as flagged by the product report. No unverified claims or premium adjectives are used.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    --primary: #10b981;\n    --primary-hover: #059669;\n    --text-main: #111827;\n    --text-sub: #4b5563;\n    --bg-body: #ffffff;\n    --bg-card: #f9fafb;\n    --bg-soft: #f3f4f6;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n    --border-color: #e5e7eb;\n  }\n\n  \/* Spacing System *\/\n  .product-detail-container section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    padding-top: clamp(1rem, 3vw, 2rem);\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container .section-title,\n  .product-detail-container .feature-title,\n  .product-detail-container .faq-question,\n  .product-detail-container .compare-title {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 16px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p,\n  .product-detail-container li,\n  .product-detail-container .hero-subtitle,\n  .product-detail-container .feature-description,\n  .product-detail-container .spec-value,\n  .product-detail-container .faq-answer,\n  .product-detail-container .badge-pill,\n  .product-detail-container .table-text {\n    font-size: 18px;\n    line-height: 1.6;\n    margin: 0 0 12px 0;\n    color: var(--text-sub);\n  }\n\n  \/* Non-clickable Badges \u0026 Tags *\/\n  .badge-pill {\n    display: inline-block;\n    padding: 6px 16px;\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    border-radius: 50px;\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n\n  .feature-tags {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-top: 16px;\n  }\n\n  .feature-tag {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    padding: 4px 12px;\n    border-radius: var(--radius-md);\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\n  \/* Image Container Style (Natural Flow) *\/\n  .placeholder-image {\n    width: 100%;\n    height: auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    box-sizing: border-box;\n    padding: clamp(2rem, 8vw, 5rem) 1rem;\n    color: var(--text-sub);\n    font-weight: 500;\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  \/* Hero Block *\/\n  .hero-block {\n    text-align: center;\n    padding: 24px 0;\n  }\n\n  .hero-block .badge-pill {\n    background-color: rgba(16, 185, 129, 0.1);\n    color: var(--primary);\n    font-weight: 600;\n  }\n\n  .hero-block .hero-subtitle {\n    max-width: 800px;\n    margin: 0 auto 32px auto;\n  }\n\n  \/* Feature Grid Layout (Z-Pattern Desktop) *\/\n  .feature-item {\n    display: flex;\n    gap: 40px;\n    align-items: center;\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .feature-item:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n\n  .feature-media,\n  .feature-copy {\n    flex: 1;\n    min-width: 0;\n  }\n\n  \/* Comparison Section Table *\/\n  .compare-section {\n    background-color: var(--bg-card);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n\n  .compare-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n  }\n\n  .compare-table th,\n  .compare-table td {\n    padding: 16px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .compare-table th {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  .compare-table td {\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\n  .compare-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .status-check {\n    color: var(--primary);\n    font-weight: bold;\n  }\n\n  .status-cross {\n    color: #ef4444;\n    font-weight: bold;\n  }\n\n  \/* Specifications Table Layout *\/\n  .specifications-section {\n    padding: 24px 0;\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .spec-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .spec-table td {\n    padding: 18px 12px;\n    vertical-align: top;\n  }\n\n  .spec-label {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 30%;\n  }\n\n  \/* FAQ Block *\/\n  .faq-section {\n    background-color: var(--bg-card);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-item {\n    margin-bottom: 24px;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 24px;\n  }\n\n  .faq-item:last-child {\n    margin-bottom: 0;\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .faq-question {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n  }\n\n  \/* Mobile Responsive Lock Rules (Typography lock enforced) *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column !important; \/* Forces Image First -\u003e Text Second *\/\n      gap: 20px;\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    .compare-table th,\n    .compare-table td {\n      padding: 12px 8px;\n    }\n\n    \/* Mobile Specs safety wrap preventing overlapping\/scrolling *\/\n    .spec-table,\n    .spec-table tbody,\n    .spec-table tr {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n      gap: 14px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 14px 0;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px;\n      font-weight: 600;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table .spec-label-column {\n      display: none; \/* Hide original label column in mobile list view *\/\n    }\n\n    .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .spec-table td {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\u003cspan class=\"badge-pill\"\u003e6-in-1 Uninterrupted Protection\u003c\/span\u003e\n\u003ch1\u003e6-in-1 Smart Gas \u0026amp; Smoke Monitor\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eInstantly track carbon monoxide, combustible gas, smoke, temperature, and humidity from a single wall outlet. Designed with a rechargeable backup battery to keep your home or RV protected even during power outages.\u003c\/p\u003e\n\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260901151158\/4ebeba8a84e03e0726119fedc89f70ae.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260901110702\/4a2425cba3e3ec8d31678c7a5fbc3d25.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSee Six Vital Readings at a Glance\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eMonitor your home environment without managing multiple devices. This all-in-one system displays real-time levels of Carbon Monoxide (CO), combustible gases, and smoke side-by-side with indoor temperature and humidity. The high-definition layout lets you confirm safety status instantly.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHD Color Display\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReal-Time Tracking\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-Sensor Suite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260901110702\/849cba8ab480170d16d60b455fa1adfb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003e360° Rotatable Magnetic Connection\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eEquipped with a smart magnetic plug assembly, the display rotates 360 degrees to orient correctly in any wall socket. Position the monitor horizontally or vertically to keep neighboring outlets clear, ensuring clean, wire-free integration in kitchens, bedrooms, or RV living spaces.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e360° Screen Rotation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMagnetic Plug\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOutlet-Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260901110702\/b46265e7f9683bbc4458c2dc88aad738.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eUninterrupted Safety Backup\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003ePower outages shouldn't compromise your safety. While the monitor runs continuously when plugged into a standard wall outlet, the built-in 1000mAh backup battery automatically takes over during blackouts, providing up to 8 hours of standby guard. When limits are exceeded, a loud 85dB alert warns you immediately.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e8-Hour Backup Battery\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e85dB Audible Alarm\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAutomatic Failover\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL: COMPARE SECTION --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"compare-title\"\u003eWhy Our Monitor Stands Out\u003c\/h2\u003e\n\n\u003ctable class=\"compare-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eOurs (6-in-1 Monitor)\u003c\/th\u003e\n\t\t\t\u003cth\u003eOrdinary Monitors\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDetection Range\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-check\"\u003e✔ 6-in-1 (CO, Gas, Smoke, Temp, Hum)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-cross\"\u003e✘ Single Function Only\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Outage Defense\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-check\"\u003e✔ Built-in 1000mAh Battery (8h Backup)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-cross\"\u003e✘ Off During Blackouts\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFlexible Mount\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-check\"\u003e✔ Rotatable Magnetic Plug (360°)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-cross\"\u003e✘ Fixed Wall Orientation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eInteractive Interface\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-check\"\u003e✔ Full-Color 16 HD Display Screen\u003c\/td\u003e\n\t\t\t\u003ctd class=\"status-cross\"\u003e✘ Basic Warning LEDs Only\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003e6-in-1 Air Quality \u0026amp; Safety Monitor\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eDetected Sensors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detected Sensors\"\u003e\u003cspan class=\"spec-value\"\u003eCarbon Monoxide (CO), Combustible Gas, Smoke, Temperature, Humidity\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003ePrimary Power\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Primary Power\"\u003e\u003cspan class=\"spec-value\"\u003eAC Wall Outlet (Plug-in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eBackup Battery\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Backup Battery\"\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in 1000mAh Rechargeable Lithium\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eBackup Battery Life\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Backup Battery Life\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 8 Hours (Standby)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eAlarm Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Alarm Type\"\u003e\u003cspan class=\"spec-value\"\u003eAudible Warning (85dB) \u0026amp; Flashing Screen Alerts\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eDisplay\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Display\"\u003e\u003cspan class=\"spec-value\"\u003eHD Color LCD Screen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 4.1\" x 3.1\" (10.4 x 7.9 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚠️ How does the battery backup system operate?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe monitor draws continuous power from your wall outlet during normal operation. In the event of a power outage, the built-in 1000mAh rechargeable backup battery immediately takes over, keeping the safety monitoring active for up to 8 hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔌 Can the monitor fit into crowded or horizontal outlets?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The device features a 360-degree rotatable magnetic plug design. This allows you to attach the monitor's display horizontally or vertically at any angle, helping to keep adjacent outlets free and usable.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔄 How do I test if the alarm and screen are working?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe monitor has physical buttons located on the side panel. Pressing the dedicated self-check button initiates a quick diagnostic run, confirming the screen display, status lights, and audible buzzer are fully functional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"White \/ Europe","offer_id":47391339577517,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Europe","offer_id":47391339544749,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"White \/ UK","offer_id":47397591351469,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ UK","offer_id":47397591384237,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/4ebeba8a84e03e0726119fedc89f70ae.jpg?v=1788247582","url":"https:\/\/newjoyloo.com\/products\/radon-detector-test-kit-for-home-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}