{"product_id":"portable-travel-door-lock","title":"Portable Travel Door Lock","description":"\u003cdiv class=\"door-lock-wrapper\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n           Scoped CSS - Isolated to .door-lock-wrapper\n           ========================================= *\/\n        \n        .door-lock-wrapper {\n            \/* Security \u0026 Travel Theme Colors *\/\n            --theme-primary: #dc2626; \/* Security Red *\/\n            --theme-primary-light: #fef2f2; \/* Very Light Red *\/\n            --theme-dark: #0f172a; \/* Slate 900 for headings *\/\n            --text-main: #475569; \/* Slate 600 for body text *\/\n            --bg-main: #f8fafc; \/* Slate 50 background *\/\n            --bg-card: #ffffff;\n            --border-color: #e2e8f0;\n            \n            font-family: \"Nunito\", \"Segoe UI\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            line-height: 1.7;\n            background-color: var(--bg-main);\n            padding: 40px 20px;\n            margin: 0 auto;\n            max-width: 1000px;\n            box-sizing: border-box;\n            border-radius: 16px;\n        }\n\n        .door-lock-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .door-lock-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);\n            margin: 0 auto;\n            transition: transform 0.3s ease;\n        }\n\n        .door-lock-wrapper img:hover {\n            transform: scale(1.02);\n        }\n\n        \/* Typography *\/\n        .door-lock-wrapper h2, \n        .door-lock-wrapper h3 {\n            color: var(--theme-dark);\n            margin-top: 0;\n            font-weight: 800;\n        }\n\n        \/* Title Area *\/\n        .door-lock-wrapper .main-title {\n            text-align: center;\n            font-size: 36px;\n            margin-bottom: 50px;\n            position: relative;\n            padding-bottom: 20px;\n            line-height: 1.3;\n        }\n\n        .door-lock-wrapper .main-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background-color: var(--theme-primary);\n            border-radius: 2px;\n        }\n\n        \/* Feature Sections *\/\n        .door-lock-wrapper .feature-section {\n            display: flex;\n            align-items: center;\n            gap: 40px;\n            margin-bottom: 40px;\n            background: var(--bg-card);\n            padding: 40px;\n            border-radius: 16px;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.04);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .door-lock-wrapper .feature-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 30px rgba(220, 38, 38, 0.08);\n        }\n\n        .door-lock-wrapper .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .door-lock-wrapper .feature-text {\n            flex: 1;\n        }\n\n        .door-lock-wrapper .feature-image {\n            flex: 1;\n            position: relative;\n        }\n\n        .door-lock-wrapper .feature-text h3 {\n            font-size: 24px;\n            margin-bottom: 16px;\n            color: var(--theme-dark);\n            display: inline-block;\n            position: relative;\n        }\n        \n        .door-lock-wrapper .feature-text h3::before {\n            content: '';\n            display: inline-block;\n            width: 12px;\n            height: 12px;\n            background-color: var(--theme-primary);\n            border-radius: 50%;\n            margin-right: 12px;\n            vertical-align: middle;\n        }\n\n        .door-lock-wrapper .feature-text p {\n            font-size: 16px;\n            margin: 0;\n            text-align: justify;\n            color: var(--text-main);\n        }\n\n        \/* Specifications Table *\/\n        .door-lock-wrapper .section-container {\n            margin-top: 50px;\n            background: var(--bg-card);\n            padding: 40px;\n            border-radius: 16px;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.04);\n            border: 1px solid var(--border-color);\n        }\n\n        .door-lock-wrapper .section-title {\n            font-size: 28px;\n            text-align: center;\n            margin-bottom: 30px;\n            color: var(--theme-dark);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .door-lock-wrapper table {\n            width: 100%;\n            border-collapse: hidden;\n            border-radius: 8px;\n            overflow: hidden;\n            font-size: 16px;\n            border: 1px solid var(--border-color);\n        }\n\n        .door-lock-wrapper table th,\n        .door-lock-wrapper table td {\n            padding: 16px 20px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .door-lock-wrapper table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .door-lock-wrapper table tr:nth-child(odd) {\n            background-color: var(--bg-main);\n        }\n\n        .door-lock-wrapper .specs-table td:first-child {\n            font-weight: 700;\n            color: var(--theme-dark);\n            width: 35%;\n        }\n\n        \/* FAQ Section *\/\n        .door-lock-wrapper .faq-item {\n            margin-bottom: 24px;\n            padding: 24px;\n            background-color: var(--theme-primary-light);\n            border-radius: 12px;\n            border-left: 4px solid var(--theme-primary);\n        }\n\n        .door-lock-wrapper .faq-item:last-child {\n            margin-bottom: 0;\n        }\n\n        .door-lock-wrapper .faq-q {\n            font-weight: 800;\n            font-size: 18px;\n            color: var(--theme-dark);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .door-lock-wrapper .faq-a {\n            font-size: 16px;\n            margin: 0;\n            padding-left: 30px;\n            color: var(--text-main);\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .door-lock-wrapper {\n                padding: 20px 15px;\n            }\n            .door-lock-wrapper .main-title {\n                font-size: 28px;\n                margin-bottom: 30px;\n            }\n            .door-lock-wrapper .feature-section,\n            .door-lock-wrapper .feature-section:nth-child(even) {\n                flex-direction: column;\n                padding: 25px 20px;\n                gap: 25px;\n            }\n            .door-lock-wrapper .feature-text h3 {\n                font-size: 20px;\n                text-align: left;\n            }\n            .door-lock-wrapper .section-container {\n                padding: 25px 20px;\n                margin-top: 30px;\n            }\n            .door-lock-wrapper .specs-table td:first-child {\n                width: 45%;\n            }\n            .door-lock-wrapper table th,\n            .door-lock-wrapper table td {\n                padding: 12px 15px;\n                font-size: 14px;\n            }\n            .door-lock-wrapper .faq-q {\n                font-size: 16px;\n            }\n            .door-lock-wrapper .faq-a {\n                font-size: 15px;\n                padding-left: 0;\n                margin-top: 8px;\n            }\n        }\n\u003c\/style\u003e\n\u003ch2 class=\"main-title\"\u003ePortable Travel Door Lock\u003cbr\u003e\n\u003cspan style=\"font-size: 0.65em; color: var(--theme-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 1px;\"\u003eExtra Security Anywhere\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eInstall in Seconds – No Tools Needed\u003c\/h3\u003e\n\n\u003cp\u003eNo drilling. No screws. No complicated setup. Simply clip the metal plate onto the strike plate while the door is open, close the door, insert the red locking key, and secure it instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Install in Seconds\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302181938\/dfe5c495ef8c682eb588488542f418f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eCompact, Lightweight \u0026amp; Travel-Ready\u003c\/h3\u003e\n\n\u003cp\u003eMeasuring just 5.12 × 1.6 × 0.45 inches and weighing only 4.2 oz, this portable door lock fits easily into your pocket, purse, or travel bag. Includes a convenient pouch for storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Compact, Lightweight \u0026amp; Travel-Ready\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302181937\/d319b1628f87bc81aa44751d88d351c3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eStrong \u0026amp; Durable Construction\u003c\/h3\u003e\n\n\u003cp\u003eMade from solid stainless steel with anti-rust and anti-corrosion protection. Don’t let its small size fool you — it withstands strong pushes and heavy slams.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Strong \u0026amp; Durable Construction\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302181938\/804f13b26b1b5b4f2ce2d0350cc10aee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eDesigned for Inward-Opening Doors\u003c\/h3\u003e\n\n\u003cp\u003eWorks with doors that open inward and have standard hinges. Adds an extra layer of security and privacy whether you're at home, in a hotel, or staying in an Airbnb.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Designed for Inward-Opening Doors\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302181937\/eb194b9ebb64ea849258b55a1349782f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003ePeace of Mind Wherever You Go\u003c\/h3\u003e\n\n\u003cp\u003ePerfect for travelers, renters, students, and anyone seeking added privacy in bedrooms or bathrooms. Stop unwanted intrusions and feel secure anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Peace of Mind Wherever You Go\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302181937\/ea1c61e24fdabe9886a72329df91be29.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"section-container\"\u003e\n\u003ch3 class=\"section-title\"\u003eSpecifications\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eStainless Steel + Molded Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSize\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5.12 × 1.6 × 0.45 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eChain Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUp to 4.7 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e4.2 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd\u003eInward-Opening Doors Only\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=\"section-container\"\u003e\n\u003ch3 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cspan\u003eQ1:\u003c\/span\u003e Does it work on outward-opening doors?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo. It is designed only for inward-opening doors.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cspan\u003eQ2:\u003c\/span\u003e Is installation permanent?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo. It can be installed and removed within seconds.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cspan\u003eQ3:\u003c\/span\u003e Will it damage my door?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo drilling or screws are required, so it will not damage the door.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cspan\u003eQ4:\u003c\/span\u003e Is it suitable for hotel stays?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes. It’s a popular travel safety device for added peace of mind.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🧍‍♀️ 1-Pack (Solo Traveler)","offer_id":45279169839295,"sku":"0312-14287354","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Couples \/ 2-Door Setup)","offer_id":45279169872063,"sku":"0312-14285853","price":16.95,"currency_code":"USD","in_stock":true},{"title":"🎁 4-Pack (Family Safety Gift)","offer_id":45279169904831,"sku":"0312-14285957","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/dfe5c495ef8c682eb588488542f418f2.jpg?v=1773296931","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/portable-travel-door-lock","provider":"Bak","version":"1.0","type":"link"}