{"title":"EV Lifts","description":null,"products":[{"product_id":"bendpak-evs3000-ev-battery-lift-table","title":"BendPak EVS3000 EV Battery Pack and Powertrain Lift Table - 3,000 lb","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section { margin: 40px 0; }\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p { margin-bottom: 1rem; }\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li { margin-bottom: 0.5rem; }\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover { text-decoration: underline; }\n\n.hero-container {\n  display: block;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.hero-content { text-align: left; width: 100%; }\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: table;\n  table-layout: fixed;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n  word-wrap: break-word;\n}\n\n.product-content-wrapper th { font-weight: 600; }\n.product-content-wrapper th[scope=\"row\"] { background-color: #f5f5f5; }\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n  padding: 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper tr:nth-child(even) { background-color: #f9f9f9; }\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa;\n  border-left: 4px solid var(--brand);\n  padding: 1rem 1.5rem;\n  margin: 1.5rem 0;\n  color: #333;\n}\n\n.product-content-wrapper .highlight h3 {\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--brand);\n  margin: 0 0 1rem 0;\n  line-height: 1.3;\n  padding-bottom: 0.5rem;\n  border-bottom: 2px solid #e0e8f0;\n}\n\n.product-content-wrapper .highlight p { margin-bottom: 0.75rem; }\n.product-content-wrapper .highlight p:last-child { margin-bottom: 0; }\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h2 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p { margin: 0 0 1rem 0; }\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn:hover { opacity: 0.9; }\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  position: relative;\n  padding-right: 2.5rem;\n  list-style: none;\n}\n\n.product-content-wrapper summary::-webkit-details-marker { display: none; }\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 50%;\n  transform: translateY(-50%);\n  transition: transform 0.3s ease;\n  font-size: 0.75rem;\n}\n\n.product-content-wrapper details[open] summary::after { transform: translateY(-50%) rotate(90deg); }\n.product-content-wrapper details[open] summary { border-bottom: 1px solid #e0e0e0; }\n.product-content-wrapper details \u003e div { padding: 1rem; }\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.collection-links {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.collection-link-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 1.5rem;\n  text-align: center;\n}\n\n.collection-link-card h3 {\n  font-size: 1.1rem;\n  margin: 0 0 0.5rem 0;\n  color: var(--brand);\n  border-bottom: none;\n}\n\n.collection-link-card p {\n  font-size: 0.9rem;\n  color: #666;\n  margin-bottom: 1rem;\n}\n\n.collection-btn {\n  display: inline-block;\n  background: var(--brand) !important;\n  color: #fff !important;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  text-decoration: none !important;\n  font-weight: 600;\n  font-size: 0.9rem;\n}\n\n.product-content-wrapper .docs-grid {\n  display: grid;\n  gap: 12px;\n}\n\n.product-content-wrapper .doc-card {\n  display: flex;\n  gap: 12px;\n  align-items: center;\n  padding: 12px;\n  border: 1px solid #eee;\n  border-radius: 8px;\n  background: linear-gradient(180deg, #fff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .doc-card img {\n  width: 40px;\n  height: 40px;\n  flex: 0 0 40px;\n}\n\n.product-content-wrapper .doc-card .doc-meta { line-height: 1.35; }\n\n.product-content-wrapper .doc-card .doc-title {\n  font-weight: 600;\n  margin: 0 0 2px 0;\n  font-size: 0.95rem;\n}\n\n.product-content-wrapper .doc-card .doc-note {\n  margin: 0;\n  font-size: 0.85rem;\n  color: #555;\n}\n\n.product-content-wrapper .doc-card a { text-decoration: underline; }\n\n@media (min-width: 768px) {\n  .product-content-wrapper .docs-grid { grid-template-columns: repeat(3, 1fr); }\n\n  .product-content-wrapper #features .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(odd) {\n    margin-left: 0;\n    margin-right: auto;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) {\n    margin-left: auto;\n    margin-right: 0;\n    border-left: none;\n    border-right: 4px solid var(--brand);\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) h3 { text-align: right; }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper { padding-bottom: calc(3rem + 88px + 20px + env(safe-area-inset-bottom)); }\n  .product-content-wrapper table { display: block; overflow-x: auto; table-layout: auto; }\n  .product-content-wrapper .docs-grid { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper { padding: 0 10px 2rem 10px; }\n  .product-content-wrapper h2 { font-size: 1.1rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eBendPak EVS3000 Mobi-EVS Lift Table\u003c\/h2\u003e\n\u003cp\u003eThe BendPak EVS3000 is a 3,000 lb capacity battery-powered mobile scissor lift table designed for EV battery pack replacement and powertrain service. The full-rise platform elevates to over 6 ft in less than 20 seconds, with a compact design that can be easily transported anywhere in multi-bay facilities. Features rechargeable 12V DC power, zero-throw casters for extreme maneuverability, and multiple recessed anchoring locations for modular fixtures and adapters. ASME PASE 2019 certified with 24-month warranty.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e3,000 lb capacity for EV batteries and powertrains\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e77.75\" max rise in approximately 18 seconds\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eBattery-powered with onboard 12V charger\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eZero-throw casters for turn-on-a-dime maneuverability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cnav class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e · \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e · \u003ca href=\"#accessories\"\u003eAccessories\u003c\/a\u003e · \u003ca href=\"#whats-included\"\u003eWhat's Included\u003c\/a\u003e · \u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#documents\"\u003eDocuments\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eFull-Rise Battery-Powered Lift\u003c\/h3\u003e\n\u003cp\u003eThe 42.75\" x 63\" lift platform elevates to 77.75\" max height in approximately 18 seconds. Heavy-duty 12V DC power unit with deep cycle battery and onboard charger allows 10-12 hours to full charge from approximately 20%. Battery charge indicator displays charge condition at all times. No air lines or external power required during operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eZero-Throw Casters for Extreme Maneuverability\u003c\/h3\u003e\n\u003cp\u003eRevolutionary turn-on-a-dime zero-throw casters with oversized 5\" diameter wheels allow the lift table to move and change direction effortlessly, requiring a fraction of the effort normally associated with plain swivel casters. Removable tri-caster locking pin converts front casters to fixed design for efficient straight-line travel over longer distances.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eMulti-Point Safety Lock System\u003c\/h3\u003e\n\u003cp\u003eSafety locks engage automatically at five staging positions (34\", 44.75\", 54.5\", 63.5\", 71.75\", and 77.5\") during lifting operations. Electric-solenoid control easily disengages with a button press on the pendant control. Emergency stop shuts off power instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eAdjustable Screw Jacks\u003c\/h3\u003e\n\u003cp\u003eScrew jacks provide effortless roll, pitch, and yaw adjustments (up to 1.5\" max) for precise alignment and leveling of EV batteries, engine and drivetrain assemblies, fuel tanks, and more. Patented design minimizes time and effort spent making adjustments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eIntegrated Slip-Plate Deck\u003c\/h3\u003e\n\u003cp\u003eFull-floating ball bearing slip plate deck with low rolling resistance maintenance-free ball retainers and nylon bearings enables effortless side-to-side shifting of the tabletop for additional adjustability. UHMW polyethylene platform surface provides impact resistance, low friction, and electrical insulation from the conductive steel platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eTwin Hydraulic Cylinders\u003c\/h3\u003e\n\u003cp\u003eTwin hydraulic cylinders feature welded construction, chrome-plated rods, and highly polished bores for extended seal life. Proprietary seal design reduces leakage. Precision hydraulic control valve regulates fluid flow for controlled ascent and descent. Hydraulic fail-safe circuit provides safe descent in event of hose rupture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ccaption\u003eCapacity \u0026amp; Performance\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLifting Capacity\u003c\/th\u003e\n\u003ctd\u003e3,000 lb (1,361 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum Rise\u003c\/th\u003e\n\u003ctd\u003e77.75\" (1,972 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMinimum Deck Height\u003c\/th\u003e\n\u003ctd\u003e34.25\" (868 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLifting Time\u003c\/th\u003e\n\u003ctd\u003e~18 seconds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor\u003c\/th\u003e\n\u003ctd\u003e12V DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOperating Pressure\u003c\/th\u003e\n\u003ctd\u003e1,250 PSI at max load\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger\u003c\/th\u003e\n\u003ctd\u003eInput: 120 VAC, 60 Hz \/ Output: 12V DC, 15A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCharge Time\u003c\/th\u003e\n\u003ctd\u003e10-12 hours to full charge from ~20%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eScrew Jack Adjustment\u003c\/th\u003e\n\u003ctd\u003e1.5\" (38 mm) max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable\u003e\n\u003ccaption\u003eDimensions\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Length\u003c\/th\u003e\n\u003ctd\u003e91.25\" (2,318 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Length (Handle Stowed)\u003c\/th\u003e\n\u003ctd\u003e71.25\" (1,807 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Width (with handles)\u003c\/th\u003e\n\u003ctd\u003e53\" (1,348 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTop Deck Length\u003c\/th\u003e\n\u003ctd\u003e63\" (1,600 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTop Deck Width\u003c\/th\u003e\n\u003ctd\u003e42.75\" (1,088 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSteering Handle Height\u003c\/th\u003e\n\u003ctd\u003e39.25\" (997 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e1,918 lb (870 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable\u003e\n\u003ccaption\u003eSafety Lock Staging Positions\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePosition 1\u003c\/th\u003e\n\u003ctd\u003e44.75\" (1,136 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePosition 2\u003c\/th\u003e\n\u003ctd\u003e54.5\" (1,386 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePosition 3\u003c\/th\u003e\n\u003ctd\u003e63.5\" (1,612 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePosition 4\u003c\/th\u003e\n\u003ctd\u003e71.75\" (1,825 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePosition 5 (Max)\u003c\/th\u003e\n\u003ctd\u003e77.5\" (1,972 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection id=\"accessories\"\u003e\n\u003ch2\u003eOptional Accessories\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTelescoping Arm Kit (SKU 5210454):\u003c\/strong\u003e Four telescoping lift arms with adjustable height contact pads and stackable adapters. 600 lb capacity per arm.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFixture Set (SKU 5210458):\u003c\/strong\u003e Four multi-adjustable Accu-Point support fixtures that adapt to nearly any transmission, drivetrain, or vehicle subframe shape. 600 lb capacity per fixture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Point Support Kit (SKU 5216205):\u003c\/strong\u003e Four independently adjustable indexing arms for transmission, drivetrain, or subframe support. 800 lb capacity at max extension. Requires Universal Deck Mount Kit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTransmission Support (SKU 5323189):\u003c\/strong\u003e Bi-directional adjustable saddle adapts to most auto and light truck transmissions, transfer cases, or differentials. Includes hold-down chains. Requires Universal Deck Mount Kit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal Deck Mount Kit (SKU 5216234):\u003c\/strong\u003e Universal adapter plate with center support pin that adapts to virtually all transmission jack heads, drivetrain adapters, and fuel tank supports. Required for Multi-Point Support Kit and Transmission Support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003ch3\u003eStandard Equipment\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eEVS3000 mobile scissor lift table\u003c\/li\u003e\n\u003cli\u003e12V deep cycle battery with onboard charger\u003c\/li\u003e\n\u003cli\u003eRemote pendant control with 8 ft lead\u003c\/li\u003e\n\u003cli\u003eStowable push-pull handle\u003c\/li\u003e\n\u003cli\u003eFull-length utility trays (both sides)\u003c\/li\u003e\n\u003cli\u003eFore and aft storage bins\u003c\/li\u003e\n\u003cli\u003eManual floor locks\u003c\/li\u003e\n\u003cli\u003eStandard rubber pads\u003c\/li\u003e\n\u003cli\u003eUser manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eNot Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eOptional accessories (telescoping arms, fixture sets, transmission support)\u003c\/li\u003e\n\u003cli\u003eTwo-post lift for EV service (pairs with BendPak 10AP series)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n\u003ch3\u003eFreight Coverage\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree shipping\u003c\/strong\u003e to commercial addresses within the 48 contiguous United States. Ships via LTL freight. Product weight is 1,918 lb.\u003c\/p\u003e\n\u003ch3\u003eReceiving\u003c\/h3\u003e\n\u003cp\u003eForklift or pallet jack required for unloading. Inspect all packaging before signing bill of lading. Note any visible damage on BOL before driver departs.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eWarranty Coverage\u003c\/h2\u003e\n\u003ch3\u003eBendPak 24-Month Warranty\u003c\/h3\u003e\n\u003cp\u003eThe EVS3000 is covered by a 24-month warranty. Meets or exceeds ASME PASE 2019 standards (Safety Standard for Portable Automotive Service Equipment).\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"documents\"\u003e\n\u003ch2\u003eDocuments\u003c\/h2\u003e\n\u003cp style=\"font-size: 0.9rem; color: #555; margin-bottom: 1rem;\"\u003eClick to open in a new tab.\u003c\/p\u003e\n\u003cdiv class=\"docs-grid\"\u003e\n\u003cdiv class=\"doc-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\" alt=\"PDF\" width=\"40\" height=\"40\" loading=\"lazy\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/BendPak-Mobi-EVS-EVS3000-EVS4500-Battery-Pack-Powertrain-Lift-Table-5175611-5175613-Brochure-2023-Q4.pdf?v=1767628729\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eEVS3000 Sales Sheet (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eSpecs, dimensions, key features\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"doc-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\" alt=\"PDF\" width=\"40\" height=\"40\" loading=\"lazy\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/BendPak_EVS3000-EVS4500-T_EV-Battery_Powertrain_Lift_5900376_SetupOper_Manual_B_07-2024.pdf?v=1767628730\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eEVS3000 Manual (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eInstallation and operation manual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"doc-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\" alt=\"PDF\" width=\"40\" height=\"40\" loading=\"lazy\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/bendpak-product-warranty-all-products.pdf?v=1767145752\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eBendPak Warranty (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eFull warranty terms and coverage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the BendPak EVS3000?\u003c\/h2\u003e\n\u003cp\u003eOur team can help with EV service equipment selection and accessory recommendations.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\u003eCall (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference between the EVS3000 and EVS4500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EVS3000 has 3,000 lb capacity and the EVS4500 has 4,500 lb capacity. Dimensions are identical. Choose based on the weight of the heaviest battery packs or powertrain components you'll be handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require air or external power during operation?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo. The EVS3000 operates on a rechargeable 12V deep cycle battery. No air lines or external power required during operation. The onboard charger connects to standard 120 VAC for charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does the battery last on a charge?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eBattery life depends on usage frequency and load. The onboard charger takes 10-12 hours to reach full charge from approximately 20%. The battery charge indicator displays charge condition at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat two-post lift pairs with the EVS3000 for EV service?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eBendPak recommends their 10AP series two-post lifts (10AP, 10AP-168, 10APX, 10APX-181) for EV service. The 10AP provides 10,000 lb capacity with Bi-Metric triple-telescoping arms suited for EV lifting points and low-clearance vehicles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat accessories do I need for transmission work?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eFor transmission service, you need the Universal Deck Mount Kit (SKU 5216234) plus either the Transmission Support (SKU 5323189) for standard transmission work or the Multi-Point Support Kit (SKU 5216205) for more complex support configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty coverage is included?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003e24-month warranty. The EVS3000 meets or exceeds ASME PASE 2019 standards for portable automotive service equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection id=\"related\"\u003e\n\u003ch2\u003eRelated Collections\u003c\/h2\u003e\n\u003cdiv class=\"collection-links\"\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eBendPak Lifts\u003c\/h3\u003e\n\u003cp\u003eComplete lineup of BendPak vehicle lifts\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"https:\/\/garagesupplyguys.com\/collections\/bendpak-lifts\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eBendPak Two-Post Lifts\u003c\/h3\u003e\n\u003cp\u003e10AP series for EV service\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"https:\/\/garagesupplyguys.com\/collections\/bendpak-two-post-lifts\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eAll BendPak Products\u003c\/h3\u003e\n\u003cp\u003eComplete BendPak lineup\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"https:\/\/garagesupplyguys.com\/collections\/bendpak\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003eThis product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BendPak","offers":[{"title":"Default Title","offer_id":46390344220923,"sku":"5175611","price":10595.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/bendpak-evs3000-battery-pack-lift-table-hero.webp?v=1767588894"},{"product_id":"bendpak-evs4500-ev-battery-lift-table","title":"BendPak EVS4500 EV Battery Pack and Powertrain Lift Table - 4,500 lb","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section { margin: 40px 0; }\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.75rem;\n  margin: 0 0 1rem 0;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h4 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p { margin-bottom: 1rem; }\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li { margin-bottom: 0.5rem; }\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover { text-decoration: underline; }\n\n.hero-container {\n  display: block;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.hero-content {\n  text-align: left;\n  width: 100%;\n}\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: table;\n  table-layout: fixed;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n  word-wrap: break-word;\n}\n\n.product-content-wrapper th { font-weight: 600; }\n\n.product-content-wrapper th[scope=\"row\"] { background-color: #f5f5f5; }\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n  padding: 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper tr:nth-child(even) { background-color: #f9f9f9; }\n\n.product-content-wrapper a:focus-visible,\n.product-content-wrapper summary:focus-visible {\n  outline: 2px solid var(--brand);\n  outline-offset: 2px;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa;\n  border-left: 4px solid var(--brand);\n  padding: 1rem 1.5rem;\n  margin: 1.5rem 0;\n  color: #333;\n}\n\n.product-content-wrapper .highlight h4 {\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--brand);\n  margin: 0 0 1rem 0;\n  line-height: 1.3;\n  padding-bottom: 0.5rem;\n  border-bottom: 2px solid #e0e8f0;\n}\n\n.product-content-wrapper .highlight p { margin-bottom: 0.75rem; }\n.product-content-wrapper .highlight p:last-child { margin-bottom: 0; }\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h3 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p { margin: 0 0 1rem 0; }\n\n.product-content-wrapper .cta .cta-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n}\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn:hover { opacity: 0.9; }\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  border-radius: 8px 8px 0 0;\n  position: relative;\n  padding-right: 2.5rem;\n  list-style: none;\n}\n\n.product-content-wrapper summary::-webkit-details-marker { display: none; }\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 50%;\n  transform: translateY(-50%);\n  transition: transform 0.3s ease;\n  font-size: 0.75rem;\n}\n\n.product-content-wrapper details[open] summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.product-content-wrapper details[open] summary {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper details \u003e div { padding: 1rem; }\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.product-content-wrapper .docs-grid {\n  display: grid;\n  gap: 12px;\n}\n\n.product-content-wrapper .doc-card {\n  display: flex;\n  gap: 12px;\n  align-items: center;\n  padding: 12px;\n  border: 1px solid #eee;\n  border-radius: 8px;\n  background: linear-gradient(180deg, #fff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .doc-card img {\n  width: 40px;\n  height: 40px;\n  flex: 0 0 40px;\n}\n\n.product-content-wrapper .doc-card .doc-meta { line-height: 1.35; }\n\n.product-content-wrapper .doc-card .doc-title {\n  font-weight: 600;\n  margin: 0 0 2px 0;\n  font-size: 0.95rem;\n}\n\n.product-content-wrapper .doc-card .doc-note {\n  margin: 0;\n  font-size: 0.85rem;\n  color: #555;\n}\n\n.product-content-wrapper .doc-card a { text-decoration: underline; }\n\n@media (min-width: 768px) {\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .product-content-wrapper #features .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(odd) {\n    margin-left: 0;\n    margin-right: auto;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) {\n    margin-left: auto;\n    margin-right: 0;\n    border-left: none;\n    border-right: 4px solid var(--brand);\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) h4 {\n    text-align: right;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper {\n    padding-bottom: calc(3rem + 88px + 20px + env(safe-area-inset-bottom));\n  }\n\n  .product-content-wrapper table {\n    display: block;\n    overflow-x: auto;\n    table-layout: auto;\n  }\n\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px;\n  }\n\n  .product-content-wrapper h2 { font-size: 1.4rem; }\n  .product-content-wrapper h3 { font-size: 1.1rem; }\n  .product-content-wrapper h4 { font-size: 1rem; }\n  .product-content-wrapper .highlight h4 { font-size: 1.15rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  * {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eBendPak EVS4500 Mobi-EVS EV Battery Pack and Powertrain Lift Table with 4,500 lb Capacity and Rechargeable 12V Power Unit\u003c\/h2\u003e\n\u003cp\u003eThe BendPak EVS4500 is a full-rise battery-powered mobile scissor lift table engineered specifically for electric vehicle service and EV battery pack replacement. With a 4,500 lb lifting capacity and a spacious 63\" x 42.5\" platform, this lift table safely handles heavy battery packs and powertrain components with ease. The rechargeable 12V DC power unit with included deep cycle battery delivers cord-free mobility, elevating the platform to over six feet in less than 20 seconds. The EVS4500 is backed by BendPak's two year structural warranty and one year coverage on hydraulic, operating, and electrical components.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e4,500 lb lifting capacity for heavy EV battery packs and powertrains\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eFull-rise height in under 20 seconds with battery-powered operation\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eUHMW polyethylene surface provides electrical insulation and low-friction handling\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompact, mobile design for multi-bay facilities and confined spaces\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eOnboard battery charger with charge indicator gauge included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- QUICK NAV --\u003e\n\u003cnav aria-label=\"Page navigation\" class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e \u003ca href=\"#features\"\u003eEVS4500 Features\u003c\/a\u003e · \u003ca href=\"#specs\"\u003eEVS4500 Specs\u003c\/a\u003e · \u003ca href=\"#documents\"\u003eDocuments\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eEVS4500 FAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\n\u003c!-- FEATURES SECTION --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch3\u003eBendPak EVS4500 Features\u003c\/h3\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eBattery-Powered Full-Rise Mobility\u003c\/h4\u003e\n\u003cp\u003eThe EVS4500 operates on a heavy-duty 12V DC power unit with a deep cycle battery, allowing completely cord-free operation throughout your shop. With a press of the pendant control, the lift platform elevates to more than six feet in less than 20 seconds. The onboard battery charger and charge indicator gauge let you monitor battery status at all times, ensuring the lift is always ready when you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003ePrecision-Engineered Platform\u003c\/h4\u003e\n\u003cp\u003eThe 63\" x 42.5\" lift platform provides the ideal surface area for safely handling heavy EV battery packs and powertrain systems. Multiple recessed anchoring locations across the platform surface accommodate a variety of modular fixtures, adapters, and accessories that can be repositioned or removed as different applications require. This flexibility allows technicians to configure the platform for specific EV makes and models.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eUHMW Polyethylene Work Surface\u003c\/h4\u003e\n\u003cp\u003eThe platform features an extremely durable Ultra-High Molecular Weight (UHMW) polyethylene surface that protects the tabletop from wear and impact damage. This low-friction material allows technicians to shift heavy components back and forth on the tabletop with less effort. The UHMW layer also acts as an electrical insulation barrier, preventing direct contact between electrical components and the conductive steel platform beneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eHeavy-Duty Twin Hydraulic Cylinders\u003c\/h4\u003e\n\u003cp\u003eThe EVS4500 is powered by twin hydraulic cylinders featuring all-welded construction, chrome-plated rods, and high-polished bores for extended seal life. BendPak's proprietary seal design reduces leakage and increases seal longevity, delivering dependable operation over years of demanding use in busy EV service environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eCompact and Maneuverable Design\u003c\/h4\u003e\n\u003cp\u003eThe Mobi-EVS design philosophy prioritizes mobility and space efficiency. The EVS4500's compact footprint makes it easily transportable within multi-bay facilities or confined work areas. This portability allows shops to position the lift exactly where it's needed and store it out of the way when not in use, maximizing valuable floor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eErgonomic Workshop Integration\u003c\/h4\u003e\n\u003cp\u003eBendPak engineered the Mobi-EVS line with an array of thoughtfully integrated ergonomic features that merge user comfort with operational efficiency. These design elements help mechanics work more efficiently, minimizing fatigue and maximizing productivity. The EVS4500 pairs exceptionally well with BendPak's AP series two-post lifts for complete EV service capability.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch3\u003eBendPak EVS4500 Specifications\u003c\/h3\u003e\n\n\u003ctable aria-label=\"Capacity and application\"\u003e\n\u003ccaption\u003eCapacity and Application\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLifting Capacity\u003c\/th\u003e\n\u003ctd\u003e4,500 lbs (2,041 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLift Type\u003c\/th\u003e\n\u003ctd\u003eFull-rise mobile scissor lift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eElectric Vehicle Service, EV Battery Pack Replacement, Powertrain Service\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"Platform dimensions\"\u003e\n\u003ccaption\u003ePlatform Dimensions\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlatform Length\u003c\/th\u003e\n\u003ctd\u003e63 in (1,600 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlatform Width\u003c\/th\u003e\n\u003ctd\u003e42.5 in (1,080 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlatform Surface\u003c\/th\u003e\n\u003ctd\u003eUHMW Polyethylene with recessed anchoring locations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"Power and performance\"\u003e\n\u003ccaption\u003ePower and Performance\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eBattery powered (12V DC)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Type\u003c\/th\u003e\n\u003ctd\u003eDeep cycle (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRise Time\u003c\/th\u003e\n\u003ctd\u003eLess than 20 seconds to full height\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eOnboard battery charger with charge indicator gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHydraulic System\u003c\/th\u003e\n\u003ctd\u003eTwin cylinders, welded construction, chrome-plated rods\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"Shipping information\"\u003e\n\u003ccaption\u003eShipping\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShips From\u003c\/th\u003e\n\u003ctd\u003eSanta Paula, CA or Mobile, AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFreight Type\u003c\/th\u003e\n\u003ctd\u003eLTL or Flatbed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- DOCUMENTS SECTION --\u003e\n\u003csection id=\"documents\"\u003e\n\u003ch3\u003eBendPak EVS4500 Documents\u003c\/h3\u003e\n\u003cp style=\"font-size: 0.9rem; color: #555; margin-bottom: 1rem;\"\u003eClick to open in a new tab.\u003c\/p\u003e\n\u003cdiv class=\"docs-grid\"\u003e\n\u003cdiv class=\"doc-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\" alt=\"PDF\" width=\"40\" height=\"40\" loading=\"lazy\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/BendPak-Products-Warranty-ALL.pdf?v=1731393453\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eBendPak Warranty Information (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete warranty terms and coverage details\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WARRANTY SECTION --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch3\u003eBendPak EVS4500 Warranty\u003c\/h3\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eBendPak Full-Rise Scissor Lift Warranty\u003c\/h4\u003e\n\u003cp\u003eThe BendPak EVS4500 is covered by BendPak's comprehensive warranty for full-rise scissor lifts, providing protection for the lift structure, hydraulic system, and electrical components.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo Years (24 Months):\u003c\/strong\u003e Lift structure coverage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Year (12 Months):\u003c\/strong\u003e Hydraulic components including cylinders and power unit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Year (12 Months):\u003c\/strong\u003e Operating components and electrical components\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Year (12 Months):\u003c\/strong\u003e Labor warranty, claimable on-site or at factory\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Year (12 Months):\u003c\/strong\u003e Free shipping on ground freight for warranty parts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWarranty excludes cosmetic defects that do not affect functionality, failures from improper use or overloading, damage from disasters such as fire, flood, wind, or lightning, and any unauthorized modifications or attachments. Contact BendPak customer service to initiate a warranty claim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- SHIPPING SECTION --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch3\u003eBendPak EVS4500 Shipping and Delivery\u003c\/h3\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eFree Shipping\u003c\/h4\u003e\n\u003cp\u003eFree shipping to the contiguous 48 United States. Alaska, Hawaii, and rural areas (RATZ zones) may incur additional charges. Lift gate service, residential delivery, and other special handling may have additional fees.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eFreight Service\u003c\/h4\u003e\n\u003cp\u003eShips via LTL (Less Than Truckload) or flatbed freight from BendPak distribution centers in Santa Paula, CA or Mobile, AL. LTL shipments typically arrive within one to two weeks, while flatbed shipments may take two to three weeks. Orders ship from the distribution center closest to your location when possible. Flatbed service is used for oversized or delicate items and reduces handling during transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch4\u003eReceiving\u003c\/h4\u003e\n\u003cp\u003eCustomer is responsible for unloading at the delivery location. Forklift or lift gate service is recommended for this heavy equipment. Inspect all packages before signing the Bill of Lading and note any visible damage before the driver departs. Contact BendPak immediately if hidden damage is discovered after receipt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch3\u003eQuestions About the BendPak EVS4500?\u003c\/h3\u003e\n\u003cp\u003eNeed help with EV lift table selection, platform accessories, or compatibility with your existing shop equipment? We're here to help.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca aria-label=\"Call to discuss BendPak EVS4500\" class=\"btn\" href=\"tel:+18554982147\"\u003eCall (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch3\u003eBendPak EVS4500 Frequently Asked Questions\u003c\/h3\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the lifting capacity of the BendPak EVS4500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe BendPak EVS4500 has a lifting capacity of 4,500 lb (2,041 kg), making it suitable for handling most EV battery packs and powertrain components. This capacity accommodates the heavy battery systems found in modern electric vehicles while maintaining a safe working margin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow does the battery-powered operation work?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EVS4500 operates on a heavy-duty 12V DC power unit with an included deep cycle battery. This provides completely cord-free operation, allowing you to move the lift anywhere in your shop without being tethered to a power outlet. An onboard battery charger is included, along with a charge indicator gauge that displays battery status at all times so you know when charging is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow fast does the EVS4500 reach full height?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EVS4500 elevates to more than six feet in less than 20 seconds with a simple press of the pendant control. This quick rise time helps technicians work efficiently when positioning heavy EV components at the optimal working height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the UHMW polyethylene surface and why does it matter for EV service?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eUHMW (Ultra-High Molecular Weight) polyethylene is an extremely durable, impact-resistant material that covers the lift platform. It provides two key benefits for EV service. First, it creates a low-friction surface that allows technicians to slide heavy battery packs and components across the platform with less effort. Second, it acts as an electrical insulation barrier that prevents direct contact between electrical components and the conductive steel platform, adding a layer of safety when working with high-voltage EV systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I add accessories or fixtures to the platform?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the EVS4500 platform features multiple recessed anchoring locations designed to accommodate a variety of modular fixtures, adapters, and accessories. These can be repositioned or removed as different EV service applications require, giving you flexibility to configure the platform for specific vehicle makes and models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the warranty coverage on the EVS4500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eAs a full-rise scissor lift, the EVS4500 is covered by BendPak's warranty with two years on the lift structure and one year on hydraulic components, operating components, and electrical components. The warranty also includes one year of labor coverage and one year of free shipping on warranty-related ground freight. Warranty excludes damage from improper use, overloading, disasters, or unauthorized modifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDoes the EVS4500 work with BendPak two-post lifts?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, BendPak designed the Mobi-EVS line to pair well with their AP series two-post lifts. The combination provides complete EV service capability, with the two-post lift raising the vehicle and the EVS4500 handling battery pack and powertrain removal from below. BendPak's 10AP two-post lift with 10,000 lb capacity and Bi-Metric triple-telescoping arms is particularly well-suited for EV service applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow is the EVS4500 shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EVS4500 ships via LTL (Less Than Truckload) or flatbed freight from BendPak distribution centers in Santa Paula, CA or Mobile, AL. Free shipping is available to the contiguous 48 states. Typical transit time is one to two weeks for LTL shipments. You will need a forklift or lift gate service to unload at your location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- PROP 65 SECTION --\u003e\n\u003csection id=\"prop65\" style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" style=\"width: 28px; height: 28px; flex-shrink: 0;\"\u003e\n\u003cpath stroke-width=\"1\" stroke=\"#000\" fill=\"#FFD700\" d=\"M16 2 L2 28 L30 28 Z\"\u003e\u003c\/path\u003e\n\u003ctext font-weight=\"bold\" font-size=\"16\" text-anchor=\"middle\" y=\"22\" x=\"16\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"BendPak","offers":[{"title":"Default Title","offer_id":46390351823099,"sku":"5175613","price":11395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/bendpak-evs4500-battery-pack-lift-table-hero.webp?v=1767588967"},{"product_id":"challenger-cspk-universal-pre-kit-inground-lifts","title":"Challenger Universal Pre-Kit, CSPK, AV \u0026 EV Lifts","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  --brand: #0066cc;\n  --brand-contrast-ok: true;\n  --gsg-phone: \"+18554982147\";\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px !important;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section {\n  margin: 40px 0;\n}\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p {\n  margin-bottom: 1rem;\n}\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li {\n  margin-bottom: 0.5rem;\n}\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover {\n  text-decoration: underline;\n}\n\n.model-aliases {\n  font-size: 0.9rem;\n  color: #666;\n  font-style: italic;\n  margin-top: 0.5rem;\n}\n\n\/* Hero Layout *\/\n.hero-container {\n  display: block;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.product-content-wrapper .video-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 900px;\n  margin: 1.5rem auto;\n}\n\n.product-content-wrapper .video-wrapper.ratio-16-9 {\n  padding-bottom: 56.25%;\n}\n\n.product-content-wrapper .video-wrapper.ratio-4-3 {\n  padding-bottom: 75%;\n}\n\n.product-content-wrapper .video-wrapper.ratio-1-1 {\n  padding-bottom: 100%;\n}\n\n.product-content-wrapper .video-wrapper video,\n.product-content-wrapper .video-wrapper iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  border: 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.12);\n}\n\n.product-content-wrapper video {\n  background: #000;\n  display: block;\n}\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: block;\n  overflow-x: auto;\n  white-space: nowrap;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n}\n\n.product-content-wrapper th {\n  font-weight: 600;\n}\n\n.product-content-wrapper th[scope=\"row\"] {\n  background-color: #f5f5f5;\n}\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n}\n\n.product-content-wrapper tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.product-content-wrapper table tbody tr:hover td,\n.product-content-wrapper table tbody tr:hover th[scope=\"row\"] {\n  background-color: rgba(0,0,0,0.03);\n}\n\n.product-content-wrapper a:focus-visible,\n.product-content-wrapper summary:focus-visible,\n.product-content-wrapper button:focus-visible {\n  outline: 2px solid var(--brand);\n  outline-offset: 2px;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa !important;\n  border-left: 4px solid var(--brand) !important;\n  padding: 1rem 1.5rem !important;\n  margin: 1.5rem 0 !important;\n  color: #333 !important;\n  font-weight: normal !important;\n}\n\n.product-content-wrapper .highlight p,\n.product-content-wrapper .highlight span,\n.product-content-wrapper .highlight div {\n  color: #333 !important;\n  text-decoration: none !important;\n  font-weight: normal !important;\n  font-style: normal !important;\n}\n\n.product-content-wrapper .highlight a {\n  text-decoration: underline !important;\n}\n\n.product-content-wrapper .highlight strong,\n.product-content-wrapper .highlight b {\n  font-weight: 700 !important;\n}\n\n.product-content-wrapper .highlight h3 {\n  font-size: 1.25rem !important;\n  font-weight: 700 !important;\n  color: var(--brand) !important;\n  margin: 0 0 1rem 0 !important;\n  line-height: 1.3 !important;\n  padding-bottom: 0.5rem !important;\n  border-bottom: 2px solid #e0e8f0 !important;\n}\n\n.product-content-wrapper .button {\n  display: inline-block;\n  background-color: var(--brand);\n  color: white !important;\n  padding: 0.75rem 1.5rem;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  margin: 1rem 0;\n}\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h2 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p {\n  margin: 0 0 1rem 0;\n}\n\n.product-content-wrapper .cta .cta-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n}\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  user-select: all;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn.secondary {\n  background: #e9eef7;\n  color: #0b1220;\n}\n\n.product-content-wrapper .cta .btn:hover {\n  opacity: 0.9;\n}\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  border-radius: 8px 8px 0 0;\n  position: relative;\n  padding-right: 2.5rem;\n}\n\n.product-content-wrapper summary::-webkit-details-marker {\n  display: none;\n}\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 1rem;\n  transition: transform 0.3s ease;\n}\n\n.product-content-wrapper details[open] summary::after {\n  transform: rotate(90deg);\n}\n\n.product-content-wrapper details[open] summary {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper details div {\n  padding: 1rem;\n}\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.feature-container {\n  display: block !important;\n}\n\n.feature-text {\n  width: 100% !important;\n  margin-bottom: 1rem;\n}\n\n.specs-container {\n  display: block !important;\n}\n\n.specs-container \u003e div {\n  width: 100% !important;\n  margin-bottom: 2rem;\n}\n\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0,0,0,0);\n  white-space: nowrap;\n  border: 0;\n}\n\n@media (max-width: 600px) {\n  .product-content-wrapper table caption,\n  .product-content-wrapper table thead,\n  .product-content-wrapper .mobile-hide-head {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    padding: 0;\n    margin: -1px;\n    overflow: hidden;\n    clip: rect(0,0,0,0);\n    white-space: nowrap;\n    border: 0;\n  }\n}\n\n@media (min-width: 768px) {\n  .feature-container {\n    display: block !important;\n    align-items: center;\n    gap: 2rem;\n  }\n\n  .feature-text {\n    flex: 1 !important;\n    margin-bottom: 0;\n  }\n\n  .specs-container {\n    display: flex !important;\n    gap: 2rem;\n    align-items: stretch;\n  }\n\n  .specs-container \u003e div {\n    flex: 1 !important;\n    margin-bottom: 0;\n  }\n\n  .product-content-wrapper .highlight h3 {\n    font-size: 1.35rem !important;\n  }\n\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    overflow-x: visible !important;\n    overflow-y: visible !important;\n    white-space: normal !important;\n    table-layout: fixed !important;\n    border-collapse: collapse !important;\n    height: auto !important;\n    border-radius: 8px;\n    box-sizing: border-box;\n  }\n\n  .product-content-wrapper .specs-container {\n    align-items: stretch;\n  }\n\n  .product-content-wrapper .specs-container \u003e div {\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px !important;\n  }\n\n  .product-content-wrapper h2 {\n    font-size: 1.1rem !important;\n  }\n\n  .product-content-wrapper h3 {\n    font-size: 1rem !important;\n  }\n\n  .product-content-wrapper .highlight h3 {\n    font-size: 1.15rem !important;\n    font-weight: 800 !important;\n    margin-bottom: 1.25rem !important;\n    padding-bottom: 0.75rem !important;\n  }\n\n  .hero-container {\n    padding: 1.5rem !important;\n  }\n\n  .highlight {\n    padding: 0.75rem 1rem !important;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\n    white-space: nowrap !important;\n  }\n\n  .product-content-wrapper {\n    padding-bottom: calc(3rem + var(--gsg-mobile-nav-h, 88px) + 20px + env(safe-area-inset-bottom)) !important;\n  }\n}\n\n@supports (content-visibility: auto) {\n  #comparison,\n  #specs,\n  #faq {\n    content-visibility: auto;\n    contain-intrinsic-size: auto 500px;\n  }\n}\n\n@media print {\n  .mobile-side-actions {\n    display: none !important;\n  }\n\n  .product-content-wrapper {\n    padding-bottom: 1rem !important;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  * {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\n\/* === FEATURES ZIG-ZAG OVERRIDES === *\/\n@media (min-width: 768px) {\n  .product-content-wrapper #features \u003e .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  \/* ODD = Left *\/\n  .product-content-wrapper #features \u003e :nth-child(odd of .highlight) {\n    margin-left: 0 !important;\n    margin-right: auto !important;\n    border-left: 4px solid var(--brand) !important;\n    border-right: none !important;\n    text-align: left;\n  }\n  .product-content-wrapper #features \u003e :nth-child(odd of .highlight) h3 {\n    text-align: left !important;\n  }\n\n  \/* EVEN = Right *\/\n  .product-content-wrapper #features \u003e :nth-child(even of .highlight) {\n    margin-left: auto !important;\n    margin-right: 0 !important;\n    border-left: none !important;\n    border-right: 4px solid var(--brand) !important;\n  }\n  .product-content-wrapper #features \u003e :nth-child(even of .highlight) h3 {\n    text-align: right !important;\n  }\n  .product-content-wrapper #features \u003e :nth-child(even of .highlight) p {\n    text-align: left !important;\n  }\n}\n\n\/* === COLLECTION LINKS STYLING === *\/\n.collection-links {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.collection-link-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 1.5rem;\n  text-align: center;\n}\n\n.collection-link-card h3 {\n  font-size: 1.1rem;\n  margin: 0 0 0.5rem 0;\n  color: var(--brand);\n  border-bottom: none;\n}\n\n.collection-link-card p {\n  font-size: 0.9rem;\n  color: #666;\n  margin-bottom: 1rem;\n}\n\n.collection-btn {\n  display: inline-block;\n  background: var(--brand);\n  color: #fff;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 0.9rem;\n  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eChallenger CSPK Universal Pre-Kit - Foundation System for AV \u0026amp; EV Inground Lifts\u003c\/h2\u003e\n\u003cp\u003eThe Challenger CSPK Universal Pre-Kit is a tub-and-frame foundation system engineered for Challenger's AV and EV series inground cassette lifts. This structural pre-installation component supports \u003cstrong\u003e10,000 lb, 12,000 lb, and 15,000 lb\u003c\/strong\u003e lift capacities, enabling shops to prepare service bays for future lift installation or capacity upgrades without additional excavation.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003eCompatible with 5 Challenger lift models (AV1020, AV1220, EV1020, EV1220, EV1520)\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eSupports 10k, 12k, and 15k lb lift capacities from a single foundation\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eOne-piece cover plate for simplified pre-installation phases\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eEliminates costly re-excavation when upgrading lift capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cnav class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e\n\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e ·\n\u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e ·\n\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e ·\n\u003ca href=\"#installation\"\u003eInstallation\u003c\/a\u003e ·\n\u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e ·\n\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/p\u003e\n\u003c\/nav\u003e\n\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eUniversal Multi-Model Compatibility\u003c\/h3\u003e\n\u003cp\u003eThe CSPK pre-kit provides a single foundation solution compatible with \u003cstrong\u003efive distinct Challenger lift models\u003c\/strong\u003e: AV1020, AV1220, EV1020, EV1220, and EV1520. This universal design accommodates the complete range of Challenger's AV and EV series inground cassette lifts within one standardized pit structure.\u003c\/p\u003e\n\u003cp\u003ePlanning new construction or shop renovations typically requires predicting future equipment needs years in advance. Traditional approaches lock facilities into specific lift configurations, forcing expensive re-excavation when service demands change or capacity requirements increase.\u003c\/p\u003e\n\u003cp\u003eThis enables simplified planning for new construction projects by reducing equipment decisions to a single foundation choice. Service centers can install the CSPK now and select their specific lift model based on actual operational needs rather than speculative forecasting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eCapacity Flexibility Across Three Weight Classes\u003c\/h3\u003e\n\u003cp\u003eThe universal pre-kit supports lift capacities of \u003cstrong\u003e10,000 lb, 12,000 lb, and 15,000 lb\u003c\/strong\u003e, covering light-duty through heavy-duty service applications. This three-tier capacity range means a single foundation investment accommodates everything from standard passenger vehicles to larger commercial equipment.\u003c\/p\u003e\n\u003cp\u003eService centers frequently encounter evolving customer bases and vehicle mix changes. A shop initially focused on passenger cars may expand into fleet services, commercial vehicles, or specialty applications requiring higher lift capacities. Traditional fixed foundations create expensive barriers to this natural business evolution.\u003c\/p\u003e\n\u003cp\u003eThis improves long-term facility value by preserving upgrade paths without structural modifications. Shops can scale from 10k to 15k lb capacity by simply changing the lift cassette rather than demolishing and rebuilding the service bay foundation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eOne-Piece Cover Plate Design\u003c\/h3\u003e\n\u003cp\u003eThe CSPK includes a \u003cstrong\u003eone-piece cover plate\u003c\/strong\u003e that provides a durable, unified surface during the pre-installation phase. This single-piece construction eliminates seams and joints that could collect debris, fluids, or create trip hazards in the service bay before lift installation.\u003c\/p\u003e\n\u003cp\u003eMulti-piece cover systems common in competitor foundation kits create maintenance headaches. Seams shift under load, gaps accumulate shop debris, and individual sections can become damaged or misaligned over time, especially in high-traffic service environments.\u003c\/p\u003e\n\u003cp\u003eThis eliminates cover plate management issues by providing a seamless surface that functions as a standard floor section until the lift is installed. The unified design also simplifies the eventual lift drop-in process by removing alignment variables associated with multi-piece covers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eFuture-Proof Service Bay Investment\u003c\/h3\u003e\n\u003cp\u003eThe CSPK's universal architecture transforms the lift bay from a fixed equipment commitment into a \u003cstrong\u003eflexible service platform\u003c\/strong\u003e. The tub and frame assembly accepts any AV or EV series cassette without modification, creating a permanent infrastructure investment rather than a model-specific installation.\u003c\/p\u003e\n\u003cp\u003eEquipment replacement cycles in professional automotive service typically run 10 to 20 years. During that span, technology advances, capacity requirements shift, and business models evolve. Foundations poured for specific lift models often become the most expensive obstacle to facility modernization.\u003c\/p\u003e\n\u003cp\u003eThis reduces total cost of ownership by eliminating secondary excavation expenses when upgrading or replacing inground lifts. The initial investment in universal foundation infrastructure pays dividends across multiple equipment generations and capacity upgrades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eComplete Tub and Frame Assembly\u003c\/h3\u003e\n\u003cp\u003eThe pre-kit delivers a \u003cstrong\u003ecomplete structural assembly\u003c\/strong\u003e including the tub, frame structure, and one-piece cover plate. This factory-engineered package ensures all components are designed and manufactured to work together, eliminating field fabrication or aftermarket compatibility concerns.\u003c\/p\u003e\n\u003cp\u003ePiecing together foundation components from multiple sources introduces dimensional tolerances, material inconsistencies, and warranty complications. Field-fabricated solutions often lack the engineering validation of manufacturer-designed systems.\u003c\/p\u003e\n\u003cp\u003eThis enables confidence in installation quality by providing a matched component system backed by Challenger engineering. All structural elements are designed for the specific load requirements and environmental conditions of inground cassette lift applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eApplications \u0026amp; Use Cases\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNew Construction Projects:\u003c\/strong\u003e Automotive service centers building new facilities can install universal foundations before finalizing specific lift model selections, allowing equipment decisions closer to opening.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShop Renovations:\u003c\/strong\u003e Existing facilities upgrading from surface lifts or replacing aging inground equipment can install the CSPK as part of renovation projects to maximize future flexibility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Bay Standardization:\u003c\/strong\u003e Dealers and fleet facilities with multiple service bays can standardize on a single foundation type while deploying different lift capacities based on each bay's intended use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCapacity Upgrade Planning:\u003c\/strong\u003e Shops anticipating growth from light-duty to heavy-duty service can install 10k foundations now and upgrade to 12k or 15k lifts as business demands change.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Service Operations:\u003c\/strong\u003e Commercial and government fleet facilities serving mixed vehicle types benefit from the 10k to 15k lb capacity range covering everything from passenger cars to medium-duty trucks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable aria-label=\"Compatibility specifications\"\u003e\n\u003ccaption\u003eLift Compatibility\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible Lift Models\u003c\/th\u003e\n\u003ctd\u003eAV1020, AV1220, EV1020, EV1220, EV1520\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSupported Lift Capacities\u003c\/th\u003e\n\u003ctd\u003e10,000 lb, 12,000 lb, 15,000 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLift Type\u003c\/th\u003e\n\u003ctd\u003eInground Cassette (AV \u0026amp; EV Series)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"Component specifications\"\u003e\n\u003ccaption\u003eIncluded Components\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eComponent\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDescription\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTub Assembly\u003c\/th\u003e\n\u003ctd\u003eStructural pit liner for inground installation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFrame Structure\u003c\/th\u003e\n\u003ctd\u003eLoad-bearing framework for lift cassette support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCover Plate\u003c\/th\u003e\n\u003ctd\u003eOne-piece surface cover for pre-installation phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/section\u003e\n\n\u003csection id=\"installation\"\u003e\n\u003ch2\u003eInstallation Requirements\u003c\/h2\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eSite Preparation\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExcavation:\u003c\/strong\u003e Initial pit excavation sized for tub dimensions required before installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation Sequence:\u003c\/strong\u003e Pre-kit installs before lift to allow later lift drop-in\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFoundation:\u003c\/strong\u003e Concrete and dimensional requirements vary by installation - consult Challenger documentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInstallation Notes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Installation:\u003c\/strong\u003e Installation should be performed by qualified personnel familiar with inground lift foundation requirements\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePermits:\u003c\/strong\u003e Verify local code compliance and permit requirements before excavation and installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUpgrade Process:\u003c\/strong\u003e Universal design eliminates need for secondary excavation during lift capacity upgrades within AV\/EV series\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eFreight Delivery\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eShipping Method:\u003c\/strong\u003e Ships via freight carrier due to size and weight of tub assembly.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLiftgate Service:\u003c\/strong\u003e Typically not available for large tub assemblies. Customer responsible for unloading with suitable equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eReceiving Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eUnloading Equipment:\u003c\/strong\u003e Forklift or equivalent material handling equipment required for unloading.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect all components before signing bill of lading. Note any visible damage on BOL before driver departs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eReady to Prepare Your Service Bay?\u003c\/h2\u003e\n\u003cp\u003eGet expert guidance on inground lift foundation planning. Our team can help with product selection, compatibility verification, and installation requirements. Call to confirm included components and delivery specifications for your facility.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\n\u003ca href=\"tel:+18554982147\" class=\"btn\" aria-label=\"Call Garage Supply Guys\"\u003e\nQuestions? Call +1 (855) 498-2147\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"related-collections\"\u003e\n\u003ch2\u003eRelated Products \u0026amp; Collections\u003c\/h2\u003e\n\u003cdiv class=\"collection-links\"\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eChallenger Inground Lifts\u003c\/h3\u003e\n\u003cp\u003eBrowse AV and EV series inground cassette lifts compatible with this pre-kit.\u003c\/p\u003e\n\u003ca href=\"\" class=\"collection-btn\"\u003eView Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eLift Installation Accessories\u003c\/h3\u003e\n\u003cp\u003eExplore additional accessories and completion kits for inground lift installations.\u003c\/p\u003e\n\u003ca href=\"\" class=\"collection-btn\"\u003eView Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eChallenger Lifts\u003c\/h3\u003e\n\u003cp\u003eSee the complete lineup of Challenger automotive lifting equipment.\u003c\/p\u003e\n\u003ca href=\"\" class=\"collection-btn\"\u003eView Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: What Challenger lift models are compatible with the CSPK pre-kit? A: The CSPK Universal Pre-Kit is compatible with five Challenger inground cassette lift models: AV1020, AV1220, EV1020, EV1220, and EV1520. This covers the complete AV and EV series lineup. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat Challenger lift models are compatible with the CSPK pre-kit?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe CSPK Universal Pre-Kit is compatible with five Challenger inground cassette lift models: AV1020, AV1220, EV1020, EV1220, and EV1520. This covers the complete AV and EV series lineup, giving you flexibility to choose your specific lift based on capacity needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: What lift capacities does the CSPK support? A: The CSPK supports three capacity levels: 10,000 lb, 12,000 lb, and 15,000 lb. This range accommodates light-duty passenger vehicle service through heavier commercial applications, allowing capacity upgrades without foundation modifications. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat lift capacities does the CSPK support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe CSPK supports three capacity levels: 10,000 lb, 12,000 lb, and 15,000 lb. This range accommodates light-duty passenger vehicle service through heavier commercial applications, allowing you to upgrade lift capacity without modifying or replacing the foundation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: What components are included with the Challenger CSPK? A: The CSPK includes three main components: the tub assembly (structural pit liner), frame structure (load-bearing framework), and a one-piece cover plate. Call to confirm complete component list and any additional hardware included with your order. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat components are included with the Challenger CSPK?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe CSPK includes three main components: the tub assembly (structural pit liner), frame structure (load-bearing framework), and a one-piece cover plate for the pre-installation phase. Contact us to confirm the complete component list and any additional hardware included with your specific order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: What excavation is required to install the CSPK? A: The CSPK requires initial pit excavation sized for the tub dimensions before installation. The pre-kit installs before the lift itself to allow later lift drop-in. Contact Challenger or your installer for specific dimensional and concrete requirements for your application. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat excavation is required to install the CSPK?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe CSPK requires initial pit excavation sized for the tub dimensions before installation. The pre-kit installs before the lift itself to allow later lift drop-in. Contact Challenger or your installer for specific dimensional and concrete requirements, as these vary by installation site and local building codes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: Can I upgrade my lift capacity later without re-excavation? A: Yes. The CSPK universal design eliminates the need for secondary excavation when upgrading lift capacity within the AV and EV series. You can install a 10,000 lb lift initially and later upgrade to 12,000 or 15,000 lb capacity by changing only the lift cassette. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I upgrade my lift capacity later without re-excavation?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The CSPK's universal design eliminates the need for secondary excavation when upgrading lift capacity within the AV and EV series. You can install a 10,000 lb lift initially and later upgrade to 12,000 or 15,000 lb capacity by changing only the lift cassette, not the foundation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: How is the CSPK shipped? A: The CSPK ships via freight carrier due to the size and weight of the tub assembly. Liftgate service is typically not available for this product. You will need a forklift or equivalent material handling equipment to unload the delivery. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the CSPK shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe CSPK ships via freight carrier due to the size and weight of the tub assembly. Liftgate service is typically not available for this product. You'll need a forklift or equivalent material handling equipment to unload the delivery at your facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdiv style=\"display:none;\"\u003e\n\u003c!--FAQ--\u003e Q: What is the purpose of the one-piece cover plate? A: The one-piece cover plate provides a durable, seamless surface during the pre-installation phase before the lift is installed. It functions as a standard floor section, protecting the pit and eliminating trip hazards until you are ready to drop in your Challenger lift cassette. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the purpose of the one-piece cover plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe one-piece cover plate provides a durable, seamless surface during the pre-installation phase before the lift is installed. It functions as a standard floor section, protecting the pit and eliminating trip hazards or debris accumulation until you're ready to drop in your Challenger lift cassette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Challenger","offers":[{"title":"Default Title","offer_id":46393712279803,"sku":"CSPK","price":4034.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/challenger-cspk-universal-pre-kit-column-shroud.jpg?v=1767592216"},{"product_id":"bendpak-ev2400sl-ev-battery-pack-and-powertrain-lift-table","title":"BENDPAK EV2400SL EV Battery Pack and Powertrain Lift Table","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  --brand: #0066cc;\n  --brand-contrast-ok: true;\n  --gsg-phone: \"+18554982147\";\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px !important;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section {\n  margin: 40px 0;\n}\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.feature-image-caption {\n  display: block !important;\n  clear: both !important;\n  width: 100% !important;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p {\n  margin-bottom: 1rem;\n}\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li {\n  margin-bottom: 0.5rem;\n}\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover {\n  text-decoration: underline;\n}\n\n.model-aliases {\n  font-size: 0.9rem;\n  color: #666;\n  font-style: italic;\n  margin-top: 0.5rem;\n}\n\n.feature-media {\n  max-width: 280px;\n  margin: 1rem 0;\n}\n\n.feature-image {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.feature-image-caption {\n  font-size: 0.85rem;\n  color: #555;\n  text-align: center;\n  margin-top: 0.75rem;\n  padding: 0.5rem;\n  background: #f0f4f8;\n  border-left: 3px solid var(--brand);\n  font-style: italic;\n  border-radius: 4px;\n}\n\n@media (min-width: 768px) {\n  #features .feature-content-wrapper {\n    display: flex;\n    align-items: center;\n    gap: 2rem;\n  }\n\n  #features .highlight:nth-of-type(odd) .feature-content-wrapper {\n    flex-direction: row;\n  }\n\n  #features .highlight:nth-of-type(even) .feature-content-wrapper {\n    flex-direction: row-reverse;\n  }\n\n  #features .feature-media {\n    flex-shrink: 0;\n    margin: 0;\n  }\n\n  #features .feature-content {\n    flex: 1;\n  }\n}\n\n@media (max-width: 767px) {\n  .feature-media {\n    float: none !important;\n    margin: 1rem auto !important;\n    max-width: 260px !important;\n    display: block !important;\n  }\n}\n\n\/* Hero Layout - Base (mobile: stack) *\/\n.hero-container {\n  display: block !important;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.hero-content {\n  text-align: left !important;\n  width: 100%;\n}\n\n.hero-media {\n  margin: 1.5rem 0 0 0 !important;\n}\n\n\/* Tablet+ : two columns, image on the right *\/\n@media (min-width: 768px) {\n  .hero-container {\n    display: grid !important;\n    grid-template-columns: 1.2fr 0.8fr !important;\n    gap: 2rem !important;\n    align-items: center !important;\n  }\n\n  .hero-media {\n    margin: 0 !important;\n    justify-self: end !important;\n    max-width: 100% !important;\n  }\n\n  .hero-media img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }\n}\n\n\/* Kill legacy floats that push image below *\/\n.hero-media,\n.hero-media img {\n  float: none !important;\n}\n\n.product-content-wrapper .video-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 900px;\n  margin: 1.5rem auto;\n}\n\n.product-content-wrapper .video-wrapper.ratio-16-9 {\n  padding-bottom: 56.25%;\n}\n\n.product-content-wrapper .video-wrapper.ratio-4-3 {\n  padding-bottom: 75%;\n}\n\n.product-content-wrapper .video-wrapper.ratio-1-1 {\n  padding-bottom: 100%;\n}\n\n.product-content-wrapper .video-wrapper video,\n.product-content-wrapper .video-wrapper iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  border: 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.12);\n}\n\n.product-content-wrapper video {\n  background: #000;\n  display: block;\n}\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: block;\n  overflow-x: auto;\n  white-space: nowrap;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n}\n\n.product-content-wrapper th {\n  font-weight: 600;\n}\n\n.product-content-wrapper th[scope=\"row\"] {\n  background-color: #f5f5f5;\n}\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n}\n\n.product-content-wrapper tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.product-content-wrapper table tbody tr:hover td,\n.product-content-wrapper table tbody tr:hover th[scope=\"row\"] {\n  background-color: rgba(0,0,0,0.03);\n}\n\n.product-content-wrapper a:focus-visible,\n.product-content-wrapper summary:focus-visible,\n.product-content-wrapper button:focus-visible {\n  outline: 2px solid var(--brand);\n  outline-offset: 2px;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa !important;\n  border-left: 4px solid var(--brand) !important;\n  padding: 1rem 1.5rem !important;\n  margin: 1.5rem 0 !important;\n  color: #333 !important;\n  font-weight: normal !important;\n}\n\n.product-content-wrapper .highlight p,\n.product-content-wrapper .highlight span,\n.product-content-wrapper .highlight div {\n  color: #333 !important;\n  text-decoration: none !important;\n  font-weight: normal !important;\n  font-style: normal !important;\n}\n\n.product-content-wrapper .highlight a {\n  text-decoration: underline !important;\n}\n\n.product-content-wrapper .highlight strong,\n.product-content-wrapper .highlight b {\n  font-weight: 700 !important;\n}\n\n.product-content-wrapper .highlight h3 {\n  font-size: 1.25rem !important;\n  font-weight: 700 !important;\n  color: var(--brand) !important;\n  margin: 0 0 1rem 0 !important;\n  line-height: 1.3 !important;\n  padding-bottom: 0.5rem !important;\n  border-bottom: 2px solid #e0e8f0 !important;\n}\n\n.product-content-wrapper .button {\n  display: inline-block;\n  background-color: var(--brand);\n  color: white !important;\n  padding: 0.75rem 1.5rem;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  margin: 1rem 0;\n}\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h2 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p {\n  margin: 0 0 1rem 0;\n}\n\n.product-content-wrapper .cta .cta-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n}\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  user-select: all;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn.secondary {\n  background: #e9eef7;\n  color: #0b1220;\n}\n\n.product-content-wrapper .cta .btn:hover {\n  opacity: 0.9;\n}\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  border-radius: 8px 8px 0 0;\n  position: relative;\n  padding-right: 2.5rem;\n}\n\n.product-content-wrapper summary::-webkit-details-marker {\n  display: none;\n}\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 1rem;\n  transition: transform 0.3s ease;\n}\n\n.product-content-wrapper details[open] summary::after {\n  transform: rotate(90deg);\n}\n\n.product-content-wrapper details[open] summary {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper details div {\n  padding: 1rem;\n}\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.feature-container {\n  display: block !important;\n}\n\n.feature-text {\n  width: 100% !important;\n  margin-bottom: 1rem;\n}\n\n.specs-container {\n  display: block !important;\n}\n\n.specs-container \u003e div {\n  width: 100% !important;\n  margin-bottom: 2rem;\n}\n\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0,0,0,0);\n  white-space: nowrap;\n  border: 0;\n}\n\n@media (max-width: 600px) {\n  .product-content-wrapper table caption,\n  .product-content-wrapper table thead,\n  .product-content-wrapper .mobile-hide-head {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    padding: 0;\n    margin: -1px;\n    overflow: hidden;\n    clip: rect(0,0,0,0);\n    white-space: nowrap;\n    border: 0;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper img[style*=\"float: right\"],\n  .product-content-wrapper img[style*=\"float: left\"] {\n    float: none !important;\n    margin: 1rem auto !important;\n    display: block !important;\n  }\n}\n\n@media (min-width: 768px) {\n  .feature-container {\n    display: block !important;\n    align-items: center;\n    gap: 2rem;\n  }\n\n  .feature-text {\n    flex: 1 !important;\n    margin-bottom: 0;\n  }\n\n  .specs-container {\n    display: flex !important;\n    gap: 2rem;\n    align-items: stretch;\n  }\n\n  .specs-container \u003e div {\n    flex: 1 !important;\n    margin-bottom: 0;\n  }\n\n  .product-content-wrapper .highlight h3 {\n    font-size: 1.35rem !important;\n  }\n\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    overflow-x: visible !important;\n    overflow-y: visible !important;\n    white-space: normal !important;\n    table-layout: fixed !important;\n    border-collapse: collapse !important;\n    height: auto !important;\n    border-radius: 8px;\n    box-sizing: border-box;\n  }\n\n  .product-content-wrapper .specs-container {\n    align-items: stretch;\n  }\n\n  .product-content-wrapper .specs-container \u003e div {\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  }\n}\n\n@media (min-width: 1024px) {\n  .hero-container {\n    display: grid !important;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px !important;\n  }\n\n  .product-content-wrapper h2 {\n    font-size: 1.1rem !important;\n  }\n\n  .product-content-wrapper h3 {\n    font-size: 1rem !important;\n  }\n\n  .product-content-wrapper .highlight h3 {\n    font-size: 1.15rem !important;\n    font-weight: 800 !important;\n    margin-bottom: 1.25rem !important;\n    padding-bottom: 0.75rem !important;\n  }\n\n  .hero-container {\n    padding: 1.5rem !important;\n  }\n\n  .highlight {\n    padding: 0.75rem 1rem !important;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\n    white-space: nowrap !important;\n  }\n\n  .product-content-wrapper {\n    padding-bottom: calc(3rem + var(--gsg-mobile-nav-h, 88px) + 20px + env(safe-area-inset-bottom)) !important;\n  }\n}\n\n@supports (content-visibility: auto) {\n  #comparison,\n  #specs,\n  #faq {\n    content-visibility: auto;\n    contain-intrinsic-size: auto 500px;\n  }\n}\n\n@media print {\n  .mobile-side-actions {\n    display: none !important;\n  }\n\n  .product-content-wrapper {\n    padding-bottom: 1rem !important;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  * {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\n\/* === HERO LAYOUT OVERRIDES === *\/\n@media (min-width: 768px) {\n  .product-content-wrapper .hero .hero-container {\n    display: grid !important;\n    grid-template-columns: 1.2fr 0.8fr !important;\n    gap: 2rem !important;\n    align-items: center !important;\n  }\n  .product-content-wrapper .hero .hero-media {\n    margin: 0 !important;\n    justify-self: end !important;\n    max-width: 100% !important;\n  }\n  .product-content-wrapper .hero .hero-media img {\n    width: 100% !important;\n    height: auto !important;\n    border-radius: 8px !important;\n  }\n}\n\n\/* Collapse hero layout if no image *\/\n@media (min-width: 768px) {\n  .product-content-wrapper .hero .hero-container.no-hero-media {\n    display: block !important;\n  }\n}\n\n\/* === FEATURES ZIG-ZAG OVERRIDES === *\/\n@media (min-width: 768px) {\n  .product-content-wrapper #features \u003e .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  \/* ODD = Left *\/\n  .product-content-wrapper #features \u003e :nth-child(odd of .highlight) {\n    margin-left: 0 !important;\n    margin-right: auto !important;\n    border-left: 4px solid var(--brand) !important;\n    border-right: none !important;\n    text-align: left;\n  }\n  .product-content-wrapper #features \u003e :nth-child(odd of .highlight) h3 {\n    text-align: left !important;\n  }\n\n\/* EVEN = Right *\/\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) {\n  margin-left: auto !important;\n  margin-right: 0 !important;\n  border-left: none !important;\n  border-right: 4px solid var(--brand) !important;\n}\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) h3 {\n  text-align: right !important;\n}\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) p {\n  text-align: left !important;\n}\n\n\/* === COLLECTION LINKS STYLING === *\/\n.collection-links {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.collection-link-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 1.5rem;\n  text-align: center;\n}\n\n.collection-link-card h3 {\n  font-size: 1.1rem;\n  margin: 0 0 0.5rem 0;\n  color: var(--brand);\n  border-bottom: none;\n}\n\n.collection-link-card p {\n  font-size: 0.9rem;\n  color: #666;\n  margin-bottom: 1rem;\n}\n\n.collection-btn {\n  display: inline-block;\n  background: var(--brand);\n  color: #fff;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 0.9rem;\n  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n}\n\n\/* EVEN = Right *\/\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) {\n  margin-left: auto !important;\n  margin-right: 0 !important;\n  border-left: none !important;\n  border-right: 4px solid var(--brand) !important;\n}\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) h3 {\n  text-align: right !important;\n}\n.product-content-wrapper #features \u003e :nth-child(even of .highlight) p {\n  text-align: left !important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eBendPak EV2400SL - 2,400 lb Battery -Powered EV Battery Pack \u0026amp; Powertrain Lift Table\u003c\/h2\u003e\n\u003cp\u003eThe BendPak EV2400SL delivers \u003cstrong\u003e2,400 lb capacity\u003c\/strong\u003e in a portable, full-rise scissor lift engineered for electric vehicle battery pack and powertrain service. Featuring zero-throw casters, 12V deep-cycle power, and 18-second lift cycles, this mobile lifting system handles EV battery removal and installation for multi-bay shop workflows.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e2,400 lb capacity handles mainstream EV battery packs\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eFull-rise 75.75-inch height enables standing technician access\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eZero-throw casters provide omnidirectional maneuverability\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eASME PASE 2019 certified with twin hydraulic safety systems\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"hero-media\"\u003e\u003cimg decoding=\"async\" loading=\"eager\" height=\"600\" width=\"800\" alt=\"BendPak EV2400SL - battery-powered EV battery pack lift table with raised platform in commercial shop setting\" sizes=\"(max-width: 768px) 100vw, 800px\" srcset=\"https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/bendpak-ev2400sl-battery-pack-lift-table-hero.webp?v=1762599138\u0026amp;width=400 400w, \n                     https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/bendpak-ev2400sl-battery-pack-lift-table-hero.webp?v=1762599138\u0026amp;width=600 600w, \n                     https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/bendpak-ev2400sl-battery-pack-lift-table-hero.webp?v=1762599138\u0026amp;width=800 800w\" src=\"https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/bendpak-ev2400sl-battery-pack-lift-table-hero.webp?v=1762599138\u0026amp;width=300\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cnav class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e · \u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e · \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e · \u003ca href=\"#installation\"\u003eInstallation\u003c\/a\u003e · \u003ca href=\"#comparison\"\u003eComparison\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eZero-Throw Caster Mobility System\u003c\/h3\u003e\n\u003cp\u003eThe zero-throw caster design provides \u003cstrong\u003eomnidirectional movement\u003c\/strong\u003e with single-action floor locking mechanisms on all four corners. These advanced casters eliminate the dead space typical of conventional swivel designs, enabling precise positioning in tight service bays without requiring additional maneuvering clearance.\u003c\/p\u003e\n\u003cp\u003eTraditional lift table casters require extra space for turning radius and often lock poorly on uneven shop floors. The zero-throw system addresses this industry-wide challenge by providing stable positioning regardless of floor imperfections, while the manual floor locks secure the table during lifting operations.\u003c\/p\u003e\n\u003cp\u003eThis enables efficient multi-bay workflows by allowing technicians to move the lift table directly between service positions. The compact footprint and superior maneuverability reduce setup time and improve bay utilization in busy EV service facilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003e12V Deep-Cycle Battery Power System\u003c\/h3\u003e\n\u003cp\u003eThe onboard *\u003cstrong\u003e2V deep-cycle battery\u003c\/strong\u003e with automatic 15A charger delivers 1\u003cstrong\u003e8-second lift cycles\u003c\/strong\u003e to full 75.75-inch height without requiring shop air or tethered power connections. The thermal-protected charging system maintains optimal battery performance and extends service life through intelligent 3-stage charging protocols.\u003c\/p\u003e\n\u003cp\u003ePneumatic and corded systems limit mobility and require dedicated connections that may not be available in all service bays. This cordless power system addresses these workflow constraints by providing consistent lifting performance regardless of bay location or available utilities.\u003c\/p\u003e\n\u003cp\u003eThis eliminates setup delays and enables rapid repositioning between service bays. Technicians can complete battery pack removal and installation cycles without waiting for system charging or managing air hoses and power cords during critical service operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eTwin Hydraulic Cylinder Safety System\u003c\/h3\u003e\n\u003cp\u003eThe twin hydraulic cylinders feature \u003cstrong\u003echrome-plated rods\u003c\/strong\u003e and integrated velocity fuses that monitor fluid flow rates to prevent uncontrolled descent. Multi-position mechanical safety locks engage at low, mid, and maximum height positions, providing redundant protection during service operations.\u003c\/p\u003e\n\u003cp\u003eSingle-cylinder systems and basic manual locks fail when technicians perform heavy component extraction or experience hydraulic system failures. This dual-cylinder design with automatic flow monitoring addresses critical safety gaps in conventional lift table designs.\u003c\/p\u003e\n\u003cp\u003eThis improves technician safety by providing fail-safe protection during EV battery pack handling. The mechanical locks prevent platform collapse even during hydraulic system maintenance, while the velocity fuses automatically engage if rapid fluid loss occurs during operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eUHMW Polyethylene Platform Surface\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003e40-inch × 60-inch platform\u003c\/strong\u003e features ultra-high molecular weight polyethylene decking that provides low-friction component positioning with superior impact resistance. The slip-plate design enables \u003cstrong\u003eside-to-side adjustment \u003c\/strong\u003efor precise EV battery pack alignment during installation procedures.\u003c\/p\u003e\n\u003cp\u003eStandard steel platform surfaces create friction during heavy component positioning and lack the electrical insulation properties required for EV service applications. UHMW decking addresses these material handling challenges while providing chemical resistance to automotive fluids and cleaning solvents.\u003c\/p\u003e\n\u003cp\u003eThis enables precise component alignment without scratching or damaging EV battery pack housings. The low-friction surface reduces the physical effort required for positioning heavy assemblies, while the electrical insulation properties provide additional safety margins during high-voltage component handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAdjustable Screw Jack Alignment System\u003c\/h3\u003e\n\u003cp\u003eIndividual screw jacks at each corner provide \u003cstrong\u003epitch and roll adjustment\u003c\/strong\u003e capabilities for precise EV battery pack and powertrain alignment during removal and installation. The recessed mounting anchors accept modular fixtures and OEM-specific adapters for secure component positioning.\u003c\/p\u003e\n\u003cp\u003eFixed-height platforms cannot accommodate the varied mounting angles and attachment points found across different EV manufacturers and model configurations. This adjustable system addresses the precision alignment requirements for high-voltage battery pack connections and mechanical fastening points.\u003c\/p\u003e\n\u003cp\u003eThis reduces installation time and prevents connection damage by enabling exact component alignment before final fastening. The modular fixture system supports multiple vehicle platforms without requiring separate lifting equipment for different EV battery pack designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eApplications \u0026amp; Use Cases\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectric Vehicle Service:\u003c\/strong\u003e EV battery pack removal, service, and installation for BEV and PHEV vehicles including Tesla, Nissan Leaf, Chevrolet Bolt, and other passenger electric vehicles\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollision Repair:\u003c\/strong\u003e EV battery removal for structural access during collision repair operations, enabling safe high-voltage system isolation while maintaining component integrity\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternal Combustion Powertrain Service:\u003c\/strong\u003e Engine, transmission, and transaxle handling for traditional vehicles requiring under-body component access at standing height\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Bay Shop Operations:\u003c\/strong\u003e Shared lifting equipment across multiple service bays with portable design enabling rapid repositioning between work stations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance:\u003c\/strong\u003e Commercial and municipal vehicle maintenance operations requiring portable lifting capabilities for varied vehicle configurations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSubframe and Drivetrain Service:\u003c\/strong\u003e Complete drivetrain assembly removal and installation for both electric and conventional powertrains requiring precision alignment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv\u003e\n\u003ctable aria-label=\"Capacity and platform specifications\"\u003e\n\u003ccaption\u003eCapacity \u0026amp; Platform\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum Capacity\u003c\/th\u003e\n\u003ctd\u003e2,400 lb (1,090 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlatform Size\u003c\/th\u003e\n\u003ctd\u003e40\" × 60\" (1,016 × 1,524 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum Height\u003c\/th\u003e\n\u003ctd\u003e75.75\" (1,924 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStowed Height\u003c\/th\u003e\n\u003ctd\u003e21.5\" (546 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLift Range\u003c\/th\u003e\n\u003ctd\u003e54.25\" (1,378 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable aria-label=\"Dimensions and weight specifications\"\u003e\n\u003ccaption\u003eDimensions \u0026amp; Weight\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Length\u003c\/th\u003e\n\u003ctd\u003e90\" (2,286 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Length (handle stowed)\u003c\/th\u003e\n\u003ctd\u003e65\" (1,651 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOverall Width\u003c\/th\u003e\n\u003ctd\u003e46\" (1,168 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e896 lb (406 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e1,518 lb (689 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable aria-label=\"Performance and power specifications\"\u003e\n\u003ccaption\u003ePerformance \u0026amp; Power\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRaise\/Lower Time\u003c\/th\u003e\n\u003ctd\u003e18 seconds to max rise\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003e12V deep-cycle DC battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger\u003c\/th\u003e\n\u003ctd\u003eAutomatic 15A with thermal sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlatform Surface\u003c\/th\u003e\n\u003ctd\u003eUHMW polyethylene deck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety Locks\u003c\/th\u003e\n\u003ctd\u003eMulti-position mechanical (low\/mid\/max)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection id=\"installation\"\u003e\n\u003ch2\u003eInstallation Requirements\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eEnvironmental Requirements\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUsage Environment:\u003c\/strong\u003e Indoor use only - outdoor use prohibited\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperating Temperature:\u003c\/strong\u003e +41°F to +104°F (+5°C to +40°C)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloor Requirements:\u003c\/strong\u003e Level, stable shop floors with lift resting firmly on adjustable support feet\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClearance:\u003c\/strong\u003e Adequate space for omnidirectional movement and load positioning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePower Requirements\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectrical:\u003c\/strong\u003e AC power access for onboard 15A battery charger\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharging:\u003c\/strong\u003e Plug-in charging - no permanent electrical connections required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperating Power:\u003c\/strong\u003e Self-contained 12V DC battery system\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInstallation Notes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSetup:\u003c\/strong\u003e No concrete anchoring required - portable design with adjustable feet\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePersonnel:\u003c\/strong\u003e Authorized, trained operators only with required PPE\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePermits:\u003c\/strong\u003e Verify local code compliance and permit requirements before installation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"comparison\"\u003e\n\u003ch2\u003eModel Comparison\u003c\/h2\u003e\n\u003ctable aria-label=\"Product comparison table\" id=\"compare-models-table\"\u003e\n\u003ccaption\u003eModel Comparison\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr class=\"mobile-hide-head\"\u003e\n\u003cth scope=\"col\"\u003eModel\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eCapacity\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eSpeed\/Power\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eKey Features\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"outline: 2px solid var(--brand); background: #f0f7ff;\"\u003e\n\u003cth scope=\"row\"\u003eBendPak EV2400SL\u003c\/th\u003e\n\u003ctd\u003e2,400 lb platform capacity; 21.5\"–75.75\" lift height; 40\" x 60\" platform size.\u003c\/td\u003e\n\u003ctd\u003eBattery-powered scissor lift using a single 12V deep-cycle DC battery with automatic 15 A, 3-stage charger; approx. 18 s raise\/lower time to max rise.\u003c\/td\u003e\n\u003ctd\u003ePush-around full-rise EV battery \u0026amp; powertrain lift table designed for multi-bay EV service; compact footprint for tight workshops; zero-throw casters on all four corners for easy omnidirectional movement; adjustable screw jacks on each corner for pitch\/roll alignment of high-voltage battery packs and drivetrains; full-length utility trays for tools and fasteners; recessed mounting anchors for modular fixtures; twin hydraulic cylinders with chrome-plated rods for durability. Limitation: lower lifting capacity than heavier-duty EV tables (3,300–3,500 lb class), so not ideal for the very largest battery packs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRotary LT35A EV \u0026amp; Hybrid Hydraulic Lifting Table\u003c\/th\u003e\n\u003ctd\u003e3,500 lb lifting capacity for EV batteries, motors, and powertrain assemblies; ergonomic adjustable working height (hydraulic lift table).\u003c\/td\u003e\n\u003ctd\u003eAir-hydraulic operation with easy foot-pedal controls and pendant control for fine adjustments; relies on shop air supply rather than on-board battery power.\u003c\/td\u003e\n\u003ctd\u003ePurpose-built EV\/hybrid hydraulic lifting table; heavy-duty construction for long-term shop use; multi-directional 360° swivel casters with locking mechanisms for mobility and stable positioning; split sliding top and adjustable secondary platform for precise component alignment; threaded fixture holes on the top surface for secure mounting of large components; compatible with additional repair table to streamline EV battery transfers and service workflows. Limitation: requires a compressed air source and is heavier and more complex than a simple push-around battery-powered unit like the EV2400SL, which can reduce portability in smaller or less-equipped shops.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eChallenger BT3300 Electric Vehicle Battery Lift Table\u003c\/th\u003e\n\u003ctd\u003e3,300 lb lifting capacity; rise height up to ~76.77\"; collapsed height ~29.53\"; platform length 68.54\"–81.34\", width 31.5\".\u003c\/td\u003e\n\u003ctd\u003eElectric-hydraulic system with 2 HP motor; 110V, 60 Hz, single-phase power (approx. 14 A draw); full-stroke lift time ~45–70 s and descent ~55 s under rated load.\u003c\/td\u003e\n\u003ctd\u003eScissor-style EV battery lift table designed for removing and installing EV batteries and other heavy components; pallet-jack style handle for easier maneuvering around the shop; extending, adjusting, and tilting top plate with ~6° angle adjustment for precise battery alignment; fastener holes every 4\" to accept various OEM adapters; side-shift feature to move the table top laterally for faster installs; plugs into any standard 120V outlet and complies with ASME PASE-2019. Limitation: tethered to 110V power and has a longer full-stroke lift cycle compared with the EV2400SL's fast 18-second rise; larger overall length can be harder to maneuver in very tight service bays.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"compare-summary\"\u003eChoose the BendPak EV2400SL when mobility, fast battery-powered lifting, and a compact footprint are the top priorities. It outperforms these alternatives with its cordless 12V power, rapid 18-second full-rise lift, and highly maneuverable zero-throw casters, making it the best fit for busy multi-bay EV service shops that need to move quickly and safely between bays in constrained spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eWarranty Coverage\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eMulti-Tier Limited Warranty Program\u003c\/h3\u003e\n\u003cp\u003eMulti-tier limited warranty coverage with component-specific terms. Due to discrepancies between manufacturer marketing materials and dealer warranty documentation, specific durations should be confirmed directly with BendPak and authorized dealers before purchase commitments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eWarranty Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eRegistration:\u003c\/strong\u003e Product registration may be required within specified timeframe\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Installation must be performed by qualified personnel following manufacturer installation manual\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCompliance:\u003c\/strong\u003e ASME PASE 2019 compliance certification provides documented safety standards adherence\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eReady to Upgrade Your EV Service Capabilities?\u003c\/h2\u003e\n\u003cp\u003eGet expert guidance on EV battery pack lifting equipment for your facility. Our team can help with product selection, installation planning, and technical specifications. Call to confirm included accessories and installation requirements for your facility.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca aria-label=\"Call Garage Supply Guys\" class=\"btn\" href=\"tel:+18554982147\"\u003e Questions? Call +1 (855) 498-2147 \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"related-collections\"\u003e\n\u003ch2\u003eRelated Products\u003c\/h2\u003e\n\u003cdiv class=\"collection-links\"\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eEV Battery Lift Tables\u003c\/h3\u003e\n\u003cp\u003eComplete selection of electric vehicle battery pack lifting equipment for professional service facilities\u003c\/p\u003e\n\u003ca class=\"collection-btn\"\u003eShop EV Lift Tables\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eBendPak Equipment\u003c\/h3\u003e\n\u003cp\u003eProfessional-grade automotive lifting equipment from BendPak's complete product line\u003c\/p\u003e\n\u003ca class=\"collection-btn\"\u003eShop BendPak\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eScissor Lifts\u003c\/h3\u003e\n\u003cp\u003eFull-rise and mid-rise scissor lift tables for automotive service applications\u003c\/p\u003e\n\u003ca class=\"collection-btn\"\u003eShop Scissor Lifts\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What is the maximum capacity of the BendPak EV2400SL? A: The EV2400SL has a maximum platform capacity of 2,400 lb (1,090 kg) and can lift to a maximum height of 75.75 inches (1,924 mm). The 40-inch × 60-inch platform accommodates most passenger EV battery packs and internal combustion powertrain components. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum capacity of the BendPak EV2400SL?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EV2400SL has a maximum platform capacity of \u003cstrong\u003e2,400 lb (1,090 kg)\u003c\/strong\u003e and can lift to a maximum height of \u003cstrong\u003e75.75 inches (1,924 mm)\u003c\/strong\u003e. The 40-inch × 60-inch platform accommodates most passenger EV battery packs and internal combustion powertrain components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What components are included with the EV2400SL? A: The lift table includes the 40-inch × 60-inch UHMW polyethylene deck platform, zero-throw casters with manual floor locks, adjustable screw jacks at each corner, hand pendant remote control with emergency stop, twin hydraulic cylinders with velocity fuses, full-length utility trays, 12V deep-cycle battery, onboard 15A automatic charger, and stowable tow bar. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat components are included with the EV2400SL?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe lift table includes the 40-inch × 60-inch UHMW polyethylene deck platform, zero-throw casters with manual floor locks, adjustable screw jacks at each corner, hand pendant remote control with emergency stop, twin hydraulic cylinders with velocity fuses, full-length utility trays, 12V deep-cycle battery, onboard 15A automatic charger, and stowable tow bar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What are the installation requirements for the BendPak EV2400SL? A: The EV2400SL requires indoor use only within operating temperatures of +41°F to +104°F. It needs level, stable shop floors and AC power access for the onboard battery charger. No concrete anchoring is required due to the portable design with adjustable feet. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the installation requirements for the BendPak EV2400SL?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EV2400SL requires \u003cstrong\u003eindoor use only\u003c\/strong\u003e within operating temperatures of \u003cstrong\u003e+41°F to +104°F\u003c\/strong\u003e. It needs level, stable shop floors and AC power access for the onboard battery charger. No concrete anchoring is required due to the portable design with adjustable feet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: How fast does the EV2400SL lift cycle operate? A: The EV2400SL completes a full lift cycle in approximately 18 seconds to maximum rise using its 12V deep-cycle battery power system. This rapid cycle time enables efficient multi-bay workflows without waiting for slow hydraulic systems or compressed air buildup. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow fast does the EV2400SL lift cycle operate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EV2400SL completes a full lift cycle in approximately \u003cstrong\u003e18 seconds to maximum rise\u003c\/strong\u003e using its 12V deep-cycle battery power system. This rapid cycle time enables efficient multi-bay workflows without waiting for slow hydraulic systems or compressed air buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What safety certifications does the BendPak EV2400SL have? A: The EV2400SL meets ASME PASE 2019 compliance standards for portable automotive service equipment. It features twin hydraulic cylinders with velocity fuses, multi-position mechanical safety locks at low\/mid\/max height positions, and emergency stop capability on the hand pendant controller. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat safety certifications does the BendPak EV2400SL have?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EV2400SL meets \u003cstrong\u003eASME PASE 2019 compliance standards\u003c\/strong\u003e for portable automotive service equipment. It features twin hydraulic cylinders with velocity fuses, multi-position mechanical safety locks at low\/mid\/max height positions, and emergency stop capability on the hand pendant controller.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Can the EV2400SL be used for both EV and traditional vehicle service? A: Yes, the EV2400SL handles both EV battery pack removal\/installation and traditional internal combustion powertrains including engines, transmissions, transaxles, and subframes. The adjustable screw jacks and modular fixture system accommodate diverse component configurations. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the EV2400SL be used for both EV and traditional vehicle service?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the EV2400SL handles both EV battery pack removal\/installation and traditional internal combustion powertrains including engines, transmissions, transaxles, and subframes. The adjustable screw jacks and modular fixture system accommodate diverse component configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What makes the zero-throw casters different from standard casters? A: Zero-throw casters eliminate the dead space required by conventional swivel casters, providing omnidirectional movement without extra maneuvering clearance. They include single-action floor locking mechanisms that secure the table during lifting operations, even on uneven shop floors. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes the zero-throw casters different from standard casters?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eZero-throw casters eliminate the dead space required by conventional swivel casters, providing \u003cstrong\u003eomnidirectional movement\u003c\/strong\u003e without extra maneuvering clearance. They include single-action floor locking mechanisms that secure the table during lifting operations, even on uneven shop floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: How does the EV2400SL compare to higher capacity lift tables? A: The EV2400SL's 2,400 lb capacity covers most passenger EV battery packs efficiently while maintaining superior portability compared to 3,300-3,500 lb capacity tables. Higher capacity tables typically require compressed air systems, permanent power connections, or have larger overall dimensions that reduce maneuverability in tight service bays. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the EV2400SL compare to higher capacity lift tables?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe EV2400SL's \u003cstrong\u003e2,400 lb capacity\u003c\/strong\u003e covers most passenger EV battery packs efficiently while maintaining superior portability compared to 3,300-3,500 lb capacity tables. Higher capacity tables typically require compressed air systems, permanent power connections, or have larger overall dimensions that reduce maneuverability in tight service bays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Not Available","offers":[{"title":"Default Title","offer_id":46635055382779,"sku":"5175423","price":9295.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/Screenshot2025-11-13at10.05.05AM_1.webp?v=1767614272"},{"product_id":"bendpak-ev-lift-arm-kit-set-of-4","title":"BendPak EV Lift Arm Kit - Set of 4","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.product-content-wrapper {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px 20px 40px 20px;\n}\n\n\/* Typography *\/\nh2 {\n  color: #0066cc;\n  font-size: 1.8rem;\n  margin: 0 0 1rem 0;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\nh3 {\n  color: #0066cc;\n  font-size: 1.5rem;\n  margin: 3rem 0 1.5rem;\n  padding-top: 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\nh4 {\n  color: #333;\n  font-size: 1.1rem;\n  margin: 1rem 0 0.5rem;\n  font-weight: 600;\n}\n\np {\n  line-height: 1.7;\n  margin-bottom: 1.2rem;\n}\n\n\/* Hero Section *\/\n.hero-container {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  margin-bottom: 2rem;\n}\n\n.hero-subtitle {\n  font-size: 1.1rem;\n  color: #555;\n  margin-bottom: 1.5rem;\n  font-weight: 500;\n}\n\n\/* Feature Cards *\/\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin: 2rem 0 3rem 0;\n}\n\n.feature-card {\n  background: #f8f9fa;\n  border-left: 4px solid #0066cc;\n  padding: 20px;\n  border-radius: 6px;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.feature-card:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,102,204,0.15);\n}\n\n.feature-card h4 {\n  color: #0066cc;\n  font-weight: 700;\n  margin-top: 0;\n  font-size: 1.1rem;\n}\n\n\/* Tables *\/\n.responsive-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 2rem 0;\n  background: white;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.responsive-specs-table caption {\n  padding: 12px;\n  font-weight: 600;\n  text-align: left;\n  color: #333;\n  font-size: 1.1rem;\n}\n\n.responsive-specs-table th {\n  background: linear-gradient(135deg, #0066cc, #0052a3);\n  color: white;\n  padding: 14px;\n  text-align: left;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.responsive-specs-table td {\n  padding: 14px;\n  border-bottom: 1px solid #ddd;\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n  background-color: #f0f5ff;\n}\n\n.responsive-specs-table tbody tr:hover {\n  background-color: #e6f0ff;\n  transition: background-color 0.2s;\n}\n\n\/* Mobile Card Transformation *\/\n@media (max-width: 767px) {\n  .responsive-specs-table thead {\n    display: none;\n  }\n  \n  .responsive-specs-table tbody {\n    display: block;\n  }\n  \n  .responsive-specs-table tr {\n    display: block;\n    margin-bottom: 15px;\n    background: white;\n    border: 1px solid #0066cc;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0,102,204,0.08);\n    overflow: hidden;\n  }\n  \n  .responsive-specs-table td {\n    display: block;\n    padding: 12px 15px;\n    border: none;\n    position: relative;\n  }\n  \n  .responsive-specs-table td:first-child {\n    background: linear-gradient(135deg, #0066cc, #0052a3);\n    color: white;\n    font-weight: 700;\n    padding: 14px 15px;\n  }\n  \n  .responsive-specs-table td:first-child strong {\n    color: white;\n  }\n  \n  .responsive-specs-table tbody tr:nth-child(even) {\n    background-color: white;\n  }\n}\n\n\/* Desktop Protection *\/\n@media (min-width: 768px) {\n  .responsive-specs-table {\n    display: table !important;\n  }\n  \n  .responsive-specs-table tbody,\n  .responsive-specs-table thead {\n    display: table-row-group !important;\n  }\n  \n  .responsive-specs-table tr {\n    display: table-row !important;\n  }\n  \n  .responsive-specs-table td,\n  .responsive-specs-table th {\n    display: table-cell !important;\n  }\n}\n\n\/* Applications Section *\/\n.applications {\n  margin: 3rem 0;\n}\n\n.applications ul {\n  padding-left: 20px;\n  line-height: 1.6;\n}\n\n.applications li {\n  margin-bottom: 12px;\n  color: #333;\n}\n\n\/* Key Features Section *\/\n.key-features {\n  margin: 3rem 0 4rem 0;\n}\n\nstrong {\n  font-weight: 700 !important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eTelescoping Arm Kit with Adapters - Set of 4\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003e600 lbs. capacity per arm\u003c\/p\u003e\n\u003cp\u003eThis telescoping arm kit attaches to your lift deck and provides multiconfigurable support for large, heavy, and awkward vehicle components. The complete set includes four telescoping lift arms, adjustable height contact pads, and stackable adapters for versatile positioning during transmission, drivetrain, and subframe service operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"key-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eTelescoping Arms\u003c\/h4\u003e\n\u003cp\u003eFour telescoping lift arms provide adjustable reach to accommodate various component sizes and positions during service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eAdjustable Height Pads\u003c\/h4\u003e\n\u003cp\u003eFour adjustable height contact pads allow precise vertical positioning to match component requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eStackable Adapters\u003c\/h4\u003e\n\u003cp\u003eFour stackable adapters enable multiconfigurable support setups for different component shapes and sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e600 lbs. Per Arm\u003c\/h4\u003e\n\u003cp\u003eEach arm provides 600 lbs. of capacity for secure support of heavy drivetrain and subframe components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFour telescoping lift arms\u003c\/li\u003e\n\u003cli\u003eFour adjustable height contact pads\u003c\/li\u003e\n\u003cli\u003eFour stackable adapters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eBendPak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eTelescoping Arm Kit with Adapters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e5210454\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eSet of 4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eArm Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e600 lbs. per arm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTransmission installation and removal\u003c\/li\u003e\n\u003cli\u003eTransfer case and differential servicing\u003c\/li\u003e\n\u003cli\u003eFuel tank maintenance and replacement\u003c\/li\u003e\n\u003cli\u003eSubframe support during repairs\u003c\/li\u003e\n\u003cli\u003eProfessional automotive repair shops\u003c\/li\u003e\n\u003cli\u003eHandling large, heavy, or awkward components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" style=\"width: 28px; height: 28px; flex-shrink: 0;\"\u003e\n\u003cpath stroke-width=\"1\" stroke=\"#000\" fill=\"#FFD700\" d=\"M16 2 L2 28 L30 28 Z\"\u003e\u003c\/path\u003e\n\u003ctext font-weight=\"bold\" font-size=\"16\" text-anchor=\"middle\" y=\"22\" x=\"16\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.p65warnings.ca.gov\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BendPak","offers":[{"title":"Default Title","offer_id":47113327542523,"sku":"5210454","price":875.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/bendpak-mobi-evs-ev3000-ev4500-battery-pack-powertrain-lift-table-5175611-5175613-brochure-acc-telescoping_1.jpg?v=1767725773"},{"product_id":"bendpak-ev-lift-multi-point-support-assembly","title":"BendPak EV Lift Multi-Point Support Assembly","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.product-content-wrapper {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px 20px 40px 20px;\n}\n\n\/* Typography *\/\nh2 {\n  color: #0066cc;\n  font-size: 1.8rem;\n  margin: 0 0 1rem 0;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\nh3 {\n  color: #0066cc;\n  font-size: 1.5rem;\n  margin: 3rem 0 1.5rem;\n  padding-top: 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\nh4 {\n  color: #333;\n  font-size: 1.1rem;\n  margin: 1rem 0 0.5rem;\n  font-weight: 600;\n}\n\np {\n  line-height: 1.7;\n  margin-bottom: 1.2rem;\n}\n\n\/* Hero Section *\/\n.hero-container {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  margin-bottom: 2rem;\n}\n\n.hero-subtitle {\n  font-size: 1.1rem;\n  color: #555;\n  margin-bottom: 1.5rem;\n  font-weight: 500;\n}\n\n\/* Feature Cards *\/\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin: 2rem 0 3rem 0;\n}\n\n.feature-card {\n  background: #f8f9fa;\n  border-left: 4px solid #0066cc;\n  padding: 20px;\n  border-radius: 6px;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.feature-card:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,102,204,0.15);\n}\n\n.feature-card h4 {\n  color: #0066cc;\n  font-weight: 700;\n  margin-top: 0;\n  font-size: 1.1rem;\n}\n\n\/* Tables *\/\n.responsive-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 2rem 0;\n  background: white;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.responsive-specs-table caption {\n  padding: 12px;\n  font-weight: 600;\n  text-align: left;\n  color: #333;\n  font-size: 1.1rem;\n}\n\n.responsive-specs-table th {\n  background: linear-gradient(135deg, #0066cc, #0052a3);\n  color: white;\n  padding: 14px;\n  text-align: left;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.responsive-specs-table td {\n  padding: 14px;\n  border-bottom: 1px solid #ddd;\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n  background-color: #f0f5ff;\n}\n\n.responsive-specs-table tbody tr:hover {\n  background-color: #e6f0ff;\n  transition: background-color 0.2s;\n}\n\n\/* Mobile Card Transformation *\/\n@media (max-width: 767px) {\n  .responsive-specs-table thead {\n    display: none;\n  }\n  \n  .responsive-specs-table tbody {\n    display: block;\n  }\n  \n  .responsive-specs-table tr {\n    display: block;\n    margin-bottom: 15px;\n    background: white;\n    border: 1px solid #0066cc;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0,102,204,0.08);\n    overflow: hidden;\n  }\n  \n  .responsive-specs-table td {\n    display: block;\n    padding: 12px 15px;\n    border: none;\n    position: relative;\n  }\n  \n  .responsive-specs-table td:first-child {\n    background: linear-gradient(135deg, #0066cc, #0052a3);\n    color: white;\n    font-weight: 700;\n    padding: 14px 15px;\n  }\n  \n  .responsive-specs-table td:first-child strong {\n    color: white;\n  }\n  \n  .responsive-specs-table tbody tr:nth-child(even) {\n    background-color: white;\n  }\n}\n\n\/* Desktop Protection *\/\n@media (min-width: 768px) {\n  .responsive-specs-table {\n    display: table !important;\n  }\n  \n  .responsive-specs-table tbody,\n  .responsive-specs-table thead {\n    display: table-row-group !important;\n  }\n  \n  .responsive-specs-table tr {\n    display: table-row !important;\n  }\n  \n  .responsive-specs-table td,\n  .responsive-specs-table th {\n    display: table-cell !important;\n  }\n}\n\n\/* Applications Section *\/\n.applications {\n  margin: 3rem 0;\n}\n\n.applications ul {\n  padding-left: 20px;\n  line-height: 1.6;\n}\n\n.applications li {\n  margin-bottom: 12px;\n  color: #333;\n}\n\n\/* Key Features Section *\/\n.key-features {\n  margin: 3rem 0 4rem 0;\n}\n\nstrong {\n  font-weight: 700 !important;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eEV Lift Multi-Point Support Assembly\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003e4-Point Adapter Set with 800 lbs. Capacity\u003c\/p\u003e\n\u003cp\u003eThe BendPak EV Lift Multi-Point Support Assembly features four independently adjustable indexing arms that adapt to nearly any transmission, drivetrain, or vehicle subframe shape. With 800 lbs. capacity at maximum extension, this adapter set provides stable, secure support for heavy and awkward vehicle components during service. Requires #5216234 Universal Deck Mount Kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES SECTION --\u003e\n\u003csection class=\"key-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e4-Point Adjustable Design\u003c\/h4\u003e\n\u003cp\u003eFour independently adjustable indexing arms adapt to nearly any transmission, drivetrain, or vehicle subframe shape for versatile support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e800 lbs. Capacity\u003c\/h4\u003e\n\u003cp\u003eSupports up to 800 lbs. at maximum extension, providing secure handling for heavy vehicle components like transmissions and transfer cases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eTelescoping Support Tubes\u003c\/h4\u003e\n\u003cp\u003eFour telescoping support tubes with adjustable height contact pads allow precise positioning for various component sizes and shapes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eStackable Adapters\u003c\/h4\u003e\n\u003cp\u003eFour stackable adapters provide additional height adjustment options to accommodate different service requirements and component configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHAT'S INCLUDED SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFour telescoping support tubes\u003c\/li\u003e\n\u003cli\u003eFour adjustable height contact pads\u003c\/li\u003e\n\u003cli\u003eFour stackable adapters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eBendPak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eEV Lift Multi-Point Support Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e5216205\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSupport Points\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e800 lbs. at maximum extension\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eHeavy-Duty Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRequired Accessory\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e#5216234 Universal Deck Mount Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c!-- PERFECT FOR SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTransmission installation and removal\u003c\/li\u003e\n\u003cli\u003eTransfer case and differential servicing\u003c\/li\u003e\n\u003cli\u003eFuel tank maintenance and replacement\u003c\/li\u003e\n\u003cli\u003eVehicle subframe support\u003c\/li\u003e\n\u003cli\u003eDrivetrain component handling\u003c\/li\u003e\n\u003cli\u003eProfessional automotive repair shops\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROP 65 WARNING - ALWAYS INCLUDE --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"BendPak","offers":[{"title":"Default Title","offer_id":47113479946491,"sku":"5216205","price":575.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/345__16680.1715593856.jpg?v=1767725773"},{"product_id":"bendpak-mobi-evs-transmission-support-saddle","title":"BendPak Mobi-EVS Transmission Support Saddle Assembly","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.product-content-wrapper {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px 20px 40px 20px;\n}\n\n\/* Typography *\/\nh2 {\n  color: #0066cc;\n  font-size: 1.8rem;\n  margin: 0 0 1rem 0;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\nh3 {\n  color: #0066cc;\n  font-size: 1.5rem;\n  margin: 3rem 0 1.5rem;\n  padding-top: 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\nh4 {\n  color: #333;\n  font-size: 1.1rem;\n  margin: 1rem 0 0.5rem;\n  font-weight: 600;\n}\n\np {\n  line-height: 1.7;\n  margin-bottom: 1.2rem;\n}\n\n\/* Hero Section *\/\n.hero-container {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  margin-bottom: 2rem;\n}\n\n.hero-subtitle {\n  font-size: 1.1rem;\n  color: #555;\n  margin-bottom: 1.5rem;\n  font-weight: 500;\n}\n\n\/* Feature Cards *\/\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin: 2rem 0 3rem 0;\n}\n\n.feature-card {\n  background: #f8f9fa;\n  border-left: 4px solid #0066cc;\n  padding: 20px;\n  border-radius: 6px;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.feature-card:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,102,204,0.15);\n}\n\n.feature-card h4 {\n  color: #0066cc;\n  font-weight: 700;\n  margin-top: 0;\n  font-size: 1.1rem;\n}\n\n\/* Tables *\/\n.responsive-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 2rem 0;\n  background: white;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.responsive-specs-table caption {\n  padding: 12px;\n  font-weight: 600;\n  text-align: left;\n  color: #333;\n  font-size: 1.1rem;\n}\n\n.responsive-specs-table th {\n  background: linear-gradient(135deg, #0066cc, #0052a3);\n  color: white;\n  padding: 14px;\n  text-align: left;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.responsive-specs-table td {\n  padding: 14px;\n  border-bottom: 1px solid #ddd;\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n  background-color: #f0f5ff;\n}\n\n.responsive-specs-table tbody tr:hover {\n  background-color: #e6f0ff;\n  transition: background-color 0.2s;\n}\n\n\/* Mobile Card Transformation *\/\n@media (max-width: 767px) {\n  .responsive-specs-table thead {\n    display: none;\n  }\n  \n  .responsive-specs-table tbody {\n    display: block;\n  }\n  \n  .responsive-specs-table tr {\n    display: block;\n    margin-bottom: 15px;\n    background: white;\n    border: 1px solid #0066cc;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0,102,204,0.08);\n    overflow: hidden;\n  }\n  \n  .responsive-specs-table td {\n    display: block;\n    padding: 12px 15px;\n    border: none;\n    position: relative;\n  }\n  \n  .responsive-specs-table td:first-child {\n    background: linear-gradient(135deg, #0066cc, #0052a3);\n    color: white;\n    font-weight: 700;\n    padding: 14px 15px;\n  }\n  \n  .responsive-specs-table td:first-child strong {\n    color: white;\n  }\n  \n  .responsive-specs-table tbody tr:nth-child(even) {\n    background-color: white;\n  }\n}\n\n\/* Desktop Protection *\/\n@media (min-width: 768px) {\n  .responsive-specs-table {\n    display: table !important;\n  }\n  \n  .responsive-specs-table tbody,\n  .responsive-specs-table thead {\n    display: table-row-group !important;\n  }\n  \n  .responsive-specs-table tr {\n    display: table-row !important;\n  }\n  \n  .responsive-specs-table td,\n  .responsive-specs-table th {\n    display: table-cell !important;\n  }\n}\n\n\/* Applications Section *\/\n.applications {\n  margin: 3rem 0;\n}\n\n.applications ul {\n  padding-left: 20px;\n  line-height: 1.6;\n}\n\n.applications li {\n  margin-bottom: 12px;\n  color: #333;\n}\n\n\/* Key Features Section *\/\n.key-features {\n  margin: 3rem 0 4rem 0;\n}\n\nstrong {\n  font-weight: 700 !important;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eMobi-EVS Transmission Support Saddle Assembly\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003eBi-directional adjustable saddle for auto and light truck drivetrains\u003c\/p\u003e\n\u003cp\u003eThis transmission jack adapter provides secure support during automotive or light truck transmission installation and removal. The bi-directional adjustable saddle adapts to most transmissions, transfer cases, and differentials. Includes hold-down chains for added security during service work.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES SECTION --\u003e\n\u003csection class=\"key-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eBi-Directional Adjustable Saddle\u003c\/h4\u003e\n\u003cp\u003eAdapts to fit most auto and light truck transmissions, transfer cases, and differentials for broad application coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eHold-Down Chains Included\u003c\/h4\u003e\n\u003cp\u003eIntegrated chain system secures components during lifting and positioning, reducing the risk of shifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eHeavy-Duty Steel Construction\u003c\/h4\u003e\n\u003cp\u003eBuilt from durable steel to handle the weight of transmissions and drivetrain components safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eMobi-EVS Compatible\u003c\/h4\u003e\n\u003cp\u003eDesigned for use with BendPak Mobi-EVS lifting systems. Requires #5216234 Universal Deck Mount Kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHAT'S INCLUDED SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTransmission Support Saddle Assembly\u003c\/li\u003e\n\u003cli\u003eHold-Down Chains\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eBendPak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eMobi-EVS Transmission Support Saddle Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e5323189\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eHeavy-Duty Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSaddle Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eBi-Directional Adjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eAutomotive and light truck transmissions, transfer cases, differentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRequired Accessory\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e#5216234 Universal Deck Mount Kit (sold separately)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c!-- PERFECT FOR SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAutomotive transmission installation and removal\u003c\/li\u003e\n\u003cli\u003eLight truck transmission service\u003c\/li\u003e\n\u003cli\u003eTransfer case handling and positioning\u003c\/li\u003e\n\u003cli\u003eDifferential maintenance and replacement\u003c\/li\u003e\n\u003cli\u003eProfessional automotive repair shops\u003c\/li\u003e\n\u003cli\u003eFleet service facilities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROP 65 WARNING - ALWAYS INCLUDE --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"BendPak","offers":[{"title":"Default Title","offer_id":47113485320443,"sku":"5323189","price":575.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/bendpak-mobi-evs-ev3000-mobi-evs-multi-point-support-kit-5216205_1.jpg?v=1767544204"},{"product_id":"challenger-10900-inground-efficiency-kit","title":"Challenger 10900 Inground Efficiency Kit - EV\/EW Lift Adapters","description":"\u003cstyle\u003e\n  :root {\n    --primary: #0066cc;\n    --accent: #666666;\n    --light-bg: #f9f9f9;\n    --border: #e0e0e0;\n    --text: #333333;\n    --text-light: #555555;\n    --white: #ffffff;\n  }\n  .gsg-description { font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, sans-serif; color: var(--text); line-height: 1.7; max-width: 900px; margin: 0 auto; font-size: 15px; }\n  .gsg-description * { box-sizing: border-box; }\n  .gsg-description h2 { color: var(--primary); font-size: 1.45em; margin-top: 2em; margin-bottom: 0.6em; padding-bottom: 0.35em; border-bottom: 3px solid var(--accent); font-weight: 700; letter-spacing: -0.01em; }\n  .gsg-description h3 { color: var(--primary); font-size: 1.15em; margin-top: 1.4em; margin-bottom: 0.5em; font-weight: 600; }\n  .gsg-description p { margin: 0 0 1em 0; color: var(--text-light); }\n  .gsg-quicknav { background: var(--light-bg); border: 1px solid var(--border); border-left: 4px solid var(--accent); padding: 14px 20px; margin-top: 2em; margin-bottom: 2em; border-radius: 3px; }\n  .gsg-quicknav strong { display: block; margin-bottom: 6px; color: var(--primary); font-size: 0.9em; text-transform: uppercase; letter-spacing: 0.04em; }\n  .gsg-quicknav a { color: var(--accent); text-decoration: none; font-size: 0.92em; margin-right: 10px; white-space: nowrap; }\n  .gsg-quicknav a:hover { text-decoration: underline; }\n  .gsg-quicknav span.sep { color: var(--border); margin-right: 10px; }\n  .gsg-spec-table { width: 100%; border-collapse: collapse; margin: 1em 0 1.5em 0; font-size: 0.95em; }\n  .gsg-spec-table tr:nth-child(even) { background: var(--light-bg); }\n  .gsg-spec-table td { padding: 10px 14px; border: 1px solid var(--border); }\n  .gsg-spec-table td:first-child { font-weight: 600; color: var(--primary); width: 40%; }\n  .gsg-included-list { list-style: none; padding: 0; margin: 1em 0; columns: 2; column-gap: 24px; }\n  .gsg-included-list li { padding: 7px 0 7px 24px; position: relative; color: var(--text-light); font-size: 0.95em; break-inside: avoid; }\n  .gsg-included-list li::before { content: \"\\2713\"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }\n  .gsg-app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 1em 0; }\n  @media (max-width: 600px) { .gsg-app-grid { grid-template-columns: 1fr; } .gsg-included-list { columns: 1; } }\n  .gsg-app-card { background: var(--light-bg); border: 1px solid var(--border); border-radius: 4px; padding: 16px; }\n  .gsg-app-card strong { display: block; color: var(--primary); margin-bottom: 4px; font-size: 0.95em; }\n  .gsg-app-card p { margin: 0; font-size: 0.9em; color: var(--text-light); }\n  .gsg-info-box { background: var(--light-bg); border: 1px solid var(--border); border-radius: 4px; padding: 18px 22px; margin: 1em 0; }\n  .gsg-info-box p { font-size: 0.93em; margin: 0 0 0.5em 0; }\n  .gsg-info-box p:last-child { margin-bottom: 0; }\n  .gsg-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 1em 0 1.5em 0; border-radius: 6px; }\n  .gsg-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 6px; }\n  .gsg-cta-section { text-align: center; margin: 2em 0 1em 0; padding: 28px 20px; background: var(--light-bg); border-radius: 6px; }\n  .gsg-cta-section h2 { border: none; margin: 0 0 10px 0; padding: 0; }\n  .gsg-cta-section p { margin: 0; font-size: 0.95em; }\n  .gsg-faq details { border-bottom: 1px solid var(--border); padding: 12px 0; }\n  .gsg-faq summary { font-weight: 600; cursor: pointer; color: var(--primary); font-size: 0.95em; padding: 4px 0; }\n  .gsg-faq details div p { margin: 8px 0 4px 0; font-size: 0.93em; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gsg-description\"\u003e\n\n  \u003cdiv class=\"gsg-quicknav\"\u003e\n    \u003cstrong\u003eJump To\u003c\/strong\u003e\n    \u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003cspan class=\"sep\"\u003e\u003c\/span\u003e\n    \u003ca href=\"#features\"\u003eKey Features\u003c\/a\u003e\u003cspan class=\"sep\"\u003e\u003c\/span\u003e\n    \u003ca href=\"#specs\"\u003eSpecifications\u003c\/a\u003e\u003cspan class=\"sep\"\u003e\u003c\/span\u003e\n    \u003ca href=\"#included\"\u003eWhat's Included\u003c\/a\u003e\u003cspan class=\"sep\"\u003e\u003c\/span\u003e\n    \u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003csection id=\"overview\"\u003e\n    \u003ch2\u003eChallenger Lifts 10900 Inground Efficiency Kit for EV and EW Lifts\u003c\/h2\u003e\n    \u003cp\u003eIf your shop services electric vehicles and luxury cars alongside conventional platforms, you already know the challenge: standard lift arms and pads aren't built for low-profile rocker panels and reinforced EV lift points. The Challenger Lifts 10900 Efficiency Kit for Inground Lifts closes that gap. It gives you the adapter height options and purpose-built pads your EV work actually requires, without swapping out your lift.\u003c\/p\u003e\n    \u003cp\u003eThis kit is purpose-matched to all Challenger EV and EW inground lifts, specifically the EV1020, EV1220, EW1020, and EW1220. Every component in the box was chosen to keep your workflow moving: stackable adapters in two heights for reach versatility, low-profile pads that make proper contact without putting pressure in the wrong places, and organizer trays so you're not digging around the floor between jobs.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"features\"\u003e\n    \u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n    \u003ctable class=\"gsg-spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e3\" Stackable Adapters (x4)\u003c\/td\u003e\n          \u003ctd\u003eAdd moderate lift height to reach standard EV and luxury vehicle contact points without overextending your arm assembly.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e6\" Stackable Adapters (x4)\u003c\/td\u003e\n          \u003ctd\u003eFor vehicles with higher-clearance lift points, the 6\" adapters give you the extra reach without repositioning the lift itself.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eEVFPK Low-Profile Electric\/Luxury Vehicle Foot Pads (x4)\u003c\/td\u003e\n          \u003ctd\u003eContact pads shaped for EV rocker panels and reinforced lift zones, so you're not improvising with pads that don't fit the geometry.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAdapter Organizer Trays (x4)\u003c\/td\u003e\n          \u003ctd\u003eKeep your adapters staged and accounted for at each lift arm, so setup between vehicles stays fast and nothing walks off.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"specs\"\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"gsg-spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePart Number\u003c\/td\u003e\n          \u003ctd\u003e10900\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBrand\u003c\/td\u003e\n          \u003ctd\u003eChallenger Lift\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompatible Lifts\u003c\/td\u003e\n          \u003ctd\u003eEV1020, EV1220, EW1020, EW1220\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAdapter Heights Included\u003c\/td\u003e\n          \u003ctd\u003e3\" and 6\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAdapter Style\u003c\/td\u003e\n          \u003ctd\u003eStackable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePad Type\u003c\/td\u003e\n          \u003ctd\u003eEVFPK Low-Profile Electric\/Luxury Vehicle Foot Pads\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eKit Quantity\u003c\/td\u003e\n          \u003ctd\u003e16 pieces total (4 of each component)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"included\"\u003e\n    \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n    \u003cul class=\"gsg-included-list\"\u003e\n      \u003cli\u003e(4) 3\" Stackable Adapters\u003c\/li\u003e\n      \u003cli\u003e(4) 6\" Stackable Adapters\u003c\/li\u003e\n      \u003cli\u003e(4) Adapter Organizer Trays\u003c\/li\u003e\n      \u003cli\u003e(4) EVFPK Low-Profile Electric\/Luxury Vehicle Foot Pads\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"applications\"\u003e\n    \u003ch2\u003eApplications\u003c\/h2\u003e\n    \u003cdiv class=\"gsg-app-grid\"\u003e\n      \u003cdiv class=\"gsg-app-card\"\u003e\n        \u003cstrong\u003eElectric Vehicle Service\u003c\/strong\u003e\n        \u003cp\u003eThe low-profile EVFPK pads and stackable adapters are built for EV-specific lift points, keeping you compliant with manufacturer lifting requirements on battery-platform vehicles.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gsg-app-card\"\u003e\n        \u003cstrong\u003eLuxury and Low-Clearance Vehicles\u003c\/strong\u003e\n        \u003cp\u003eVehicles with tight rocker clearances and reinforced sill points need proper pad geometry. This kit handles them without risk to body panels or structural components.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gsg-app-card\"\u003e\n        \u003cstrong\u003eHigh-Volume Multi-Vehicle Shops\u003c\/strong\u003e\n        \u003cp\u003eOrganizer trays at each arm mean your techs aren't hunting for adapters between lifts. Everything stays staged and ready for the next vehicle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gsg-app-card\"\u003e\n        \u003cstrong\u003eChallenger EV\/EW Inground Lift Users\u003c\/strong\u003e\n        \u003cp\u003eIf you're running EV1020, EV1220, EW1020, or EW1220 lifts, this is the factory-matched upgrade kit, not an aftermarket workaround.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gsg-cta-section\"\u003e\n    \u003ch2\u003eQuestions Before You Order?\u003c\/h2\u003e\n    \u003cp\u003eCall us at \u003cstrong\u003e(855) 498-2147\u003c\/strong\u003e and we'll confirm compatibility with your specific lift model before you buy.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gsg-faq\" style=\"margin: 40px 0;\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich Challenger inground lifts is the 10900 kit compatible with?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThe 10900 Efficiency Kit is compatible with all Challenger EV and EW series inground lifts: the EV1020, EV1220, EW1020, and EW1220. It's not a universal kit, so verify your lift model before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I stack the 3\" and 6\" adapters together for more height?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThe adapters are described as stackable by Challenger Lift, meaning you can combine them for additional reach. The kit includes four of each size, giving you height options at every arm position.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat makes the EVFPK pads different from standard lift pads?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThe EVFPK pads are low-profile and shaped specifically for electric and luxury vehicle contact points, including reinforced rocker panels and EV-specific lift zones. Standard pads aren't designed for these geometries and can contact the wrong areas on battery-platform vehicles.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many pieces come in the kit?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThe 10900 kit includes 16 pieces total: 4 three-inch stackable adapters, 4 six-inch stackable adapters, 4 adapter organizer trays, and 4 EVFPK low-profile foot pads, one full set per arm.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDo the organizer trays mount to the lift, or are they freestanding?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eChallenger refers to them as adapter organizer trays or racks designed to keep the adapters staged at each lift arm. For mounting specifics, refer to the documentation included with the kit or call us at (855) 498-2147.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdiv style=\"display: none;\"\u003e\n      \u003c!--FAQ--\u003e Q: Which Challenger inground lifts is the 10900 kit compatible with? A: Compatible with EV1020, EV1220, EW1020, and EW1220 inground lifts only. \u003c!--\/FAQ--\u003e\n      \u003c!--FAQ--\u003e Q: Can I stack the 3\" and 6\" adapters together? A: Yes, the adapters are stackable. Four of each size are included, one per arm. \u003c!--\/FAQ--\u003e\n      \u003c!--FAQ--\u003e Q: What makes the EVFPK pads different from standard lift pads? A: They are low-profile pads shaped for EV and luxury vehicle lift points, including reinforced rocker panels and EV-specific contact zones. \u003c!--\/FAQ--\u003e\n      \u003c!--FAQ--\u003e Q: How many pieces come in the 10900 kit? A: 16 pieces total: 4 three-inch adapters, 4 six-inch adapters, 4 organizer trays, and 4 EVFPK foot pads. \u003c!--\/FAQ--\u003e\n      \u003c!--FAQ--\u003e Q: Do the organizer trays mount to the lift or are they freestanding? A: Designed to stage adapters at each lift arm; refer to included documentation or call (855) 498-2147 for mounting details. \u003c!--\/FAQ--\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Challenger","offers":[{"title":"Default Title","offer_id":48832336363771,"sku":"10900","price":1160.46,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/Image_eb4b5c0f-5a6f-42ee-9990-ed1332a88747.jpg?v=1778111704"}],"url":"https:\/\/garagesupplyguys.com\/collections\/ev-lifts.oembed","provider":"Garage Supply Guys","version":"1.0","type":"link"}