GOSO Lock Pick Set with Sturdy All Weather Zip Case
:root { --ukgoso-charcoal: #171717; --ukgoso-ink: #24211f; --ukgoso-muted: #5b5650; --ukgoso-copper: #9a4d02; --ukgoso-cream: #f8f6f1; --ukgoso-line: #e2ded6; --ukgoso-green: #2d6a 4f; } .ukgoso-page { color: var(--ukgoso-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.7; } .ukgoso-page * { box-sizing: border-box; } .ukgoso-trust { align-items: center; background: var(--ukgoso-charcoal); border-radius: 8px; color: #fff; display: flex; flex-wrap: wrap; font-size: 13px; font-weight: 700; gap: 8px 22px; justify-content: center; margin: 0 0 28px; padding: 14px 18px; } .ukgoso-trust span::before, .ukgoso-check li::before { color: #d98d33; content: "✓"; font-weight: 900; margin-right: 8px; } .ukgoso-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; } .ukgoso-badge { background: var(--ukgoso-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; } .ukgoso-hero h2 { color: #fff; font-size: clamp(30px, 5vw, 46px); line-height: 1.08; margin: 0 0 16px; } .ukgoso-hero p { color: rgba(255,255,255,0.84); margin: 0 0 22px; max-width: 700px; } .ukgoso-stats { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(92px, 1fr)); max-width: 650px; } .ukgoso-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; } .ukgoso-stat strong { color: #fff; display: block; font-size: 26px; line-height: 1; } .ukgoso-stat span { color: rgba(255,255,255,0.7); display: block; font-size: 12px; margin-top: 6px; } .ukgoso-photo img, .ukgoso-hero img { aspect-ratio: 1 / 1; border-radius: 8px; display: block; height: auto; object-fit: cover; width: 100%; } .ukgoso-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; } .ukgoso-banner { background: var(--ukgoso-cream); border: 1px solid var(--ukgoso-line); border-radius: 8px; margin: 0 0 34px; padding: 22px 24px; } .ukgoso-banner strong { color: var(--ukgoso-charcoal); display: block; margin-bottom: 6px; } .ukgoso-banner p { color: var(--ukgoso-muted); margin: 0; } .ukgoso-section { border-top: 1px solid var(--ukgoso-line); padding: 38px 0; } .ukgoso-kicker { color: var(--ukgoso-copper); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; margin-bottom: 8px; text-transform: uppercase; } .ukgoso-section h3 { color: var(--ukgoso-charcoal); font-size: clamp(22px, 4vw, 30px); line-height: 1.2; margin: 0 0 16px; } .ukgoso-section p { color: var(--ukgoso-muted); margin: 0 0 16px; } .ukgoso-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); } .ukgoso-card { background: linear-gradient(180deg, #fff, var(--ukgoso-cream)); border: 1px solid var(--ukgoso-line); border-radius: 8px; padding: 22px; } .ukgoso-card h4 { color: var(--ukgoso-charcoal); font-size: 17px; margin: 0 0 8px; } .ukgoso-card p { font-size: 15px; margin: 0; } .ukgoso-dark { background: var(--ukgoso-charcoal); border-left: 5px solid var(--ukgoso-copper); border-radius: 8px; color: #fff; margin: 34px 0 0; padding: 30px; } .ukgoso-dark h3, .ukgoso-dark p { color: #fff; } .ukgoso-features { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; } .ukgoso-feature { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 7px; padding: 16px; } .ukgoso-feature strong { color: #fff; display: block; margin-bottom: 4px; } .ukgoso-feature span { color: rgba(255,255,255,0.74); font-size: 14px; } .ukgoso-two { align-items: center; display: grid; gap: 34px; grid-template-columns: 1fr 1fr; } .ukgoso-two.reverse .ukgoso-photo { order: 2; } .ukgoso-check { list-style: none; margin: 0; padding: 0; } .ukgoso-check li { color: var(--ukgoso-muted); margin: 0 0 10px; } .ukgoso-specs { border-collapse: collapse; font-size: 15px; width: 100%; } .ukgoso-specs td { border-bottom: 1px solid var(--ukgoso-line); padding: 13px 16px; vertical-align: top; } .ukgoso-specs td:first-child { color: var(--ukgoso-charcoal); font-weight: 800; width: 34%; } .ukgoso-note { background: var(--ukgoso-cream); border-left: 4px solid var(--ukgoso-copper); border-radius: 0 8px 8px 0; color: var(--ukgoso-muted); margin-top: 24px; padding: 22px 24px; } .ukgoso-note a, .ukgoso-faq a { color: var(--ukgoso-copper); font-weight: 700; } .ukgoso-faq { margin: 0 auto; max-width: 820px; } .ukgoso-faq div { border-bottom: 1px solid var(--ukgoso-line); padding: 20px 0; } .ukgoso-faq h4 { color: var(--ukgoso-charcoal); font-size: 17px; margin: 0 0 8px; } .ukgoso-faq p { margin: 0; } .ukgoso-cta { background: linear-gradient(135deg, #1b1b1b, #101010); border-radius: 10px; color: #fff; margin: 38px 0 0; padding: 34px 28px; text-align: center; } .ukgoso-cta h3 { color: #fff; margin-bottom: 10px; } .ukgoso-cta p { color: rgba(255,255,255,0.74); margin-left: auto; margin-right: auto; max-width: 720px; } @media (max-width: 768px) { .ukgoso-hero, .ukgoso-two { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; } .ukgoso-hero { padding-bottom: 28px; padding-top: 28px; } .ukgoso-stats, .ukgoso-grid, .ukgoso-features { grid-template-columns: 1fr; } .ukgoso-two.reverse .ukgoso-photo { order: -1; } .ukgoso-dark { padding: 24px; } .ukgoso-trust { font-size: 12px; } } /* UKBK same-product review snippet styles: start */ .ukgoso-review-strip{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin:-12px 0 34px} .ukgoso-review-card{background:#fff;border:1px solid var(--line,#d9e0e7);border-radius:8px;box-shadow:0 10px 26px rgba(16,24,32,.08);padding:17px 18px} .ukgoso-review-rating{color:var(--accent,#b85718);font-size:13px;font-weight:800;letter-spacing:0;margin-bottom:7px} .ukgoso-review-quote{color:var(--ink,#1f2328);display:block;font-size:15px;font-weight:700;line-height:1.52;margin:0} .ukgoso-review-source{color:var(--muted,#58616b);display:block;font-size:12px;margin-top:9px} @media(max-width:768px){.ukgoso-review-strip{grid-template-columns:1fr;margin-top:0}} /* UKBK same-product review snippet styles: end */ Free UK delivery over £30 Royal Mail options 30-day easy returns European delivery available Starter lock pick kit A Wide Practice Set in a Zip Case This GOSO kit gives you a broad spread of hooks, rakes, wafer rakes, and tension tools for learning how different pick profiles feel in a lock. Keep it beside a clear or progressive practice lock, work slowly, and use the range to build your first preferences. A practical way to explore picks, tension, and feedback. 20pick profiles listed 4tension tools listed ZipPU leather case UK/EUdelivery options 5/5 verified buyer "Picks are comfy in your hand and seem really good quality." verified buyer, 08/19/2025 5/5 verified buyer "They are a quality pick set which I would purchase again." verified buyer, 11/06/2022 5/5 verified buyer "Excellent value for money, great selection of tools, something for every occasion!" verified buyer, 07/20/2022 For UK and European buyers looking for a practical starter set UKBumpKeys serves UK customers and lock picking buyers across Europe. Delivery options are shown at checkout, with UK Royal Mail services and European shipping available where supported. Why buy this Find your first picking style without overbuying When you are new, the hard part is not choosing the most expensive pick. It is learning what a hook, rake, diamond, wafer rake, and tension tool actually feel like in your hands. This GOSO set gives you a low-cost spread of shapes so you can practise on training locks, compare feedback, and discover which profiles make sense before you build a more refined kit. Try several techniques Use hooks for single-pin picking practice, rakes for feedback drills, and wafer rakes for simple wafer-lock lessons. Learn tension early Use the included tension tools to feel how light, steady pressure changes pin movement and plug feedback. Buy your next tools smarter After a few sessions, you will know whether you prefer hooks, rakes, slimmer profiles, or better tension tools. Who this suits A broad profile range for practice and exploration Profile variety Good when you want hooks, rakes, and wafer rakes in one case while you learn what each shape does. Learning benches Pairs naturally with clear practice locks, cutaways, and low-security pin tumbler practice. Starter tool roll A compact kit for building early hand feel before you start choosing individual favourite profiles. Why it makes sense Profiles, tension tools, and a case in one place The strength of this GOSO set is straightforward: a useful spread of working shapes, a handful of tension tools, and a zip case that keeps the kit together. It is a simple way to explore what different profiles do before you build a more selective tool roll. Broad pick spreadHooks, rakes, wafer rakes, and tension tools in one zip case. 4 tension toolsIncludes standard tension coverage plus a car-door tension tool. Zip casePU leather case keeps the set organised and easier to carry. Practice pairingAdd a clear padlock or guidebook separately when you want a fuller learning setup. Starter-friendly rangeUseful when you are still learning which pick shapes suit your hands. UKBumpKeys supplyRoyal Mail UK services and European delivery where supported. What is inside Enough shapes to find your preferences You get 20 pick profiles across standard picks, rakes, and wafer rakes, plus 4 tension tools and a zip-up PU leather case. The practical benefit is range: you can test several shapes and learn which ones make sense in your hands. Once you know what you reach for most, add stronger individual hooks, dedicated tensioners, or a more refined set around those preferences. This GOSO kit gives you the first map. Buying note Choose it when range helps you learn GOSO sits in the practical starter end of the UKBumpKeys range. It is best understood as a broad practice kit: plenty of shapes to try, enough tension tools to get moving, and a case to keep everything together. Good for trying many pick shapes before specialising. Useful as a spare or loaner kit. Best paired with a clear or progressive practice lock. In the case Contents and practice add-ons Brand GOSO Tool type Starter lock pick set with zip case SKU GP23 Contents 20 lock picks, 4 tension tools, zip-up PU leather case, starter eBook Case size Approx 19.5 x 9.5 x 4.5 cm / 7.7 x 3.8 x 1.8 in The product shown here is the GOSO pick set. If you want a fuller practice setup, pair it with the illustrated guidebook, a clear practice padlock, or the practice locks collection. FAQ Questions buyers usually ask Where does this fit in the UKBumpKeys range? It is a broad starter practice set. Choose it when you want several profiles to learn on, then build upward once you know which hooks, rakes, and tensioners you prefer. What actually comes in the kit? The kit gives you the GOSO pick set, tension tools, zip case, and starter eBook. The physical guidebook and practice locks are useful separate add-ons. Can I learn on this set? Yes, especially with a clear or progressive practice lock. Start with light tension, try one profile at a time, and notice which shapes give you the cleanest feedback. Do you ship to Europe? UKBumpKeys ships beyond the UK, including European destinations where supported. Select your country at checkout to see current delivery options, costs, and timing. Build the first feel for hooks, rakes, and tension Choose the GOSO set when you want a practical range of picks in one case. Add a guidebook or practice lock separately when you want a fuller learning setup beside the tools.
More you might like
Related
GOSO Strong Lock Pick Gun Locksmith Tools Lock Pick Set Door
Related
GOSO 24 Piece Lock Pick Set w/ Leather Case
Related
GOSO - Adjustable Cross Lock Pick Set for 3pcs
Related