Dangerfield SOHO (Bogotas Improved V2) EDC Pocket Lock Rakes
:root { --soho-dark:#151515; --soho-ink:#24211f; --soho-muted:#5a554f; --soho-accent:#9a4d02; --soho-cream:#f8f6f1; --soho-line:#e2ded6; --soho-green:#2d6a4f; } .soho-page { color: var(--soho-ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; font-size:16px; line-height:1.7; } .soho-page * { box-sizing:border-box; } .soho-trust { align-items:center; background:var(--soho-dark); 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; } .soho-trust span::before, .soho-check li::before { color:#d98d33; content:"\2713"; font-weight:900; margin-right:8px; } .soho-hero { background:linear-gradient(135deg,#101010 0%,#202020 60%,#3d2a16 100%); border-radius:10px; color:#fff; display:grid; gap:32px; grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr); margin-bottom:28px; overflow:hidden; padding:38px 32px; } .soho-badge { background:var(--soho-accent); 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; } .soho-hero h2 { color:#fff; font-size:clamp(30px,5vw,46px); line-height:1.08; margin:0 0 16px; } .soho-hero p { color:rgba(255,255,255,.84); margin:0 0 22px; max-width:700px; } .soho-stats { display:grid; gap:10px; grid-template-columns:repeat(4,minmax(92px,1fr)); max-width:650px; } .soho-stat { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:8px; padding:12px; text-align:center; } .soho-stat strong { color:#fff; display:block; font-size:26px; line-height:1; } .soho-stat span { color:rgba(255,255,255,.7); display:block; font-size:12px; margin-top:6px; } .soho-photo { align-self:center; background:#fff; border:1px solid var(--soho-line); border-radius:10px; padding:12px; } .soho-hero .soho-photo { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.16); } .soho-photo img, .soho-hero img { border-radius:8px; display:block; height:auto; object-fit:cover; width:100%; } .soho-reviews { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0 0 34px; } .soho-review { background:#fff; border:1px solid var(--soho-line); border-radius:8px; box-shadow:0 10px 28px rgba(0,0,0,.06); padding:18px; } .soho-stars { color:var(--soho-accent); display:block; font-size:15px; letter-spacing:1px; margin-bottom:8px; } .soho-review blockquote { font-size:16px; font-weight:700; margin:0; } .soho-review cite { color:var(--soho-muted); display:block; font-size:12px; font-style:normal; margin-top:8px; } .soho-section { border-top:1px solid var(--soho-line); padding:38px 0; } .soho-kicker { color:var(--soho-accent); font-size:12px; font-weight:800; letter-spacing:1.2px; margin-bottom:8px; text-transform:uppercase; } .soho-section h3 { color:var(--soho-dark); font-size:clamp(22px,4vw,30px); line-height:1.2; margin:0 0 16px; } .soho-section p { color:var(--soho-muted); margin:0 0 16px; } .soho-grid { display:grid; gap:18px; grid-template-columns:repeat(3,minmax(0,1fr)); } .soho-card { background:linear-gradient(180deg,#fff,var(--soho-cream)); border:1px solid var(--soho-line); border-radius:8px; padding:22px; } .soho-card h4 { color:var(--soho-dark); font-size:17px; margin:0 0 8px; } .soho-card p { font-size:16px; margin:0; } .soho-dark { background:var(--soho-dark); border-left:5px solid var(--soho-accent); border-radius:8px; color:#fff; margin:34px 0 0; padding:30px; } .soho-dark h3, .soho-dark p { color:#fff; } .soho-features { display:grid; gap:14px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:20px; } .soho-feature { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:7px; padding:16px; } .soho-feature strong { color:#fff; display:block; margin-bottom:4px; } .soho-feature span { color:rgba(255,255,255,.74); font-size:16px; } .soho-two { align-items:center; display:grid; gap:34px; grid-template-columns:1fr 1fr; } .soho-two.reverse .soho-photo { order:2; } .soho-check { list-style:none; margin:0; padding:0; } .soho-check li { color:var(--soho-muted); margin:0 0 10px; } .soho-specs { border-collapse:collapse; font-size:16px; width:100%; } .soho-specs td { border-bottom:1px solid var(--soho-line); padding:13px 16px; vertical-align:top; } .soho-specs td:first-child { color:var(--soho-dark); font-weight:800; width:34%; } .soho-note { background:var(--soho-cream); border-left:4px solid var(--soho-accent); border-radius:0 8px 8px 0; color:var(--soho-muted); margin-top:24px; padding:22px 24px; } .soho-faq { margin:0 auto; max-width:820px; } .soho-faq div { border-bottom:1px solid var(--soho-line); padding:20px 0; } .soho-faq h4 { color:var(--soho-dark); font-size:17px; margin:0 0 8px; } .soho-faq p { margin:0; } .soho-cta { background:linear-gradient(135deg,#1b1b1b,#101010); border-radius:10px; color:#fff; margin:38px 0 0; padding:34px 28px; text-align:center; } .soho-cta h3 { color:#fff; margin-bottom:10px; } .soho-cta p { color:rgba(255,255,255,.74); margin-left:auto; margin-right:auto; max-width:720px; } .soho-btn { background:var(--soho-green); border-radius:5px; color:#fff; display:inline-block; font-weight:800; margin-top:10px; padding:12px 20px; text-decoration:none; } .soho-btn:hover { background:#245842; color:#fff; } @media (max-width:768px) { .soho-hero, .soho-two { grid-template-columns:1fr; padding-left:20px; padding-right:20px; } .soho-hero { padding-bottom:28px; padding-top:28px; } .soho-stats, .soho-grid, .soho-reviews, .soho-features { grid-template-columns:1fr; } .soho-two.reverse .soho-photo { order:-1; } .soho-dark { padding:24px; } .soho-trust { font-size:12px; } } Free US shipping over $49 30-day money-back guarantee 8,800+ store reviews Dangerfield slimline rakes Two-piece SOHO rake set The Slimmer, Slicker Bogota Cousin SOHOs take the same stripped-back two-tool idea lock pickers love in Bogotas and flatten it into a polished slimline rake pair: one tool rakes, the other can turn when the keyway gives you room. Fast movement, tiny carry, proper Dangerfield fun. 2SOHO rakes EDCpocket carry ★★★★★"glide real slick in the keyway" Jack B., verified buyer ★★★★★"excellent every day carry" Richard R., verified buyer ★★★★★"no polishing necessary" Kerry K., verified buyer Who this suits A pocket rake pair with bite Minimal EDC kits Two tiny tools for a wallet, pick roll, glove box, or travel-light practice pouch. Bogota fans The same minimalist thinking, with a slimmer B-rake feel and a bright polished glide. Kinetic raking practice Scrub, rock, jiggle, and reset on responsive pin tumblers until the lock talks back. Why pickers come back to them Tiny tools that feel alive in the keyway SOHOs are not a full kit in disguise. They are a compact pair of slimline rakes that do one thing with style: put smooth kinetic movement into a pin tumbler keyway without making you carry a case. B-rake DNAA slimline rake profile built for fast scrubbing, rocking, and jiggling. Two-tool trickRake with one SOHO and use the other as a turner when the keyway allows. Polished glideThe slick finish helps the tools move cleanly instead of dragging through practice. Clearer sight lineThe slim body leaves more room to see and feel what is happening at the plug. Dangerfield exclusiveA small, odd, brilliant pair from the house brand built around locksport use. Honest fit noteTight keyways may still want separate tensioners or a hook-heavy kit. Technique Rake, rock, jiggle, reset SOHOs reward motion. Use light tension, vary the angle, and let the polished profile skate across the pins. The point is not brute force. The point is clean movement and quick feedback. On friendly pin tumblers, that movement can be wonderfully quick. On tighter or more stubborn cylinders, treat the SOHOs as the fast rake option and reach for hooks or proper tensioners when the lock asks for more deliberate work. SOHO vs Bogota Bogota attitude, slimmer Soho feel If Bogotas are the little lightning bolt, SOHOs are the slimline knife edge. The job is similar: compact kinetic raking with clever two-tool carry. The feel is different: flatter, slicker, and especially nice when you want a low-profile rake pair in a tiny kit. Choose SOHOs when polished glide and a slim body matter most. Choose Bogotas when you want the classic peak-rake pair. Carry both if you enjoy fast rakes and want different motion in the same pouch. Details What you get Brand Dangerfield Contents Two SOHO slimline lock pick rakes Tool type Bogota-style kinetic rake pair Best use Fast raking on suitable pin tumbler locks and training cylinders Not for Warded, tubular, disc detainer, or vehicle decoding work This is the kind of tiny pick pair that makes sense once you have felt it in a keyway. It is not trying to replace a full pick roll. It is trying to earn a permanent little slot in one. Bench note Small tools should still have character SOHOs are what happens when compact rakes stop feeling like emergency spares. They are small, slick, and cheeky, but they have a real feel in the keyway. That's why people keep them close. FAQ Questions buyers usually ask Are SOHOs just Bogotas? Think Bogota cousin, not a clone. The SOHO pair keeps the minimalist two-tool idea but leans into a slimmer B-rake style feel. Can one SOHO tension while the other rakes? Yes, when the keyway gives you the room and angle. If it feels cramped, use a separate tension wrench instead. Do they work on every lock? No rake does. These are for suitable pin tumbler locks. Other lock types need other tools, and stubborn pin tumblers may want hooks. Are they good for a small carry kit? Yes. That is the charm. Two polished rake profiles, hardly any pocket space, and a lot of movement for their size. Add the slimline rake pair to your kit Dangerfield SOHOs give you a slick, Bogota-style two-tool rake setup for fast pin tumbler practice and pocket carry. Add to Cart
More you might like
Related
Dangerfield SOHO (Bogotas Improved V2) EDC Pocket Lock Rakes
Related