{"product_id":"portable-door-stop-alarm","title":"Portable Door Stop Alarm","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \u0026 Security (Portable Door Stop Alarm)\nTarget Audience: Travelers, Solo Renters, Hotel Guests seeking peace of mind\nVisual Style: Trustworthy, Modern, Industrial-lite (Bold \u0026 Secure)\nColor Strategy: Primary Red (--primary) for alert\/security, dark slate (--text-main) for premium tech feel\nShape Strategy: Radius 8px (Firm, protective, yet safe to handle)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll), with auto-converted metric\/imperial units\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #dc2626; \/* Security Red *\/\n      --primary-hover: #b91c1c;\n      --text-main: #111827;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-alt: #f3f4f6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #e5e7eb;\n      --section-gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Reset \u0026 Base System *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System (Large Type) *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p, \n    .product-detail-container li, \n    .product-detail-container td {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .aux-text {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Image Protocol *\/\n    .product-detail-container img,\n    .placeholder-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .placeholder-box {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-alt);\n      border: 2px dashed #d1d5db;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6b7280;\n      font-size: 1.25rem;\n      font-weight: bold;\n      border-radius: var(--radius-md);\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Trust Badge (Non-clickable) *\/\n    .trust-badge {\n      display: inline-block;\n      background: #fef2f2;\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 1rem;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n      border: 1px solid #fee2e2;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-top: var(--section-gap);\n      margin-bottom: var(--section-gap);\n    }\n    \n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    .hero-copy p {\n      margin-top: 1rem;\n      font-size: clamp(20px, 2.2vw, 24px);\n    }\n\n    \/* Features Layout (Z-Pattern \/ Mobile Stack) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--section-gap);\n      margin-bottom: var(--section-gap);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, \n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-copy ul {\n      list-style-position: inside;\n      margin-top: 1rem;\n    }\n\n    .feature-copy li {\n      margin-bottom: 0.5rem;\n      position: relative;\n      padding-left: 1.5rem;\n      list-style: none;\n    }\n\n    .feature-copy li::before {\n      content: \"✓\";\n      color: var(--primary);\n      position: absolute;\n      left: 0;\n      font-weight: bold;\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem) 5%;\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--section-gap);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-alt);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--section-gap);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item h3 {\n      color: var(--text-main);\n      font-size: clamp(18px, 2.2vw, 22px);\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      \n      \/* Z-Pattern logic *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, \n      .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Mobile Enhancements (Strict Rules) *\/\n    @media (max-width: 767px) {\n      \/* Card-based Table (No horizontal scrolling) *\/\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem 0.5rem;\n        text-align: right;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        margin-right: 1rem;\n        flex-shrink: 0;\n        max-width: 40%;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eTrusted by 10,000+ Travelers\u003c\/div\u003e\n\n\u003ch1\u003eUncompromising Security, Anywhere You Go\u003c\/h1\u003e\n\n\u003cp\u003eYour ultimate travel companion. A dual-function door stop featuring a 120dB alarm and heavy-duty grip to ensure you sleep peacefully, whether in a hotel or at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316100654\/7b43305ff9f352a1bed7c7d9debac966.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\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316100654\/a67dd06d38260ba2a3cd76b9b5e4e7c9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e120dB Ear-Piercing Deterrent\u003c\/h2\u003e\n\n\u003cp\u003eIntruders won't stand a chance. The moment pressure is applied, an ultra-loud 120 decibel alarm triggers immediately, alerting you and scaring off unwanted visitors.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e3 Sensitivity Levels:\u003c\/strong\u003e Choose Low, Medium, or High via a simple side switch based on your environment.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eInstant Reaction:\u003c\/strong\u003e Detects both door pressure and subtle vibrations.\u003c\/li\u003e\n\u003c\/ul\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-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316100654\/9f75fae45735c7b083ea07018057cfac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDual-Function Protection\u003c\/h2\u003e\n\n\u003cp\u003eMore than just an alarm. Switch the device off, and it instantly transforms into a heavy-duty, silent door wedge that firmly holds your door exactly where you want it.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePrevents Unintended Movement:\u003c\/strong\u003e Ideal for daily use in apartments or dorms.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eZero Installation:\u003c\/strong\u003e No wiring or tools needed. Simply slide it under any inward-opening door.\u003c\/li\u003e\n\u003c\/ul\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-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316100654\/d78ce2398a9bcf1d2cd958f75b1390c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIndustrial Grip Base\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to withstand intense pressure. Crafted from premium ABS and rust-resistant stainless steel, ensuring years of reliable security.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTextured Rubber Bottom:\u003c\/strong\u003e Ensures unparalleled stability on tile, carpet, and concrete surfaces.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTravel-Ready Design:\u003c\/strong\u003e Compact and lightweight, easily slipping into your suitcase or carry-on.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp class=\"aux-text\" style=\"margin-top: 1rem; font-size: 16px;\"\u003e\u003cem\u003eNote: Slip resistance may be slightly reduced on highly polished wooden floors.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS SECTION (Mobile Card Optimized) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Door Gap Required\"\u003e1.0 cm - 3.5 cm (0.4\" - 1.38\")\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDesigned to fit most standard inward-opening doors.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Alarm Volume\"\u003e120 dB\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eEquivalent to a thunderclap or emergency siren.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eABS + Stainless Steel + Rubber\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRust-resistant and built for impact durability.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e1 x 9V Battery\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBattery not included. No charging cables required.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Life\"\u003eUp to 1 Year\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eExtended lifespan under normal standby conditions.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill this work on my specific floor type?\u003c\/h3\u003e\n\n\u003cp\u003eThe textured rubber base is highly effective on tile, carpet, and concrete surfaces, providing maximum friction. Please note that on extremely smooth or highly polished wooden floors, the slip resistance may be naturally reduced.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo I need any tools or screws to use it?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely not! Our door stop alarm requires zero installation. Just slide it behind any inward-opening door with a gap between 1.0 cm and 3.5 cm (0.4\" to 1.38\"), turn it on, and you're protected.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow long will a battery last?\u003c\/h3\u003e\n\n\u003cp\u003ePowered by a single standard 9V battery (not included), the device is highly energy-efficient. Under normal standby conditions, one battery can last up to a full year before needing a replacement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🚪 1-Pack (Starter)","offer_id":47224692998321,"sku":"0317-15596287","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔒 2-Pack (Most Popular - Save 20%)","offer_id":47224693031089,"sku":"0317-15593867","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏡 4-Pack (Whole Home Security - Save 25%)","offer_id":47224693063857,"sku":"0317-15590742","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/1467\/6657\/files\/7b43305ff9f352a1bed7c7d9debac966.jpg?v=1776850212","url":"https:\/\/wondolla.com\/products\/portable-door-stop-alarm","provider":"Wondolla","version":"1.0","type":"link"}