"Shove it" Shove Knife - Lock Bypass Tool for Quick Door Entry
:root { --shove-charcoal: #171717; --shove-ink: #24211f; --shove-muted: #5b5650; --shove-copper: #9a4d02; --shove-cream: #f8f6f1; --shove-line: #e2ded6; --shove-green: #2d6a4f; } . shove-page { color: var(--shove-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.7; } .shove-page * { box-sizing: border-box; } .shove-trust { align-items: center; background: var(--shove-charcoal); border-radius: 8px; color: #fff; display: flex; flex-wrap: wrap; font-size: 15px; font-weight: 700; gap: 8px 22px; justify-content: center; margin: 0 0 28px; padding: 14px 18px; } .shove-trust span::before, .shove-check li::before { color: #d98d33; content: "✓"; font-weight: 900; margin-right: 8px; } .shove-hero { background: linear-gradient(135deg, #121212 0%, #202020 64%, #3a2816 100%); border-radius: 10px; color: #fff; display: grid; gap: 32px; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr); margin-bottom: 28px; overflow: hidden; padding: 38px 32px; } .shove-badge { background: var(--shove-copper); border-radius: 999px; color: #fff; display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-bottom: 16px; padding: 7px 13px; text-transform: uppercase; } .shove-hero h2 { color: #fff; font-size: clamp(30px, 5vw, 46px); line-height: 1.08; margin: 0 0 16px; } .shove-hero p { color: rgba(255,255,255,0.84); margin: 0 0 22px; max-width: 690px; } .shove-stats { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(92px, 1fr)); max-width: 640px; } .shove-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; padding: 12px; text-align: center; } .shove-stat strong { color: #fff; display: block; font-size: 26px; line-height: 1; } .shove-stat span { color: rgba(255,255,255,0.7); display: block; font-size: 12px; margin-top: 6px; } .shove-photo img, .shove-hero img { aspect-ratio: 1 / 1; border-radius: 8px; display: block; height: auto; object-fit: cover; width: 100%; } .shove-photo { align-self: center; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 10px; padding: 12px; } .shove-reviews { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 34px; } .shove-review { background: #fff; border: 1px solid var(--shove-line); border-radius: 8px; box-shadow: 0 10px 28px rgba(0,0,0,0.06); padding: 18px; } .shove-stars { color: var(--shove-copper); display: block; font-size: 15px; letter-spacing: 1px; margin-bottom: 8px; } .shove-review blockquote { font-size: 16px; font-weight: 700; margin: 0; } .shove-review cite { color: var(--shove-muted); display: block; font-size: 12px; font-style: normal; margin-top: 8px; } .shove-section { border-top: 1px solid var(--shove-line); padding: 38px 0; } .shove-kicker { color: var(--shove-copper); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; margin-bottom: 8px; text-transform: uppercase; } .shove-section h3 { color: var(--shove-charcoal); font-size: clamp(22px, 4vw, 30px); line-height: 1.2; margin: 0 0 16px; } .shove-section p { color: var(--shove-muted); margin: 0 0 16px; } .shove-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); } .shove-card { background: linear-gradient(180deg, #fff, var(--shove-cream)); border: 1px solid var(--shove-line); border-radius: 8px; padding: 22px; } .shove-card h4 { color: var(--shove-charcoal); font-size: 17px; margin: 0 0 8px; } .shove-card p { font-size: 16px; margin: 0; } .shove-dark { background: var(--shove-charcoal); border-left: 5px solid var(--shove-copper); border-radius: 8px; color: #fff; margin: 34px 0 0; padding: 30px; } .shove-dark h3, .shove-dark p { color: #fff; } .shove-features { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; } .shove-feature { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 7px; padding: 16px; } .shove-feature strong { color: #fff; display: block; margin-bottom: 4px; } .shove-feature span { color: rgba(255,255,255,0.74); font-size: 16px; } .shove-two { align-items: center; display: grid; gap: 34px; grid-template-columns: 1fr 1fr; } .shove-two.reverse .shove-photo { order: 2; } .shove-check { list-style: none; margin: 0; padding: 0; } .shove-check li { color: var(--shove-muted); margin: 0 0 10px; } .shove-specs { border-collapse: collapse; font-size: 16px; width: 100%; } .shove-specs td { border-bottom: 1px solid var(--shove-line); padding: 13px 16px; vertical-align: top; } .shove-specs td:first-child { color: var(--shove-charcoal); font-weight: 800; width: 34%; } .shove-note { background: var(--shove-cream); border-left: 4px solid var(--shove-copper); border-radius: 0 8px 8px 0; color: var(--shove-muted); margin-top: 24px; padding: 22px 24px; } .shove-faq { margin: 0 auto; max-width: 820px; } .shove-faq div { border-bottom: 1px solid var(--shove-line); padding: 20px 0; } .shove-faq h4 { color: var(--shove-charcoal); font-size: 17px; margin: 0 0 8px; } .shove-faq p { margin: 0; } .shove-cta { background: linear-gradient(135deg, #1b1b1b, #101010); border-radius: 10px; color: #fff; margin: 38px 0 0; padding: 34px 28px; text-align: center; } .shove-cta h3 { color: #fff; margin-bottom: 10px; } .shove-cta p { color: rgba(255,255,255,0.74); margin-left: auto; margin-right: auto; max-width: 720px; } .shove-btn { background: var(--shove-green); border-radius: 5px; color: #fff; display: inline-block; font-weight: 800; margin-top: 10px; padding: 12px 20px; text-decoration: none; } .shove-btn:hover { background: #245842; color: #fff; } @media (max-width: 768px) { .shove-hero, .shove-two { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; } .shove-hero { padding-bottom: 28px; padding-top: 28px; } .shove-stats, .shove-grid, .shove-reviews, .shove-features { grid-template-columns: 1fr; } .shove-two.reverse .shove-photo { order: -1; } .shove-dark { padding: 24px; } .shove-trust { font-size: 12px; } } Free US shipping over $49 30-day money-back guarantee 8,800+ store reviews SouthOrd bypass tool Classic latch bypass Fast Entry When the Latch Is the Weak Point The Shove-It is a flat shove knife for compatible spring-latch doors where the latch can be reached through the door gap. It bypasses the latch instead of picking the cylinder, which is why it earns a permanent slot in locksmith, facilities, and first-response kits. Simple tool, clear job, very fast when the door allows it. 10 inapprox length ★★★★★ "Well built, nice design. Works great!" Adam H., verified buyer ★★★★★ "It works and it's easy to use" Justin S., verified buyer ★★★★★ "Sturdy tool, works well." Adam H., verified buyer Who this suits For latch problems and fast bypass decisions Locksmith callouts Useful when the door hardware presents a reachable spring latch and picking would waste time. Facilities tool kits A flat, compact bypass tool for internal doors, office doors, and low-security latch work. Emergency access bags A quick non-destructive option for responders when the lock type and door gap make sense. Why we like it One shape, one job, almost no setup A shove knife earns its keep when the target is right: a spring latch that can be pushed back from the edge of the door. That single job is why it can be so quick. Latch bypassDesigned to reach the latch through the door gap and push it clear. Flat profileSlides between door and frame where the reveal allows access. SouthOrd supplyA known locksmith-tool brand, not a novelty shim. Compact lengthAbout 10 inches long, small enough for a working tool roll. Damage-aware methodWorks through latch movement rather than cylinder drilling or forcing. Smart fitUse wedges, picks, or other bypass tools when the latch route is guarded or tight. How it works Slip, lower, push the latch back Place the tool through the gap between the door and jamb, position it above the latch plunger, then work it down and forward so the shaped end pushes the latch back. You are testing the door hardware and latch geometry rather than picking the cylinder. On the right door, that is exactly why the tool is fast. Know the door first Know what the door is telling you The Shove-It is strongest on accessible spring latches. When a deadlatch, guard plate, anti-loid feature, or tight frame blocks the route, move to the tool made for that door instead. Use on compatible doors where the latch can be reached. Use wedges or door-specific tools when the reveal needs more room. Carry it beside picks, shims, and tension tools for broader coverage. Details What you get Brand SouthOrd Tool type Flat shove knife latch bypass tool Approx size About 10 inches / 26 cm long and 2 cm wide Use case Compatible spring-latch and night-latch bypass through a reachable door gap Choose a different tool for Deadbolts, protected latches, tight reveals, or doors where the latch cannot be accessed This is the honest reason to own one: it solves a specific door problem quickly. If the latch route is blocked, switch tools instead of forcing it. FAQ Questions buyers usually ask Is this a lock pick? It is a bypass tool. It works the latch directly when the door and hardware allow access. Will it open a deadbolt? A deadbolt physically throws into the frame, so a shove knife cannot push it back like a spring latch. Why do locksmiths and responders carry one? Because the right latch can be bypassed faster than it can be picked. It is a speed tool for a narrow but common problem. Can it damage a door? The method is intended to be non-destructive, but careless force can mark paint, weatherstrip, or frame edges. Use controlled pressure. What should I pair it with? For a broader bypass kit, pair it with lock picks, tension tools, and door-specific knowledge rather than relying on one tool. Add the classic latch bypass tool For $19.99, the SouthOrd Shove-It gives you a fast, compact option for compatible latch-bypass work. Add to Cart
More you might like
Related
Shove It - Effective Shim Tool / Shove Knife for Lock Bypass
Related
New Ultrasonic Skin Shovel Blackhead Shovel Beauty Instrumen
Related
New Ultrasonic Skin Shovel Blackhead Shovel Beauty Instrumen
Related