{"title":"Alignment Tools","description":null,"products":[{"product_id":"branick-7600-strut-spring-compressor","title":"BRANICK 7600 Strut Spring Compressor, Safe \u0026 Efficient Compression","description":"\u003cstyle\u003e\n\/* Basic styling *\/\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 !important;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-content-wrapper section {\n  margin: 40px 0;\n}\n\n\/* Clearfix for all sections to contain floated elements *\/\n.product-content-wrapper section::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper .hero {\n  display: block;\n  overflow: auto;\n}\n\n\/* Additional clearfix specifically for hero section *\/\n.product-content-wrapper .hero::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper img {\n  max-width: 100%;\n  height: auto;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n}\n\n.product-content-wrapper figcaption {\n  font-size: 0.9rem;\n  color: #666;\n  text-align: center;\n  margin-top: 0.5rem;\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.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem auto;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.product-content-wrapper caption {\n  padding: 0.5rem;\n  font-weight: 600;\n  text-align: left;\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 1rem;\n  text-align: left;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper th {\n  background-color: #0053a6;\n  color: white;\n  font-weight: 600;\n  white-space: nowrap;\n  width: 40%;\n}\n\n.product-content-wrapper td {\n  background-color: white;\n  color: #333;\n}\n\n.product-content-wrapper tr:last-child th,\n.product-content-wrapper tr:last-child td {\n  border-bottom: none;\n}\n\n.product-content-wrapper tr:hover td {\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa !important;\n  border-left: 4px solid #0053a6 !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 *,\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 strong {\n  font-weight: 600 !important;\n  color: #0053a6 !important;\n}\n\n.product-content-wrapper .button {\n  display: inline-block;\n  background-color: #0053a6;\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\/* CTA Section Styles *\/\n.product-content-wrapper .cta {\n  background: #0053a6;\n  color: white;\n  padding: 40px;\n  border-radius: 8px;\n  text-align: center;\n}\n\n.product-content-wrapper .cta h2,\n.product-content-wrapper .cta p {\n  color: white;\n}\n\n\/* Focus styles for accessibility *\/\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 #0053a6;\n  outline-offset: 2px;\n}\n\n\/* FAQ Styles *\/\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\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 {\n  display: none;\n}\n\n.product-content-wrapper summary::after {\n  content: '▶';\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\/* Responsive table for mobile *\/\n@media (max-width: 600px) {\n  \/* Hide table caption + column header row on small screens *\/\n  .product-content-wrapper table caption,\n  .product-content-wrapper table thead {\n    display: none;\n  }\n\n  \/* Edge case: header row in tbody *\/\n  .product-content-wrapper table tbody tr:first-child:has(th[scope=\"col\"]) {\n    display: none;\n  }\n\n  \/* Keep all the original mobile table styles *\/\n  .product-content-wrapper table {\n    display: block;\n    box-shadow: none;\n  }\n\n  .product-content-wrapper tbody {\n    display: block;\n  }\n\n  .product-content-wrapper tr {\n    display: block;\n    margin-bottom: 0.5rem;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .product-content-wrapper th {\n    display: block;\n    width: 100%;\n    background-color: #f5f5f5;\n    color: #333;\n    font-size: 0.9rem;\n    padding: 0.75rem 1rem 0.25rem;\n    border-bottom: none;\n  }\n\n  .product-content-wrapper td {\n    display: block;\n    width: 100%;\n    padding: 0.25rem 1rem 0.75rem;\n    font-weight: 600;\n    border-bottom: none;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper {\n    padding: 0 10px 3rem 10px !important;\n  }\n\n  .product-content-wrapper h2 {\n    font-size: 1.2rem;\n  }\n\n  .product-content-wrapper h3 {\n    font-size: 1.1rem;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003ch2\u003eProfessional Strut Spring Compressor - Branick 7600 (3000 lbs Capacity)\u003c\/h2\u003e\n\u003cp\u003eThe Branick 7600 Strut Spring Compressor handles suspension service on light trucks, SUVs, and passenger vehicles without requiring adapters. This \u003cem\u003ewall mount strut compressor\u003c\/em\u003e compresses coil springs up to 3,000 lbs capacity across a 3.5\" to 11.5\" diameter range. All-steel construction with heavy-duty ACME thread drive provides the control and safety features professional shops need.\u003c\/p\u003e\n\u003cp\u003eOEM approved by Ford, General Motors, and Mopar. Multi-position upper hooks adjust up to 4 inches in 1-inch increments to accommodate different spring configurations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eKey Features and Benefits\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eNo-Adapter Universal Compatibility\u003c\/strong\u003e - Multi-position upper spring hooks adjust in 1-inch increments to handle 3.5\" to 11.5\" diameter springs. Eliminates adapter inventory costs and accommodates most light trucks, SUVs, and passenger cars without separate kits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eHeavy-Duty ACME Thread Control\u003c\/strong\u003e - Industrial-grade ACME thread design prevents thread walking during compression. Delivers smooth, controlled operation even on asymmetric spring configurations with reduced risk of binding or failure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eIntegrated Ring Guard Safety\u003c\/strong\u003e - Built-in structural ring guard surrounds the upper compressed spring assembly, providing containment in case of hook slippage or spring fracture. Creates a barrier between operator and compressed spring for enhanced workplace safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLight trucks, SUVs, and crossovers with MacPherson struts.\u003c\/li\u003e\n\u003cli\u003ePassenger cars requiring strut or coil spring service.\u003c\/li\u003e\n\u003cli\u003eStrut cartridge replacement and coil spring replacement operations.\u003c\/li\u003e\n\u003cli\u003eSuspension lowering, lifting, and general repair work.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ccaption\u003eTechnical Specifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax Compression Capacity\u003c\/th\u003e\n\u003ctd\u003e3,000 lbs (1,361 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpring Diameter Range\u003c\/th\u003e\n\u003ctd\u003e3.5\" to 11.5\" (9 cm to 29 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePackaged Dimensions\u003c\/th\u003e\n\u003ctd\u003e18.5\" L × 20\" W × 43.63\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e100 lbs (45 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eAll-steel, heavy-duty ACME thread\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n\u003ctd\u003eMade in USA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOEM Approvals\u003c\/th\u003e\n\u003ctd\u003eFord, General Motors, Mopar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMounting Options\u003c\/th\u003e\n\u003ctd\u003eWall mount (included), bench mount (Model 761), mobile cart (Model 764)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eInstallation Requirements\u003c\/h2\u003e\n\u003cp\u003eMounts to solid vertical walls or posts using included hardware. Concrete, cinder block, or solid wood framing recommended. Requires 44\" vertical clearance and 24\" depth for operation. Optional bench mount or mobile cart available separately. No electrical or pneumatic utilities required.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eOEM-Approved Professional Equipment\u003c\/h2\u003e\n\u003cp\u003eMade in USA with 1-year warranty. Order your Branick 7600 for reliable professional suspension service.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What vehicles is the Branick 7600 compatible with? A: The Branick 7600 handles light trucks, SUVs, and passenger cars with MacPherson struts. The 3.5 to 11.5 inch diameter range covers most applications without adapters. Specific verified applications include Ford F-150, Toyota RAV4, Jeep Cherokee Trailhawk, GM trucks and SUVs, Cadillac ATS, and Chrysler minivans. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat vehicles is the Branick 7600 compatible with?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe Branick 7600 handles light trucks, SUVs, and passenger cars with MacPherson struts. The 3.5\" to 11.5\" diameter range covers most applications without adapters. Specific verified applications include Ford F-150, Toyota RAV4, Jeep Cherokee Trailhawk, GM trucks and SUVs, Cadillac ATS, and Chrysler minivans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Do I need adapters for different spring sizes? A: No adapters are required. The multi-position upper spring hooks adjust up to 4 inches in 1-inch increments to accommodate different factory coil spring configurations. This eliminates separate adapter kit costs and allows immediate service across most light truck, SUV, and passenger car applications. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need adapters for different spring sizes?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo adapters are required. The multi-position upper spring hooks adjust up to 4 inches in 1-inch increments to accommodate different factory coil spring configurations. This eliminates separate adapter kit costs and allows immediate service across most light truck, SUV, and passenger car applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What mounting options are available? A: The Branick 7600 includes wall mounting hardware for installation on solid walls or posts. Optional Model 761 bench mount and Model 764 mobile cart are available separately. Both accessories fit current 7600 and legacy 7400 models for workspace flexibility. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat mounting options are available?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe Branick 7600 includes wall mounting hardware for installation on solid walls or posts. Optional Model 761 bench mount and Model 764 mobile cart are available separately. Both accessories fit current 7600 and legacy 7400 models for workspace flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Is the Branick 7600 OEM approved? A: Yes, the Branick 7600 is approved by Ford, General Motors, and Mopar for professional shop use. This OEM approval means the tool meets manufacturer engineering specifications and safety requirements for servicing warranty-covered vehicles. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Branick 7600 OEM approved?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the Branick 7600 is approved by Ford, General Motors, and Mopar for professional shop use. This OEM approval means the tool meets manufacturer engineering specifications and safety requirements for servicing warranty-covered vehicles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What warranty and shipping apply to the Branick 7600? A: The Branick 7600 includes a 1-year warranty for defects; call (800) 437-4394 for an RMA before returning. It ships via LTL truck freight due to 100 lb weight, usually palletized, and may need a liftgate. Ships to the 48 contiguous US states. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty and shipping apply to the Branick 7600?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe Branick 7600 includes a 1-year warranty for defects; call (800) 437-4394 for an RMA before returning. It ships via LTL truck freight due to 100 lb weight, usually palletized, and may need a liftgate. Ships to the 48 contiguous US states.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Branick","offers":[{"title":"Default Title","offer_id":46395058094331,"sku":"BR-7600","price":1019.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/branick-7600-strut-spring-compressor-alignment-service-838.webp?v=1767595101"},{"product_id":"branick-761-bench-mount-for-7600-strut-spring-compressor","title":"BRANICK Bench Mount for 7600 Strut Spring Compressor, 761","description":"\u003cstyle\u003e\n\/* Basic styling *\/\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 !important;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-content-wrapper section {\n  margin: 40px 0;\n}\n\n\/* Clearfix for all sections to contain floated elements *\/\n.product-content-wrapper section::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper .hero {\n  display: block;\n  overflow: auto;\n}\n\n\/* Additional clearfix specifically for hero section *\/\n.product-content-wrapper .hero::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper img {\n  max-width: 100%;\n  height: auto;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n}\n\n.product-content-wrapper figcaption {\n  font-size: 0.9rem;\n  color: #666;\n  text-align: center;\n  margin-top: 0.5rem;\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.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem auto;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.product-content-wrapper caption {\n  padding: 0.5rem;\n  font-weight: 600;\n  text-align: left;\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 1rem;\n  text-align: left;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper th {\n  background-color: #0053a6;\n  color: white;\n  font-weight: 600;\n  white-space: nowrap;\n  width: 40%;\n}\n\n.product-content-wrapper td {\n  background-color: white;\n  color: #333;\n}\n\n.product-content-wrapper tr:last-child th,\n.product-content-wrapper tr:last-child td {\n  border-bottom: none;\n}\n\n.product-content-wrapper tr:hover td {\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa !important;\n  border-left: 4px solid #0053a6 !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 *,\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 strong {\n  font-weight: 600 !important;\n  color: #0053a6 !important;\n}\n\n.product-content-wrapper .button {\n  display: inline-block;\n  background-color: #0053a6;\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\/* CTA Section Styles *\/\n.product-content-wrapper .cta {\n  background: #0053a6;\n  color: white;\n  padding: 40px;\n  border-radius: 8px;\n  text-align: center;\n}\n\n.product-content-wrapper .cta h2,\n.product-content-wrapper .cta p {\n  color: white;\n}\n\n\/* Focus styles for accessibility *\/\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 #0053a6;\n  outline-offset: 2px;\n}\n\n\/* FAQ Styles *\/\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\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 {\n  display: none;\n}\n\n.product-content-wrapper summary::after {\n  content: '▶';\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\/* Responsive table for mobile *\/\n@media (max-width: 600px) {\n  \/* Hide table caption + column header row on small screens *\/\n  .product-content-wrapper table caption,\n  .product-content-wrapper table thead {\n    display: none;\n  }\n\n  \/* Edge case: header row in tbody *\/\n  .product-content-wrapper table tbody tr:first-child:has(th[scope=\"col\"]) {\n    display: none;\n  }\n\n  \/* Keep all the original mobile table styles *\/\n  .product-content-wrapper table {\n    display: block;\n    box-shadow: none;\n  }\n\n  .product-content-wrapper tbody {\n    display: block;\n  }\n\n  .product-content-wrapper tr {\n    display: block;\n    margin-bottom: 0.5rem;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .product-content-wrapper th {\n    display: block;\n    width: 100%;\n    background-color: #f5f5f5;\n    color: #333;\n    font-size: 0.9rem;\n    padding: 0.75rem 1rem 0.25rem;\n    border-bottom: none;\n  }\n\n  .product-content-wrapper td {\n    display: block;\n    width: 100%;\n    padding: 0.25rem 1rem 0.75rem;\n    font-weight: 600;\n    border-bottom: none;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper {\n    padding: 0 10px 3rem 10px !important;\n  }\n\n  .product-content-wrapper h2 {\n    font-size: 1.2rem;\n  }\n\n  .product-content-wrapper h3 {\n    font-size: 1.1rem;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003ch2\u003eProfessional Bench Mount Solution - Branick 761 for 7600 \u0026amp; 7400 Strut Spring Compressors\u003c\/h2\u003e\n\u003cp\u003eThe Branick 761 bench mount (Part #05-0125) permanently secures Branick 7600 and 7400 strut spring compressors to workshop benches, positioning the compressor just 5 inches from the bench edge while preserving over 80% of your surface area for parts staging. This all-steel mounting bracket eliminates floor space requirements and wall mounting damage, using your compressor's existing four-hole carriage bolt pattern for guaranteed fitment. Installation requires only four 5\/16\" fasteners at a 28-inch minimum bench height, reducing back strain during high-volume suspension work. Manufactured in Fargo, North Dakota and backed by a 1-year warranty, this USA-made accessory delivers professional-grade stability for automotive repair shops, tire service centers, and collision facilities.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eKey Features and Benefits\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eDual-Model Legacy Support\u003c\/strong\u003e - Works with both Branick 7600 and discontinued 7400 models using the identical four-hole mounting pattern. Shops with mixed compressor inventory avoid purchasing separate mounting hardware.\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eSpace-Multiplier Installation\u003c\/strong\u003e - Positions compressor 5 inches from bench edge, leaving 80%+ of bench surface available for parts staging. Preserves valuable wall space for tire displays or additional equipment.\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eNo-Wall-Damage Stability\u003c\/strong\u003e - Eliminates concrete drilling, stud-finding, or drywall anchoring. Bench-secured design allows shop reconfiguration without wall repairs, ideal for rental facilities.\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eErgonomic Operator Positioning\u003c\/strong\u003e - The 28-inch minimum bench height places compressor controls at mid-torso level, reducing back strain during repetitive strut service across 8-hour shifts.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eProfessional automotive repair shops specializing in suspension service and strut replacement.\u003c\/li\u003e\n\u003cli\u003eTire service centers performing strut work on passenger vehicles, light trucks, and SUVs.\u003c\/li\u003e\n\u003cli\u003eFleet maintenance facilities with high-volume strut service requirements.\u003c\/li\u003e\n\u003cli\u003eCollision repair shops handling suspension repairs and structural work.\u003c\/li\u003e\n\u003cli\u003eIndependent garages with dedicated suspension service bays serving Ford F-150, Toyota RAV4, and similar vehicles.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ccaption\u003eBranick 761 Bench Mount Specifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e761\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e05-0125 (BRA05-0125)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eBranick 7400 and 7600 Strut Spring Compressors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAll-steel construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMounting Pattern\u003c\/th\u003e\n\u003ctd\u003eFour-hole configuration using existing compressor carriage bolts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRequired Fasteners\u003c\/th\u003e\n\u003ctd\u003eFour 5\/16\" fasteners (not included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstallation Position\u003c\/th\u003e\n\u003ctd\u003e5 inches from workbench front edge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMinimum Bench Height\u003c\/th\u003e\n\u003ctd\u003e28 inches from floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n\u003ctd\u003eMade in USA (Fargo, North Dakota)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e1 year commercial warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eSecure Your Strut Service Station Today\u003c\/h2\u003e\n\u003cp\u003eGet permanent, space-saving compressor mounting with USA-made quality and 1-year warranty protection. Contact us for availability on Part #05-0125.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Is the Branick 761 bench mount compatible with both the 7400 and 7600 strut compressors? A: Yes, the 761 mount works with both Branick 7400 and 7600 models. Both compressor generations use the identical four-hole carriage bolt mounting pattern, allowing the 761 to secure either model without modifications or adapters. This provides flexibility for shops with mixed compressor inventory. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Branick 761 bench mount compatible with both the 7400 and 7600 strut compressors?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the 761 mount works with both Branick 7400 and 7600 models. Both compressor generations use the identical four-hole carriage bolt mounting pattern, allowing the 761 to secure either model without modifications or adapters. This provides flexibility for shops with mixed compressor inventory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What hardware is included with the Branick 761 bench mount kit? A: The kit includes the steel mounting bracket and installation manual (Part #81-0244). However, the four 5\/16 inch fasteners required to secure the mount to your workbench are NOT included and must be purchased separately. You will need bolts, washers, and nuts appropriate for your specific bench construction. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat hardware is included with the Branick 761 bench mount kit?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe kit includes the steel mounting bracket and installation manual (Part #81-0244). However, the four 5\/16 inch fasteners required to secure the mount to your workbench are NOT included and must be purchased separately. You will need bolts, washers, and nuts appropriate for your specific bench construction.\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 workbench requirements for installing the Branick 761 mount? A: Your workbench must be at least 28 inches high from floor to work surface and provide enough depth to position the mount 5 inches from the front edge. The bench must be sturdy enough to support the compressor weight (approximately 100 lbs for the 7600 model) plus the mount. You will also need access to the underside for through-bolt installation. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the workbench requirements for installing the Branick 761 mount?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYour workbench must be at least 28 inches high from floor to work surface and provide enough depth to position the mount 5 inches from the front edge. The bench must be sturdy enough to support the compressor weight (approximately 100 lbs for the 7600 model) plus the mount. You will also need access to the underside for through-bolt installation.\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 Branick 761 bench mount compare to the 764 mobile cart? A: The 761 bench mount provides permanent installation at a significantly lower cost, while the 764 mobile cart offers portability. The bench mount preserves floor space and eliminates the need for wall mounting, making it ideal for fixed service bays. The mobile cart allows you to move the compressor between work areas but requires dedicated floor space. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the Branick 761 bench mount compare to the 764 mobile cart?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 761 bench mount provides permanent installation at a significantly lower cost, while the 764 mobile cart offers portability. The bench mount preserves floor space and eliminates the need for wall mounting, making it ideal for fixed service bays. The mobile cart allows you to move the compressor between work areas but requires dedicated floor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Can I install the Branick 761 without drilling into walls? A: Yes, the 761 bench mount completely eliminates wall installation requirements. The mount secures your compressor to your workbench using four 5\/16 inch fasteners through the bench surface. This avoids the complexity of finding studs, drilling concrete, or using drywall anchors, and allows shop reconfiguration without wall repairs. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install the Branick 761 without drilling into walls?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the 761 bench mount completely eliminates wall installation requirements. The mount secures your compressor to your workbench using four 5\/16 inch fasteners through the bench surface. This avoids the complexity of finding studs, drilling concrete, or using drywall anchors, and allows shop reconfiguration without wall repairs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Branick","offers":[{"title":"Default","offer_id":46395059142907,"sku":"BR-761","price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/branick-761-bench-mount-for-7600-strut-spring-compressor-alignment-service-576.webp?v=1767595478"},{"product_id":"branick-764-mobile-cart-for-7600-strut-spring-compressor","title":"BRANICK Mobile Cart for 7600 Strut Spring Compressor, 764","description":"\u003cstyle\u003e\n\/* Basic styling *\/\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 !important;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-content-wrapper section {\n  margin: 40px 0;\n}\n\n\/* Clearfix for all sections to contain floated elements *\/\n.product-content-wrapper section::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper .hero {\n  display: block;\n  overflow: auto;\n}\n\n\/* Additional clearfix specifically for hero section *\/\n.product-content-wrapper .hero::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper img {\n  max-width: 100%;\n  height: auto;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n}\n\n.product-content-wrapper figcaption {\n  font-size: 0.9rem;\n  color: #666;\n  text-align: center;\n  margin-top: 0.5rem;\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.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem auto;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.product-content-wrapper caption {\n  padding: 0.5rem;\n  font-weight: 600;\n  text-align: left;\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 1rem;\n  text-align: left;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper th {\n  background-color: #0053a6;\n  color: white;\n  font-weight: 600;\n  white-space: nowrap;\n  width: 40%;\n}\n\n.product-content-wrapper td {\n  background-color: white;\n  color: #333;\n}\n\n.product-content-wrapper tr:last-child th,\n.product-content-wrapper tr:last-child td {\n  border-bottom: none;\n}\n\n.product-content-wrapper tr:hover td {\n  background-color: #f8f9fa;\n}\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa !important;\n  border-left: 4px solid #0053a6 !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 *,\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 strong {\n  font-weight: 600 !important;\n  color: #0053a6 !important;\n}\n\n.product-content-wrapper .button {\n  display: inline-block;\n  background-color: #0053a6;\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\/* CTA Section Styles *\/\n.product-content-wrapper .cta {\n  background: #0053a6;\n  color: white;\n  padding: 40px;\n  border-radius: 8px;\n  text-align: center;\n}\n\n.product-content-wrapper .cta h2,\n.product-content-wrapper .cta p {\n  color: white;\n}\n\n\/* Focus styles for accessibility *\/\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 #0053a6;\n  outline-offset: 2px;\n}\n\n\/* FAQ Styles *\/\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\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 {\n  display: none;\n}\n\n.product-content-wrapper summary::after {\n  content: '▶';\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 hero image - responsive float *\/\n.product-hero-image {\n  margin-bottom: 1.5rem;\n}\n\n\/* Responsive table for mobile *\/\n@media (max-width: 600px) {\n  \/* Hide table caption + column header row on small screens *\/\n  .product-content-wrapper table caption,\n  .product-content-wrapper table thead {\n    display: none;\n  }\n\n  \/* Edge case: header row in tbody *\/\n  .product-content-wrapper table tbody tr:first-child:has(th[scope=\"col\"]) {\n    display: none;\n  }\n\n  \/* Keep all the original mobile table styles *\/\n  .product-content-wrapper table {\n    display: block;\n    box-shadow: none;\n  }\n\n  .product-content-wrapper tbody {\n    display: block;\n  }\n\n  .product-content-wrapper tr {\n    display: block;\n    margin-bottom: 0.5rem;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .product-content-wrapper th {\n    display: block;\n    width: 100%;\n    background-color: #f5f5f5;\n    color: #333;\n    font-size: 0.9rem;\n    padding: 0.75rem 1rem 0.25rem;\n    border-bottom: none;\n  }\n\n  .product-content-wrapper td {\n    display: block;\n    width: 100%;\n    padding: 0.25rem 1rem 0.75rem;\n    font-weight: 600;\n    border-bottom: none;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper {\n    padding: 0 10px 3rem 10px !important;\n  }\n\n  .product-content-wrapper h2 {\n    font-size: 1.2rem;\n  }\n\n  .product-content-wrapper h3 {\n    font-size: 1.1rem;\n  }\n\n  .product-content-wrapper .product-hero-image {\n    float: none !important;\n    display: block !important;\n    margin: 0 auto 1.5rem auto !important;\n    max-width: 100% !important;\n  }\n\n  .product-content-wrapper img[style*=\"float: right\"] {\n    float: none !important;\n    display: block !important;\n    margin: 0 auto 1.5rem auto !important;\n    max-width: 100% !important;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper {\n    padding: 0 10px 2rem 10px !important;\n  }\n}\n\n@media (min-width: 768px) {\n  .product-content-wrapper .product-hero-image {\n    float: right !important;\n    max-width: 40%;\n    margin: 0 0 1rem 20px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003ch2\u003eProfessional Mobility Solution - Branick Mobile Cart for 7600 \u0026amp; 7400 Strut Compressors (Model 764)\u003c\/h2\u003e\n\u003cp\u003eWhen wall space is limited or compressor repositioning improves workflow, the Branick 764 mobile cart transforms your stationary 7600 or 7400 strut spring compressor into a portable floor-standing unit. This 56-pound all-steel cart enables single-person repositioning between service bays while maintaining stability during high-force compression operations. Built in Fargo, North Dakota, the Model 764 solves a critical shop challenge: equipment needs both easy mobility and unwavering stability under 3,000-pound compression forces.\u003c\/p\u003e\n\u003cp\u003eThe two-wheel tipping design eliminates heavy lifting. Tip the cart back onto ball-bearing wheels, roll it to your next bay, then return it upright where four rubber bumper pads create a stable platform for active strut service.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eKey Features and Benefits\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eFactory-Engineered Dual-Model Compatibility\u003c\/strong\u003e - Precision mounting holes align perfectly with both Branick 7600 and 7400 compressors without modification. The two-column structure supports the specific weight distribution of these models, ensuring warranty coverage and design integrity that aftermarket solutions cannot match.\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eWall-Mount Alternative for Space-Constrained Facilities\u003c\/strong\u003e - Converts wall-mount-designed compressors into mobile units without permanent installation. The 28-inch width footprint and ability to wheel equipment into storage provides workspace flexibility for rental shops or facilities with limited wall space.\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eAmerican Manufacturing with Century-Long Heritage\u003c\/strong\u003e - Manufactured in Fargo, North Dakota by Branick Industries (established 1917). All-steel construction with no plastic components reflects industrial-grade design philosophy, backed by a 1-year warranty and direct manufacturer support at 800-437-4394.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAutomotive repair shops requiring flexible workspace layouts and compressor repositioning between service bays.\u003c\/li\u003e\n\u003cli\u003eFleet maintenance facilities servicing light trucks, SUVs, and passenger vehicles across multi-bay operations.\u003c\/li\u003e\n\u003cli\u003eIndependent garages with limited wall space or rental facilities where permanent installation is impractical.\u003c\/li\u003e\n\u003cli\u003eMobile mechanic operations requiring transportable compressor setups for multi-site service calls.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ccaption\u003eBranick Model 764 Cart Specifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e764 (BRA764, Part# 00-0137)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatibility\u003c\/th\u003e\n\u003ctd\u003eBranick 7600 and 7400 Strut Spring Compressors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e40\" H × 28\" W × 8\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e56 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eAll-steel welded frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMobility System\u003c\/th\u003e\n\u003ctd\u003e2 ball-bearing wheels (tipping design)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStability Features\u003c\/th\u003e\n\u003ctd\u003e4 rubber bumper pads, 2 rubber handle grips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMounting Hardware\u003c\/th\u003e\n\u003ctd\u003e3\/8-16 fasteners with washers (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n\u003ctd\u003eMade in USA (Fargo, North Dakota)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eAdd Mobility to Your Branick Compressor Today\u003c\/h2\u003e\n\u003cp\u003eTransform your stationary strut compressor into a portable floor-standing unit with factory-engineered compatibility and American-made construction. Backed by Branick's 1-year warranty and 107 years of automotive equipment expertise.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 40px 0;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Is the Branick 764 cart compatible with both the 7600 and 7400 strut compressors? A: Yes, the Model 764 is factory-engineered for both Branick 7600 and 7400 models with precision mounting holes that align perfectly without modification. The design maintains operational stability and preserves your existing compressor warranty. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Branick 764 cart compatible with both the 7600 and 7400 strut compressors?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the Model 764 is factory-engineered for both Branick 7600 and 7400 models with precision mounting holes that align perfectly without modification. The design maintains operational stability and preserves your existing compressor warranty.\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 mobility system work on the Branick 764 cart? A: The cart uses a two-wheel tipping design with ball-bearing wheels. Tip it backward to engage the wheels, roll to your desired location, then return it upright where four rubber bumper pads provide stable floor contact for safe compression work. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the mobility system work on the Branick 764 cart?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe cart uses a two-wheel tipping design with ball-bearing wheels. Tip it backward to engage the wheels, roll to your desired location, then return it upright where four rubber bumper pads provide stable floor contact for safe compression work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What tools and time are required to assemble the Branick 764 cart? A: Assembly takes 15-30 minutes using basic wrenches for 3\/8-16 hardware (9\/16 inch or 14mm). The cart ships with pre-welded frame, pre-attached wheels, and complete fastener kit. Simply connect the columns, position your compressor, and secure with included hardware. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat tools and time are required to assemble the Branick 764 cart?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eAssembly takes 15-30 minutes using basic wrenches for 3\/8-16 hardware (9\/16 inch or 14mm). The cart ships with pre-welded frame, pre-attached wheels, and complete fastener kit. Simply connect the columns, position your compressor, and secure with included hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: Can I return the compressor to wall-mount or bench-mount configuration after using the 764 cart? A: Yes. The cart bolts on with no modifications to your 7600 or 7400 compressor, so you can remove it and return to wall-mount or bench-mount configurations anytime without affecting warranty or functionality. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I return the compressor to wall-mount or bench-mount configuration after using the 764 cart?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The cart bolts on with no modifications to your 7600 or 7400 compressor, so you can remove it and return to wall-mount or bench-mount configurations anytime without affecting warranty or functionality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!--FAQ--\u003e Q: What warranty coverage does the Branick 764 cart include? A: The Model 764 includes a 1-year manufacturer warranty covering defective materials or workmanship. Branick will repair or replace defective units at no charge during the warranty period. Contact Branick Industries at 800-437-4394 to initiate warranty service. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty coverage does the Branick 764 cart include?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe Model 764 includes a 1-year manufacturer warranty covering defective materials or workmanship. Branick will repair or replace defective units at no charge during the warranty period. Contact Branick Industries at 800-437-4394 to initiate warranty service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Branick","offers":[{"title":"Default Title","offer_id":46395059208443,"sku":"BR-764","price":460.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/branick-764-mobile-cart-for-7600-strut-spring-compressor-alignment-service-966.webp?v=1767595493"},{"product_id":"challenger-10500ss-turning-radius-gauges-stainless","title":"Challenger 10500SS Stainless Steel Turning Radius Gauges","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.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  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.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}\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  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n  color: #fff !important;\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.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 { padding-bottom: 56.25%; }\n\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@media (min-width: 768px) {\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    table-layout: fixed !important;\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) h3 {\n    text-align: right;\n  }\n\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\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 { padding: 0 10px 2rem 10px; }\n  .product-content-wrapper h2 { font-size: 1.1rem; }\n  .product-content-wrapper h3 { font-size: 1rem; }\n  .product-content-wrapper .highlight h3 { font-size: 1.15rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eChallenger 10500SS Stainless Steel Turning Radius Gauges for Four Post Lifts\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eChallenger 10500SS Stainless Steel Turning Radius Gauges\u003c\/strong\u003e allow you to build your own custom alignment lift or convert your existing flat deck or general service four post lift into a fully functional alignment-capable lift. Sold as a \u003cstrong\u003eset of 2\u003c\/strong\u003e, these stainless steel turn plates are designed as a bolt-on kit for use with Challenger four post lifts including the \u003cstrong\u003e40 Series, 4P14 Series, 4115 Series, AR4115 Series, and 44018AR Alignment Racks\u003c\/strong\u003e. Weighing approximately \u003cstrong\u003e88 lb\u003c\/strong\u003e total, these gauges are built to withstand heavy daily use in professional alignment shops. Backed by Challenger's \u003cstrong\u003e90-day accessory warranty\u003c\/strong\u003e, the 10500SS is an essential upgrade for shops looking to expand their service offerings and increase revenue.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003eStainless steel construction for long-lasting corrosion resistance\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e3D alignment system compatible\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eBolt-on installation - no permanent modifications required\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompatible with five Challenger four post lift series\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eExpand your shop's service capabilities and revenue potential\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\u003cnav aria-label=\"Page navigation\" 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=\"#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\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eChallenger 10500SS Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStainless Steel Construction\u003c\/h3\u003e\n\u003cp\u003eThe 10500SS turning radius gauges are manufactured from \u003cstrong\u003epremium stainless steel\u003c\/strong\u003e, providing superior corrosion resistance compared to standard powder-coated alternatives. This makes them ideal for shops in humid or high-moisture environments where longevity and consistent performance are critical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e3D Alignment System Compatible\u003c\/h3\u003e\n\u003cp\u003eThese turn plates are fully compatible with modern \u003cstrong\u003e3D alignment systems\u003c\/strong\u003e, allowing your shop to perform precise wheel alignments using the latest technology. Pair them with a 3D alignment machine to deliver fast, accurate alignments that keep customers coming back.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eBolt-On Installation Design\u003c\/h3\u003e\n\u003cp\u003eThe 10500SS installs as a \u003cstrong\u003ebolt-on kit\u003c\/strong\u003e, meaning no welding or permanent modifications to your existing four post lift are required. This simplifies the upgrade process, reduces downtime, and preserves the integrity of your lift's structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eBroad Lift Compatibility\u003c\/h3\u003e\n\u003cp\u003eDesigned to work with a wide range of Challenger four post lifts including the \u003cstrong\u003e40 Series, 4P14 Series, 4115 Series, AR4115 Series, and 44018AR Alignment Racks\u003c\/strong\u003e. This versatility ensures you can upgrade your existing Challenger equipment without needing to replace your lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePrecision Steering Angle Measurement\u003c\/h3\u003e\n\u003cp\u003eTurning radius gauges measure how many \u003cstrong\u003edegrees the front wheels are turned left or right\u003c\/strong\u003e during an alignment. They are essential for accurately measuring caster, camber, and toe-out on turns, ensuring your alignments meet manufacturer specifications every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eRevenue-Expanding Upgrade\u003c\/h3\u003e\n\u003cp\u003eBy adding alignment capabilities to your existing general service four post lift, you can \u003cstrong\u003eincrease your shop's profitability\u003c\/strong\u003e without the cost of purchasing a dedicated alignment rack. Offer alignment services alongside your existing maintenance work to capture more revenue per bay.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eChallenger 10500SS Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFour Post Lift Alignment Conversion:\u003c\/strong\u003e Convert your existing Challenger flat deck or general service four post lift into an alignment-capable lift, expanding your shop's service menu without purchasing a new rack.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Alignment Rack Builds:\u003c\/strong\u003e Build a custom alignment setup by pairing the 10500SS turn plates with a compatible Challenger four post lift and your preferred 3D alignment system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Alignment Shops:\u003c\/strong\u003e Equip additional bays with alignment capability to reduce wait times and increase throughput during peak service periods.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDealership Service Departments:\u003c\/strong\u003e Add alignment functionality to existing Challenger lifts in dealership service bays to handle warranty and maintenance alignment work in-house.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance Facilities:\u003c\/strong\u003e Enable front-end alignment services for fleet vehicles on your existing Challenger four post lifts, reducing the need to outsource alignment work.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eChallenger 10500SS Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Product specifications\"\u003e\n\u003ccaption\u003eProduct Details\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\"\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eTurning Radius Gauges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003eSet of 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstallation Type\u003c\/th\u003e\n\u003ctd\u003eBolt-On Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e3D Alignment Compatible\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Dimensions and weight\"\u003e\n\u003ccaption\u003eDimensions and 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\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e88 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Width\u003c\/th\u003e\n\u003ctd\u003e5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Height\u003c\/th\u003e\n\u003ctd\u003e18\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Depth\u003c\/th\u003e\n\u003ctd\u003e15\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Lift compatibility\"\u003e\n\u003ccaption\u003eCompatible Challenger Lifts\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eLift Series\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eCompatible\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e40 Series\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4P14 Series\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4115 Series\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAR4115 Series\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e44018AR Alignment Racks\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection id=\"installation\"\u003e\n\u003ch2\u003eChallenger 10500SS Installation Requirements\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eBolt-On Installation\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eMethod:\u003c\/strong\u003e The 10500SS turning radius gauges install directly onto compatible Challenger four post lifts using a bolt-on kit design. No welding or permanent structural modifications are required. Follow all instructions provided in the installation manual for proper placement and fastener torque specifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCompatible Lift Required\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ePrerequisite:\u003c\/strong\u003e A compatible Challenger four post lift must already be properly installed and operational. Compatible models include the 40 Series, 4P14 Series, 4115 Series, AR4115 Series, and 44018AR Alignment Racks. Verify your lift model before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eAlignment System Pairing\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e3D Alignment:\u003c\/strong\u003e To perform alignments after installation, you will need a compatible 3D alignment system (sold separately). Ensure your alignment equipment is calibrated and configured for use with turning radius gauges on a four post platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp\u003eProfessional installation by a Challenger-authorized technician is recommended to ensure proper fit, function, and warranty coverage. Improper installation may void the warranty on both the gauges and the lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the Challenger 10500SS\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eStainless steel turning radius gauges (set of 2)\u003c\/li\u003e\n\u003cli\u003eBolt-on mounting hardware\u003c\/li\u003e\n\u003cli\u003eInstallation instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e Rear slip plates, heavy-duty turn plates, bolt-on alignment kit (Part #40200-3DSS with stainless steel turn plates), and 3D alignment system (sold separately).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Four post lift (sold separately), 3D alignment machine, professional installation labor.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eChallenger 10500SS Shipping and Delivery\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eFreight Shipping\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Free freight shipping to commercial addresses in the 48 contiguous United States. \u003cstrong\u003eLead Time:\u003c\/strong\u003e 5-10 business days. \u003cstrong\u003eInternational:\u003c\/strong\u003e Contact sales for quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eShipping Weight:\u003c\/strong\u003e Approximately 88 lb. \u003cstrong\u003eDelivery Type:\u003c\/strong\u003e Standard ground shipping. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect all packages for damage before signing the bill of lading. Note any damage on the delivery receipt immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eReturns\u003c\/h3\u003e\n\u003cp\u003eReturns accepted within 30 days of delivery. Product must be unopened in original packaging with receipt. 20% restocking fee applies. Buyer responsible for return freight costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eChallenger 10500SS Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eChallenger Lifts Accessory Warranty\u003c\/h3\u003e\n\u003cp\u003eThe Challenger 10500SS is covered under Challenger Lifts' standard accessory warranty, which provides protection against defects in materials and workmanship.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e90 Days:\u003c\/strong\u003e Functional parts coverage including repair or replacement of defective components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e Product must be installed according to Challenger's specifications. Warranty registration must be completed online at challengerlifts.com. This warranty extends only to the original purchaser and is not transferable. Use of unapproved parts or accessories will void the warranty. Normal maintenance, adjustments, and damage caused by improper handling, abuse, or misuse are not covered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DOCUMENTS --\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\/Challenger_Lifts_Warranty.pdf?v=1769577473\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eChallenger Lifts Warranty Information (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete warranty terms and conditions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the Challenger 10500SS?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with compatibility verification, installation planning, and product selection for your shop.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca class=\"btn\" href=\"tel:+18554982147\"\u003eCall +1 (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RELATED --\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\u003eChallenger Four Post Lifts\u003c\/h3\u003e\n\u003cp\u003eBrowse Challenger's full line of four post lifts compatible with the 10500SS turning radius gauges.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/challenger-four-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\u003eFour Post Lift Accessories\u003c\/h3\u003e\n\u003cp\u003eExplore additional accessories including slip plates, rolling jacks, and alignment kits for your four post lift.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/four-post-lift-accessories\" 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\u003eAlignment Equipment\u003c\/h3\u003e\n\u003cp\u003eComplete your alignment setup with machines, accessories, and tools for professional wheel alignment.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/alignment-equipment\" 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\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eChallenger 10500SS FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat Challenger lifts are compatible with the 10500SS turning radius gauges?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe Challenger 10500SS is compatible with the following Challenger four post lift models: 40 Series, 4P14 Series, 4115 Series, AR4115 Series, and 44018AR Alignment Racks. Verify your specific lift model number before purchasing to ensure compatibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the 10500SS turning radius gauges 3D alignment compatible?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, the Challenger 10500SS stainless steel turning radius gauges are fully compatible with modern 3D alignment systems. You will need a separate 3D alignment machine to perform alignments - the turn plates provide the necessary steering angle measurement platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between the 10500SS and the 10500HD?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500SS features stainless steel construction for superior corrosion resistance and durability, while the 10500HD uses a black powder coat finish. Both function identically as turning radius gauges, but the stainless steel version is better suited for shops in humid or high-moisture environments and offers a longer service life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I install the 10500SS turning radius gauges?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500SS uses a bolt-on installation design, meaning they attach directly to your compatible Challenger four post lift without welding or permanent modifications. Professional installation by a Challenger-authorized technician is recommended to ensure proper fit and to maintain warranty coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the warranty on the Challenger 10500SS?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500SS is covered under Challenger Lifts' accessory warranty, which provides 90 days of functional parts coverage. The warranty covers defects in materials and workmanship and requires the product to be installed per Challenger's specifications. Warranty registration must be completed online at challengerlifts.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the box?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500SS ships as a set of 2 stainless steel turning radius gauges with bolt-on mounting hardware and installation instructions. The four post lift, 3D alignment machine, and professional installation labor are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the 10500SS shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500SS ships via ground freight with a total shipping weight of approximately 88 lb. Free freight shipping is available to commercial addresses in the 48 contiguous United States. Inspect all packages upon delivery and note any damage on the bill of lading before signing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need any additional parts to perform alignments?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. In addition to the 10500SS turning radius gauges, you will need a compatible Challenger four post lift (if you do not already have one), a 3D alignment machine, and potentially a bolt-on alignment kit (Part #40200-3DSS) if converting a general service four post lift. Optional rear slip plates are also available to complement your alignment setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the 10500SS on non-Challenger lifts?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo. The Challenger 10500SS is specifically engineered for use with Challenger four post lift models including the 40 Series, 4P14 Series, 4115 Series, AR4115 Series, and 44018AR Alignment Racks. Using them on non-compatible equipment is not recommended and may create safety hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the return policy?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eReturns are accepted within 30 days of delivery. The product must be unopened in its original packaging and accompanied by the purchase receipt. A 20% restocking fee applies, and the buyer is responsible for return freight costs. Contact our team before initiating a return.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are turning radius gauges used for?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eTurning radius gauges measure how many degrees the front wheels are turned left or right during a wheel alignment. They are essential for accurately measuring caster, camber, and toe-out on turns, which are critical alignment angles specified by vehicle manufacturers. Without turn plates, these measurements cannot be performed accurately on a four post lift platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I maintain the stainless steel turning radius gauges?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eKeep the turning plate surfaces clean and free of debris, grease, and brake dust to ensure accurate readings and smooth rotation. Periodically inspect the bolt-on mounting hardware for tightness and check the gauge surfaces for any damage or excessive wear. Stainless steel construction minimizes corrosion concerns, but regular cleaning will keep the gauges performing at their best.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\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\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;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals including styrene and vinyl chloride, 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":"Challenger","offers":[{"title":"Default Title","offer_id":46562320711931,"sku":"10500SS","price":2487.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/challenger-10500ss-stainless-steel-turning-radius-gauges.jpg?v=1767613413"},{"product_id":"challenger-10500-turning-radius-gauges-alignment","title":"Challenger 10500 Turning Radius Gauges Mechanical Alignment Set","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.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  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.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}\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  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n  color: #fff !important;\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.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 { padding-bottom: 56.25%; }\n\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@media (min-width: 768px) {\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    table-layout: fixed !important;\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) h3 {\n    text-align: right;\n  }\n\n  .product-content-wrapper .docs-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\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 { padding: 0 10px 2rem 10px; }\n  .product-content-wrapper h2 { font-size: 1.1rem; }\n  .product-content-wrapper h3 { font-size: 1rem; }\n  .product-content-wrapper .highlight h3 { font-size: 1.15rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eChallenger 10500 Turning Radius Gauges - Convert Your Four-Post Lift to an Alignment-Ready Lift\u003c\/h2\u003e\n\u003cp\u003eThe Challenger 10500 Turning Radius Gauges enable professional automotive shops to add wheel alignment capability to compatible Challenger four-post lifts without investing in a full dedicated alignment rack. These \u003cstrong\u003emechanical turn plates\u003c\/strong\u003e accurately measure \u003cstrong\u003ecaster, camber, and toe-out angles\u003c\/strong\u003e during alignment procedures, requiring no electrical power, pneumatic connections, or hydraulic systems. Sold as a \u003cstrong\u003eset of 2\u003c\/strong\u003e, the 10500 is compatible with Challenger \u003cstrong\u003e40 Series, 4P14 Series, 4115\/AR4115 Series, 44018AR, and 4030\/44030AR\u003c\/strong\u003e lift families. Available in standard powder-coated, heavy-duty, and stainless steel variants, the 10500 is backed by Challenger's \u003cstrong\u003e1-year limited warranty\u003c\/strong\u003e and designed and manufactured in \u003cstrong\u003eLouisville, Kentucky\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003eMechanical operation - no electrical or pneumatic connections required\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eMeasures caster, camber, and toe-out on turns for professional alignment work\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompatible with multiple Challenger four-post lift series families\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eAvailable in standard, heavy-duty, and stainless steel variants\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e3D alignment capable with bolt-on alignment kit integration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\u003cnav aria-label=\"Page navigation\" 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=\"#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\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eChallenger 10500 Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eAlignment Conversion Without System Replacement\u003c\/h3\u003e\n\u003cp\u003eThe 10500 Turning Radius Gauges transform standard Challenger four-post lifts into alignment-capable units by providing accurate \u003cstrong\u003ecaster, camber, and toe-out angle measurement\u003c\/strong\u003e during service operations. Rather than replacing your entire lift system to add alignment functionality, the 10500 offers a cost-effective bolt-on accessory solution that lets shops expand service offerings incrementally as business needs grow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eBroad Lift Compatibility Across Series Families\u003c\/h3\u003e\n\u003cp\u003eCompatible with a wide range of Challenger lift families including \u003cstrong\u003e40 Series, 4P14 Series, 4115\/AR4115 Series, 44018AR, and 4030\/44030AR alignment racks\u003c\/strong\u003e. This broad compatibility maximizes upgrade flexibility for multi-lift facilities, allowing a single gauge set to serve alignment needs across multiple pieces of equipment. Technicians can use the same gauge set across different lift models, reducing training burden and improving operational consistency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eMechanical Simplicity with Zero Power Dependency\u003c\/h3\u003e\n\u003cp\u003eThe 10500 operates as a \u003cstrong\u003epurely mechanical measuring device\u003c\/strong\u003e requiring no electrical power, pneumatic connections, or hydraulic systems. Technicians place gauges under vehicle wheels and measure turning angles manually, eliminating the complexity and failure points associated with powered alignment systems. Shops can perform alignment work even during routine compressor or electrical maintenance without losing service capability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eMaterial Durability Options for Different Shop Environments\u003c\/h3\u003e\n\u003cp\u003eAvailable in \u003cstrong\u003estandard powder-coated (10500)\u003c\/strong\u003e, \u003cstrong\u003eheavy-duty powder-coated (10500HD)\u003c\/strong\u003e, and \u003cstrong\u003estainless steel (10500SS)\u003c\/strong\u003e variants to match specific shop conditions. Stainless steel construction resists corrosion in high-humidity or coastal environments, while heavy-duty variants provide extended durability under frequent use in high-volume service bays. Purpose-built variants extend product life and reduce replacement frequency in demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e3D Alignment Capable\u003c\/h3\u003e\n\u003cp\u003eThe 10500 gauges are \u003cstrong\u003e3D alignment capable\u003c\/strong\u003e when paired with compatible Challenger bolt-on alignment kits (Part #40200-3D series). This enables shops to perform modern 3D wheel alignment procedures using their existing four-post lift infrastructure, delivering the same measurement capability as dedicated alignment racks without the dedicated equipment investment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eBolt-On Kit Integration for Custom Lift Configurations\u003c\/h3\u003e\n\u003cp\u003eDesigned to integrate with Challenger's \u003cstrong\u003ebolt-on alignment kits\u003c\/strong\u003e, the 10500 gauges work as part of a modular upgrade system. General service four-post lifts can be converted to alignment-capable lifts using the bolt-on kit and turning radius gauges together. This modular approach lets shops build custom alignment lift configurations tailored to their specific service mix and bay layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eChallenger 10500 Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Repair Shops:\u003c\/strong\u003e Independent and multi-bay automotive service facilities upgrading lift versatility to offer wheel alignment services without purchasing dedicated alignment racks. The 10500 enables shops to add alignment revenue without a major capital expenditure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance Operations:\u003c\/strong\u003e Commercial fleets and transportation companies performing alignment work on company vehicles using existing four-post lift infrastructure. Reduces the need for outsourcing alignment services or investing in standalone alignment equipment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDealership Service Departments:\u003c\/strong\u003e Automotive dealerships looking to expand alignment capacity across multiple service bays by converting general-service four-post lifts into alignment-capable units during peak demand periods.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Home Garages:\u003c\/strong\u003e High-end home workshop operators building multi-function lift capability for serious hobby mechanics or small custom fabrication operations where space and budget favor a modular approach to alignment capability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Lift Configurations:\u003c\/strong\u003e Shops building specialized alignment lift setups using Challenger four-post or alignment rack bases with bolt-on accessory kits to create custom solutions tailored to their specific vehicle mix and service workflow.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eChallenger 10500 Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"General specifications\"\u003e\n\u003ccaption\u003eGeneral\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\"\u003eType\u003c\/th\u003e\n\u003ctd\u003eTurning Radius Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003eSet of 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMeasurements\u003c\/th\u003e\n\u003ctd\u003eCaster, Camber, Toe-Out on Turns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAdjustable\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e3D Alignment Capable\u003c\/th\u003e\n\u003ctd\u003eYes (with compatible bolt-on alignment kit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Requirements\u003c\/th\u003e\n\u003ctd\u003eNone - Mechanical Operation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHardware Included\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Dimensions and weight specifications\"\u003e\n\u003ccaption\u003eDimensions and 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\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e88 lb (stainless steel variant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Dimensions\u003c\/th\u003e\n\u003ctd\u003e15\" D x 5\" W x 18\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Available variants\"\u003e\n\u003ccaption\u003eAvailable Variants\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eModel\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\"\u003e10500\u003c\/th\u003e\n\u003ctd\u003eStandard Black Powder Coated - for 40 Series, 4P14 Series, 4115\/AR4115 Series, 44018AR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e10500HD\u003c\/th\u003e\n\u003ctd\u003eHeavy-Duty Black Powder Coated - for 44030AR, 4030 Series Alignment Racks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e10500SS\u003c\/th\u003e\n\u003ctd\u003eStainless Steel - for 40 Series, 4P12 Series, 4P14 Series, 4015 Series, 44018AR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Lift compatibility\"\u003e\n\u003ccaption\u003eLift Compatibility\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eChallenger Lift Series\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eCompatible Models\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e40 Series\u003c\/th\u003e\n\u003ctd\u003e10500, 10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4P12 Series\u003c\/th\u003e\n\u003ctd\u003e10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4P14 Series\u003c\/th\u003e\n\u003ctd\u003e10500, 10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4015 Series\u003c\/th\u003e\n\u003ctd\u003e10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e4115\/AR4115 Series\u003c\/th\u003e\n\u003ctd\u003e10500\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e44018AR\u003c\/th\u003e\n\u003ctd\u003e10500, 10500SS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e44030AR \/ 4030 Series\u003c\/th\u003e\n\u003ctd\u003e10500HD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection id=\"installation\"\u003e\n\u003ch2\u003eChallenger 10500 Installation Requirements\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePower Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eNone.\u003c\/strong\u003e The 10500 Turning Radius Gauges are purely mechanical devices requiring no electrical power, pneumatic connections, or hydraulic systems. No wiring, compressor hookups, or utility modifications are needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCompatible Lift Required\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ePrerequisite:\u003c\/strong\u003e A compatible Challenger four-post lift must be installed and operational. The 10500 integrates into the lift's existing runway structure. Verify your lift model is compatible before ordering. A \u003cstrong\u003ebolt-on alignment kit (40200-3D series)\u003c\/strong\u003e may also be required depending on your lift model and desired alignment configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInstallation Process\u003c\/h3\u003e\n\u003cp\u003eThe 10500 gauges are designed for bolt-on installation into compatible Challenger lift runways. No cutting, welding, or permanent structural modification to the lift is required. Gauges are placed into pre-cut turning radius gauge cutouts in the lift's front runways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp\u003eWhile the 10500 is a bolt-on accessory, professional installation by an authorized Challenger installer is recommended to ensure proper fitment and alignment accuracy. Proper installation is required for warranty validation. Refer to Challenger's installation instructions for your specific lift model.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the Challenger 10500\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eTurning radius gauges (set of 2)\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003cli\u003eInstallation instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e Bolt-on alignment kit (Part #40200-3D, 40200-3DBK, or 40200-3DSS depending on configuration), rear slip plates, rolling jacks, ramp kits.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Bolt-on alignment kit (sold separately if not already installed on your lift), compatible Challenger four-post lift, alignment system\/heads, installation labor.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eChallenger 10500 Shipping and Delivery\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eFreight Shipping\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Free freight shipping to commercial addresses in the 48 contiguous United States. \u003cstrong\u003eLead Time:\u003c\/strong\u003e 5-10 business days. \u003cstrong\u003eInternational:\u003c\/strong\u003e Contact sales for quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eShipping Weight:\u003c\/strong\u003e Approximately 88 lb per set. \u003cstrong\u003eDelivery Type:\u003c\/strong\u003e Standard ground shipping. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect all packages for damage before signing the bill of lading. Note any damage on the delivery receipt immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eReturns\u003c\/h3\u003e\n\u003cp\u003eReturns accepted within 30 days of delivery. Product must be unopened in original packaging with receipt. 20% restocking fee applies. Buyer responsible for return freight costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eChallenger 10500 Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eChallenger Lifts Limited Warranty\u003c\/h3\u003e\n\u003cp\u003eChallenger Lifts, Inc. guarantees this product to the original owner. Challenger will repair or replace, at their option, parts that prove to be defective upon inspection and pay for reasonable costs of transportation and\/or labor for the warranty period.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 Year:\u003c\/strong\u003e Limited warranty covering defects in materials and workmanship\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e Product must be installed, used, and maintained according to Challenger's specifications. Warranty registration must be completed upon installation. Warranty extends only to the original purchaser and is not transferable. Does not cover normal maintenance, adjustments, damage from improper handling, installation, abuse, misuse, negligence, or normal wear and tear. Extended warranty does not apply to accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DOCUMENTS --\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\/Challenger_Lifts_Warranty.pdf?v=1769577473\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eChallenger Warranty Information (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete warranty terms and conditions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the Challenger 10500?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with lift compatibility, installation planning, and product selection for your shop.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca class=\"btn\" href=\"tel:+18554982147\"\u003eCall +1 (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RELATED --\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\u003eChallenger Four-Post Lifts\u003c\/h3\u003e\n\u003cp\u003eBrowse Challenger's full line of four-post lifts compatible with the 10500 turning radius gauges.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/challenger-four-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\u003eFour-Post Lift Accessories\u003c\/h3\u003e\n\u003cp\u003eAlignment kits, rolling jacks, slip plates, ramp kits, and other accessories for Challenger four-post lifts.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/four-post-lift-accessories\" 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\u003eWheel Alignment Equipment\u003c\/h3\u003e\n\u003cp\u003eComplete alignment systems, accessories, and tools for professional automotive service shops.\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/wheel-alignment-equipment\" 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\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eChallenger 10500 FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat do the Challenger 10500 Turning Radius Gauges measure?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500 Turning Radius Gauges measure caster, camber, and toe-out on turns during wheel alignment procedures. Technicians place the gauges under the front wheels and use them to measure the degree of left and right turning angle, which is essential data for performing accurate front-end wheel alignments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Challenger lifts are compatible with the 10500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eCompatibility varies by model variant. The standard 10500 (powder-coated) fits 40 Series, 4P14 Series, 4115\/AR4115 Series, and 44018AR lifts. The 10500HD (heavy-duty) fits 44030AR and 4030 Series alignment racks. The 10500SS (stainless steel) fits 40 Series, 4P12 Series, 4P14 Series, 4015 Series, and 44018AR lifts. Check your specific lift model before ordering to ensure compatibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between the 10500, 10500HD, and 10500SS?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe three variants differ in material and lift compatibility. The 10500 features a standard black powder-coated finish for general shop environments. The 10500HD is a heavy-duty powder-coated version designed for the larger 4030 Series and 44030AR alignment racks. The 10500SS is constructed from stainless steel for maximum corrosion resistance in high-humidity or coastal shop environments. Each variant is engineered for specific Challenger lift families, so selecting the right model depends on both your shop conditions and your lift model.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the 10500 gauges require any electrical or pneumatic connections?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo. The 10500 Turning Radius Gauges are purely mechanical devices. They require no electrical power, pneumatic air supply, or hydraulic connections. This eliminates potential failure points associated with powered alignment systems and allows alignment work to continue even during shop utility maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need a bolt-on alignment kit in addition to the turning radius gauges?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eIt depends on your lift model. General service four-post lifts typically require both the bolt-on alignment kit (Part #40200-3D series) and the turning radius gauges to convert to alignment capability. Some Challenger alignment rack models (like the 44018AR or 44030AR) have pre-cut gauge cutouts and may only require the gauges. Contact our equipment specialists at +1 (855) 498-2147 to confirm what your specific lift model needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the 10500 gauges 3D alignment capable?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The 10500 Turning Radius Gauges are 3D alignment capable when used with a compatible Challenger bolt-on alignment kit and a 3D alignment system. The gauges themselves provide the mechanical turn plate function needed for alignment head target positioning and turning angle measurement during 3D alignment procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty covers the Challenger 10500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500 is covered by Challenger Lifts' 1-year limited warranty to the original owner. Challenger will repair or replace parts that prove defective upon inspection during the warranty period. The product must be installed according to Challenger's specifications and registered with Challenger Lifts for warranty validation. Note that the extended warranty available for CL\/EV Series lifts does not apply to accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the box?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500 ships as a set of 2 turning radius gauges with mounting hardware and installation instructions. The bolt-on alignment kit, compatible four-post lift, alignment system heads, rear slip plates, and rolling jacks are sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow are the 10500 gauges shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500 ships via standard ground freight with free shipping to commercial addresses in the 48 contiguous United States. The stainless steel variant weighs approximately 88 lb per set. Inspect all packages for damage before signing the bill of lading and note any damage on the delivery receipt immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install the 10500 myself?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 10500 is a bolt-on accessory that does not require cutting, welding, or permanent structural modification. However, Challenger recommends professional installation by an authorized installer to ensure proper fitment and alignment accuracy. Proper installation is also required for warranty validation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat optional accessories complement the 10500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eChallenger offers several accessories that work alongside the 10500 to build a complete alignment-capable lift setup. These include bolt-on alignment kits (40200-3D series), rear slip plates for four-wheel alignment capability, rolling jacks for undercar access, and ramp kits for drive-on convenience. Your specific lift model will determine which accessories are compatible and recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I determine which 10500 variant I need?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eStart by identifying your Challenger four-post lift model number. The standard 10500 fits most mid-range Challenger four-post lifts (40, 4P14, 4115 Series). The 10500HD is specifically designed for the heavier 4030 Series and 44030AR racks. The 10500SS provides stainless steel durability for the 40, 4P12, 4P14, 4015 Series, and 44018AR. If you're unsure which variant fits your lift, contact our equipment specialists at +1 (855) 498-2147 for assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\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\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;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals including styrene and vinyl chloride, 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":"Challenger","offers":[{"title":"Default Title","offer_id":46562321957115,"sku":"10500","price":1981.16,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/10500__86657.1726062347.jpg?v=1767613500"},{"product_id":"350-piece-caster-camber-passenger-lt-truck-shim-assortment","title":"MT-RSR 90-45-351 Caster\/Camber Shim Assortment Kit, 350-Piece for Passenger \u0026 Light Trucks","description":"\u003ch1\u003eMT-RSR | 90-45-351 | Caster\/Camber Shim Kit | 350-Piece Alignment for Cars \u0026amp; Trucks\u003c\/h1\u003e\n\u003ch1\u003eOverview\u003c\/h1\u003e\n\u003cp\u003eOptimize your vehicle's wheel alignment with the MT-RSR 350-Piece Caster\/Camber Shim Assortment Kit. This comprehensive shim kit is designed for precise alignment adjustments on passenger cars and light trucks, ensuring optimal performance and tire wear. Compatible with Hunter WinAlign alignment machines, this kit is a must-have for professional automotive technicians and alignment shops. This kit serves as a direct replacement for Northstar Manufacturing 45-350, providing a wide array of shim types and thicknesses to fit various vehicle makes and models.\u003c\/p\u003e\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\u003cp\u003eComplete 350-piece shim assortment for accurate caster and camber alignment Works seamlessly with Hunter WinAlign alignment equipment Direct replacement for Northstar 45-350 shim kits Versatile fitment for GM, Ford, Buick, Cadillac, Oldsmobile, and other popular vehicles Essential for professional auto alignment and suspension repair\u003c\/p\u003e\n\u003ch3\u003eContents\u003c\/h3\u003e\n\u003cp\u003eUniversal Shims (US): (50) 1\/32\" Thickness, 5\/8\" Opening (50) 1\/16\" Thickness, 5\/8\" Opening (50) 1\/8\" Thickness, 5\/8\" Opening GM Late Models (N): (15) 1\/32\" Thickness, 33\/64\" Opening (15) 1\/16\" Thickness, 33\/64\" Opening (15) 1\/8\" Thickness, 33\/64\" Opening GM 3\/4 \u0026amp; 1 Ton Trucks (CC): (20) 1\/32\" Thickness, 9\/16\" Opening (30) 1\/16\" Thickness, 9\/16\" Opening (30) 1\/8\" Thickness, 9\/16\" Opening Buick, Cadillac, Oldsmobile (BOC): (10) 1\/32\" Thickness, 17\/32\" Opening (10) 1\/16\" Thickness, 17\/32\" Opening (10) 1\/8\" Thickness, 17\/32\" Opening GM 1\/2 Ton \u0026amp; Ford Passenger Car (CT): (15) 1\/32\" Thickness, 17\/32\" Opening (15) 1\/16\" Thickness, 17\/32\" Opening (15) 1\/8\" Thickness, 17\/32\" Opening\u003c\/p\u003e\n\u003ch3\u003eInterchangeable Part Numbers\u003c\/h3\u003e\n\u003cp\u003e45-350 45-351\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858076389627,"sku":"90-45-351","price":483.35,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/download_e123d776-d527-45f4-8d8a-9ed72409ace8.jpg?v=1767619169"},{"product_id":"black-powder-coated-mild-steel-turn-plate-l14-x-w14-x-h1-1-2-with-pointer-set-of-2-plates","title":"MT-RSR 25-140PB Black Powder Coated Mild Steel Turn Plates, 14\" x 14\" x 1-1\/2\", Set of 2 with Pointer","description":"\u003ch1\u003eMT-RSR | 25-140PB | Steel Turn Plates | 14\" x 14\" Powder Coated, Set of 2 with Pointer\u003c\/h1\u003e\n\n\u003ch2\u003eProduct Overview:\u003c\/h2\u003e\n\u003cp\u003eThese durable black powder-coated mild steel turn plates are built for accuracy and long-lasting use. Each plate measures 14\" x 14\" x 1-1\/2\", and the set includes two plates, along with an integrated pointer for precise alignment and measurement.\u003c\/p\u003e\n\n\u003ch2\u003eKey Features:\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Heavy-duty black powder-coated mild steel for superior durability and corrosion resistance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e 14\" x 14\" x 1-1\/2\" size provides a stable platform for accurate wheel alignment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e Sold as a set of 2, ensuring complete coverage for alignment procedures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrecision Pointer:\u003c\/strong\u003e Integrated pointer facilitates accurate readings and precise wheel adjustments.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUsage:\u003c\/strong\u003e Perfect for professional wheel alignment, chassis setup, and other precision industrial applications.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eApplications:\u003c\/h2\u003e\n\u003cp\u003eThese steel turn plates are essential tools for automotive repair shops, performance tuning centers, and industrial facilities requiring precise measurement and alignment. They are ideal for wheel alignment, chassis setup, and suspension adjustments.\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858305863931,"sku":"25-140PB","price":1175.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/25-140PB.jpg?v=1767640750"},{"product_id":"camber-bolts-12-9-level-grey-color-12mm","title":"MT-RSR 9400-12 Camber Bolts, 12mm, 12.9 Grade, Grey","description":"\u003ch1\u003eMT-RSR | 9400-12 | Camber Bolts | 12mm, 12.9 Grade, Grey, Alignment Correction\u003c\/h1\u003e\n\n\u003ch2\u003eDescription:\u003c\/h2\u003e\n\u003cp\u003eAchieve precise wheel camber adjustments with the MT-RSR 12mm Camber Bolts. Perfect for improving vehicle alignment and handling, these bolts are essential for both suspension correction and performance tuning. Crafted for high-strength durability, they're the ideal solution for fine-tuning your vehicle's suspension.\u003c\/p\u003e\n\n\u003ch3\u003eKey Features:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 12mm diameter, compatible with various vehicle models needing 12mm camber adjustment.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eStrength:\u003c\/strong\u003e 12.9 grade high-tensile steel for maximum durability and long-lasting reliability, ensuring secure adjustments.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Durable grey finish, resistant to corrosion and wear.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eFunction:\u003c\/strong\u003e Allows for easy and accurate wheel camber adjustment, correcting alignment issues and enhancing performance.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eUse Case:\u003c\/strong\u003e Ideal for correcting suspension misalignment caused by wear or modifications, and for achieving a custom, performance-oriented stance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eInterchangeable Part Numbers:\u003c\/h3\u003e\n\u003cp\u003e81250\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858362749179,"sku":"9400-12","price":14.76,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9400-14-2_0df00aee-b21e-4603-b92b-81bdd1557328.jpg?v=1767646041"},{"product_id":"copy-of-copy-of-camber-bolts-12-9-level-grey-color-17mm","title":"MT-RSR 9400-17 Camber Bolts, 12.9 Grade, 17mm, Grey","description":"\u003ch1\u003eMT-RSR | 9400-17 | Camber Bolts | 12.9 Grade, 17mm, Grey\u003c\/h1\u003e\n\n\u003ch2\u003eOverview\u003c\/h2\u003e\n\u003cp\u003eMT-RSR 9400-17 Camber Bolts provide the ability to fine-tune your vehicle's wheel camber, correcting misalignment due to suspension issues or enabling custom tuning for both visual appeal and enhanced performance. Achieve optimal wheel alignment and improve handling with these high-strength camber adjustment bolts.\u003c\/p\u003e\n\n\u003ch2\u003eKey Features:\u003c\/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHigh Strength:\u003c\/strong\u003e Constructed from 12.9-grade steel, ensuring exceptional durability and long-lasting reliability for demanding automotive applications.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePrecise Fit:\u003c\/strong\u003e 17mm size designed for accurate and dependable camber alignment adjustments, minimizing errors and maximizing effectiveness.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Perfect for correcting negative or positive camber angles across a wide range of vehicle suspension setups, from daily drivers to performance builds.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePerformance Tuning:\u003c\/strong\u003e Allows for precise camber adjustments to improve handling, enhance cornering grip, and optimize tire wear, leading to better overall vehicle performance.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eDurable Finish:\u003c\/strong\u003e Grey corrosion-resistant coating provides added protection against the elements, extending the lifespan of the bolts.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eInterchangeable Part Numbers:\u003c\/strong\u003e 81290\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858420420859,"sku":"9400-17","price":17.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9400-17-2.jpg?v=1767655634"},{"product_id":"camber-bolts-12-9-level-grey-color-16mm","title":"MT-RSR 9400-16 Camber Bolts, 12.9 Grade, 16mm, Gray","description":"\u003ch1\u003eMT-RSR | 9400-16 | 16mm Camber Bolts | 12.9 Grade, Gray\u003c\/h1\u003e\n\n\u003ch2\u003eOverview\u003c\/h2\u003e\n\u003cp\u003eMT-RSR 16mm Camber Bolts offer precise camber angle adjustments, crucial for correcting wheel misalignment caused by suspension wear or damage. These high-strength bolts are also ideal for performance-oriented drivers seeking to fine-tune their vehicle's handling and stance.\u003c\/p\u003e\n\n\u003ch2\u003eKey Features:\u003c\/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 16mm, compatible with a wide range of vehicle applications.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eGrade:\u003c\/strong\u003e 12.9 high-tensile steel for exceptional strength and long-lasting durability, ensuring reliable performance under demanding conditions.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Durable Gray finish, providing corrosion resistance.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eFunction:\u003c\/strong\u003e Allows for accurate wheel camber adjustment, correcting alignment issues and enhancing vehicle handling for improved performance and tire wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eInterchangeable Part Numbers:\u003c\/h2\u003e\n\u003cp\u003e81280\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858420551931,"sku":"9400-16","price":16.04,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9400-16-2.jpg?v=1767655661"},{"product_id":"camber-bolts-12-9-level-grey-color-15mm","title":"MT-RSR 9400-15 Camber Bolts, 12.9 Grade, 15mm, Grey","description":"\u003ch1\u003eMT-RSR | 9400-15 | Camber Bolts | 12.9 Grade, 15mm, Grey\u003c\/h1\u003e\n\n\u003ch2\u003eMT-RSR 9400-15 High-Strength Camber Bolts - 12.9 Grade, 15mm, Grey\u003c\/h2\u003e\n\n\u003cp\u003eAchieve precise wheel alignment with MT-RSR 9400-15 Camber Bolts. These bolts are crucial for adjusting wheel camber, correcting misalignment from suspension damage, or fine-tuning your vehicle for optimal performance and a custom look. These high-tensile camber adjustment bolts offer reliable control and improved handling.\u003c\/p\u003e\n\n\u003ch3\u003eKey Features:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003e12.9 Grade High-Tensile Steel:\u003c\/strong\u003e Ensures exceptional strength and long-lasting reliability for demanding applications.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e15mm Adjustment Range:\u003c\/strong\u003e Versatile size compatible with a wide range of vehicle suspension systems.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eDurable Grey Finish:\u003c\/strong\u003e Corrosion-resistant coating provides extended protection and a clean appearance.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePrecision Alignment Control:\u003c\/strong\u003e Allows for accurate camber adjustments, enhancing vehicle handling and reducing uneven tire wear.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eEasy Installation:\u003c\/strong\u003e Designed for straightforward installation, making wheel alignment adjustments accessible.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eInterchangeable Part Numbers:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e81270\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858420584699,"sku":"9400-15","price":16.04,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9400-15-2.jpg?v=1767655696"},{"product_id":"camber-bolts-12-9-level-grey-color-14mm","title":"MT-RSR 9400-14 Camber Bolts, 12.9 Grade, 14mm, Gray","description":"\u003ch1\u003eMT-RSR | 9400-14 | Camber Bolts | 12.9 Grade, 14mm\u003c\/h1\u003e\n\n\u003ch2\u003eOverview\u003c\/h2\u003e\n\u003cp\u003eMT-RSR 12.9-grade camber bolts provide accurate wheel camber adjustments, enhancing vehicle alignment for superior handling and reduced tire wear. These 14mm gray alignment bolts are perfect for correcting suspension misalignment from damage or fine-tuning camber for performance or aesthetic enhancements.\u003c\/p\u003e\n\n\u003ch2\u003eInterchangeable Part Numbers\u003c\/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e81260\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHigh-Strength 12.9 Grade:\u003c\/strong\u003e Durable, high-tensile steel construction for reliable performance.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e14mm Diameter:\u003c\/strong\u003e Ensures a secure and precise fit for common vehicle applications.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCorrosion-Resistant Gray Finish:\u003c\/strong\u003e Provides long-lasting protection against rust and wear.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eSuspension Alignment Correction:\u003c\/strong\u003e Effectively corrects misalignment issues, improving vehicle stability.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eAdjustable Camber Tuning:\u003c\/strong\u003e Allows for precise camber adjustments for performance or aesthetic preferences.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858420617467,"sku":"9400-14","price":14.76,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9400-14-2.jpg?v=1767655730"},{"product_id":"standard-turn-plate-repair-kit","title":"MT-RSR 41-11 Turn Plate Repair Kit, 9\/16\" Delrin Balls, Lock Pins, Retainer with Springs","description":"\u003ch1\u003eMT-RSR | 41-11 | Turn Plate Repair Kit | 9\/16\" Delrin Balls \u0026amp; Lock Pins\u003c\/h1\u003e\n\n\u003ch2\u003eDescription:\u003c\/h2\u003e\n\n\u003cp\u003eRestore your turn plates to optimal performance with the MT-RSR 41-11 Turn Plate Repair Kit. This comprehensive kit includes all the necessary components for a complete overhaul, ensuring smooth and accurate wheel alignment.\u003c\/p\u003e\n\n\u003ch3\u003eInterchangeable Part Numbers:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSS6700-TMRSS6700\u003c\/li\u003e\n\u003cli\u003eSS-6700\u003c\/li\u003e\n\u003cli\u003eTMRSS6700\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eStandard Turn Plate Repair Kit Includes:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e54 x 9\/16\" Delrin Balls (low-friction)\u003c\/li\u003e\n\u003cli\u003e4 x Lock Pins (secure locking)\u003c\/li\u003e\n\u003cli\u003e2 x Retainers with Springs (reliable tension)\u003c\/li\u003e\n\u003cli\u003e2 x Set Screws (easy adjustment)\u003c\/li\u003e\n\u003cli\u003e2 x Top Screws (durable fastening)\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAvailable Separately:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e9\/16\" Delrin Balls (54 pcs) - Part Number 13065\u003c\/li\u003e\n\u003cli\u003eRetainer with Spring - Part Number 41-43\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858426122491,"sku":"41-11","price":103.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/41-11-1.jpg?v=1767656673"},{"product_id":"fmc-john-bean-wheel-alignment-system-wheel-clamp-rim-claw-long-88797000","title":"MT-RSR 88797 FMC Wheel Alignment Rim Claw, 4 3\/8\" Long, OLD Version","description":"\u003ch1\u003eMT-RSR | 88797 | Wheel Alignment Rim Claw | 4 3\/8\" Length, Legacy Model\u003c\/h1\u003e\n\n\u003cp\u003eThe MT-RSR 88797 Wheel Alignment Rim Claw is a legacy model designed for precise wheel alignment adjustments. This rim claw, with a 4 3\/8\" length, is specifically the \"OLD Version,\" catering to those needing a replacement for older alignment systems.\u003c\/p\u003e\n\n\u003ch2\u003eProduct Details:\u003c\/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Wheel Alignment Rim Claw (Legacy Model)\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eKey Specification:\u003c\/strong\u003e 4 3\/8\" Length\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for older FMC wheel alignment systems\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eOrigin:\u003c\/strong\u003e Made in the USA\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePurpose:\u003c\/strong\u003e Secures to the rim for accurate alignment measurements\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAdditional Information:\u003c\/h3\u003e\n\u003cp\u003eThis MT-RSR rim claw is a direct replacement for the older style FMC alignment claws, ensuring compatibility with your existing equipment. Ideal for shops maintaining legacy alignment systems.\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858456596731,"sku":"88797","price":7.72,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/88797_1d033b11-a538-468e-90d2-19b45f909dce.jpg?v=1767658756"},{"product_id":"5-8-diameter-celcon-ball-for-turn-tables-pack-of-54-21894","title":"MT-RSR 21894 5\/8\" Diameter Celcon Ball for Turntables (Pack of 54)","description":"\u003ch1\u003eMT-RSR | 21894 | Celcon Turntable Balls | 5\/8\" Diameter, 54 Pack\u003c\/h1\u003e\n\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\n\u003cp\u003eRefresh your turntable's performance with the MT-RSR 21894 pack of 54 Celcon balls. These 5\/8\" diameter balls are crafted for durability and ensure a smooth, low-friction operation, ideal for replacing worn or damaged turntable components.\u003c\/p\u003e\n\n\u003ch3\u003eKey Features:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePremium Celcon Material:\u003c\/strong\u003e Engineered from high-grade Celcon for exceptional durability and extended lifespan.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePrecise 5\/8\" Diameter:\u003c\/strong\u003e Perfectly sized for seamless integration with compatible turntable systems, minimizing wobble and enhancing stability.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eFriction-Reducing Surface:\u003c\/strong\u003e Designed to provide smooth, consistent movement, improving turntable efficiency and reducing wear.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eBulk 54-Piece Pack:\u003c\/strong\u003e Ample quantity for comprehensive replacements, ensuring you have spares for future maintenance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eApplications:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eTurntable Repair \u0026amp; Maintenance:\u003c\/strong\u003e Ideal for restoring and maintaining various turntable models that utilize 5\/8\" Celcon balls.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eIndustrial Equipment:\u003c\/strong\u003e Suitable for use in various industrial applications requiring precision Celcon balls.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eMachinery and Automotive:\u003c\/strong\u003e Versatile for applications in machinery and automotive systems where low-friction, durable balls are needed.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858481795323,"sku":"21894","price":63.22,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/21894-1_e6b94165-640c-4141-b772-80d21c7d2e1f.jpg?v=1767663021"},{"product_id":"steering-wheel-holder-9380","title":"MT-RSR 9380 Steering Wheel Holder, Wheel Alignment Tool, 12.5\" Tall","description":"\u003ch1\u003eMT-RSR | 9380 | Steering Wheel Holder | 12.5\" Height, Wheel Alignment Tool\u003c\/h1\u003e\n\n\u003cp\u003e\u003cstrong\u003eDescription:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003ch2\u003eSteering Wheel Holder for Precise Wheel Alignment \u0026amp; Auto Repair\u003c\/h2\u003e\n\u003cp\u003eThe MT-RSR 9380 Steering Wheel Holder is your essential tool for achieving accurate wheel alignment. This robust holder securely locks your steering wheel in place, eliminating unwanted movement during crucial alignment procedures, ensuring your vehicle tracks straight. Perfect for both professional mechanics and home garage enthusiasts.\u003c\/p\u003e\n\n\u003ch3\u003eMT-RSR 9380 Overview:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eSecure Fit for Accurate Alignment:\u003c\/strong\u003e Keeps the steering wheel perfectly centered, guaranteeing precise wheel alignment results and improved vehicle handling.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eProtective Design to Prevent Damage:\u003c\/strong\u003e Features covered hooks and a stable, wide base to protect both your steering wheel and seat from scratches or dents.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCompact \u0026amp; Effective 12.5\" Height:\u003c\/strong\u003e Designed for easy use and storage, this compact tool ensures optimal performance without taking up excessive space in your workshop.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eVersatile Use for Automotive Repair:\u003c\/strong\u003e Ideal for a variety of automotive repair tasks beyond wheel alignment, making it a valuable addition to any professional or DIY toolkit.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858485039355,"sku":"9380","price":108.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9380.jpg?v=1767663860"},{"product_id":"brake-pedal-depressor-9280","title":"MT-RSR 9280 Brake Pedal Depressor, Wheel Alignment Tool, Zinc-Coated Steel","description":"\u003ch1\u003eMT-RSR | 9280 | Brake Pedal Depressor | Zinc-Coated Steel Wheel Alignment Tool\u003c\/h1\u003e\n\n\u003ch2\u003eDescription:\u003c\/h2\u003e\n\u003cp\u003eBrake Pedal Depressor – Essential for Professional Wheel Alignment\u003c\/p\u003e\n\u003cp\u003eThe MT-RSR 9280 Brake Pedal Depressor is an indispensable tool for achieving precise wheel alignment. Designed for automotive professionals and DIY enthusiasts alike, this tool simplifies the process, ensuring accuracy and efficiency.\u003c\/p\u003e\n\n\u003ch3\u003eKey Features:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHands-Free Brake Engagement:\u003c\/strong\u003e Maintains consistent brake pressure, freeing your hands for accurate wheel alignment adjustments.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eVersatile Adjustable Design:\u003c\/strong\u003e Easily adapts to a wide range of vehicle brake pedals, facilitating quick setup for various car models.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Steel Construction:\u003c\/strong\u003e Crafted from robust, high-grade steel to withstand rigorous use and provide exceptional durability.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eProtective Zinc Coating:\u003c\/strong\u003e Features a zinc-plated finish that offers superior rust and corrosion resistance, extending the tool's lifespan.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eAmerican-Made Quality:\u003c\/strong\u003e Proudly manufactured in the USA, reflecting superior craftsmanship and reliability.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eRecommended Pairing:\u003c\/h3\u003e\n\u003cp\u003eFor enhanced wheel alignment precision, pair the MT-RSR 9280 Brake Pedal Depressor with the MT-RSR 9380 Steering Wheel Holder. This combination ensures both brake and steering stability, crucial for achieving optimal alignment results.\u003c\/p\u003e","brand":"MT-RSR","offers":[{"title":"Default Title","offer_id":46858485072123,"sku":"9280","price":40.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/9280.jpg?v=1767663873"}],"url":"https:\/\/garagesupplyguys.com\/collections\/alignment-tools.oembed","provider":"Garage Supply Guys","version":"1.0","type":"link"}