{"product_id":"pocket-door-security-lock","title":"Pocket Door Security Lock","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Portable Travel Door Lock (Security \u0026 Hardware)\nTarget Audience: Solo travelers, backpackers, parents (childproofing), Airbnb renters.\nVisual Style: Trustworthy, solid, sleek, and modern.\nColor Strategy: Deep Security Blue (--primary) combined with Steel Gray to communicate heavy-duty stainless steel protection. Clean white backgrounds for maximum readability.\nShape Strategy: Radius 8px (Hard enough to convey strength and metal construction, yet modern enough not to feel industrial\/raw).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, body text 18-20px for optimal legibility.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic metric\/imperial translations implemented in data.\nImage Mapping: Hero=image_1, Travel\/Compact Feature=image_2, Strength\/Material=image_3, Multi-purpose=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #1E3A8A; \/* Trust Blue *\/\n      --primary-hover: #172554;\n      --accent: #F97316; \/* Safety Orange *\/\n      --text-main: #0F172A;\n      --text-sub: #475569;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --bg-alt: #F1F5F9;\n      --border-color: #E2E8F0;\n      \n      --radius-sm: 4px;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      \n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n\n      \/* Typography \u0026 Spacing constraints *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\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: 0 0 1rem 0;\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: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .text-small {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background: var(--bg-alt);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-sm);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      background: var(--primary);\n      color: white;\n      padding: 0.75rem 1.5rem;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 700;\n      margin-top: 1rem;\n      box-shadow: var(--shadow-md);\n    }\n\n    \/* Global Spacing *\/\n    .product-detail-container .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* 2) Image Protocol *\/\n    .product-detail-container img,\n    .product-detail-container .placeholder-wrapper {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .placeholder-wrapper {\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n      margin-top: clamp(2rem, 4vw, 3rem);\n    }\n\n    \/* Z-Pattern Features (Mobile Lock implemented) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strictly Stacked *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-copy, .hero-media {\n        flex: 1;\n      }\n      .feature-item {\n        flex-direction: row; \/* Desktop row *\/\n        align-items: center;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse; \/* Desktop reverse row *\/\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\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      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* Mobile Table: Card-based override *\/\n    @media (max-width: 767px) {\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; \/* Hide traditional headers *\/\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        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n        padding: 1rem;\n        border-bottom: 1px solid var(--bg-alt);\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(--primary);\n        font-size: 16px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      background: var(--bg-body);\n    }\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge\"\u003eInstant Safety, Anywhere\u003c\/div\u003e\n\n\u003ch1\u003eYour Personal Fortress, In Your Pocket.\u003c\/h1\u003e\n\n\u003cp\u003eTransform any room into a secure sanctuary in seconds. This heavy-duty stainless steel travel lock installs effortlessly—no keys, no tools, no damage to the door.\u003c\/p\u003e\n\n\u003cdiv class=\"trust-badge\"\u003e★ ★ ★ ★ ★ Trusted by 50,000+ Travelers\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260401111953\/412f2a8046942e8e06ca051460843e3a.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=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260401111953\/e1265d910b3344d368f9fa1ebb8a49c7.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\u003eDiscreet \u0026amp; Travel-Friendly\u003c\/h2\u003e\n\n\u003ch3\u003eSecurity without the bulk.\u003c\/h3\u003e\n\n\u003cp\u003eSleek and incredibly lightweight, this portable lock fits right in your palm, luggage, or daily bag. Whether you are checking into a hotel, an Airbnb, or a hostel, it guarantees an extra layer of privacy so you can sleep with absolute peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Heavy-Duty Protection --\u003e\n\n\u003cdiv class=\"feature-item reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260401111953\/5a24edad39e2c23f9de7d50cc2b87e60.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\u003eUncompromising Strength\u003c\/h2\u003e\n\n\u003ch3\u003eEngineered to withstand force.\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from premium heavy-duty stainless steel, this lock is virtually indestructible under normal forced-entry attempts. It actively resists pressure from the outside, ensuring that even if someone has a key, the door stays firmly shut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Multi-purpose \/ Childproofing --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260401111953\/2a266ea364499d1f3e9091b58b6d5843.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\u003eVersatile Multi-Purpose Design\u003c\/h2\u003e\n\n\u003ch3\u003eFrom globetrotting to childproofing.\u003c\/h3\u003e\n\n\u003cp\u003eNot just for travel. Use it at home as a reliable door jammer or stopper to prevent toddlers and pets from accessing restricted areas. Its universal design flawlessly adapts to most standard inward-swinging doors, providing instant security whenever you need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock enforced) --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePrecision-engineered for maximum compatibility and durability.\u003c\/p\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\u003eDetail\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=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHeavy-Duty Stainless Steel \u0026amp; Durable ABS\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e130 g \/ 4.6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e8.0 x 3.0 cm \/ 3.15 x 1.18 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eFits most standard inward-swinging doors (Door gap required \u0026gt; 3mm \/ 0.12in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Method\"\u003eInstallation Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eTool-free manual insertion (Zero damage to frame)\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-container section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it fit any door I encounter while traveling?\u003c\/div\u003e\n\n\u003cp\u003eIt is designed with universal compatibility for most standard \u003cstrong\u003einward-swinging doors\u003c\/strong\u003e. It requires a standard door gap of at least 3mm (0.12 inches). Please note it is not suitable for sliding doors, double doors, or outward-swinging doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it damage the hotel door or the frame?\u003c\/div\u003e\n\n\u003cp\u003eAbsolutely not. The smooth stainless steel mechanism and ABS locking element are specifically designed to grip firmly without scratching or damaging the door, frame, or locking mechanism.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it allowed in carry-on luggage for flights?\u003c\/div\u003e\n\n\u003cp\u003eYes! Our portable travel lock is TSA-friendly. Its compact size and lack of sharp edges make it perfectly safe to pack in your carry-on backpack or handbag without any issues at airport security.\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":48590907179258,"sku":"0401-13284157","price":12.95,"currency_code":"USD","in_stock":true},{"title":"👫 2-Pack (Couples - Save 20%)","offer_id":48590907212026,"sku":"0401-13287536","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧 3-Pack (Family Deal - Save 30%)","offer_id":48590907244794,"sku":"0401-13289082","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/412f2a8046942e8e06ca051460843e3a.jpg?v=1775021429","url":"https:\/\/varitino.com\/products\/pocket-door-security-lock","provider":"Varitino","version":"1.0","type":"link"}