Strike Shadow 48V Red
{ "@context": "https://schema.org", "@type": "Product", "name": "Strike Shadow 48V Electric Dirt Bike", "description": "The Strike Shadow 48V is a 3,000W entry-level electric dirt bike with 48V 23.4Ah battery, 33–36 mph top speed, 14\"/12\" wheels, and standard suspension. Available in-store at Throttle Theory Powersports, 12373 Scarsdale Blvd Suite E, Houston TX 77089.", "brand": {"@type": "Brand", "name": "Strike Shadow"}, "sku": "STRIKE-SHADOW-48V", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "1299.00", "availability": "https://schema.org/InStock", "seller": { "@type": "LocalBusiness", "name": "Throttle Theory Powersports", "telephone": "+18327529062", "address": { "@type": "PostalAddress", "streetAddress": "12373 Scarsdale Blvd, Suite E", "addressLocality": "Houston", "addressRegion": "TX", "postalCode": "77089" } } }, "additionalProperty": [ {"@type": "PropertyValue", "name": "Battery", "value": "48V 23.4Ah (1,123Wh)"}, {"@type": "PropertyValue", "name": "Peak Power", "value": "3,000W"}, {"@type": "PropertyValue", "name": "Top Speed", "value": "33–36 mph"}, {"@type": "PropertyValue", "name": "Front Wheel", "value": "14\""}, {"@type": "PropertyValue", "name": "Rear Wheel", "value": "12\""}, {"@type": "PropertyValue", "name": "Controller", "value": "48V 40A"}, {"@type": "PropertyValue", "name": "Weight Capacity", "value": "220 lbs"}, {"@type": "PropertyValue", "name": "Chain", "value": "420 heavy duty"} ] } :root{ --w:#fff;--near:#F7F7F7;--rule:#E8E8E8;--rule2:#D0D0D0; --ink:#0F0F0F;--ink2:#2C2C2C;--ink3:#5A5A5A;--ink4:#9A9A9A; --fire:#E8521A;--fire2:#FF6B35;--fire3:#C43E10; --fire-t:#FFF3EE;--fire-b:#FFD5C2; --green:#15803D;--green-t:#F0FDF4;--green-b:#86EFAC; --blue:#1D4ED8;--blue-t:#EFF7FF;--blue-b:#93C5FD; --fd:'Barlow Condensed',sans-serif;--fb:'Barlow',sans-serif;--fm:'DM Mono',monospace; --ease:cubic-bezier(.16,1,.3,1); } .pd*,.pd*::before,.pd*::after{box-sizing:border-box;margin:0;padding:0;} .pd{font-family:var(--fb);background:var(--w);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;} @keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}} @keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(232,82,26,.4)}50%{box-shadow:0 0 0 6px rgba(232,82,26,0)}} .pd .a0{animation:fadeUp .45s var(--ease) both} .pd .a1{animation:fadeUp .45s var(--ease) .07s both} .pd .a2{animation:fadeUp .45s var(--ease) .13s both} .pd-local{display:flex;align-items:center;gap:12px;border:1px solid var(--green-b);border-left:4px solid var(--green);background:var(--green-t);padding:14px 18px;margin-bottom:8px;flex-wrap:wrap;} .pd-local-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 2.2s ease-in-out infinite;} .pd-local-txt{flex:1;} .pd-local-hed{font-family:var(--fd);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--green);margin-bottom:2px;} .pd-local-sub{font-size:12.5px;color:#166534;line-height:1.5;} .pd-local-sub a{color:var(--green);font-weight:600;text-decoration:none;} .pd-local-btn{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:#fff!important;font-family:var(--fd);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:9px 18px;flex-shrink:0;transition:background .15s;} .pd-local-btn:hover{background:#166534;} .pd-intro{border:1px solid var(--rule);border-left:4px solid var(--fire);padding:22px 24px;margin-bottom:8px;position:relative;overflow:hidden;} .pd-intro::after{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(232,82,26,.05) 0%,transparent 70%);pointer-events:none;} .pd-intro-tag{font-family:var(--fm);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--fire);display:flex;align-items:center;gap:8px;margin-bottom:9px;} .pd-intro-tag::before{content:'';width:5px;height:5px;background:var(--fire);border-radius:50%;flex-shrink:0;animation:pulse 2.5s ease-in-out infinite;} .pd-intro p{font-size:14.5px;color:var(--ink3);line-height:1.85;} .pd-intro strong{color:var(--ink2);font-weight:600;} .pd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-stat{background:var(--w);padding:16px 14px;position:relative;} .pd-stat::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--fire);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease);} .pd-stat:hover::before{transform:scaleX(1);} .pd-stat-val{font-family:var(--fd);font-size:clamp(20px,3vw,28px);font-weight:900;color:var(--ink);letter-spacing:-.3px;line-height:1;margin-bottom:4px;} .pd-stat-lbl{font-family:var(--fm);font-size:9px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--ink4);} .pd-sh{margin-bottom:18px;} .pd-sh-pre{font-family:var(--fm);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--ink4);display:flex;align-items:center;gap:10px;margin-bottom:6px;} .pd-sh-pre::after{content:'';flex:0 0 24px;height:1px;background:var(--fire);} .pd-sh h2{font-family:var(--fd);font-size:clamp(18px,2.4vw,26px);font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:-.2px;line-height:1.1;margin-bottom:6px;} .pd-sh p{font-size:13.5px;color:var(--ink3);line-height:1.75;} .pd-hr{border:none;border-top:1px solid var(--rule);margin:36px 0;position:relative;} .pd-hr::after{content:'///';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--w);padding:0 10px;font-family:var(--fm);font-size:10px;color:var(--rule2);letter-spacing:2px;} .pd-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-feat{background:var(--w);padding:20px 20px;position:relative;overflow:hidden;transition:background .15s;} .pd-feat::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--fire);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease);} .pd-feat:hover{background:#FDFCFC;} .pd-feat:hover::before{transform:scaleX(1);} .pd-feat-ico{font-size:20px;display:block;margin-bottom:9px;} .pd-feat-title{font-family:var(--fd);font-size:14px;font-weight:700;text-transform:uppercase;color:var(--ink);letter-spacing:.2px;margin-bottom:5px;line-height:1.1;} .pd-feat-body{font-size:12.5px;color:var(--ink3);line-height:1.65;} .pd-feat-body strong{color:var(--ink2);font-weight:600;} .pd-specs-wrap{border:1px solid var(--rule);overflow:hidden;margin-bottom:28px;} .pd-specs-head{background:var(--ink);padding:14px 20px;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#E5E5E5;} .pd-specs-table{width:100%;border-collapse:collapse;} .pd-specs-table tr{border-bottom:1px solid var(--rule);transition:background .12s;} .pd-specs-table tr:last-child{border-bottom:none;} .pd-specs-table tr:hover{background:#FDFCFC;} .pd-specs-table td{padding:10px 18px;font-size:13px;line-height:1.4;} .pd-specs-table td:first-child{font-family:var(--fm);font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--ink4);background:var(--near);width:45%;border-right:1px solid var(--rule);} .pd-specs-table td:last-child{color:var(--ink2);font-weight:500;} .pd-specs-table .fire{color:var(--fire3);font-weight:600;} .pd-compare{border:1px solid var(--rule);overflow:hidden;margin-bottom:28px;} .pd-compare-head{background:var(--ink);padding:14px 20px;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#E5E5E5;} .pd-compare-table{width:100%;border-collapse:collapse;} .pd-compare-table th{padding:10px 16px;font-family:var(--fm);font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--ink4);background:var(--near);border-bottom:1px solid var(--rule);border-right:1px solid var(--rule);text-align:left;} .pd-compare-table th:last-child{border-right:none;} .pd-compare-table th.th-fire{color:var(--fire);} .pd-compare-table td{padding:10px 16px;font-size:12.5px;border-bottom:1px solid var(--rule);border-right:1px solid var(--rule);color:var(--ink3);line-height:1.35;} .pd-compare-table td:last-child{border-right:none;} .pd-compare-table td:first-child{font-family:var(--fm);font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--ink4);background:var(--near);} .pd-compare-table .win{font-weight:600;color:var(--fire3);} .pd-compare-table tr:last-child td{border-bottom:none;} .pd-for{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-for-col{background:var(--w);padding:20px 20px;} .pd-for-col-h{font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:flex;align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--rule);} .pd-for-col-h span{font-size:16px;} .pd-for-yes .pd-for-col-h{color:var(--green);} .pd-for-no .pd-for-col-h{color:var(--ink4);} .pd-for-list{list-style:none;padding:0;margin:0;} .pd-for-list li{display:flex;gap:8px;align-items:flex-start;font-size:13px;padding:6px 0;border-bottom:1px solid var(--rule);line-height:1.4;} .pd-for-list li:last-child{border-bottom:none;} .pd-for-yes .pd-for-list li{color:var(--ink3);} .pd-for-yes .pd-for-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;} .pd-for-no .pd-for-list li{color:var(--ink4);} .pd-for-no .pd-for-list li::before{content:'—';color:var(--rule2);font-family:var(--fm);font-size:11px;margin-top:1px;flex-shrink:0;} .pd-note{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;font-size:13px;line-height:1.65;margin-bottom:7px;border-left:3px solid;} .pd-note-info{background:var(--blue-t);border-color:var(--blue-b);color:var(--ink2);} .pd-note-info strong{color:var(--blue);} .pd-note-neutral{background:var(--near);border-color:var(--rule2);color:var(--ink3);font-size:12.5px;} .pd-note-neutral strong{color:var(--ink2);} .pd-pickup{background:var(--ink);padding:32px 28px;text-align:center;position:relative;overflow:hidden;border-top:3px solid var(--fire);margin-top:28px;} .pd-pickup::before{content:'HOUSTON TX';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--fd);font-size:80px;font-weight:900;color:rgba(255,255,255,.03);white-space:nowrap;letter-spacing:-2px;text-transform:uppercase;pointer-events:none;} .pd-pickup-pre{font-family:var(--fm);font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--fire);display:block;margin-bottom:10px;} .pd-pickup h2{font-family:var(--fd);font-size:clamp(20px,3vw,32px);font-weight:900;color:#EFEFEF;text-transform:uppercase;letter-spacing:-.3px;line-height:1.05;margin-bottom:8px;} .pd-pickup h2 em{font-style:normal;color:var(--fire);} .pd-pickup p{font-size:13.5px;color:#888;max-width:380px;margin:0 auto 22px;line-height:1.75;} .pd-pickup-btns{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;} .pd-btn-fire{display:inline-flex;align-items:center;gap:6px;background:var(--fire);color:#fff!important;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:12px 26px;transition:background .15s,transform .15s var(--ease);} .pd-btn-fire:hover{background:var(--fire2);transform:translateY(-2px);} .pd-btn-ghost{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#888!important;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:12px 26px;border:1px solid #333;transition:border-color .15s,color .15s;} .pd-btn-ghost:hover{border-color:var(--fire);color:var(--fire)!important;} .pd-pickup-addr{margin-top:14px;font-family:var(--fm);font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#3A3A3A;} @media(max-width:600px){ .pd-stats{grid-template-columns:1fr 1fr;} .pd-for{grid-template-columns:1fr;} .pd-local{flex-direction:column;gap:8px;} .pd-pickup{padding:24px 16px;} .pd-pickup::before{font-size:44px;} } In stock — Stop by Today At Throttle Theory Powersports · 12373 Scarsdale Blvd Suite E, Houston TX 77089 · Near Pearland, Clear Lake & Webster 📞 832-752-9062 48V · 3,000W · 33–36 MPH · 14"/12" Wheels · Houston TX The Strike Shadow 48V is the entry point into the Strike Shadow lineup — and the right starting place for younger riders and beginners who want real electric dirt bike performance without the added weight and speed of the upper models. With a 3,000W motor, 48V 23.4Ah battery (1,123Wh), and standard suspension, it delivers genuine off-road capability in a more approachable, confidence-building package. The 14" front and 12" rear wheels are sized appropriately for smaller riders, keeping the bike nimble and easy to handle on trails, open lots, and private land around Houston. Available now at our Southeast Houston showroom. 36 MPH Top Speed 3,000W Peak Power 1,123Wh Battery Capacity 220 lbs Weight Capacity Why the 48V Base What Makes the 48V the Right Starting Point Three reasons the 48V base model is the right call for new and younger riders — not just a lesser version of the SX. 🛞 14" / 12" Wheels — Sized to Fit The 14" front and 12" rear wheels are purpose-sized for younger and smaller riders. The lower stand-over height and tighter geometry make the bike easier to control, easier to balance at low speeds, and less intimidating when learning off-road riding fundamentals. ⚡ 3,000W · 48V 40A Controller The 48V 23.4Ah battery (1,123Wh) feeds a 40A controller for smooth, manageable power delivery. At 33–36 mph the 48V hits a speed ceiling that keeps new riders from getting in over their heads while still feeling genuinely fast and fun on trails and open land. 🔩 Standard Suspension F&R Front and rear standard suspension handles the flat terrain and mild obstacles typical of beginner riding around Southeast Texas — grass, packed dirt, and gravel paths around Pearland, Clear Lake, and Webster. More than adequate for the speeds and terrain this bike is built for. 🔋 Efficient Battery for Ride Time At 1,123Wh paired with a 3,000W motor, the 48V draws conservatively at moderate speeds, which means longer sessions per charge during casual trail riding and backyard use. Ideal for riders who prioritize extended playtime over outright range numbers. ⛓️ 420 Heavy-Duty Chain Motorcycle-grade 420 heavy-duty chain handles the torque load reliably without the stretching or skipping you'd see on lighter pit-bike chains. Durable under consistent use and requires less frequent adjustment than budget-grade drive systems. 📊 EM06 Digital Display The EM06 display keeps speed, battery level, and ride mode visible at a glance. Handlebar-mounted for easy reading without looking down during a ride — the same display found on the upper SX and SV2 models. Full Specifications Strike Shadow 48V — Complete Spec Sheet Technical Specifications Battery 48V 23.4Ah lithium-ion (1,123Wh) Peak Power 3,000W Top Speed 33–36 mph Controller 48V 40A Display EM06 digital Charger UL-certified 48V 6A Front Tire 70/100-14" Rear Tire 90/100-12" Front Suspension Standard front fork Rear Suspension Standard rear shock absorber Chain 420 heavy duty Handlebar Width 28.34" (72cm) Ground Clearance ~9" Weight Capacity 220 lbs Colors Black · Red · White Use Off-road / private land only — not street legal Model Comparison Where the 48V Sits in the Strike Shadow Lineup Not sure if the 48V base is right or whether to step up to the 60V SX or 72V SV2? Here's the fast version. Strike Shadow — All 3 Models Spec 48V Base ← You Are Here 60V SX 72V SV2 Power 3,000W 5,000W 7,000W Top Speed 33–36 mph 41–44 mph 48–53 mph Battery 48V 23.4Ah — entry efficient 60V 27Ah 72V 25Ah Front Wheel 14" — beginner sized 17" — full size 17" — full size Rear Wheel 12" — beginner sized 14" — full size 14" — full size Suspension Standard F&R Hydraulic F&R FastAce F&R — premium Best For Kids & beginners Most adults & teens Experienced, track/trail Is This the Right Bike? Who the Strike Shadow 48V Is Built For ✓ Great Fit Kids and younger teens learning off-road riding First-time electric dirt bike riders of any age Riders who want manageable speed to build confidence Smaller or lighter riders (up to 220 lbs) Casual trail rides on private land around Houston Buyers wanting the most affordable entry into the Strike Shadow lineup Parents looking for a serious but controlled first bike ○ Consider Other Options Adults and older teens wanting full-size wheel stability — step up to the 60V SX Riders wanting 40+ mph and hydraulic suspension — go 60V SX Experienced riders wanting 50+ mph and premium suspension — step up to the 72V SV2 Anyone needing street-legal operation — off-road only Riders over 220 lbs ℹ Should I just start with the 60V SX instead? If the rider is a teen or adult, yes — the 60V SX's full-size 17"/14" wheels and hydraulic suspension make a real difference at higher speeds. But for younger kids and true beginners, the 48V's smaller wheels and lower top speed are genuine advantages, not compromises. Start here, move up when they're ready. ○ Off-road only. The Strike Shadow 48V is designed for private land, trails, and off-road use. Not street-legal. Sold for recreational off-road riding only. In Stock · Houston TX See the Strike Shadow 48V In Personat Our SE Houston Showroom All three Strike Shadow models are on the floor. Come compare them side by side or call ahead to confirm color availability. 📞 Call 832-752-9062 📖 Full 3-Model Comparison 12373 Scarsdale Blvd Suite E · Houston TX 77089 · Near Pearland & Clear Lake