{"product_id":"tool-free-lock","title":"Tool-Free Child Safety Door Lock","description":"\u003cstyle\u003e\n  .tf-lock-page {\n    --tf-dark: #163b43;\n    --tf-text: #273438;\n    --tf-muted: #667477;\n    --tf-primary: #f26b3a;\n    --tf-primary-dark: #d95529;\n    --tf-soft: #eef8f7;\n    --tf-warm: #fff5ef;\n    --tf-border: #e3ebeb;\n    --tf-white: #ffffff;\n    --tf-success: #16845b;\n\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--tf-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.62;\n  }\n\n  .tf-lock-page,\n  .tf-lock-page * {\n    box-sizing: border-box;\n  }\n\n  .tf-lock-page h2,\n  .tf-lock-page h3,\n  .tf-lock-page p {\n    margin-top: 0;\n  }\n\n  .tf-lock-page h2 {\n    margin-bottom: 12px;\n    color: var(--tf-dark);\n    font-size: 28px;\n    line-height: 1.22;\n    letter-spacing: -0.4px;\n  }\n\n  .tf-lock-page h3 {\n    margin-bottom: 7px;\n    color: var(--tf-dark);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .tf-lock-page p {\n    margin-bottom: 14px;\n  }\n\n  .tf-lock-page strong {\n    color: var(--tf-dark);\n  }\n\n  .tf-section {\n    margin: 18px 0;\n    padding: 26px 22px;\n    overflow: hidden;\n    background: var(--tf-white);\n    border: 1px solid var(--tf-border);\n    border-radius: 20px;\n    box-shadow: 0 6px 22px rgba(22, 59, 67, 0.06);\n  }\n\n  .tf-section-soft {\n    background: var(--tf-soft);\n    border-color: #d9ece9;\n  }\n\n  .tf-section-warm {\n    background: var(--tf-warm);\n    border-color: #f2ded3;\n  }\n\n  .tf-center {\n    text-align: center;\n  }\n\n  .tf-heading {\n    max-width: 650px;\n    margin: 0 auto 20px;\n    text-align: center;\n  }\n\n  .tf-heading p {\n    margin-bottom: 0;\n    color: var(--tf-muted);\n  }\n\n  .tf-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 13px;\n    color: var(--tf-dark);\n    background: #dcefed;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n  }\n\n  .tf-hero {\n    padding: 34px 24px;\n    text-align: center;\n    background:\n      linear-gradient(\n        135deg,\n        #eef9f7 0%,\n        #ffffff 55%,\n        #fff2eb 100%\n      );\n    border: 1px solid #dfeceb;\n    border-radius: 22px;\n  }\n\n  .tf-hero h2 {\n    max-width: 680px;\n    margin-right: auto;\n    margin-left: auto;\n    font-size: 32px;\n  }\n\n  .tf-hero p {\n    max-width: 670px;\n    margin-right: auto;\n    margin-bottom: 21px;\n    margin-left: auto;\n    color: #536367;\n  }\n\n  .tf-button {\n    display: inline-block;\n    padding: 15px 26px;\n    color: #ffffff !important;\n    background: var(--tf-primary);\n    border-radius: 50px;\n    box-shadow: 0 7px 16px rgba(242, 107, 58, 0.24);\n    font-size: 16px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none !important;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease;\n  }\n\n  .tf-button:hover {\n    background: var(--tf-primary-dark);\n    transform: translateY(-1px);\n  }\n\n  .tf-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin: 16px 0;\n  }\n\n  .tf-trust-item {\n    padding: 14px 8px;\n    color: var(--tf-dark);\n    background: #ffffff;\n    border: 1px solid var(--tf-border);\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.35;\n    text-align: center;\n  }\n\n  .tf-trust-icon {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 21px;\n  }\n\n  .tf-image-wrap {\n    width: 100%;\n    max-width: 700px;\n    margin: 18px auto 0;\n    overflow: hidden;\n    background: #f4f6f6;\n    border-radius: 18px;\n  }\n\n  .tf-image {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    margin: 0 auto;\n    object-fit: contain;\n    border-radius: 18px;\n  }\n\n  .tf-image-note {\n    max-width: 700px;\n    margin: 10px auto 0;\n    color: var(--tf-muted);\n    font-size: 12px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  .tf-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .tf-benefit-card {\n    padding: 18px;\n    background: #f7f9f9;\n    border: 1px solid #e8eeee;\n    border-radius: 15px;\n  }\n\n  .tf-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 10px;\n    color: #ffffff;\n    background: var(--tf-success);\n    border-radius: 50%;\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .tf-benefit-card p {\n    margin-bottom: 0;\n    color: var(--tf-muted);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .tf-check-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .tf-check-list li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 31px;\n  }\n\n  .tf-check-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .tf-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 2px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 21px;\n    height: 21px;\n    color: #ffffff;\n    background: var(--tf-success);\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .tf-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 22px;\n  }\n\n  .tf-mini-label {\n    display: inline-block;\n    margin-bottom: 9px;\n    padding: 5px 10px;\n    color: var(--tf-dark);\n    background: #dcefed;\n    border-radius: 40px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .tf-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n\n  .tf-use-item {\n    padding: 15px 8px;\n    background: #f6f8f8;\n    border-radius: 13px;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.35;\n    text-align: center;\n  }\n\n  .tf-use-icon {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 22px;\n  }\n\n  .tf-compatibility-box {\n    margin-top: 16px;\n    padding: 16px;\n    background: #ffffff;\n    border-left: 4px solid var(--tf-primary);\n    border-radius: 10px;\n  }\n\n  .tf-compatibility-box p {\n    margin-bottom: 7px;\n  }\n\n  .tf-compatibility-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .tf-warning {\n    padding: 15px;\n    color: #62431f;\n    background: #fff8e8;\n    border: 1px solid #f0dfb8;\n    border-radius: 11px;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .tf-pack-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    align-items: stretch;\n    gap: 12px;\n  }\n\n  .tf-pack-card {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    padding: 13px;\n    background: #ffffff;\n    border: 2px solid #e4eaea;\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .tf-pack-card.tf-popular {\n    border-color: var(--tf-primary);\n    box-shadow: 0 8px 20px rgba(242, 107, 58, 0.12);\n  }\n\n  .tf-popular-badge {\n    display: inline-block;\n    align-self: center;\n    margin: -2px 0 9px;\n    padding: 6px 11px;\n    color: #ffffff;\n    background: var(--tf-primary);\n    border-radius: 50px;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .tf-pack-image-wrap {\n    overflow: hidden;\n    margin-bottom: 11px;\n    background: #f6f7f7;\n    border-radius: 12px;\n  }\n\n  .tf-pack-image {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n  }\n\n  .tf-pack-title {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--tf-dark);\n    font-size: 19px;\n    font-weight: 800;\n  }\n\n  .tf-pack-card p {\n    margin-bottom: 0;\n    color: var(--tf-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .tf-faq details {\n    padding: 15px 0;\n    border-bottom: 1px solid var(--tf-border);\n  }\n\n  .tf-faq details:last-child {\n    border-bottom: 0;\n  }\n\n  .tf-faq summary {\n    position: relative;\n    padding-right: 30px;\n    color: var(--tf-dark);\n    cursor: pointer;\n    font-weight: 800;\n    line-height: 1.45;\n    list-style: none;\n  }\n\n  .tf-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tf-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: -4px;\n    right: 2px;\n    color: var(--tf-primary);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .tf-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .tf-faq details p {\n    margin: 10px 0 0;\n    color: var(--tf-muted);\n    font-size: 14px;\n  }\n\n  .tf-final-cta {\n    padding: 31px 22px;\n    color: #ffffff;\n    background: var(--tf-dark);\n    border-radius: 21px;\n    text-align: center;\n  }\n\n  .tf-final-cta h2 {\n    color: #ffffff;\n  }\n\n  .tf-final-cta p {\n    max-width: 620px;\n    margin-right: auto;\n    margin-bottom: 20px;\n    margin-left: auto;\n    color: #dce8e9;\n  }\n\n  .tf-final-cta .tf-button {\n    color: #ffffff !important;\n  }\n\n  .tf-disclaimer {\n    margin-top: 15px;\n    padding: 15px;\n    color: #6b5427;\n    background: #fff8e7;\n    border: 1px solid #f0e0bd;\n    border-radius: 11px;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tf-lock-page {\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    .tf-lock-page h2 {\n      font-size: 23px;\n      line-height: 1.25;\n    }\n\n    .tf-lock-page h3 {\n      font-size: 17px;\n    }\n\n    .tf-hero {\n      padding: 26px 16px;\n      border-radius: 17px;\n    }\n\n    .tf-hero h2 {\n      font-size: 26px;\n    }\n\n    .tf-section {\n      margin: 14px 0;\n      padding: 21px 15px;\n      border-radius: 16px;\n    }\n\n    .tf-trust-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 8px;\n    }\n\n    .tf-trust-item {\n      padding: 12px 6px;\n      font-size: 12px;\n    }\n\n    .tf-benefit-grid,\n    .tf-two-column {\n      grid-template-columns: 1fr;\n    }\n\n    .tf-two-column {\n      gap: 14px;\n    }\n\n    .tf-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .tf-pack-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .tf-pack-card {\n      padding: 14px;\n    }\n\n    .tf-image-wrap,\n    .tf-image {\n      border-radius: 14px;\n    }\n\n    .tf-button {\n      width: 100%;\n      max-width: 360px;\n      padding: 15px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tf-lock-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"tf-hero\"\u003e\u003cspan class=\"tf-eyebrow\"\u003eTool-Free Child Safety\u003c\/span\u003e\n\u003ch2\u003eHelp Keep Curious Little Hands Away From Restricted Rooms\u003c\/h2\u003e\n\u003cp\u003eAdd an extra layer of protection to interior doors without drilling, screws, adhesive strips, or permanent changes to your home.\u003c\/p\u003e\n\u003ca class=\"tf-button\" href=\"#product-form\"\u003e Choose Your Pack \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- QUICK TRUST POINTS --\u003e\n\u003cdiv class=\"tf-trust-grid\"\u003e\n\u003cdiv class=\"tf-trust-item\"\u003e\n\u003cspan class=\"tf-trust-icon\"\u003e🛠️\u003c\/span\u003e No Tools Needed\u003c\/div\u003e\n\u003cdiv class=\"tf-trust-item\"\u003e\n\u003cspan class=\"tf-trust-icon\"\u003e🚫\u003c\/span\u003e No Adhesive\u003c\/div\u003e\n\u003cdiv class=\"tf-trust-item\"\u003e\n\u003cspan class=\"tf-trust-icon\"\u003e↔️\u003c\/span\u003e Opens Both Sides\u003c\/div\u003e\n\u003cdiv class=\"tf-trust-item\"\u003e\n\u003cspan class=\"tf-trust-icon\"\u003e🏠\u003c\/span\u003e Rental-Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003csection class=\"tf-section tf-section-soft\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003cspan class=\"tf-mini-label\"\u003eSimple Slide-On Design\u003c\/span\u003e\n\u003ch2\u003eChildproof an Interior Door in Seconds\u003c\/h2\u003e\n\u003cp\u003eSlide the lock onto a compatible door and jamb, position it above your child’s reach, and test the mechanism before use. No complicated hardware or permanent installation is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-image-wrap\"\u003e\u003cimg class=\"tf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_6_e4a21602-6100-4bf1-b5ce-49ec902dc18a.jpg?v=1785826165\" alt=\"Tool-free interior child safety door lock installation\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cp class=\"tf-image-note\"\u003eDoor styles and dimensions vary. Review the compatibility section below and measure your door before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CORE BENEFITS --\u003e\n\u003csection class=\"tf-section\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003ch2\u003eDesigned for Safer, Easier Everyday Living\u003c\/h2\u003e\n\u003cp\u003eRestrict access to rooms containing cleaning products, toiletries, office equipment, fragile items, or other things children should not reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-benefit-grid\"\u003e\n\u003cdiv class=\"tf-benefit-card\"\u003e\n\u003cspan class=\"tf-benefit-icon\"\u003e✓\u003c\/span\u003e\n\u003ch3\u003eNo Drilling or Screws\u003c\/h3\u003e\n\u003cp\u003eAvoid making permanent holes in your door, frame, or surrounding trim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-benefit-card\"\u003e\n\u003cspan class=\"tf-benefit-icon\"\u003e✓\u003c\/span\u003e\n\u003ch3\u003eNo Sticky Residue\u003c\/h3\u003e\n\u003cp\u003eInstalls without adhesive strips that may damage paint or leave residue behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-benefit-card\"\u003e\n\u003cspan class=\"tf-benefit-icon\"\u003e✓\u003c\/span\u003e\n\u003ch3\u003ePositioned Out of Reach\u003c\/h3\u003e\n\u003cp\u003eInstall the latch higher on the door edge, away from curious little hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-benefit-card\"\u003e\n\u003cspan class=\"tf-benefit-icon\"\u003e✓\u003c\/span\u003e\n\u003ch3\u003eEasy to Reposition\u003c\/h3\u003e\n\u003cp\u003eMove it to another compatible interior door as your family’s needs change.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM COMPARISON IMAGE --\u003e\n\u003csection class=\"tf-section tf-section-warm\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003cspan class=\"tf-mini-label\"\u003eProtect Without Permanent Damage\u003c\/span\u003e\n\u003ch2\u003eA Smarter Alternative to Complicated Door Locks\u003c\/h2\u003e\n\u003cp\u003eSkip low-mounted locks children may reach, adhesive devices that can damage paint, and hardware that requires drilling into your door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-image-wrap\"\u003e\u003cimg class=\"tf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_2_dfbdcc03-005b-4cc3-978d-61ccfefad9ee.jpg?v=1785826165\" alt=\"Comparison with adhesive and drill-mounted child safety door locks\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ADULT ACCESS --\u003e\n\u003csection class=\"tf-section\"\u003e\n\u003cdiv class=\"tf-two-column\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"tf-mini-label\"\u003eAdult-Friendly Access\u003c\/span\u003e\n\u003ch2\u003eAdults Can Release It From Either Side\u003c\/h2\u003e\n\u003cp\u003eThe two-sided release design helps adults enter or exit the room without needing to remove the entire lock.\u003c\/p\u003e\n\u003cul class=\"tf-check-list\"\u003e\n\u003cli\u003ePush the latch from one side\u003c\/li\u003e\n\u003cli\u003ePull the sliders from the other side\u003c\/li\u003e\n\u003cli\u003eConvenient for everyday family use\u003c\/li\u003e\n\u003cli\u003eHelps reduce accidental lock-ins\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-image-wrap\" style=\"margin-top: 0;\"\u003e\u003cimg class=\"tf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_3_93ce9173-2677-47b3-aa74-c726103698b1.jpg?v=1785826165\" alt=\"Adult opening the child safety door lock from either side\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DISABLE FUNCTION --\u003e\n\u003csection class=\"tf-section tf-section-soft\"\u003e\n\u003cdiv class=\"tf-two-column\"\u003e\n\u003cdiv class=\"tf-image-wrap\" style=\"margin-top: 0;\"\u003e\u003cimg class=\"tf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_5_f5f028c7-635c-4d62-8046-7ad07c11f92b.jpg?v=1785826165\" alt=\"Child safety door lock disable switch\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"tf-mini-label\"\u003eUse It Only When Needed\u003c\/span\u003e\n\u003ch2\u003eQuickly Disengage the Lock\u003c\/h2\u003e\n\u003cp\u003eFlip the built-in switch to temporarily disable the safety latch. When disengaged, the door can operate normally without removing the device.\u003c\/p\u003e\n\u003cul class=\"tf-check-list\"\u003e\n\u003cli\u003eConvenient during supervised use\u003c\/li\u003e\n\u003cli\u003eNo need to uninstall the lock\u003c\/li\u003e\n\u003cli\u003eRe-engage it when protection is needed again\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"tf-section\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003ch2\u003eIdeal for Restricted Areas Around the Home\u003c\/h2\u003e\n\u003cp\u003eUse it on compatible interior doors to help control which rooms your child can access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-use-grid\"\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🛁\u003c\/span\u003e Bathrooms\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🧴\u003c\/span\u003e Cleaning Closets\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🧺\u003c\/span\u003e Laundry Rooms\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e💻\u003c\/span\u003e Home Offices\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e📦\u003c\/span\u003e Storage Rooms\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🥫\u003c\/span\u003e Pantries\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🐾\u003c\/span\u003e Pet Areas\u003c\/div\u003e\n\u003cdiv class=\"tf-use-item\"\u003e\n\u003cspan class=\"tf-use-icon\"\u003e🚪\u003c\/span\u003e Bedrooms\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection class=\"tf-section tf-section-warm\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003cspan class=\"tf-mini-label\"\u003eMeasure Before Ordering\u003c\/span\u003e\n\u003ch2\u003eCheck Your Door for the Best Fit\u003c\/h2\u003e\n\u003cp\u003eThis product is intended for compatible standard interior doors. It is not designed for exterior entry doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-image-wrap\"\u003e\u003cimg class=\"tf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_4_cb90204a-f711-4294-84a2-33df4551fd5b.jpg?v=1785826164\" alt=\"Interior door thickness and jamb compatibility guide\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tf-compatibility-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended door thickness:\u003c\/strong\u003e 1⅜–1¾ inches, approximately 3.5–4.5 cm.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eJamb surface:\u003c\/strong\u003e Check for approximately 1⅜ inches or 3.5 cm of suitable mounting space.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended use:\u003c\/strong\u003e Interior doors only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-warning\" style=\"margin-top: 13px;\"\u003eDoor frames, trim, hinges, molding, and opening direction can vary. Measure the intended installation area and confirm that the door can close and latch correctly before use.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACK OPTIONS --\u003e\n\u003csection class=\"tf-section\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003cspan class=\"tf-mini-label\"\u003eProtect More Rooms\u003c\/span\u003e\n\u003ch2\u003eChoose the Right Pack for Your Home\u003c\/h2\u003e\n\u003cp\u003eStart with one important room or protect multiple restricted areas with a multi-pack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-pack-grid\"\u003e\n\u003c!-- 1 PACK --\u003e\n\u003cdiv class=\"tf-pack-card\"\u003e\n\u003cdiv class=\"tf-pack-image-wrap\"\u003e\u003cimg class=\"tf-pack-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_344f1fae-760d-49cd-80c3-843940f23c63.jpg?v=1785826842\" alt=\"One child safety interior door lock\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cspan class=\"tf-pack-title\"\u003e1-Pack\u003c\/span\u003e\n\u003cp\u003eA simple choice for one bathroom, office, closet, or storage room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 PACK --\u003e\n\u003cdiv class=\"tf-pack-card tf-popular\"\u003e\n\u003cspan class=\"tf-popular-badge\"\u003eMost Popular\u003c\/span\u003e\n\u003cdiv class=\"tf-pack-image-wrap\"\u003e\u003cimg class=\"tf-pack-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_1_29807827-d12a-4595-8bcc-ebedfb1c675b.jpg?v=1785826842\" alt=\"Two child safety interior door locks\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cspan class=\"tf-pack-title\"\u003e2-Pack\u003c\/span\u003e\n\u003cp\u003eIdeal for protecting two frequently used restricted rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 PACK --\u003e\n\u003cdiv class=\"tf-pack-card\"\u003e\n\u003cdiv class=\"tf-pack-image-wrap\"\u003e\u003cimg class=\"tf-pack-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_2_3e436226-2569-42d0-90bc-161bde4e1c16.jpg?v=1785826842\" alt=\"Three child safety interior door locks\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cspan class=\"tf-pack-title\"\u003e3-Pack\u003c\/span\u003e\n\u003cp\u003eConvenient coverage for several rooms throughout your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tf-center\" style=\"margin-top: 20px;\"\u003e\u003ca class=\"tf-button\" href=\"#product-form\"\u003e Select Your Pack \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"tf-section tf-faq\"\u003e\n\u003cdiv class=\"tf-heading\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes installation require tools?\u003c\/summary\u003e\n\u003cp\u003eNo. The lock is designed to slide onto a compatible interior door and jamb without drilling, screws, nails, or adhesive.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan adults open it from both sides?\u003c\/summary\u003e\n\u003cp\u003eYes. Adults can push the latch from one side or pull the sliders from the opposite side.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the lock be temporarily disabled?\u003c\/summary\u003e\n\u003cp\u003eYes. Flip the built-in switch to disengage the lock when it is not needed. Re-engage it before relying on the safety function again.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it fit every door?\u003c\/summary\u003e\n\u003cp\u003eNo single lock is guaranteed to fit every door configuration. It is designed for compatible interior doors approximately 1⅜–1¾ inches thick. Measure your door and jamb before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used on an exterior door?\u003c\/summary\u003e\n\u003cp\u003eNo. The product is intended for compatible interior doors and should not be used as a security lock for an exterior entry door.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for rental homes?\u003c\/summary\u003e\n\u003cp\u003eIts tool-free, non-adhesive installation makes it a practical option for many rental homes and apartments, provided the door is compatible.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I move it to another room?\u003c\/summary\u003e\n\u003cp\u003eYes. The removable design allows it to be repositioned on another compatible interior door as your needs change.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"tf-final-cta\"\u003e\n\u003ch2\u003eCreate a Safer Home Without Permanent Installation\u003c\/h2\u003e\n\u003cp\u003eHelp limit access to restricted rooms while avoiding drilled holes, damaged paint, sticky residue, and complicated hardware.\u003c\/p\u003e\n\u003ca class=\"tf-button\" href=\"#product-form\"\u003e Choose Your Pack Today \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- SAFETY NOTICE --\u003e\n\u003cdiv class=\"tf-disclaimer\"\u003e\n\u003cstrong\u003eImportant safety notice:\u003c\/strong\u003e This product is an additional child-safety aid and is not a substitute for attentive adult supervision. Install it above the child’s reach, test the mechanism from both sides, and inspect the fit regularly. Discontinue use if the product becomes loose, damaged, or no longer operates correctly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003e❗Notes❗\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eDue to manual measurements, please allow for slight deviations.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eThe actual color of the item may vary slightly from what you see on your screen due to different display settings and lighting effects.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003eThank you for visiting our store! \u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e Have a wonderful shopping day! \u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🌟 WHY US? 🌟\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🌍 Global Reach: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eWe collaborate directly with manufacturers worldwide to guarantee top-notch quality.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e✅ Quality Assurance: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eOur dedicated Quality Control department ensures we keep our promises.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💰 Competitive Pricing:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eWe always offer the best prices without compromising on quality.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e😊 Outstanding Customer Service:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eWe are here to help you with anything you need.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🛍️ Exceptional Products: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eDiscover amazing products crafted with high quality in mind.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️ Customer Love:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eCheck out reviews from our happy customers!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0117\/2858\/4785\/files\/Untitled_design_480x480.png?v=1584882910\" width=\"700\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e✅ 30 DAY RISK-FREE GUARANTEE ✅\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eWe offer a risk-free 30-day guarantee that starts the moment you receive your item! 📦✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eIf you don't have a positive experience for any reason, we'll do whatever it takes to ensure you're 100% satisfied with your purchase. Your happiness is our priority! 😊\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🚚 SHIPPING \u0026amp; DELIVERY 🚚\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eAll orders are carefully packaged, prepared, and shipped out as fast as possible. 📦✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eWe offer worldwide shipping! 🌍✈️ For more exact shipping times, please consult our Shipping Policy, as certain locations have much faster delivery times.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eOnce your order is shipped, you'll receive a tracking number to monitor your package every step of the way! 📍🔍\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/622fe533aa671e570c7430bc6f5ec7f014897fdc.webp\" alt=\"622fe533aa671e570c7430bc6f5ec7f014897fdc.webp\" width=\"700\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/4d51aae4e18566a202f9f3df0f18a21e425683e2.webp\" width=\"700\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💡 TIP: SAVE ON SHIPPING! 💡\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cem\u003e\u003cstrong\u003eBuying 2 or more products at the same time will save you quite a lot on shipping fees! 📦💰\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/474d96367a8f4505a845563bca5a206446466986.jpeg\" width=\"700\"\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\n\u003cstrong\u003e🛒 Click On '\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eADD TO CART\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e' To Get Yours Now! 🛒\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💳 HOW TO PAY 💳\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003ePayments via PayPal®, Credit, and Debit Card. 💳\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eIf you want to checkout with a credit or debit card, simply enter your Card Number, Expiration Date, and CVV. 🛒✨\u003c\/strong\u003e\u003c\/p\u003e","brand":"Walmart247","offers":[{"title":"📦 1-Pack (Starter)","offer_id":53247491834165,"sku":null,"price":33.0,"currency_code":"AUD","in_stock":true},{"title":"📦 2-Pack (Most Popular )","offer_id":53247491866933,"sku":null,"price":63.0,"currency_code":"AUD","in_stock":true},{"title":"📦 3-Pack (Whole House )","offer_id":53247491899701,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_8_2612a9e2-cfb8-44aa-ab2d-29de135a5ada.jpg?v=1785826165","url":"https:\/\/walmart247.com\/products\/tool-free-lock","provider":"Walmart247","version":"1.0","type":"link"}