{"product_id":"alarme-de-porte-portable","title":"Alarme de Porte Portable","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\"\u003eFiable pour plus de 10 000 voyageurs\u003c\/div\u003e\n\n\u003ch1\u003eSécurité sans compromis, où que vous alliez\u003c\/h1\u003e\n\n\u003cp\u003eVotre compagnon de voyage ultime. Un cale-porte à double fonction avec une alarme de 120 dB et une prise en main robuste pour garantir un sommeil paisible, que ce soit dans un hôtel ou chez vous.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" 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\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" 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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDispositif de Dissuasion de 120 dB\u003c\/h2\u003e\n\n\u003cp\u003eLes intrus n'auront aucune chance. Au moment où une pression est appliquée, une alarme ultra-forte de 120 décibels se déclenche immédiatement, vous alertant et effrayant les visiteurs indésirables.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e3 Niveaux de Sensibilité :\u003c\/strong\u003e Choisissez Faible, Moyen ou Élevé via un simple interrupteur latéral en fonction de votre environnement.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRéaction Instantanée :\u003c\/strong\u003e Détecte à la fois la pression sur la porte et les vibrations subtiles.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" 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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eProtection à Double Fonction\u003c\/h2\u003e\n\n\u003cp\u003ePlus qu'une alarme. Éteignez l'appareil et il se transforme instantanément en un cale-porte silencieux et robuste qui maintient fermement votre porte exactement là où vous le souhaitez.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePrévention des Mouvements Non Intentionnels :\u003c\/strong\u003e Idéal pour une utilisation quotidienne dans les appartements ou les dortoirs.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eInstallation Zéro :\u003c\/strong\u003e Aucun câblage ou outil nécessaire. Il suffit de le glisser sous n'importe quelle porte qui s'ouvre vers l'intérieur.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" 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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBase de Prise Industrielle\u003c\/h2\u003e\n\n\u003cp\u003eConçu pour résister à une pression intense. Fabriqué en ABS de qualité supérieure et en acier inoxydable résistant à la rouille, garantissant des années de sécurité fiable.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFond en Caoutchouc Texturé :\u003c\/strong\u003e Assure une stabilité inégalée sur les surfaces en carrelage, moquette et béton.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eDesign Prêt pour le Voyage :\u003c\/strong\u003e Compact et léger, se glisse facilement dans votre valise ou votre bagage à main.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp class=\"aux-text\" style=\"margin-top: 1rem; font-size: 16px;\"\u003e\u003cem\u003eRemarque : La résistance au glissement peut être légèrement réduite sur les sols en bois très polis.\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\u003eSpécifications Techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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=\"Espace de Porte Requis\"\u003e1,0 cm - 3,5 cm (0,4\" - 1,38\")\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Détails\"\u003eConçu pour s'adapter à la plupart des portes standard qui s'ouvrent vers l'intérieur.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Volume de l'Alarme\"\u003e120 dB\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Détails\"\u003eÉquivalent à un coup de tonnerre ou à une sirène d'urgence.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Matériaux\"\u003eABS + Acier Inoxydable + Caoutchouc\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Détails\"\u003eRésistant à la rouille et conçu pour la durabilité aux chocs.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Source d'Énergie\"\u003e1 x Pile 9V\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Détails\"\u003ePile non incluse. Aucun câble de chargement requis.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Durée de Vie de la Pile\"\u003eJusqu'à 1 an\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Détails\"\u003eDurée de vie prolongée dans des conditions de veille normales.\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\u003eQuestions Fréquemment Posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCela fonctionnera-t-il sur mon type de sol spécifique ?\u003c\/h3\u003e\n\n\u003cp\u003eLa base en caoutchouc texturé est très efficace sur les surfaces en carrelage, moquette et béton, offrant un maximum de friction. Veuillez noter que sur des sols en bois extrêmement lisses ou très polis, la résistance au glissement peut être naturellement réduite.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAi-je besoin d'outils ou de vis pour l'utiliser ?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolument pas ! Notre alarme de cale-porte ne nécessite aucune installation. Il suffit de la glisser derrière n'importe quelle porte qui s'ouvre vers l'intérieur avec un écart entre 1,0 cm et 3,5 cm (0,4\" à 1,38\"), de l'allumer et vous êtes protégé.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCombien de temps une pile durera-t-elle ?\u003c\/h3\u003e\n\n\u003cp\u003eFonctionnant avec une seule pile 9V standard (non incluse), l'appareil est très économe en énergie. Dans des conditions de veille normales, une pile peut durer jusqu'à un an avant de nécessiter un remplacement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Metalzy","offers":[{"title":"🚪 1-Pack (Démarrage)","offer_id":58578113757558,"sku":"0317-15596287","price":12.95,"currency_code":"EUR","in_stock":true},{"title":"🔒 2-Pack (Le Plus Populaire - Économisez 20%)","offer_id":58578113790326,"sku":"0317-15593867","price":19.95,"currency_code":"EUR","in_stock":true},{"title":"🏡 4-Pack (Sécurité de Toute la Maison - Économisez 25%)","offer_id":58578113823094,"sku":"0317-15590742","price":38.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0970\/5203\/3398\/files\/7b43305ff9f352a1bed7c7d9debac966.jpg?v=1788168535","url":"https:\/\/metalzy.com\/products\/alarme-de-porte-portable","provider":"Metalzy","version":"1.0","type":"link"}