{"product_id":"180-inward-opening-door-reinforcement-lock-low-profile-anti-theft-security-latch","title":"180° Inward-Opening Door Reinforcement Lock – Low-Profile Anti-Theft Security Latch","description":"\u003cstyle\u003e   #idl-door-lock,   #idl-door-lock *{     box-sizing:border-box;   }    #idl-door-lock{     --idl-navy:#0f2f4c;     --idl-navy2:#153f63;     --idl-blue:#1677b9;     --idl-blue-soft:#eaf5fc;      --idl-steel:#66747e;     --idl-steel2:#dfe5e9;      --idl-cream:#fbf9f5;     --idl-cream2:#f1eee9;      --idl-white:#ffffff;     --idl-ink:#20282e;     --idl-body:#5d6870;      --idl-dark-title:#f7fbfe;     --idl-dark-body:#d4e0e7;      --idl-line:rgba(23,52,72,.12);     --idl-dark-line:rgba(230,243,250,.14);      --idl-shadow:0 18px 48px rgba(25,45,58,.13);      width:100%;     max-width:980px;     margin:0 auto;     padding:8px 10px 50px;     overflow:hidden;      color:var(--idl-ink);     line-height:1.55;      container-type:inline-size;     container-name:idlProduct;   }    #idl-door-lock img{     display:block;     width:100%;     max-width:100%;     height:auto;   }    #idl-door-lock .idl-section{     position:relative;     width:100%;     margin:14px 0;     overflow:hidden;     border-radius:24px;   }    #idl-door-lock .idl-pad{     padding:25px 17px;   }    #idl-door-lock .idl-light{     color:var(--idl-ink);     background:var(--idl-cream);     border:1px solid var(--idl-line);     box-shadow:var(--idl-shadow);   }    #idl-door-lock .idl-light-alt{     color:var(--idl-ink);     background:var(--idl-cream2);     border:1px solid var(--idl-line);     box-shadow:var(--idl-shadow);   }    #idl-door-lock .idl-blue-card{     color:var(--idl-ink);     background:var(--idl-blue-soft);     border:1px solid rgba(22,119,185,.15);     box-shadow:var(--idl-shadow);   }    #idl-door-lock .idl-dark{     color:var(--idl-dark-title);     background:       radial-gradient(         circle at 88% 0%,         rgba(70,166,222,.20),         transparent 35%       ),       var(--idl-navy);      border:1px solid var(--idl-dark-line);     box-shadow:var(--idl-shadow);   }     \/* ========================================      CARD INTERACTION   ======================================== *\/    #idl-door-lock .idl-card{     position:relative;      transition:       transform .26s ease,       box-shadow .26s ease,       border-color .26s ease;   }    #idl-door-lock .idl-card::after{     content:'';      position:absolute;     inset:0;      z-index:0;      pointer-events:none;      border-radius:inherit;      background:       linear-gradient(         115deg,         transparent 0%,         transparent 43%,         rgba(255,255,255,.10) 50%,         transparent 57%,         transparent 100%       );      transform:translateX(-125%);      transition:transform .72s ease;   }    #idl-door-lock .idl-card \u003e *{     position:relative;     z-index:1;   }    #idl-door-lock .idl-card:active,   #idl-door-lock .idl-mini:active,   #idl-door-lock .idl-benefit:active,   #idl-door-lock .idl-use:active,   #idl-door-lock .idl-highlight:active,   #idl-door-lock .idl-color:active{     transform:scale(.985);   }     \/* ========================================      KICKER   ======================================== *\/    #idl-door-lock .idl-kicker{     display:flex;     align-items:center;     gap:8px;      width:100%;      margin:0 0 11px;      color:var(--idl-navy2);      font-size:11px;     line-height:1.2;     font-weight:850;      letter-spacing:.08em;     text-transform:uppercase;   }    #idl-door-lock .idl-kicker::before{     content:'';      flex:0 0 7px;      width:7px;     height:7px;      border-radius:50%;      background:var(--idl-blue);      box-shadow:       0 0 0 4px rgba(22,119,185,.12);   }    #idl-door-lock .idl-kicker::after{     content:'';      flex:1;      height:1px;      background:       linear-gradient(         90deg,         rgba(21,63,99,.35),         transparent       );   }    #idl-door-lock .idl-dark .idl-kicker{     color:#bfe5fb;   }    #idl-door-lock .idl-dark .idl-kicker::after{     background:       linear-gradient(         90deg,         rgba(191,229,251,.45),         transparent       );   }     \/* ========================================      TYPOGRAPHY   ======================================== *\/    #idl-door-lock .idl-heading,   #idl-door-lock .idl-hero-title{     margin:0;      color:var(--idl-ink);      font-weight:900;     letter-spacing:-.038em;   }    #idl-door-lock .idl-heading{     font-size:clamp(26px,7vw,42px);     line-height:1.06;   }    #idl-door-lock .idl-dark .idl-heading{     color:var(--idl-dark-title);   }    #idl-door-lock .idl-copy{     margin:11px 0 0;      color:var(--idl-body);      font-size:14px;     line-height:1.64;   }    #idl-door-lock .idl-dark .idl-copy{     color:var(--idl-dark-body);   }     \/* ========================================      SHIMMER   ======================================== *\/    #idl-door-lock .idl-shimmer-light{     color:#1f2b33;   }    #idl-door-lock .idl-shimmer-dark{     color:#f7fbfe;   }    @supports ((-webkit-background-clip:text) or (background-clip:text)){      #idl-door-lock .idl-shimmer-light{       background:         linear-gradient(           105deg,           #1f2b33 8%,           #176998 27%,           #1b252b 45%,           #64727b 63%,           #1f2b33 82%         );        background-size:240% auto;        -webkit-background-clip:text;       background-clip:text;        -webkit-text-fill-color:transparent;        animation:idlShimmer 9s linear infinite;     }      #idl-door-lock .idl-shimmer-dark{       background:         linear-gradient(           105deg,           #f7fbfe 8%,           #7fd0f9 28%,           #ffffff 47%,           #c2e8fb 64%,           #f7fbfe 82%         );        background-size:240% auto;        -webkit-background-clip:text;       background-clip:text;        -webkit-text-fill-color:transparent;        animation:idlShimmer 9s linear infinite;     }   }    @keyframes idlShimmer{     0%{       background-position:130% center;     }      100%{       background-position:-130% center;     }   }     \/* ========================================      HERO   ======================================== *\/    #idl-door-lock .idl-hero{     color:var(--idl-dark-title);      background:       radial-gradient(         circle at 88% 0%,         rgba(70,166,222,.23),         transparent 35%       ),       var(--idl-navy);      border:1px solid var(--idl-dark-line);      box-shadow:var(--idl-shadow);   }    #idl-door-lock .idl-hero-copy{     padding:25px 17px 24px;   }    #idl-door-lock .idl-pain-pill{     display:inline-flex;     align-items:center;     gap:7px;      margin-bottom:10px;     padding:7px 11px;      border-radius:999px;      background:rgba(96,191,237,.12);      border:       1px solid rgba(165,220,248,.20);      color:#c8eafd;      font-size:10px;     line-height:1.2;     font-weight:900;      letter-spacing:.07em;     text-transform:uppercase;   }    #idl-door-lock .idl-pain-pill::before{     content:'●';      color:#65c7f3;      font-size:7px;   }    #idl-door-lock .idl-hero-title{     max-width:820px;      color:#f7fbfe;      font-size:clamp(29px,8vw,54px);     line-height:1.01;   }    #idl-door-lock .idl-hero-text{     max-width:700px;      margin:12px 0 0;      color:#d4e0e7;      font-size:14px;     line-height:1.63;   }    #idl-door-lock .idl-hero-image{     background:#e7edf0;   }    #idl-door-lock .idl-hero-tags{     display:flex;     flex-wrap:wrap;     gap:7px;      padding:0 17px 24px;   }    #idl-door-lock .idl-hero-tag{     padding:8px 11px;      border-radius:999px;      background:rgba(255,255,255,.07);      border:       1px solid rgba(255,255,255,.12);      color:#f7fbfe;      font-size:11px;     font-weight:800;   }     \/* ========================================      MARQUEE   ======================================== *\/    #idl-door-lock .idl-marquee{     padding:12px 0;      overflow:hidden;      border-radius:18px;      background:#10314c;      border:       1px solid rgba(255,255,255,.08);   }    #idl-door-lock .idl-marquee-track{     display:flex;      width:max-content;      animation:       idlMarquee 26s linear infinite;   }    #idl-door-lock .idl-marquee:hover .idl-marquee-track{     animation-play-state:paused;   }    #idl-door-lock .idl-marquee-group{     display:flex;     flex-shrink:0;     align-items:center;   }    #idl-door-lock .idl-marquee-item{     padding:0 14px;      color:#f5fbff;      white-space:nowrap;      font-size:11px;     font-weight:850;     letter-spacing:.06em;   }    #idl-door-lock .idl-marquee-item::after{     content:'◆';      margin-left:22px;      color:#72c5ef;      font-size:8px;   }    @keyframes idlMarquee{     from{       transform:translateX(0);     }      to{       transform:translateX(-50%);     }   }     \/* ========================================      MINI CARDS   ======================================== *\/    #idl-door-lock .idl-mini-grid{     display:grid;     gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-mini{     padding:15px;      border-radius:17px;      background:rgba(255,255,255,.055);      border:       1px solid rgba(255,255,255,.10);      transition:       transform .25s ease,       background .25s ease,       border-color .25s ease;   }    #idl-door-lock .idl-mini-icon{     display:grid;     place-items:center;      width:40px;     height:40px;      margin-bottom:9px;      border-radius:12px;      background:rgba(75,172,223,.14);      font-size:20px;   }    #idl-door-lock .idl-mini strong{     display:block;      margin-bottom:4px;      color:#f7fbfe;      font-size:14px;   }    #idl-door-lock .idl-mini p{     margin:0;      color:#d3dfe6;      font-size:12px;     line-height:1.55;   }     \/* ========================================      IMAGE   ======================================== *\/    #idl-door-lock .idl-image{     background:#e7ecef;      box-shadow:var(--idl-shadow);   }     \/* ========================================      BENEFITS   ======================================== *\/    #idl-door-lock .idl-benefit-grid{     display:grid;     gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-benefit{     padding:15px;      border-radius:17px;      background:#ffffff;      border:1px solid var(--idl-line);      transition:       transform .25s ease,       box-shadow .25s ease;   }    #idl-door-lock .idl-benefit-tag{     display:inline-flex;     align-items:center;     gap:6px;      margin-bottom:8px;     padding:6px 9px;      border-radius:999px;      background:#e9f4fa;      color:#164d70;      font-size:10px;     font-weight:850;   }    #idl-door-lock .idl-benefit strong{     display:block;      margin-bottom:4px;      color:var(--idl-ink);      font-size:15px;     line-height:1.35;   }    #idl-door-lock .idl-benefit p{     margin:0;      color:var(--idl-body);      font-size:12px;     line-height:1.55;   }     \/* ========================================      STEPS   ======================================== *\/    #idl-door-lock .idl-step-grid{     display:grid;     gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-step{     display:grid;      grid-template-columns:       40px 1fr;      gap:11px;      align-items:start;      padding:15px;      border-radius:17px;      background:#ffffff;      border:1px solid var(--idl-line);   }    #idl-door-lock .idl-step-num{     display:grid;     place-items:center;      width:40px;     height:40px;      border-radius:50%;      background:var(--idl-blue);      color:#ffffff;      font-size:12px;     font-weight:900;   }    #idl-door-lock .idl-step strong{     display:block;      margin-bottom:3px;      color:var(--idl-ink);      font-size:14px;   }    #idl-door-lock .idl-step p{     margin:0;      color:var(--idl-body);      font-size:12px;     line-height:1.55;   }     \/* ========================================      INSTALL OPTIONS   ======================================== *\/    #idl-door-lock .idl-install-grid{     display:grid;     gap:10px;      margin-top:18px;   }    #idl-door-lock .idl-install{     padding:17px;      border-radius:18px;      background:#ffffff;      border:1px solid var(--idl-line);   }    #idl-door-lock .idl-install strong{     display:block;      margin-bottom:5px;      color:var(--idl-ink);      font-size:15px;   }    #idl-door-lock .idl-install p{     margin:0;      color:var(--idl-body);      font-size:12px;     line-height:1.58;   }    #idl-door-lock .idl-install-screw{     border-top:       4px solid var(--idl-blue);   }    #idl-door-lock .idl-install-adhesive{     border-top:       4px solid #77838c;   }     \/* ========================================      USE CASES   ======================================== *\/    #idl-door-lock .idl-use-grid{     display:grid;      grid-template-columns:       repeat(2,1fr);      gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-use{     padding:14px 8px;      border-radius:16px;      background:#ffffff;      border:1px solid var(--idl-line);      text-align:center;      transition:       transform .25s ease,       box-shadow .25s ease;   }    #idl-door-lock .idl-use span{     display:block;      margin-bottom:5px;      font-size:22px;   }    #idl-door-lock .idl-use strong{     display:block;      color:var(--idl-ink);      font-size:11px;   }     \/* ========================================      COLORS   ======================================== *\/    #idl-door-lock .idl-color-grid{     display:grid;      grid-template-columns:       repeat(2,1fr);      gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-color{     padding:15px 8px;      border-radius:16px;      background:#ffffff;      border:1px solid var(--idl-line);      text-align:center;      transition:       transform .25s ease,       box-shadow .25s ease;   }    #idl-door-lock .idl-swatch{     width:34px;     height:34px;      margin:0 auto 7px;      border-radius:50%;      border:2px solid #ffffff;      box-shadow:       0 0 0 1px rgba(0,0,0,.14);   }    #idl-door-lock .idl-swatch-white{     background:#f5f5f3;   }    #idl-door-lock .idl-swatch-silver{     background:#b7bec3;   }    #idl-door-lock .idl-swatch-gold{     background:#d6a321;   }    #idl-door-lock .idl-swatch-black{     background:#171717;   }    #idl-door-lock .idl-color strong{     display:block;      color:var(--idl-ink);      font-size:11px;   }     \/* ========================================      HIGHLIGHTS   ======================================== *\/    #idl-door-lock .idl-highlight-grid{     display:grid;     gap:9px;      margin-top:18px;   }    #idl-door-lock .idl-highlight{     padding:16px;      border-radius:18px;      background:#ffffff;      border:1px solid var(--idl-line);      transition:       transform .25s ease,       box-shadow .25s ease;   }    #idl-door-lock .idl-highlight-tag{     display:inline-flex;     align-items:center;     gap:6px;      margin-bottom:8px;     padding:6px 9px;      border-radius:999px;      background:#e8f3f9;      color:#174e70;      font-size:10px;     font-weight:850;   }    #idl-door-lock .idl-highlight strong{     display:block;      margin-bottom:4px;      color:var(--idl-ink);      font-size:15px;   }    #idl-door-lock .idl-highlight p{     margin:0;      color:var(--idl-body);      font-size:12px;     line-height:1.55;   }     \/* ========================================      SPECS   ======================================== *\/    #idl-door-lock .idl-specs{     margin-top:18px;      overflow:hidden;      border-radius:17px;      background:#ffffff;      border:1px solid var(--idl-line);   }    #idl-door-lock .idl-spec-row{     display:grid;      grid-template-columns:       39% 61%;      border-bottom:       1px solid var(--idl-line);   }    #idl-door-lock .idl-spec-row:last-child{     border-bottom:0;   }    #idl-door-lock .idl-spec-key,   #idl-door-lock .idl-spec-value{     padding:12px 10px;      font-size:12px;     line-height:1.45;   }    #idl-door-lock .idl-spec-key{     color:#253d4b;      background:#eaf3f8;      font-weight:850;   }    #idl-door-lock .idl-spec-value{     color:#59636a;      background:#ffffff;   }     \/* ========================================      NOTICE   ======================================== *\/    #idl-door-lock .idl-notice{     margin-top:16px;      padding:15px;      border-left:       4px solid var(--idl-blue);      border-radius:       4px 15px 15px 4px;      background:#edf7fc;      color:#274a5f;      font-size:12px;     line-height:1.62;   }     \/* ========================================      FAQ   ======================================== *\/    #idl-door-lock .idl-faq{     margin-top:17px;   }    #idl-door-lock .idl-faq details{     margin:8px 0;      overflow:hidden;      border-radius:15px;      background:#ffffff;      border:1px solid var(--idl-line);   }    #idl-door-lock .idl-faq summary{     position:relative;      padding:       15px 42px 15px 14px;      cursor:pointer;      list-style:none;      color:var(--idl-ink);      font-size:13px;     line-height:1.45;     font-weight:850;   }    #idl-door-lock .idl-faq summary::-webkit-details-marker{     display:none;   }    #idl-door-lock .idl-faq summary::after{     content:'+';      position:absolute;      right:15px;     top:50%;      transform:translateY(-50%);      color:var(--idl-blue);      font-size:21px;     font-weight:800;   }    #idl-door-lock .idl-faq details[open] summary::after{     content:'−';   }    #idl-door-lock .idl-faq-answer{     padding:       0 14px 15px;      color:var(--idl-body);      font-size:12px;     line-height:1.62;   }     \/* ========================================      CTA   ======================================== *\/    #idl-door-lock .idl-cta{     padding:30px 17px;      text-align:center;      color:#f7fbfe;      background:       radial-gradient(         circle at 10% 0%,         rgba(83,181,230,.22),         transparent 32%       ),       var(--idl-navy);      border:1px solid var(--idl-dark-line);      box-shadow:var(--idl-shadow);   }    #idl-door-lock .idl-cta .idl-copy{     max-width:650px;      margin-left:auto;     margin-right:auto;      color:#d4e0e7;   }    #idl-door-lock .idl-cta-tags{     display:flex;     flex-wrap:wrap;     justify-content:center;     gap:7px;      margin:       16px 0 19px;   }    #idl-door-lock .idl-cta-tag{     padding:7px 10px;      border-radius:999px;      background:       rgba(255,255,255,.07);      border:       1px solid rgba(255,255,255,.12);      color:#f7fbfe;      font-size:10px;     font-weight:850;   }    #idl-door-lock .idl-button{     display:block;      width:100%;      padding:16px 18px;      border-radius:14px;      background:       linear-gradient(         135deg,         #3aa9df,         #176b9d       );      color:#ffffff;      text-decoration:none;      font-size:14px;     font-weight:900;      box-shadow:       0 12px 30px rgba(0,0,0,.21);      transition:       transform .22s ease,       box-shadow .22s ease;   }    #idl-door-lock .idl-button:active{     transform:scale(.985);   }    #idl-door-lock .idl-note{     margin-top:10px;      color:#cfdae1;      font-size:11px;     line-height:1.55;   }     \/* ========================================      CONTAINER QUERY   ======================================== *\/    @container idlProduct (min-width:680px){      #idl-door-lock{       padding-left:17px;       padding-right:17px;     }      #idl-door-lock .idl-pad{       padding:36px 32px;     }      #idl-door-lock .idl-hero-copy{       padding:34px 32px 28px;     }      #idl-door-lock .idl-hero-tags{       padding:         0 32px 30px;     }      #idl-door-lock .idl-hero-text{       font-size:15px;     }      #idl-door-lock .idl-mini-grid{       grid-template-columns:         repeat(3,1fr);     }      #idl-door-lock .idl-benefit-grid{       grid-template-columns:         repeat(3,1fr);     }      #idl-door-lock .idl-step-grid{       grid-template-columns:         repeat(3,1fr);     }      #idl-door-lock .idl-step{       grid-template-columns:1fr;     }      #idl-door-lock .idl-install-grid{       grid-template-columns:         repeat(2,1fr);     }      #idl-door-lock .idl-use-grid{       grid-template-columns:         repeat(4,1fr);     }      #idl-door-lock .idl-color-grid{       grid-template-columns:         repeat(4,1fr);     }      #idl-door-lock .idl-highlight-grid{       grid-template-columns:         repeat(3,1fr);     }      #idl-door-lock .idl-button{       max-width:450px;        margin-left:auto;       margin-right:auto;     }   }     \/* ========================================      HOVER   ======================================== *\/    @media (hover:hover){      #idl-door-lock .idl-card:hover,     #idl-door-lock .idl-benefit:hover,     #idl-door-lock .idl-use:hover,     #idl-door-lock .idl-highlight:hover,     #idl-door-lock .idl-color:hover{       transform:         translateY(-4px)         scale(1.004);        box-shadow:         0 23px 52px         rgba(25,45,58,.17);     }      #idl-door-lock .idl-card:hover::after{       transform:translateX(125%);     }      #idl-door-lock .idl-mini:hover{       transform:         translateY(-3px)         scale(1.003);        background:         rgba(255,255,255,.075);        border-color:         rgba(134,210,246,.20);     }      #idl-door-lock .idl-button:hover{       transform:translateY(-2px);        box-shadow:         0 16px 36px         rgba(0,0,0,.27);     }   }     \/* ========================================      REDUCED MOTION   ======================================== *\/    @media (prefers-reduced-motion:reduce){      #idl-door-lock .idl-shimmer-light,     #idl-door-lock .idl-shimmer-dark,     #idl-door-lock .idl-marquee-track{       animation:none !important;     }      #idl-door-lock .idl-card,     #idl-door-lock .idl-mini,     #idl-door-lock .idl-benefit,     #idl-door-lock .idl-use,     #idl-door-lock .idl-highlight,     #idl-door-lock .idl-color,     #idl-door-lock .idl-button{       transition:none !important;     }   } \u003c\/style\u003e \u003cdiv id=\"idl-door-lock\"\u003e \u003c!-- ==================================================        01 \/ PAIN-FIRST HERO        UNIQUE IMAGE 1   =================================================== --\u003e \u003csection class=\"idl-section idl-hero idl-card\"\u003e \u003cdiv class=\"idl-hero-copy\"\u003e \u003cdiv class=\"idl-pain-pill\"\u003eWHEN YOUR MAIN LOCK DOESN'T FEEL LIKE ENOUGH AT NIGHT\u003c\/div\u003e \u003ch2 class=\"idl-hero-title idl-shimmer-dark\"\u003eAdd One More Interior Barrier Before You Call It a Night.\u003c\/h2\u003e \u003cp class=\"idl-hero-text\"\u003eReinforce a compatible inward-opening door from the inside with a compact flip-style latch designed to add another physical barrier while you are home.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-hero-image\"\u003e\u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/cefa73b3-0e35-446e-8dba-2e4f08b92805.png?v=1789787364\u0026amp;width=1946\" alt=\"Interior door reinforcement lock installed at night on an inward-opening door\" loading=\"eager\"\u003e\u003c\/div\u003e \u003cdiv class=\"idl-hero-tags\"\u003e \u003cspan class=\"idl-hero-tag\"\u003e 🔒 Added Interior Barrier \u003c\/span\u003e \u003cspan class=\"idl-hero-tag\"\u003e ↻ 180° Flip Design \u003c\/span\u003e \u003cspan class=\"idl-hero-tag\"\u003e 🏠 Low-Profile Look \u003c\/span\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        MARQUEE   =================================================== --\u003e \u003csection class=\"idl-section idl-marquee\"\u003e \u003cdiv class=\"idl-marquee-track\"\u003e \u003cdiv class=\"idl-marquee-group\"\u003e \u003cspan class=\"idl-marquee-item\"\u003e INTERIOR REINFORCEMENT \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e MADE FOR INWARD-OPENING DOORS \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e 180° FLIP OPERATION \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e LOW-PROFILE METAL BODY \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e 4 MODERN FINISHES \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"idl-marquee-group\"\u003e \u003cspan class=\"idl-marquee-item\"\u003e INTERIOR REINFORCEMENT \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e MADE FOR INWARD-OPENING DOORS \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e 180° FLIP OPERATION \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e LOW-PROFILE METAL BODY \u003c\/span\u003e \u003cspan class=\"idl-marquee-item\"\u003e 4 MODERN FINISHES \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        02 \/ PAIN   =================================================== --\u003e \u003csection class=\"idl-section idl-dark idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eWhen One Lock Doesn't Feel Like Enough\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-dark\"\u003eYour Main Lock Handles Everyday Access. This Adds Another Barrier From the Inside.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eFor compatible inward-opening doors, the reinforcement latch gives you an additional mechanical obstacle between the closed door and unwanted opening. It is designed to supplement—not replace—your primary lock.\u003c\/p\u003e \u003cdiv class=\"idl-mini-grid\"\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e🔐\u003c\/div\u003e \u003cstrong\u003e Existing Lock Stays in Place \u003c\/strong\u003e \u003cp\u003eUse the reinforcement latch together with your normal door hardware rather than in place of it.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e🛡️\u003c\/div\u003e \u003cstrong\u003e Another Physical Barrier \u003c\/strong\u003e \u003cp\u003eAdds another point of resistance while the door is closed and the latch is engaged.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e🌙\u003c\/div\u003e \u003cstrong\u003e Especially Useful at Night \u003c\/strong\u003e \u003cp\u003eFlip it into position before bed when you want an extra interior reinforcement layer.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        03 \/ INWARD-OPENING DESIGN        UNIQUE IMAGE 2   =================================================== --\u003e \u003csection class=\"idl-section idl-image idl-card\"\u003e\u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/d99185ce-ad00-4718-b83c-76d62c7296c4.png?v=1789787364\u0026amp;width=1946\" alt=\"180 degree door reinforcement lock designed for inward-opening doors\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection class=\"idl-section idl-light idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eDesigned Around the Way the Door Opens\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-light\"\u003eReinforcement When You Need It. Normal Door Movement When You Don't.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eThe 180-degree flip structure is designed for compatible inward-opening doors. When the latch is moved out of the engaged position, the door can return to normal everyday operation.\u003c\/p\u003e \u003cdiv class=\"idl-benefit-grid\"\u003e \u003cdiv class=\"idl-benefit\"\u003e \u003cdiv class=\"idl-benefit-tag\"\u003e↻ 180° Flip\u003c\/div\u003e \u003cstrong\u003e Swing the Lock Into Position When Needed \u003c\/strong\u003e \u003cp\u003eThe rotating mechanism makes engagement easy to understand during everyday use.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-benefit\"\u003e \u003cdiv class=\"idl-benefit-tag\"\u003e🚪 Inward-Opening\u003c\/div\u003e \u003cstrong\u003e Built Around Compatible Door Geometry \u003c\/strong\u003e \u003cp\u003eDoor direction, frame clearance and mounting position must all be checked before installation.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-benefit\"\u003e \u003cdiv class=\"idl-benefit-tag\"\u003e🏠 Everyday Access\u003c\/div\u003e \u003cstrong\u003e Move It Out of the Way When It Isn't Engaged \u003c\/strong\u003e \u003cp\u003eThe flip-style format is intended to preserve normal use of a compatible door when unlocked.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        04 \/ LOW PROFILE        UNIQUE IMAGE 3   =================================================== --\u003e \u003csection class=\"idl-section idl-image idl-card\"\u003e\u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ca5dde23-ec57-462d-b12b-f214b8e1ee8d.png?v=1789787364\u0026amp;width=1946\" alt=\"Low-profile interior door reinforcement lock in a modern bedroom\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection class=\"idl-section idl-light-alt idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eSecurity Hardware Doesn't Have to Dominate the Room\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-light\"\u003eCompact Enough to Blend In Once It's Installed.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eThe low-profile shape keeps the installed hardware visually restrained, making it easier to use in bedrooms, apartments and modern interiors without adding a large industrial-looking door device.\u003c\/p\u003e \u003cdiv class=\"idl-use-grid\"\u003e \u003cdiv class=\"idl-use\"\u003e \u003cspan\u003e🏠\u003c\/span\u003e \u003cstrong\u003eHome Entry\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"idl-use\"\u003e \u003cspan\u003e🛏️\u003c\/span\u003e \u003cstrong\u003eBedroom\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"idl-use\"\u003e \u003cspan\u003e🏢\u003c\/span\u003e \u003cstrong\u003eApartment\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"idl-use\"\u003e \u003cspan\u003e🚪\u003c\/span\u003e \u003cstrong\u003eInterior Entry Door\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        05 \/ BUILD        UNIQUE IMAGE 4   =================================================== --\u003e \u003csection class=\"idl-section idl-image idl-card\"\u003e\u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/6656bdbd-f00d-4868-afbd-5f37df354f13.png?v=1789787364\u0026amp;width=1946\" alt=\"Metal door reinforcement lock showing thickened body and reinforced mounting plate\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection class=\"idl-section idl-dark idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eSolid Construction Without a Bulky Shape\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-dark\"\u003eMetal Body. Reinforced Mounting Plate. Clean Installed Profile.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eThe current product listing identifies a sturdy metal body, multiple mounting points and a reinforced plate structure designed for repeated everyday engagement.\u003c\/p\u003e \u003cdiv class=\"idl-mini-grid\"\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e🔩\u003c\/div\u003e \u003cstrong\u003e Metal Construction \u003c\/strong\u003e \u003cp\u003eThe listing identifies the main body as metal rather than a lightweight plastic housing.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e🧱\u003c\/div\u003e \u003cstrong\u003e Reinforced Plate \u003c\/strong\u003e \u003cp\u003eMultiple attachment points support a more stable mechanical installation.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-mini\"\u003e \u003cdiv class=\"idl-mini-icon\"\u003e✨\u003c\/div\u003e \u003cstrong\u003e Smooth Finish \u003c\/strong\u003e \u003cp\u003eRounded edges and a refined surface help the lock fit more naturally into home interiors.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        06 \/ INSTALLATION   =================================================== --\u003e \u003csection class=\"idl-section idl-blue-card idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eChoose the Installation Method That Fits the Door\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-light\"\u003ePermanent Mechanical Mount or Compatible Adhesive Setup.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eThe product page lists both screw mounting and adhesive-style installation. They should not be treated as equal in every situation.\u003c\/p\u003e \u003cdiv class=\"idl-install-grid\"\u003e \u003cdiv class=\"idl-install idl-install-screw\"\u003e \u003cstrong\u003e 🔩 Screw Mount \u003c\/strong\u003e \u003cp\u003eBetter suited when you want a firmer, more permanent mechanical attachment and the door\/frame allows drilling.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"idl-install idl-install-adhesive\"\u003e \u003cstrong\u003e ◻️ Adhesive Mount \u003c\/strong\u003e \u003cp\u003eMay be suitable for certain smooth compatible surfaces and lighter-duty use where drilling is not preferred. Adhesive performance depends on the surface and installation.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        07 \/ OPERATION   =================================================== --\u003e \u003csection class=\"idl-section idl-light idl-pad idl-card\"\u003e \u003cdiv class=\"idl-kicker\"\u003eSimple Everyday Operation\u003c\/div\u003e \u003ch2 class=\"idl-heading idl-shimmer-light\"\u003ePosition. Flip. Secure.\u003c\/h2\u003e \u003cp class=\"idl-copy\"\u003eOnce correctly installed on a compatible door and frame, daily engagement is designed to stay simple.\u003c\/p\u003e \u003cdiv class=\"idl-step-grid\"\u003e \u003cdiv class=\"idl-step\"\u003e \u003cdiv class=\"idl-step-num\"\u003e01\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Position \u003c\/strong\u003e \u003cp\u003eInstall the latch in the correct location for your inward-opening door and frame.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"idl-step\"\u003e \u003cdiv class=\"idl-step-num\"\u003e02\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Flip \u003c\/strong\u003e \u003cp\u003eRotate the reinforcement body toward the door into its engaged position.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"idl-step\"\u003e \u003cdiv class=\"idl-step-num\"\u003e03\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Secure \u003c\/strong\u003e \u003cp\u003eUse the secondary latch together with your normal primary door lock when additional reinforcement is desired.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ==================================================        08 \/ NIGHT USE        UNIQUE IMAGE 5   =================================================== --\u003e \u003csection class=\"idl-section idl-image idl-card\"\u003e\u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/972ff82f-ac28-4740-ab7c-1854481773c5.png?v=1789787364\u0026amp;width=1946\" alt=\"Woman engaging a low-profile door reinforcement lock from inside at n\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HSY","offers":[{"title":"White","offer_id":54748654371091,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":54748654403859,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":54748654436627,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":54748654469395,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9368\/3219\/files\/cefa73b3-0e35-446e-8dba-2e4f08b92805.png?v=1789802228","url":"https:\/\/harikarionthebeat.com\/products\/180-inward-opening-door-reinforcement-lock-low-profile-anti-theft-security-latch","provider":"harikarionthebeat","version":"1.0","type":"link"}