Description
:root { –aw-red: #871525; –aw-red-dark: #6b1020; –aw-red-soft: rgba(135,21,37,0.10); –aw-ink: #111111; –aw-carbon: #1c1c1c; –aw-graphite: #252525; –aw-mist: #f6f5f4; –aw-cloud: #edecea; –aw-seam: #dedcdb; –aw-body-text: #424242; –aw-muted: #898989; –aw-white: #ffffff; –aw-font-display: ‘Barlow Condensed’, ‘Arial Narrow’, sans-serif; –aw-font-reading: ‘Barlow’, ‘Helvetica Neue’, sans-serif; –aw-radius: 10px; –aw-radius-sm: 6px; } .aw-page { max-width: 980px; margin: 0 auto; padding: 0 16px 80px; font-family: var(–aw-font-reading); color: var(–aw-ink); background: var(–aw-white); -webkit-font-smoothing: antialiased; line-height: 1.65; } .aw-section { padding: 44px 0; border-bottom: 1px solid var(–aw-seam); } .aw-section:last-child { border-bottom: none; } /* ── TYPE ─────────────────────────────────────── */ .aw-eyebrow { font-family: var(–aw-font-display); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(–aw-red); margin-bottom: 6px; } .aw-headline-primary { font-family: var(–aw-font-display); font-size: clamp(2.1rem, 6.5vw, 3.1rem); font-weight: 800; line-height: 1.03; color: var(–aw-ink); margin-bottom: 14px; } .aw-headline-section { font-family: var(–aw-font-display); font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 800; line-height: 1.08; color: var(–aw-ink); margin-bottom: 10px; } .aw-intro-text { font-size: clamp(1rem, 3vw, 1.06rem); color: var(–aw-body-text); line-height: 1.76; max-width: 680px; } /* ── HERO STAT STRIP ──────────────────────────── */ .aw-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(–aw-seam); border-radius: var(–aw-radius); overflow: hidden; margin-top: 28px; } .aw-hero-stat-cell { background: var(–aw-carbon); padding: 22px 10px; text-align: center; } .aw-hero-stat-num { font-family: var(–aw-font-display); font-size: clamp(1.35rem, 4vw, 2rem); font-weight: 800; color: var(–aw-red); line-height: 1; margin-bottom: 5px; } .aw-hero-stat-label { font-family: var(–aw-font-display); font-size: 0.61rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.30); } /* ── KSP THREE CARDS ──────────────────────────── */ .aw-ksp-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; background: var(–aw-seam); border-radius: var(–aw-radius); overflow: hidden; margin-top: 28px; } .aw-ksp-card { background: var(–aw-mist); padding: 28px 20px; border-top: 3px solid var(–aw-red); } .aw-ksp-number { font-family: var(–aw-font-display); font-size: clamp(2.1rem, 5.5vw, 3rem); font-weight: 800; color: var(–aw-red); line-height: 1; margin-bottom: 1px; } .aw-ksp-unit-tag { font-family: var(–aw-font-display); font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(–aw-muted); margin-bottom: 11px; } .aw-ksp-title { font-family: var(–aw-font-display); font-size: clamp(0.94rem, 2.5vw, 1.05rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(–aw-ink); margin-bottom: 7px; } .aw-ksp-body { font-size: clamp(0.88rem, 2.4vw, 0.93rem); color: var(–aw-body-text); line-height: 1.68; } /* ── TORQUE MODE PANEL ────────────────────────── */ .aw-torque-panel { margin-top: 26px; background: var(–aw-carbon); border-radius: var(–aw-radius); overflow: hidden; } .aw-torque-panel-head { padding: 20px 26px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); } .aw-torque-panel-eyebrow { font-family: var(–aw-font-display); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(–aw-red); margin-bottom: 4px; } .aw-torque-panel-title { font-family: var(–aw-font-display); font-size: clamp(1.1rem, 3.2vw, 1.6rem); font-weight: 800; color: var(–aw-white); line-height: 1.1; } .aw-torque-bars { padding: 22px 26px 24px; display: flex; flex-direction: column; gap: 20px; } .aw-torque-bar-row {} .aw-torque-bar-meta { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; gap: 10px; flex-wrap: wrap; } .aw-torque-bar-label { font-family: var(–aw-font-display); font-size: clamp(0.79rem, 2.2vw, 0.85rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.55); } .aw-torque-bar-value { font-family: var(–aw-font-display); font-size: clamp(0.95rem, 2.6vw, 1.08rem); font-weight: 800; color: var(–aw-white); white-space: nowrap; } .aw-torque-track { height: 8px; background: rgba(255,255,255,0.07); border-radius: 4px; overflow: hidden; } .aw-torque-fill { height: 100%; background: var(–aw-red); border-radius: 4px; } .aw-torque-panel-note { padding: 14px 26px; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.05); font-size: clamp(0.82rem, 2.2vw, 0.87rem); color: rgba(255,255,255,0.37); line-height: 1.65; } .aw-torque-panel-note-strong { color: rgba(255,255,255,0.68); font-weight: 600; } /* ── SPEED STATS PAIR ─────────────────────────── */ .aw-speed-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(–aw-seam); border-radius: var(–aw-radius); overflow: hidden; margin-top: 26px; } .aw-speed-cell { background: var(–aw-graphite); padding: 30px 24px; text-align: center; } .aw-speed-cell-num { font-family: var(–aw-font-display); font-size: clamp(2.4rem, 6vw, 3.4rem); font-weight: 800; color: var(–aw-red); line-height: 1; margin-bottom: 4px; } .aw-speed-cell-unit { font-family: var(–aw-font-display); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.38); margin-bottom: 8px; } .aw-speed-cell-name { font-family: var(–aw-font-display); font-size: clamp(0.88rem, 2.4vw, 0.96rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.6); } .aw-speed-desc { background: var(–aw-mist); padding: 18px 22px; grid-column: 1 / -1; font-size: clamp(0.87rem, 2.3vw, 0.91rem); color: var(–aw-body-text); line-height: 1.7; } /* ── BRUSHLESS ADVANTAGE ──────────────────────── */ .aw-advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(–aw-seam); border-radius: var(–aw-radius); overflow: hidden; margin-top: 26px; } .aw-advantage-tile { background: var(–aw-mist); padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; } .aw-advantage-index { font-family: var(–aw-font-display); font-size: 1.6rem; font-weight: 800; color: var(–aw-red); line-height: 1; flex-shrink: 0; opacity: 0.28; margin-top: 2px; } .aw-advantage-name { font-family: var(–aw-font-display); font-size: clamp(0.92rem, 2.5vw, 1rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(–aw-ink); margin-bottom: 5px; } .aw-advantage-desc { font-size: clamp(0.87rem, 2.3vw, 0.91rem); color: var(–aw-body-text); line-height: 1.67; } /* ── BATTERY SPLIT ────────────────────────────── */ .aw-battery-wrap { border-radius: var(–aw-radius); overflow: hidden; background: var(–aw-seam); margin-top: 26px; } .aw-battery-halves { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; } .aw-batt-dark { background: var(–aw-carbon); padding: 26px 24px; } .aw-batt-light { background: var(–aw-mist); padding: 26px 24px; } .aw-batt-label { font-family: var(–aw-font-display); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; color: var(–aw-red); margin-bottom: 7px; } .aw-batt-heading { font-family: var(–aw-font-display); font-size: clamp(1.05rem, 2.8vw, 1.25rem); font-weight: 800; line-height: 1.18; margin-bottom: 10px; } .aw-batt-dark .aw-batt-heading { color: var(–aw-white); } .aw-batt-light .aw-batt-heading { color: var(–aw-ink); } .aw-batt-copy { font-size: clamp(0.87rem, 2.3vw, 0.91rem); line-height: 1.68; } .aw-batt-dark .aw-batt-copy { color: rgba(255,255,255,0.44); } .aw-batt-light .aw-batt-copy { color: var(–aw-body-text); } .aw-batt-row-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(–aw-seam); } .aw-batt-stat-cell { background: var(–aw-cloud); padding: 15px 8px; text-align: center; } .aw-batt-stat-val { font-family: var(–aw-font-display); font-size: clamp(1.05rem, 3vw, 1.3rem); font-weight: 800; color: var(–aw-red); line-height: 1; margin-bottom: 4px; } .aw-batt-stat-label { font-family: var(–aw-font-display); font-size: 0.59rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(–aw-muted); } /* ── USE CASES ────────────────────────────────── */ .aw-use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; } .aw-use-card { background: var(–aw-mist); border-left: 3px solid var(–aw-red); border-radius: 0 var(–aw-radius-sm) var(–aw-radius-sm) 0; padding: 18px; } .aw-use-card-title { font-family: var(–aw-font-display); font-size: clamp(0.92rem, 2.5vw, 1rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(–aw-ink); margin-bottom: 6px; } .aw-use-card-desc { font-size: clamp(0.87rem, 2.3vw, 0.91rem); color: var(–aw-body-text); line-height: 1.67; } /* ── IN THE BOX ───────────────────────────────── */ .aw-inbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; } .aw-inbox-row { display: flex; gap: 13px; align-items: flex-start; background: var(–aw-mist); border: 1px solid var(–aw-seam); border-radius: var(–aw-radius-sm); padding: 16px; } .aw-inbox-pip { width: 8px; height: 8px; background: var(–aw-red); border-radius: 50%; flex-shrink: 0; margin-top: 7px; } .aw-inbox-item-name { font-family: var(–aw-font-display); font-size: clamp(0.9rem, 2.4vw, 0.97rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(–aw-ink); margin-bottom: 3px; } .aw-inbox-item-desc { font-size: clamp(0.85rem, 2.2vw, 0.89rem); color: var(–aw-body-text); line-height: 1.62; } /* ── SOCKET STRIP ─────────────────────────────── */ .aw-socket-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; background: var(–aw-seam); border-radius: var(–aw-radius-sm); overflow: hidden; margin-top: 16px; } .aw-socket-chip { background: var(–aw-cloud); padding: 14px 6px; text-align: center; } .aw-socket-chip-size { font-family: var(–aw-font-display); font-size: clamp(0.9rem, 2.5vw, 1.05rem); font-weight: 800; color: var(–aw-red); line-height: 1; margin-bottom: 3px; } .aw-socket-chip-sub { font-family: var(–aw-font-display); font-size: 0.59rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–aw-muted); } /* ── CALLOUT ──────────────────────────────────── */ .aw-callout-note { margin-top: 16px; padding: 13px 18px; background: var(–aw-red-soft); border-left: 3px solid var(–aw-red); border-radius: 0 var(–aw-radius-sm) var(–aw-radius-sm) 0; font-size: clamp(0.85rem, 2.2vw, 0.89rem); color: var(–aw-body-text); line-height: 1.7; } .aw-callout-note-strong { font-weight: 700; color: var(–aw-red); } /* ── RESPONSIVE ───────────────────────────────── */ @media (max-width: 680px) { .aw-hero-stats { grid-template-columns: 1fr 1fr; } .aw-ksp-trio { grid-template-columns: 1fr; } .aw-speed-pair { grid-template-columns: 1fr; } .aw-speed-desc { grid-column: 1; } .aw-advantage-grid{ grid-template-columns: 1fr; } .aw-battery-halves{ grid-template-columns: 1fr; } .aw-batt-row-stats{ grid-template-columns: 1fr 1fr; } .aw-use-grid { grid-template-columns: 1fr; } .aw-inbox-grid { grid-template-columns: 1fr; } .aw-socket-row { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 420px) { .aw-hero-stat-num { font-size: 1.25rem; } .aw-ksp-number { font-size: 2rem; } .aw-speed-cell-num{ font-size: 2.2rem; } }













20V Brushless Cordless
Impact Wrench
1,500 N·m of nut-busting power. Stuck lug nuts, seized axle bolts, rusted trailer hardware — gone in seconds. No air compressor, no cords, no compromise.
Rusted, overtightened, seized — handles what a breaker bar can’t touch. The highest nut-busting power in its class.
Brushless motor + 4.0Ah battery. Two packs included — one works while one charges. Never stop mid-job.
Compact enough for wheel wells, engine bays, and tight spaces under any vehicle — light enough to use all day.
3-Mode Torque Control
Full Power When You Need It — Controlled When You Don’t
Three selectable forward torque levels plus maximum-power reverse. Match the output to the fastener — never strip a small bolt, never under-power a big one.
Speed & Impact Performance
2,500 RPM — Fast Enough for Any Job
Speed and impact rate work together to drive fasteners efficiently and break seated hardware loose faster. Both numbers are at the top of the 20V cordless class.
Brushless Motor
Built to Last — Runs Cooler, Works Harder
Brushless motors outperform brushed ones in every way that matters for sustained, heavy impact work.
No brush-to-commutator friction. Consistent 1,500 N·m on your 20th lug nut, not just your first.
Brushes degrade and fail. Brushless motors have no consumable contacts — performance stays consistent over years of use.
Less energy wasted as heat, more converted to torque. That is why this tool delivers 60–70 min from a 4.0Ah pack.
Smaller motor, same output. 4 lbs total — fits in engine bays and wheel wells where bulkier tools simply won’t reach.
Battery System
4.0Ah Makita-Compatible — Use What You Already Own
Per Charge
Two 4.0Ah packs are included. One runs the tool while the other charges — no downtime, no waiting.
Existing Makita Batteries
Any Makita 18V / 20V battery slides right in. No adapter, no proprietary lock-in. The widest battery platform in the trades.
20V vs 18V: Same cells, different label. 20V is peak voltage off the charger; 18V is operating voltage under load. Fully cross-compatible with all Makita-platform batteries.
Built For
Every Job — Road, Shop, or Field
Four wheels done in under 5 minutes. Overtightened lug nuts on trucks and SUVs come off without a second thought.
Axle nuts and strut bolts come off clean at 1,500 N·m. No breaker bar assist, no penetrating oil wait.
Hardware left to corrosion for years — full 1,500 N·m reverse breaks it free when nothing else will.
No air compressor, no cord. 60–70 min of runtime covers most field service calls on a single charge.
Mode 1 (500 N·m) keeps you from stripping oil drain plugs, valve covers, and intake manifold bolts.
Fast forward torque for frame bolting and fixture work. Reverse for teardown and adjustments.
What’s In the Box
Complete Kit — Ready to Work Immediately
20V brushless, 1/2 in drive, 4 lbs — with built-in LED work light.
Makita-compatible 20V — 60–70 min each. One works while one charges.
Works with your full Makita-platform battery range.
Impact-rated 1/2 in drive. Covers the most common automotive fastener sizes.
Illuminates the fastener automatically — under vehicles, inside engine bays, wherever light doesn’t reach.
Mode guide, torque reference, battery care, and safety information.
Included Sockets — 1/2 in Drive
Safety: Always use impact-rated sockets. Standard chrome sockets can shatter under high torque. All 6 included sockets are impact-rated.
WHAT OUR CUSTOMERS SAY
Real reviews from verified customers who trust our products
TRUSTED BY
PROFESSIONALS
WORLDWIDE
⭐ ⭐ ⭐ ⭐ ⭐
4.8 average
760 verified reviews
⭐ ⭐ ⭐ ⭐ ⭐
March 15, 2025
The BendPak XPR-10AS 10,000 lb Two-Post Lift has been a game-changer for my shop. Installation was straightforward and it handles heavy trucks with ease.
Michael Rodriguez
Phoenix, AZ
✔ Verified Purchase
⭐ ⭐ ⭐ ⭐ ⭐
February 28, 2025
Excellent experience with Carliftexperts.shop — the lift arrived quickly, and their customer service was helpful and professional.
James Thompson
Dallas, TX
✔ Verified Purchase
⭐ ⭐ ⭐ ⭐ ⭐
January 12, 2025
Perfect fit for my home garage. The Atlas Garage Pro 8000 is compact but handles my F-150 perfectly. Great product!
Robert Chen
Seattle, WA
✔ Verified Purchase
⭐ ⭐ ⭐ ⭐ ⭐
September 12, 2025
I installed the Triumph NT-9FP 9,000 lb 2-Post Car Lift in my garage, and it completely changed how I work on cars.
David Harper
Chicago, IL
✔ Verified Purchase








