Description
/* Lokko Product Page – Clean & Readable */:root { –lokko-black: #111111; –lokko-charcoal: #1a1a1a; –lokko-slate: #2d2d2d; –lokko-copper: #9a4d02; –lokko-copper-dark: #7a3d01; –lokko-cream: #f8f6f1; –lokko-warm-white: #faf9f7; –lokko-text: #222222; –lokko-text-muted: #4a4a4a; –lokko-border: #e0ddd6; –lokko-success: #2d6a4f;}.lokko-page { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, Arial, sans-serif; color: var(–lokko-text); line-height: 1.75; max-width: 100%; font-size: 16px; -webkit-font-smoothing: antialiased;}.lokko-page * { box-sizing: border-box;}/* Trust Bar */.lokko-trust-bar { background: var(–lokko-charcoal); color: #ffffff; padding: 14px 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; font-size: 13px; font-weight: 500; letter-spacing: 0.2px; border-radius: 4px; margin-bottom: 32px;}.lokko-trust-item { display: flex; align-items: center; gap: 8px; white-space: nowrap;}.lokko-trust-item svg { width: 16px; height: 16px; fill: #ffffff; opacity: 0.7;}/* Hero Section */.lokko-hero { text-align: center; padding: 20px 0 40px; border-bottom: 1px solid var(–lokko-border); margin-bottom: 40px;}.lokko-hero-badge { display: inline-block; background: var(–lokko-charcoal); color: #ffffff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 16px; border-radius: 3px; margin-bottom: 20px;}.lokko-hero h2 { font-size: clamp(26px, 5vw, 38px); font-weight: 600; line-height: 1.25; margin: 0 0 16px; color: var(–lokko-black);}.lokko-hero-sub { font-size: 17px; color: var(–lokko-text-muted); max-width: 580px; margin: 0 auto 24px; line-height: 1.6;}.lokko-hero-stats { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 28px;}.lokko-stat { text-align: center;}.lokko-stat-number { display: block; font-size: 32px; font-weight: 700; color: var(–lokko-charcoal); line-height: 1;}.lokko-stat-label { font-size: 13px; color: var(–lokko-text-muted); margin-top: 6px;}/* Section Styling */.lokko-section { padding: 40px 0; border-bottom: 1px solid var(–lokko-border);}.lokko-section:last-of-type { border-bottom: none;}.lokko-section-header { text-align: center; margin-bottom: 32px;}.lokko-section-tag { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(–lokko-copper); margin-bottom: 10px;}.lokko-section h3 { font-size: clamp(22px, 4vw, 30px); font-weight: 600; margin: 0; color: var(–lokko-black);}/* Video Section */.lokko-video-wrap { position: relative; max-width: 720px; margin: 0 auto; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.12);}.lokko-video-wrap video,.lokko-video-wrap iframe { width: 100%; display: block; border-radius: 8px;}.lokko-video-caption { text-align: center; font-size: 14px; color: var(–lokko-text-muted); margin-top: 16px;}/* Two Column Layout */.lokko-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;}.lokko-two-col.reverse { direction: rtl;}.lokko-two-col.reverse > * { direction: ltr;}.lokko-two-col img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 6px; box-shadow: 0 4px 24px rgba(0,0,0,0.08);}/* What’s Included Box */.lokko-included-box { background: var(–lokko-charcoal); padding: 40px; border-radius: 8px; color: #ffffff; margin: 40px 0; border-left: 5px solid var(–lokko-copper);}.lokko-included-box h3 { color: #ffffff; text-align: center; margin: 0 0 8px; font-size: 24px; font-weight: 600;}.lokko-included-subtitle { text-align: center; color: #b0b0b0; margin-bottom: 32px; font-size: 16px;}.lokko-included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px;}.lokko-included-item { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.05); padding: 18px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.08);}.lokko-included-item svg { width: 22px; height: 22px; fill: var(–lokko-copper); flex-shrink: 0; margin-top: 2px;}.lokko-included-item strong { display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; color: #ffffff;}.lokko-included-item span { font-size: 14px; color: #b0b0b0; line-height: 1.5;}/* Persona Cards */.lokko-personas { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 32px;}.lokko-persona-card { background: var(–lokko-warm-white); border: 1px solid var(–lokko-border); border-radius: 8px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s;}.lokko-persona-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08);}.lokko-persona-icon { width: 48px; height: 48px; background: var(–lokko-charcoal); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;}.lokko-persona-icon svg { width: 24px; height: 24px; fill: #ffffff;}.lokko-persona-card h4 { font-size: 17px; font-weight: 600; margin: 0 0 12px; color: var(–lokko-black);}.lokko-persona-card p { font-size: 15px; color: var(–lokko-text-muted); margin: 0; line-height: 1.65;}/* Specs Table */.lokko-specs { width: 100%; border-collapse: collapse; font-size: 15px;}.lokko-specs th { background: var(–lokko-charcoal); color: #ffffff; font-weight: 600; text-align: left; padding: 14px 18px;}.lokko-specs td { padding: 14px 18px; border-bottom: 1px solid var(–lokko-border);}.lokko-specs tr:nth-child(even) td { background: var(–lokko-warm-white);}.lokko-specs td:first-child { font-weight: 600; color: var(–lokko-black); width: 35%;}/* Bundle Comparison */.lokko-bundles { overflow-> Free UK Shipping 30-Day Money Back Guarantee Thousands of Reviews Open Your First Lock in Under an Hour Best Seller
The Complete Beginner’s Lock Pick Kit
Everything you need to learn a fascinating skill. Professional-grade tools, clear practice locks, and step-by-step instruction in one box.
15 Professional Picks1 Covert Spy Card2 Clear Practice Locks6 Tensioners44 Page E-GuideSee What You Get
Watch the Unboxing
2 minutes to see exactly what arrives at your door
Perfect For
Who Buys the Lokko Set?
Curious Learners
You want to understand how locks actually work. The kind of person who takes things apart to see the mechanism. This teaches you a real, useful skill while keeping your hands busy.
Gift Givers
Looking for something unique? This beats another gadget or gift card. A beautifully boxed kit that teaches a skill, challenges the brain, and provides hours of genuine entertainment.
Parents & Families
Perfect for teens and older kids who need a screen-free challenge. Develops patience, problem-solving, and fine motor skills. Much more engaging than another video game.
Everything in the Basic Set
A complete learning system, not just tools
15 Professional Lock Picks High-yield 301 stainless steel with comfortable grip handles2 Clear Practice Locks See the mechanism as you learn. Includes padlock + double-sided cylinder44-Page Digital Guide Step-by-step with colour photos. Upgrade to physical book availableCredit Card Pick Set Covert “spy” set that fits in your wallet. Extra picks included6 Tensioners Multiple styles to find your preference for turning locksCarry Wallet Keep your picks organised and protected
Why Learn This
A Skill That Actually Matters
There’s a lock in every room you’ve ever been in, yet most people have no idea how they work. Lock picking teaches you to understand and defeat a mechanism that’s been around for thousands of years.
It’s practical STEM learning: physics, fine motor control, pattern recognition, and problem-solving rolled into one. Many customers tell us they keep a practice lock on their desk for stress relief. There’s something genuinely meditative about working with your hands.
And yes, it’s a real skill. Locksmiths, security professionals, and hobbyists worldwide practise lock sport. You’ll be joining a community.
Quality Matters
Professional Quality Kit
“Beginner” describes who it’s for, not the quality. These are the same 301 stainless steel picks that working locksmiths use. We’ve paired them with practice locks and clear instructions so anyone can learn, whether you’re 14 or 74.
Cheap sets use soft metals that bend on first use. Ours are hardened steel with polished tips, built to last through years of practice. The same quality tools that will still be opening locks long after you’ve mastered the basics.
We’ve been specialists in this field for over a decade. Our standards are simply higher than general retailers.
Specifications
What’s in the Box
| Basic Set Contents | |
|---|---|
| Lock Picks | 15 picks with ergonomic handles |
| Tensioners | 6 tensioners (various styles) |
| Practice Locks | 2 clear locks with visible mechanisms |
| Bonus | Credit card pick set with additional picks |
| Instructions | 44-page illustrated digital guide |
| Storage | Carry wallet included |
| Total Weight | 450g (packed full of gear) |

Upgrade to the 180-page illustrated paperback for the complete learning experience. View the book
Choose Your Bundle
Find the Right Fit
All bundles include everything in the basic set. Upgrades add more learning materials and challenge locks. Select your bundle from the dropdown above.
| Basic Set | + Guidebook | + 3 Practice Locks | BEST VALUE + 3 Progressive Locks |
Everything Box | |
|---|---|---|---|---|---|
| Price | £29.99 | £39.99 | £67.99 | £69.99 | £134.99 |
| Picks & Tools | 15 picks + tensioners | 15 picks + tensioners | 15 picks + tensioners | 15 picks + tensioners | 15 picks + tensioners + EDC multitool |
| Practice Locks | 2 clear locks | 2 clear locks | 5 locks total | 5 progressive difficulty locks | 5+ locks + repinnable lock |
| Instructions | 44-page ebook | 60-page printed guidebook | 60-page printed guidebook | 60-page printed guidebook | 60-page printed guidebook |
| Best For | Testing the waters | Great starter gift | Longer learning curve | Structured skill building | Enthusiasts who want it all |
| Add to Cart | Add to Cart | Add to Cart | Add to Cart | Add to Cart |
“The progressive lock bundle is the sweet spot. You start easy, then each lock gets a bit harder. That’s how you actually build skill instead of getting frustrated. For five pounds more than the standard set, you get a proper learning path.”
Chris Dangerfield, FounderCommon Questions
Before You Buy
Is this legal to buy in the UK?
Yes. Lock picks are legal to buy, own, and use in the UK. There are no restrictions on possession for locksmiths, security professionals, hobbyists, or educational purposes. You only run into legal issues if you’re caught using them to commit a crime. For learning, collecting, or legitimate professional use, you’re completely fine. We’ve been shipping from the UK for over a decade to thousands of customers.
How long until I can actually pick a lock?
Most people open their first lock within an hour, often much sooner with our clear practice locks where you can see exactly what’s happening. Basic competence with common pin tumbler locks develops within a few weeks of casual practice. The included guide teaches proper technique from hour one.
Will these open real locks, or just the practice ones?
These are professional-grade tools made from hardened stainless steel, the same quality working locksmiths use. “Beginner” refers to the included practice locks and instructions, not tool quality. Once you’ve learned the fundamentals, this set opens real-world locks as effectively as any professional kit.
Is this appropriate for teenagers?
Absolutely. We recommend ages 14+ for the patience and fine motor skills involved, though motivated younger kids with parental guidance do great. It’s a screen-free activity that teaches problem-solving, patience, and mechanical understanding. Many parents buy this specifically as an educational alternative to video games.
What if I’m not happy with it?
Return it within 30 days, no hassle. We’ve been doing this long enough to know our products are good. If you’re not satisfied, we’ll make it right. Money back, guaranteed.
Do you ship to Europe?
Yes. We ship throughout the UK and EU. Most European countries have similar laws to the UK regarding lock picks. Shipping times vary by destination, but we dispatch orders quickly from our UK warehouse.
See It In Action
Independent Review
Ready to Learn a New Skill?
Join thousands of satisfied customers who’ve discovered the satisfaction of lock picking.
Free UK Shipping 15 Professional Picks 2 Clear Practice Locks Step-by-Step Guide 30-Day Money Back Guarantee
Explore more from our collection.












Reviews
There are no reviews yet.