Multi-Angle Ratchet Extension Wrench for Tight Spaces
.product-cro-page{ --ink:#17222b; --muted:#66727c; --line:#e8e5df; --soft:#faf9f7; --blue:#155fd1; --blue-dark:#0f48a2; --gold:#e9ab28; --shadow:0 8px 24px rgba(23,34,43,.06); --ra dius:16px; font-family:inherit; color:var(--ink); container-type:inline-size; width:100%; max-width:100%; overflow:hidden; } .product-cro-page *{box-sizing:border-box;} .product-cro-page .cro-wrap{ width:100%; max-width:980px; margin:0 auto; } .product-cro-page a{ color:inherit; text-decoration:none; } .product-cro-page .cro-section{ margin:0 0 18px; } .product-cro-page .cro-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; } .product-cro-page .cro-pad{ padding:20px; } .product-cro-page h2, .product-cro-page h3, .product-cro-page p{ margin-top:0; } .product-cro-page p{ font-size:16px; line-height:1.65; margin-bottom:0; } .product-cro-page h2{ font-size:28px; line-height:1.12; margin-bottom:10px; letter-spacing:-.02em; } .product-cro-page h3{ font-size:21px; line-height:1.2; margin-bottom:8px; } .product-cro-page .eyebrow{ display:inline-flex; align-items:center; gap:7px; margin-bottom:10px; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--blue); } .product-cro-page img{ display:block; width:100%; max-width:100%; height:auto; } /* Top review entry */ .product-cro-page .review-jump{ width:100%; min-height:60px; display:flex; align-items:center; justify-content:space-between; gap:14px; padding:11px 14px; background:#fbfaf7; border:1px solid #e7e1d8; border-radius:12px; box-shadow:0 4px 14px rgba(23,34,43,.04); transition:transform .18s ease, box-shadow .18s ease; } .product-cro-page .review-jump:hover{ transform:translateY(-1px); box-shadow:0 7px 18px rgba(23,34,43,.07); } .product-cro-page .review-jump:active{ transform:scale(.99); } .product-cro-page .review-jump-main{ min-width:0; } .product-cro-page .review-stars{ color:var(--gold); letter-spacing:1px; font-size:17px; line-height:1; white-space:nowrap; } .product-cro-page .review-jump-title{ margin-top:5px; font-size:15px; font-weight:800; } .product-cro-page .review-jump-meta{ margin-top:2px; font-size:13px; color:var(--muted); } .product-cro-page .review-jump-arrow{ flex:0 0 auto; width:30px; height:30px; border-radius:50%; display:grid; place-items:center; background:#fff; border:1px solid var(--line); font-size:22px; color:var(--blue); } /* Hero */ .product-cro-page .hero{ padding:28px 20px; background: radial-gradient(circle at 92% 8%,rgba(21,95,209,.08),transparent 32%), #fff; } .product-cro-page .hero-copy{ max-width:720px; } .product-cro-page .hero p{ color:#4e5a64; max-width:650px; } .product-cro-page .hero-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; } .product-cro-page .hero-tag{ display:inline-flex; align-items:center; min-height:34px; padding:7px 11px; border:1px solid #dbe5f5; border-radius:999px; background:#f7faff; color:#244361; font-size:13px; font-weight:700; } /* Feature nav */ .product-cro-page .feature-nav-shell{ position:relative; } .product-cro-page .feature-hint{ text-align:right; margin:0 2px 8px; font-size:12px; font-weight:700; color:var(--muted); } .product-cro-page .feature-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; } .product-cro-page .feature-nav-card{ position:relative; min-width:0; min-height:138px; padding:15px 38px 15px 14px; background:#fff; border:1px solid #dfe7f2; border-radius:14px; box-shadow:0 5px 16px rgba(23,34,43,.045); overflow:hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; animation:featureBorder 3.8s ease-in-out infinite; } .product-cro-page .feature-nav-card:hover{ transform:translateY(-3px); border-color:#a9c5ec; box-shadow:0 10px 22px rgba(23,34,43,.08); } .product-cro-page .feature-nav-card:active{ transform:scale(.975); } .product-cro-page .feature-icon{ width:34px; height:34px; display:grid; place-items:center; margin-bottom:9px; border-radius:10px; background:#eef5ff; font-size:19px; } .product-cro-page .feature-nav-card strong{ display:block; font-size:16px; line-height:1.2; margin-bottom:5px; } .product-cro-page .feature-nav-card span{ display:block; color:var(--muted); font-size:13px; line-height:1.35; } .product-cro-page .feature-arrow{ position:absolute; right:12px; top:50%; transform:translateY(-50%); color:var(--blue); font-size:25px; font-weight:800; animation:arrowNudge 1.55s ease-in-out infinite; } .product-cro-page .feature-wide{ margin-top:10px; width:100%; min-height:95px; display:flex; align-items:center; gap:12px; } .product-cro-page .feature-wide .feature-icon{ flex:0 0 auto; margin:0; } .product-cro-page .feature-wide-copy{ min-width:0; padding-right:18px; } @keyframes featureBorder{ 0%,100%{border-color:#dfe7f2;} 50%{border-color:#b8d0ef;} } @keyframes arrowNudge{ 0%,100%{transform:translate(0,-50%);} 50%{transform:translate(3px,-50%);} } @media (prefers-reduced-motion:reduce){ .product-cro-page .feature-nav-card, .product-cro-page .feature-arrow{ animation:none; } } /* Feature detail cards */ .product-cro-page .feature-detail{ overflow:hidden; } .product-cro-page .feature-copy{ padding:20px; } .product-cro-page .feature-kicker{ display:flex; gap:10px; align-items:center; margin-bottom:8px; } .product-cro-page .feature-kicker .emoji{ width:38px; height:38px; flex:0 0 38px; border-radius:11px; display:grid; place-items:center; background:#eef5ff; font-size:20px; } .product-cro-page .feature-detail p{ color:#58646e; } .product-cro-page .feature-image-wrap{ padding:0 12px 12px; } .product-cro-page .feature-image-wrap img{ border-radius:12px; } /* Details */ .product-cro-page .spec-table{ width:100%; border-collapse:collapse; border:1px solid #ebe6df; border-radius:14px; overflow:hidden; font-size:16px; line-height:1.6; } .product-cro-page .spec-table th, .product-cro-page .spec-table td{ text-align:left; padding:13px 16px; border-bottom:1px solid #ebe6df; vertical-align:top; } .product-cro-page .spec-table th{ width:40%; background:#faf8f4; color:#5a6470; font-weight:700; } .product-cro-page .spec-table td{ width:60%; color:#17222b; font-weight:600; } .product-cro-page .spec-table tr:last-child th, .product-cro-page .spec-table tr:last-child td{ border-bottom:0; } /* FAQ */ .product-cro-page .faq-list{ display:grid; gap:9px; } .product-cro-page details{ border:1px solid var(--line); border-radius:13px; background:#fff; overflow:hidden; } .product-cro-page summary{ position:relative; list-style:none; cursor:pointer; padding:16px 44px 16px 16px; font-size:16px; font-weight:800; line-height:1.35; } .product-cro-page summary::-webkit-details-marker{ display:none; } .product-cro-page summary:after{ content:"›"; position:absolute; right:16px; top:50%; transform:translateY(-50%) rotate(90deg); font-size:24px; color:var(--blue); transition:transform .2s ease; } .product-cro-page details[open] summary:after{ transform:translateY(-50%) rotate(-90deg); } .product-cro-page .faq-answer{ padding:0 16px 16px; color:#5d6871; } /* Guarantees */ .product-cro-page .guarantee-list{ display:grid; gap:10px; } .product-cro-page .guarantee-row{ display:flex; align-items:flex-start; gap:12px; padding:15px; border:1px solid var(--line); border-radius:13px; background:#fff; } .product-cro-page .guarantee-row .g-icon{ flex:0 0 34px; width:34px; height:34px; border-radius:10px; display:grid; place-items:center; background:#f5f7fa; font-size:18px; } .product-cro-page .guarantee-row strong{ display:block; margin-bottom:3px; font-size:16px; } .product-cro-page .guarantee-row p{ color:var(--muted); } /* CTA */ .product-cro-page .cta{ padding:26px 20px; text-align:center; background:#17222b; color:#fff; } .product-cro-page .cta p{ color:#d9e0e5; } .product-cro-page .cta-btn{ display:inline-flex; align-items:center; justify-content:center; min-width:170px; min-height:50px; margin-top:17px; padding:12px 22px; border-radius:12px; background:#fff; color:#17222b; font-size:16px; font-weight:800; box-shadow:0 7px 20px rgba(0,0,0,.14); transition:transform .18s ease, box-shadow .18s ease; } .product-cro-page .cta-btn:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.2); } .product-cro-page .cta-btn:active{ transform:scale(.98); } /* Reviews */ .product-cro-page .reviews-head{ margin-bottom:14px; } .product-cro-page .reviews-summary{ display:flex; align-items:center; gap:10px; margin-top:5px; color:var(--muted); font-size:14px; } .product-cro-page .review-list{ display:grid; gap:12px; } .product-cro-page .review-item{ padding:17px; border:1px solid #ebe7df; border-radius:14px; background:#fffdf9; } .product-cro-page .review-top{ display:flex; align-items:flex-start; gap:11px; } .product-cro-page .review-avatar{ flex:0 0 38px; width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:#efe9df; color:#37424b; font-weight:800; font-size:14px; } .product-cro-page .review-name{ font-size:15px; font-weight:800; } .product-cro-page .review-country{ margin-top:1px; color:var(--muted); font-size:12px; } .product-cro-page .review-rating{ margin:10px 0 9px; color:var(--gold); font-size:17px; letter-spacing:1px; } .product-cro-page .review-body{ color:#2e3942; font-size:16px; line-height:1.6; } .product-cro-page .review-meta{ margin-top:10px; display:flex; flex-wrap:wrap; gap:8px 12px; color:#7a838a; font-size:12px; } .product-cro-page .verified{ color:#58646e; font-weight:700; } @container (min-width:700px){ .product-cro-page p, .product-cro-page .review-body{ font-size:18px; } .product-cro-page h2{ font-size:36px; } .product-cro-page h3{ font-size:24px; } .product-cro-page .hero{ padding:38px 34px; } .product-cro-page .cro-pad, .product-cro-page .feature-copy{ padding:26px; } .product-cro-page .feature-nav-card strong{ font-size:18px; } .product-cro-page .feature-nav-card span{ font-size:15px; } .product-cro-page .spec-table{ font-size:18px; } .product-cro-page summary{ font-size:18px; } .product-cro-page .review-name{ font-size:17px; } .product-cro-page .guarantee-row strong{ font-size:18px; } } ★★★★★ See What Customers Are Saying 4 customer reviews › 🔧 TIGHT-SPACE REPAIR TOOL Reach the Fastener Without Fighting the Space Extend the driving point away from cramped engine bays and obstructed repair areas, so you can work from a more practical position. Adjustable working angle Ratchet or compatible drill setup Auto • Motorcycle • Machinery Tap a feature to explore ↓ ↗️ Work Around Angles Move the drive point where it is easier to reach. › 🛠️ More Repair Scenarios Useful across automotive and mechanical jobs. › ⚙️ Choose Your Drive Use a ratchet or compatible drill setup. › ↔️ Extended Reach Reach into narrow and obstructed spaces. › 🔩 Reach Deep Fasteners Access recessed bolts from a more workable position. › ↗️ FLEXIBLE ACCESS Work Around Tight Angles Move the driving point to a more comfortable position when nearby components limit normal wrench movement. 🛠️ MULTI-SCENE USE One Tool. More Repair Scenarios. For automotive, motorcycle and mechanical maintenance where ordinary access is limited. ⚙️ DRIVE OPTIONS Choose How You Drive It Use a ratchet or compatible drill setup for easier operation outside the tight working area. ↔️ EXTENDED ACCESS Reach What Regular Ratchets Can’t Extend your working reach into narrow, obstructed spaces without putting your hand deep into the repair area. 🔩 DEEP FASTENER ACCESS Bring Deep Bolts Within Reach Access recessed fasteners from above or outside the engine bay when conventional tools are difficult to position. PRODUCT DETAILS Features & Specifications Product Type Multi-Angle Ratchet Extension Wrench Set Drive Adapter Sizes 1/4", 3/8", 1/2" Drive Options Ratchet or compatible drill setup Applications Automotive, motorcycle and machinery maintenance Net Weight 744 g EVA Case Size 420 × 105 × 30 mm FAQ Questions Before You Start What problem is this tool designed to solve? It helps move the driving point away from cramped or obstructed areas so recessed fasteners can be operated from a more practical position. What adapter sizes are included? The set supports 1/4", 3/8" and 1/2" drive adapter sizes. Can it be used with a drill? The product images show use with a compatible drill setup as well as a ratchet. What kinds of repairs can it be used for? The supplied product material shows automotive, motorcycle and machinery maintenance applications. Does it come with a storage case? Yes. The supplied product information shows an EVA storage case measuring 420 × 105 × 30 mm. SHOP WITH CONFIDENCE Built Around a Better Buying Experience 📦 Securely Packed Your order is packed carefully for shipment. ✅ Quality Checked Products are checked before they leave for fulfillment. 💬 Customer Support Need help with your order? Our support team is here to assist. Make Tight-Space Repairs Easier to Reach Bring the driving point out of cramped repair areas and work from a more usable position. Shop Now CUSTOMER REVIEWS What Customers Say ★★★★★ Based on the reviews shown below CM Chris M. US ★★★★★ Great product and very well made. Have been wanting to get one for sometime now so I ordered one and it had fast shipping. Received it today and it has already been used and came in handy.... Verified Purchase Aug 23, 2026 DJ David J. US ★★★★★ This tool was very helpful like on serpentine belts on certain vehicles that have little clearance between frame and the motor Verified Purchase Aug 15, 2026 NR Natalie R. US ★★★★★ Thank you so much. I received the item and I’m really happy to say you got an excellent shipping great quality and excellent price. I was really needed it to fix one of my small engines for my tractor lawnmower and this is great to take bolts out in different angles this is the best thank you so much. Verified Purchase Aug 8, 2026 RG Ryan G. US ★★★★★ Great tool, arrived very fast. Product looks and feels like a quality tool. Verified Purchase Jul 29, 2026
More you might like
Related
Multi-Angle Ratchet Screwdriver
Related
Multi-Angle Ratchet Screwdriver
Related
Multi Angle Ratchet 3/8" Drive
Related