{"title":"ESCO Cribbing","description":null,"products":[{"product_id":"esco-jack-plate-with-rope-handle","title":"ESCO Jack Plate with Rope Handle","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@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\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\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\u003eESCO Jack Plate With Rope Handle 55 Ton Support Plate\u003c\/h2\u003e\n\u003cp\u003eThe Esco Jack Plate with Rope Handle is a lightweight, corrosion-proof support cribbing plate designed to work with all jack types. This \u003cstrong\u003e55-ton capacity\u003c\/strong\u003e plate measures \u003cstrong\u003e12\" x 12\" x 1\"\u003c\/strong\u003e and weighs only \u003cstrong\u003e5 lbs\u003c\/strong\u003e, making it ideal for tire shops, fleet maintenance, and emergency roadside service. The integrated \u003cstrong\u003erope handle\u003c\/strong\u003e provides secure handling, while the durable composite material will not absorb moisture or rot. OSHA compliant under 29 CFR 1926.305, it's essential equipment for establishing firm foundations when lifting on soft or uneven ground.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e55-ton weight capacity for heavy vehicles\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eLightweight at only 5 lbs for easy portability\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCorrosion and rot-proof material never needs maintenance\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eIntegrated rope handle for secure handling\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eOSHA compliant blocking for safe jacking operations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\u003cnav class=\"quick-nav\" aria-label=\"Page navigation\"\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=\"#specifications\"\u003eSpecifications\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\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\u003eEsco Jack Plate Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eLightweight and Portable Design\u003c\/h3\u003e\n\u003cp\u003eWeighing only \u003cstrong\u003e5 lbs (2 kg)\u003c\/strong\u003e, the Esco jack plate is extremely portable while still providing \u003cstrong\u003e55-ton load capacity\u003c\/strong\u003e. The compact \u003cstrong\u003e12\" x 12\" x 1\"\u003c\/strong\u003e dimensions allow technicians to easily carry multiple plates in service trucks or toolboxes for roadside emergencies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCorrosion and Rot-Proof Construction\u003c\/h3\u003e\n\u003cp\u003eMade from durable composite material that \u003cstrong\u003ewill not absorb moisture\u003c\/strong\u003e, rust, or rot even with extended outdoor exposure. Unlike wooden cribbing blocks that deteriorate and splinter, Esco plates maintain their integrity indefinitely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eIntegrated Rope Handle\u003c\/h3\u003e\n\u003cp\u003eFeatures a \u003cstrong\u003ebuilt-in rope handle\u003c\/strong\u003e for secure, ergonomic handling. No need for separate carry straps or rigging - grab the rope and move the plate safely to any location, even in wet or muddy conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDoubles Jack Surface Area\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003e12\" x 12\" base\u003c\/strong\u003e dramatically increases the surface area compared to standard jack saddles. This distributes load over a wider area, preventing the jack from sinking into soft earth or shifting on uneven surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eOSHA Compliance\u003c\/h3\u003e\n\u003cp\u003eMeets OSHA Regulation 29 CFR 1926.305 \"Blocking for a Firm Foundation\" requirements, ensuring workplaces maintain safe jacking procedures. Professional tire shops, fleet operators, and emergency responders rely on these plates for regulatory compliance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eWorks with All Jack Types\u003c\/h3\u003e\n\u003cp\u003eCompatible with \u003cstrong\u003eall hydraulic jacks, floor jacks, and lifting equipment\u003c\/strong\u003e. Whether using traditional floor jacks, air jacks, or specialized equipment, the standard platform accepts any jack design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eEsco Jack Plate Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTire Shop Operations:\u003c\/strong\u003e Essential for professional tire service on passenger vehicles, light trucks, and heavy-duty commercial vehicles where firm foundations are critical for safety and accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance Facilities:\u003c\/strong\u003e Professional fleet maintenance operations use multiple jack plates to support entire vehicle undercarriages during tire changes, maintenance, and repairs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoadside Emergency Service:\u003c\/strong\u003e Mobile tire service technicians carry jack plates in service trucks for safe vehicle lifting on highway shoulders, parking lots, and uneven terrain.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy Equipment Service:\u003c\/strong\u003e Professional equipment technicians use these plates when servicing tractors, trailers, and other heavy equipment in yards, fields, and remote locations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomotive Repair Shops:\u003c\/strong\u003e General automotive shops use jack plates to safely lift vehicles for undercarriage work, transmission service, and suspension repairs in professional garage environments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection id=\"specifications\"\u003e\n\u003ch2\u003eEsco Jack Plate Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Jack plate capacity and dimensions\"\u003e\n\u003ccaption\u003eCapacity and Size\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\u003e10751\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight Capacity\u003c\/th\u003e\n\u003ctd\u003e55 tons \/ 55,000 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e12\" (305 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e12\" (305 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eThickness\u003c\/th\u003e\n\u003ctd\u003e1\" (25 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e5 lbs (2 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Jack plate material and features\"\u003e\n\u003ccaption\u003eMaterial and Performance\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eFeature\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\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eComposite (non-metallic)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCorrosion Resistance\u003c\/th\u003e\n\u003ctd\u003eCorrosion and rot-proof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMoisture Absorption\u003c\/th\u003e\n\u003ctd\u003eWill not absorb moisture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHandle Style\u003c\/th\u003e\n\u003ctd\u003eIntegrated rope handle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Characteristics\u003c\/th\u003e\n\u003ctd\u003eWill not break, mushroom, or warp under load\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eEsco Jack Plate Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eLifetime Warranty Against Breakage\u003c\/h3\u003e\n\u003cp\u003eThe Esco Jack Plate comes with a \u003cstrong\u003elifetime guarantee against breakage\u003c\/strong\u003e under normal use. This exceptional warranty demonstrates Esco's confidence in product durability. Esco has been a trusted manufacturer in the tire service industry for decades, backing their products with industry-leading warranties.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime:\u003c\/strong\u003e Protection against defects in materials and manufacturing workmanship\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCoverage Details:\u003c\/strong\u003e Warranty covers defects in manufacturing and materials under proper use. The product will not break, mushroom, warp, or fail under its rated 55-ton load capacity when used correctly according to OSHA guidelines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the Esco Jack Plate?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with product selection, capacity verification, and guidance on establishing OSHA-compliant jacking procedures for your shop or fleet.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\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\u003eJack Plates and Cribbing\u003c\/h3\u003e\n\u003cp\u003eComplete selection of support plates in various capacities\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/jack-plates-cribbing\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eFloor Jacks\u003c\/h3\u003e\n\u003cp\u003eProfessional hydraulic and pneumatic jacks for all lifting needs\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/floor-jacks\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eEsco Lifting Equipment\u003c\/h3\u003e\n\u003cp\u003eFull range of Esco jacks, jack stands, and accessories\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/esco-lifting\" class=\"collection-btn\"\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\u003eEsco Jack Plate FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the 55-ton weight capacity and what vehicles does it support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 55-ton capacity means the jack plate can safely support up to 55 tons (110,000 lbs total on both plates if using a pair). This easily handles passenger vehicles, light trucks, medium-duty commercial trucks, and many heavy equipment applications. For context, a fully loaded semi-truck might be 36 tons, so this plate comfortably handles that weight. Always ensure the total vehicle weight is distributed across multiple plates if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy do I need a jack plate instead of lifting directly on the ground?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eJack plates serve two critical purposes. First, they distribute the concentrated jack load over a larger surface area, preventing the jack saddle from sinking into asphalt, soft earth, gravel, or uneven pavement. Second, OSHA Regulation 29 CFR 1926.305 requires firm foundations for safe jacking operations - jack plates provide that compliance. Without proper plates, vehicles can slip, tilt, or collapse during service work, creating serious safety hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the same plate for every jacking operation?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The Esco jack plate works with all types of jacks - hydraulic floor jacks, pneumatic jacks, air bags, and specialized lifting equipment. The universal platform accepts any standard jack design. The only variation might be choosing different capacities (this 55-ton plate for most work), but the design is universal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I care for and maintain the jack plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eMaintenance is minimal. The composite material is corrosion and rot-proof, so no painting, rust treatment, or seasonal storage is needed. Simply rinse off mud or debris after use and let it dry. No special cleaning chemicals are required. The rope handle should be inspected periodically for wear, but the material itself lasts indefinitely without degradation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is it better than wooden cribbing blocks?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eWooden blocks deteriorate over time - they absorb moisture, rot, splinter, and lose structural integrity. They also require seasonal replacement and storage space. The Esco plate never rots, absorbs zero moisture, maintains consistent dimensions, and never warps or splinters. At only 5 lbs, it's actually lighter than multiple wooden blocks, more durable, and provides better load distribution with its solid 12x12 platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the rope handle strong enough to carry 55 tons?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo - the rope handle is designed to carry the 5 lb plate itself, not the 55-ton load. The 55-ton rating refers to the load-bearing capacity of the plate when it's placed under a jack supporting a vehicle. The rope handle makes it easy to position the lightweight plate under the jack, carry it to different locations, and manage it in wet or muddy conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I stack multiple plates to increase capacity?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 55-ton capacity is a single-plate rating. If you need additional support, you can use multiple plates side-by-side or in different positions under the vehicle, but you would never stack them vertically as that reduces stability. Professional shops typically use multiple plates - one under the jack and others under the vehicle frame for additional support in fleet maintenance operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this plate OSHA compliant?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, absolutely. The Esco Jack Plate meets OSHA Regulation 29 CFR 1926.305 \"Blocking for a Firm Foundation\" requirements. Professional tire shops, fleet operators, and equipment maintenance facilities rely on these plates specifically for OSHA compliance. Using a certified support plate demonstrates workplace safety commitment and protects against regulatory violations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference between this 55-ton plate and the 100-ton version?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 55-ton and 100-ton plates are identical in size (12\" x 12\" x 1\") and weight (about 5-6 lbs). The difference is the underlying composite material density and formulation - the 100-ton version uses a denser compound rated for higher loads. For most tire shop work and fleet maintenance on vehicles up to 110,000 lbs, the 55-ton plate is sufficient. Only specialized heavy equipment or mining operations typically require the 100-ton rating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the jack plate on a sloped or uneven surface?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe jack plate excels on uneven or sloped surfaces. The 12\" x 12\" base distributes weight across a wider area, preventing the jack from sinking into soft spots or tilting on slopes. However, for severely sloped surfaces, you may need to shim under one corner of the plate with a small wedge. Always ensure the plate is reasonably level to prevent vehicle shifting or jack instability during service work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many jack plates should I keep in my shop?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eMost professional tire shops stock at least two jack plates so one is always available while the other is being repositioned or transported in a service truck. Fleet maintenance shops handling multiple vehicles simultaneously often keep four to six plates on hand. Many shops also carry plates in service vehicles for roadside emergency tire work, so having spares ensures you're never without proper OSHA-compliant jacking equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\" id=\"prop65\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals including lead, which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"12\" x 12\" x 1\" \/ 55 Ton","offer_id":46395176255739,"sku":"ESC-10751","price":84.95,"currency_code":"USD","in_stock":true},{"title":"12\" x 12\" x 1\" \/ 20 Ton","offer_id":46395176288507,"sku":"ESC-10753","price":74.95,"currency_code":"USD","in_stock":true},{"title":"12\" x 12\" x 1\" \/ 100 Ton","offer_id":46395176321275,"sku":"ESC-10754","price":114.95,"currency_code":"USD","in_stock":true},{"title":"18\" x 18\" x 1\" \/ 25 Ton","offer_id":46395176354043,"sku":"ESC-10752","price":129.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-jack-plate-with-rope-handle-12-x-1-55-ton-automotive-465.webp?v=1767601511"},{"product_id":"esco-12520-100-ton-cribbing-block-interlocking-w-handle-21-x-5-x-5-25","title":"ESCO 12520 100 Ton Cribbing Block, Interlocking w\/ Handle (21\" x 5\" x 5.25\")","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\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eESCO 12520 100 Ton Cribbing Block - Interlocking w- Handle\u003c\/h2\u003e\n\u003cp\u003eThe ESCO 12520 CribLok system delivers superior heavy-duty cribbing with \u003cstrong\u003e100-ton capacity\u003c\/strong\u003e and innovative \u003cstrong\u003einterlocking design\u003c\/strong\u003e that outlasts traditional wood and composite blocks. Measuring \u003cstrong\u003e21\" x 5\" x 5.25\"\u003c\/strong\u003e with a built-in handle, this lightweight yet durable block provides \u003cstrong\u003ewaterproof, rot-proof, and oil-resistant\u003c\/strong\u003e construction for indoor and outdoor use. The \u003cstrong\u003epyramid-style interlocking mechanism\u003c\/strong\u003e prevents block movement under load, while \u003cstrong\u003e10% weight reduction\u003c\/strong\u003e compared to competitors makes handling and storage easier. Tested to a \u003cstrong\u003e2-to-1 safety factor\u003c\/strong\u003e, the 12520 assembly only requires 2 blocks for a stable foundation instead of 3-4 needed by other systems.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e100-ton capacity supports loads up to 200,000 lbs safely\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eInterlocking design prevents block movement under heavy load\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eWaterproof, rot-proof, and chemical-resistant construction\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e10% lighter than competitor cribbing blocks for easier handling\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eTested to 2-to-1 safety factor by third-party facility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\n\u003cnav class=\"quick-nav\" aria-label=\"Page navigation\"\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=\"#whats-included\"\u003eWhat's Included\u003c\/a\u003e - \u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e - \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e - \u003ca href=\"#documents\"\u003eDocuments\u003c\/a\u003e - \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eESCO 12520 Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e100-Ton Load Capacity with 2-to-1 Safety Factor\u003c\/h3\u003e\n\u003cp\u003eThe 12520 safely supports loads up to \u003cstrong\u003e100 tons (200,000 lbs)\u003c\/strong\u003e with a \u003cstrong\u003e2-to-1 safety factor\u003c\/strong\u003e, verified by independent third-party testing. This industry-leading rating provides confidence for professional heavy-duty applications where safety is non-negotiable. The block meets strict capacity requirements for automotive, fleet, and industrial lifting operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePatented Interlocking System Prevents Movement\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003epyramid-style interlocking design\u003c\/strong\u003e on all sides prevents blocks from shifting or separating under load. Unlike traditional stacked cribbing, the interlocking mechanism creates a unified structure with \u003cstrong\u003ezero voids between contact points\u003c\/strong\u003e, delivering maximum stability and safety during critical lifting operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eWaterproof, Rot-Proof, and Chemical-Resistant\u003c\/h3\u003e\n\u003cp\u003eConstructed from \u003cstrong\u003eultra-durable UHMW polyethylene plastic\u003c\/strong\u003e, the 12520 resists water absorption, rot, brittleness, and deterioration. The material is \u003cstrong\u003eresistant to oil, fuels, and other chemicals\u003c\/strong\u003e, making it suitable for harsh outdoor environments, fuel storage areas, and chemical spills. Unlike wood, it maintains integrity and safety regardless of environmental conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e10% Lightweight Design for Easier Handling\u003c\/h3\u003e\n\u003cp\u003eThe 12520 is \u003cstrong\u003e10% lighter than competitive cribbing blocks\u003c\/strong\u003e while maintaining full 100-ton capacity. This weight reduction makes the blocks easier to handle, reducing technician fatigue during assembly and reducing transportation costs. The \u003cstrong\u003e21-inch length with built-in handle\u003c\/strong\u003e enables single-operator control and storage in tight spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCompact Footprint for Job Site Efficiency\u003c\/h3\u003e\n\u003cp\u003eAt \u003cstrong\u003e21 inches long with 18 square inches of contact surface (324 sq in)\u003c\/strong\u003e, the 12520 provides a smaller footprint than traditional cribbing. This design reduces storage space requirements on trucks, in shops, and at job sites. Yet only \u003cstrong\u003e2 blocks are needed for a solid foundation\u003c\/strong\u003e, compared to 3-4 required by competitor systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eHigh-Visibility Color for Safety and Inspection\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eblack and red color scheme\u003c\/strong\u003e with bright visibility promotes workplace safety and makes blocks easy to locate on job sites. The color contrast makes visual inspection simpler, allowing technicians to quickly verify block condition and alignment during critical lifting operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eESCO 12520 Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomotive Heavy Lifting:\u003c\/strong\u003e Essential for supporting vehicles during major service, transmission replacement, engine work, and structural repairs requiring 100-ton stability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance and Heavy Equipment Service:\u003c\/strong\u003e Provides safe, durable support for large trucks, trailers, construction equipment, and agricultural machinery during maintenance and repair.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustrial Lifting and Load Support:\u003c\/strong\u003e Suitable for machinery installation, factory equipment relocation, warehouse operations, and heavy industrial applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOff-Road and Specialty Tire Service:\u003c\/strong\u003e Ideal for supporting OTR (off-the-road) tires and large equipment during tire service, inspection, and repair work.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJob Site and Field Operations:\u003c\/strong\u003e Portable cribbing solution for mobile repair services, roadside assistance, and remote locations where durability and chemical resistance are critical.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eESCO 12520 Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Capacity specifications\"\u003e\n\u003ccaption\u003eCapacity\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\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e100 tons (200,000 lbs \/ 90,718.5 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety Factor\u003c\/th\u003e\n\u003ctd\u003e2-to-1 (tested by third-party facility)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Type\u003c\/th\u003e\n\u003ctd\u003eStatic load support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Dimensions specifications\"\u003e\n\u003ccaption\u003eDimensions\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\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e21 inches (53 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e9 inches (23 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e5.25 inches (12.7 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eContact Surface Area\u003c\/th\u003e\n\u003ctd\u003e324 square inches (18 inches on each side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight Per Block\u003c\/th\u003e\n\u003ctd\u003e33 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Design specifications\"\u003e\n\u003ccaption\u003eDesign and Material\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\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eUltra-durable UHMW polyethylene plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInterlocking System\u003c\/th\u003e\n\u003ctd\u003ePyramid-style interlocking on all sides\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHandle\u003c\/th\u003e\n\u003ctd\u003e2 built-in handles per block\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack with red handle accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnvironmental Resistance\u003c\/th\u003e\n\u003ctd\u003eWaterproof, rot-proof, oil-resistant, chemical-resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eComparison Weight\u003c\/th\u003e\n\u003ctd\u003e10% lighter than competitive brands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- WHATS INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the ESCO 12520\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 ESCO 12520 100-Ton Cribbing Block (complete)\u003c\/li\u003e\n\u003cli\u003e2 built-in carry handles for easy transport\u003c\/li\u003e\n\u003cli\u003eReady for immediate use - no assembly required\u003c\/li\u003e\n\u003cli\u003eCompatible with ESCO CribLok system top and bottom plates (sold separately)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e ESCO CribLok top plates (Model 12523) and bottom plates (Model 12521) to create complete cribbing systems and kits.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Installation support equipment, jacks, or lifting tools. The 12520 is a support block and requires proper lifting equipment to place loads.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eESCO 12520 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 standard shipping to commercial addresses in the 48 contiguous United States. \u003cstrong\u003eLead Time:\u003c\/strong\u003e 5-7 business days for in-stock orders. \u003cstrong\u003eInternational:\u003c\/strong\u003e Contact sales for international freight quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Type:\u003c\/strong\u003e Individual block ships via standard parcel service. \u003cstrong\u003eDelivery Type:\u003c\/strong\u003e Standard ground delivery. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect package upon receipt for any damage before accepting delivery. Verify block condition and handle integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eReturns Policy\u003c\/h3\u003e\n\u003cp\u003eReturns accepted within 30 days of delivery on unused products in original condition with receipt. 20% restocking fee applies to items showing signs of use. Buyer responsible for return shipping costs. Contact customer service to initiate return.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eESCO 12520 Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eESCO Limited Lifetime Warranty\u003c\/h3\u003e\n\u003cp\u003eESCO stands behind the durability and safety of the 12520 CribLok block with comprehensive coverage against manufacturing defects and material failure.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime:\u003c\/strong\u003e Full coverage for structural defects, interlocking mechanism failures, and handle deterioration\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial Guarantee:\u003c\/strong\u003e Protection against brittleness, cracking, and deterioration from normal use and environmental exposure\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusions:\u003c\/strong\u003e Damage from misuse, overload beyond rated capacity, modification, or improper storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e Warranty is valid on products used in accordance with manufacturer specifications and safety guidelines. Keep proof of purchase for warranty claims.\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 loading=\"lazy\" height=\"40\" width=\"40\" alt=\"PDF\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/Esco_Cribbing_System.pdf?v=1774596931\" target=\"_blank\"\u003eESCO Cribbing System Sales Sheet (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete system overview with capacity charts and configuration options\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 ESCO 12520?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with cribbing system setup, capacity planning, and product selection for your heavy-duty lifting applications.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\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\u003eCribbing Systems\u003c\/h3\u003e\n\u003cp\u003eComplete ESCO CribLok cribbing kits with blocks, plates, and accessories.\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/cribbing-blocks\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eLifting and Support Equipment\u003c\/h3\u003e\n\u003cp\u003eJacks, stands, and support plates for professional lifting operations.\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/lifting-support\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eHeavy Equipment Service Tools\u003c\/h3\u003e\n\u003cp\u003eSpecialized equipment for fleet, industrial, and OTR service applications.\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/heavy-equipment-service\" class=\"collection-btn\"\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\u003eESCO 12520 FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the weight capacity of the ESCO 12520?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 12520 has a 100-ton (200,000 lbs \/ 90,718.5 kg) load capacity, verified by third-party testing with a 2-to-1 safety factor. This means the block is tested and rated to safely support loads up to 100 tons without risk of failure. Never exceed the rated capacity as this will compromise safety and damage the block.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many blocks do I need for a stable foundation?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eA stable foundation requires only 2 ESCO 12520 blocks, compared to 3-4 blocks required by competitor systems. The interlocking design and larger contact surface area (324 square inches) provide superior stability with fewer blocks, reducing costs and storage requirements while maintaining 100-ton capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes the interlocking design safer than stacked blocks?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe pyramid-style interlocking mechanism on all sides prevents blocks from shifting or separating under load. Traditional stacked blocks can slide apart under pressure, but the ESCO system creates a unified structure with zero voids between contact points. This interlocking design ensures maximum stability and safety during critical lifting operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the 12520 deteriorate in outdoor conditions?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo. The 12520 is constructed from ultra-durable UHMW polyethylene plastic that is waterproof, rot-proof, and resistant to brittleness. Unlike wood cribbing that deteriorates from moisture and weather, the 12520 maintains its integrity indoors and outdoors, in hot climates, cold climates, and harsh environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 12520 chemical and oil resistant?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The UHMW plastic material is resistant to oil, fuel, and other chemicals. This makes the 12520 suitable for use in automotive shops, fleet maintenance facilities, fuel storage areas, and industrial environments where spills and chemical exposure occur regularly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much does each block weigh?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eEach ESCO 12520 block weighs 33 lbs. Despite this weight, one technician can easily handle and transport blocks using the built-in dual handles. The blocks are 10% lighter than competitive cribbing options, reducing fatigue during handling and making storage and transportation more efficient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the 12520 be used with ESCO top and bottom plates?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The 12520 is designed to work with the ESCO CribLok system, including the Model 12523 top plates and Model 12521 bottom plates. These plates feature interlocking design to match the blocks, creating a complete integrated system for maximum safety and stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the contact surface area?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 12520 has 324 square inches of contact surface area (18 inches on each side). This larger contact area, combined with the interlocking mechanism, distributes load evenly and provides superior stability compared to smaller blocks. The 21-inch length keeps the footprint compact for job site efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 12520 tested and certified?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12520 is independently tested to ASTM and industry standards by a third-party testing facility to a 2-to-1 safety factor. This verification confirms that the block safely supports the rated 100-ton capacity with margin for overload protection. Certification documentation is available upon request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the 12520 for mobile equipment service?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eAbsolutely. The 12520 is ideal for mobile repair services, roadside assistance, and field operations. The dual handles make transport easy, the compact 21-inch design fits trucks, and the waterproof, chemical-resistant construction handles any environment. Blocks assemble into stable platforms in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I maintain the 12520?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 12520 is virtually maintenance-free. Simply keep the blocks clean and store in a dry location when not in use. Inspect the interlocking surfaces and handles periodically for damage. The UHMW plastic requires no lubrication, coating, or special treatment. The material resists UV damage and environmental degradation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat warranty does the 12520 include?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe 12520 includes a limited lifetime warranty covering structural defects, interlocking mechanism failures, and material deterioration from normal use. The warranty does not cover damage from misuse, overload, modification, or improper storage. Keep your receipt as proof of purchase for warranty claims.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\" id=\"prop65\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to lead, which is known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"Default Title","offer_id":46395176452347,"sku":"ESC-12520","price":269.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-100-ton-cribbing-block-interlocking-w-handle-21-x-5-5-25-12520-316.webp?v=1767601577"},{"product_id":"esco-12531-12-blocks-cribbing-system-w-stability-plates-32-5-max-height","title":"ESCO 12531 12 Blocks Cribbing System w\/ Stability Plates, 32.5\" Max Height","description":"\u003cstyle\u003e\n\n\/* Base Styles *\/\n\n.product-content-wrapper {\n\nfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n\ncolor: #333;\n\nline-height: 1.6;\n\nmax-width: 1200px;\n\nmargin: 0 auto;\n\npadding: 20px 20px 40px 20px;\n\n}\n\n\/* Typography *\/\n\nh2 {\n\ncolor: #0066CC;\n\nfont-size: 1.8rem;\n\nmargin: 0 0 1rem 0;\n\nfont-weight: 700;\n\nline-height: 1.3;\n\n}\n\nh3 {\n\ncolor: #0066CC;\n\nfont-size: 1.5rem;\n\nmargin: 3rem 0 1.5rem;\n\npadding-top: 1rem;\n\nfont-weight: 600;\n\nborder-bottom: 1px solid #eee;\n\npadding-bottom: 0.5rem;\n\n}\n\nh4 {\n\ncolor: #333;\n\nfont-size: 1.1rem;\n\nmargin: 1rem 0 0.5rem;\n\nfont-weight: 600;\n\n}\n\np {\n\nline-height: 1.7;\n\nmargin-bottom: 1.2rem;\n\n}\n\n\/* Hero Section *\/\n\n.hero-container {\n\nbackground: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);\n\npadding: 2.5rem;\n\nborder-radius: 12px;\n\nbox-shadow: 0 2px 8px rgba(0,0,0,0.08);\n\nmargin-bottom: 2rem;\n\n}\n\n.hero-subtitle {\n\nfont-size: 1.1rem;\n\ncolor: #555;\n\nmargin-bottom: 1.5rem;\n\nfont-weight: 500;\n\n}\n\n\/* Feature Cards *\/\n\n.feature-grid {\n\ndisplay: grid;\n\ngrid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n\ngap: 20px;\n\nmargin: 2rem 0 3rem 0;\n\n}\n\n.feature-card {\n\nbackground: #F8F9FA;\n\nborder-left: 4px solid #0066CC;\n\npadding: 20px;\n\nborder-radius: 6px;\n\ntransition: transform 0.2s, box-shadow 0.2s;\n\n}\n\n.feature-card:hover {\n\ntransform: translateY(-2px);\n\nbox-shadow: 0 4px 12px rgba(0,102,204,0.15);\n\n}\n\n.feature-card h4 {\n\ncolor: #0066CC;\n\nfont-weight: 700;\n\nmargin-top: 0;\n\nfont-size: 1.1rem;\n\n}\n\n\/* Tables *\/\n\n.responsive-specs-table {\n\nwidth: 100%;\n\nborder-collapse: collapse;\n\nmargin: 2rem 0;\n\nbackground: white;\n\nbox-shadow: 0 2px 8px rgba(0,0,0,0.05);\n\nborder-radius: 8px;\n\noverflow: hidden;\n\n}\n\n.responsive-specs-table caption {\n\npadding: 12px;\n\nfont-weight: 600;\n\ntext-align: left;\n\ncolor: #333;\n\nfont-size: 1.1rem;\n\n}\n\n.responsive-specs-table th {\n\nbackground: linear-gradient(135deg, #0066CC, #0052A3);\n\ncolor: white;\n\npadding: 14px;\n\ntext-align: left;\n\nfont-weight: 600;\n\nletter-spacing: 0.5px;\n\n}\n\n.responsive-specs-table td {\n\npadding: 14px;\n\nborder-bottom: 1px solid #ddd;\n\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n\nbackground-color: #F0F5FF;\n\n}\n\n.responsive-specs-table tbody tr:hover {\n\nbackground-color: #E6F0FF;\n\ntransition: background-color 0.2s;\n\n}\n\n\/* Mobile Card Transformation *\/\n\n@media (max-width: 767px) {\n\n.responsive-specs-table thead {\n\ndisplay: none;\n\n}\n\n.responsive-specs-table tbody {\n\ndisplay: block;\n\n}\n\n.responsive-specs-table tr {\n\ndisplay: block;\n\nmargin-bottom: 15px;\n\nbackground: white;\n\nborder: 1px solid #0066CC;\n\nborder-radius: 8px;\n\nbox-shadow: 0 2px 4px rgba(0,102,204,0.08);\n\noverflow: hidden;\n\n}\n\n.responsive-specs-table td {\n\ndisplay: block;\n\npadding: 12px 15px;\n\nborder: none;\n\nposition: relative;\n\n}\n\n.responsive-specs-table td:first-child {\n\nbackground: linear-gradient(135deg, #0066CC, #0052A3);\n\ncolor: white;\n\nfont-weight: 700;\n\npadding: 14px 15px;\n\n}\n\n.responsive-specs-table td:first-child strong {\n\ncolor: white;\n\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n\nbackground-color: white;\n\n}\n\n}\n\n\/* Desktop Protection *\/\n\n@media (min-width: 768px) {\n\n.responsive-specs-table {\n\ndisplay: table !important;\n\n}\n\n.responsive-specs-table tbody,\n\n.responsive-specs-table thead {\n\ndisplay: table-row-group !important;\n\n}\n\n.responsive-specs-table tr {\n\ndisplay: table-row !important;\n\n}\n\n.responsive-specs-table td,\n\n.responsive-specs-table th {\n\ndisplay: table-cell !important;\n\n}\n\n}\n\n\/* Applications Section *\/\n\n.applications {\n\nmargin: 3rem 0;\n\n}\n\n.applications ul {\n\npadding-left: 20px;\n\nline-height: 1.6;\n\n}\n\n.applications li {\n\nmargin-bottom: 12px;\n\ncolor: #333;\n\n}\n\n\/* Key Features Section *\/\n\n.key-features {\n\nmargin: 3rem 0 4rem 0;\n\n}\n\nstrong {\n\nfont-weight: 700 !important;\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eESCO 12 Blocks Cribbing System with Stability Plates\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003e100-ton capacity, 32.5\" max height\u003c\/p\u003e\n\u003cp\u003eThe ESCO 12 Blocks Cribbing System delivers stable, secure support for heavy equipment lifting and service work. Engineered for loads up to 100 tons with interlocking blocks and stability plates, it prevents shifting on uneven or soft surfaces while adjusting quickly to variable lift heights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES SECTION --\u003e\n\u003csection class=\"key-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eInterlocking Design\u003c\/h4\u003e\n\u003cp\u003eBlocks stack rigidly with no slippage under load. Designed to stay locked together, even on challenging terrain or during extended jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eWeatherproof Construction\u003c\/h4\u003e\n\u003cp\u003eHigh-strength composite material withstands outdoor exposure without splintering or degradation. Resists weather and insect damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eVariable Height Configuration\u003c\/h4\u003e\n\u003cp\u003eAdjusts from 7.75\" to 32.5\" in height. Stack blocks quickly to match lift requirements for different jobs and equipment sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eStability Plates Included\u003c\/h4\u003e\n\u003cp\u003eInterlocking stability plates create a secure footprint on gravel, dirt, asphalt, or shop floors. Prevents sinking or tipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e12 stackable cribbing blocks\u003c\/li\u003e\n\u003cli\u003eInterlocking stability plates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eESCO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e12531\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eESC-12531\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLoad Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eUp to 100 tons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHeight Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e7.75\" to 32.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eHigh-strength composite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eNumber of Blocks\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e12\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eApplications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eIndoor and outdoor lifting support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- PERFECT FOR SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eIndustrial equipment maintenance and repair\u003c\/li\u003e\n\u003cli\u003eMilitary and aviation support operations\u003c\/li\u003e\n\u003cli\u003eHeavy transport and fleet service yards\u003c\/li\u003e\n\u003cli\u003eField service where jack stands or ramps are impractical\u003c\/li\u003e\n\u003cli\u003eStabilizing large vehicles and machinery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 WARNING - ALWAYS INCLUDE --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg 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\n\u003cpath stroke-width=\"1\" stroke=\"#000\" fill=\"#FFD700\" d=\"M16 2 L2 28 L30 28 Z\"\u003e\u003c\/path\u003e\n\n\u003ctext font-weight=\"bold\" font-size=\"16\" text-anchor=\"middle\" y=\"22\" x=\"16\"\u003e!\u003c\/text\u003e\n\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.p65warnings.ca.gov\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"Default Title","offer_id":46395177861371,"sku":"ESC-12531","price":3539.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-12-blocks-cribbing-system-32-5-max-height-12531-578.webp?v=1767601673"},{"product_id":"esco-12532-24-block-cribbing-kit-with-stability-plates","title":"ESCO 12532 24-Block Cribbing Kit with Stability Plates","description":"\u003cstyle\u003e\n\n\/* Base Styles *\/\n\n.product-content-wrapper {\n\nfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n\ncolor: #333;\n\nline-height: 1.6;\n\nmax-width: 1200px;\n\nmargin: 0 auto;\n\npadding: 20px 20px 40px 20px;\n\n}\n\n\/* Typography *\/\n\nh2 {\n\ncolor: #0066CC;\n\nfont-size: 1.8rem;\n\nmargin: 0 0 1rem 0;\n\nfont-weight: 700;\n\nline-height: 1.3;\n\n}\n\nh3 {\n\ncolor: #0066CC;\n\nfont-size: 1.5rem;\n\nmargin: 3rem 0 1.5rem;\n\npadding-top: 1rem;\n\nfont-weight: 600;\n\nborder-bottom: 1px solid #eee;\n\npadding-bottom: 0.5rem;\n\n}\n\nh4 {\n\ncolor: #333;\n\nfont-size: 1.1rem;\n\nmargin: 1rem 0 0.5rem;\n\nfont-weight: 600;\n\n}\n\np {\n\nline-height: 1.7;\n\nmargin-bottom: 1.2rem;\n\n}\n\n\/* Hero Section *\/\n\n.hero-container {\n\nbackground: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);\n\npadding: 2.5rem;\n\nborder-radius: 12px;\n\nbox-shadow: 0 2px 8px rgba(0,0,0,0.08);\n\nmargin-bottom: 2rem;\n\n}\n\n.hero-subtitle {\n\nfont-size: 1.1rem;\n\ncolor: #555;\n\nmargin-bottom: 1.5rem;\n\nfont-weight: 500;\n\n}\n\n\/* Feature Cards *\/\n\n.feature-grid {\n\ndisplay: grid;\n\ngrid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n\ngap: 20px;\n\nmargin: 2rem 0 3rem 0;\n\n}\n\n.feature-card {\n\nbackground: #F8F9FA;\n\nborder-left: 4px solid #0066CC;\n\npadding: 20px;\n\nborder-radius: 6px;\n\ntransition: transform 0.2s, box-shadow 0.2s;\n\n}\n\n.feature-card:hover {\n\ntransform: translateY(-2px);\n\nbox-shadow: 0 4px 12px rgba(0,102,204,0.15);\n\n}\n\n.feature-card h4 {\n\ncolor: #0066CC;\n\nfont-weight: 700;\n\nmargin-top: 0;\n\nfont-size: 1.1rem;\n\n}\n\n\/* Tables *\/\n\n.responsive-specs-table {\n\nwidth: 100%;\n\nborder-collapse: collapse;\n\nmargin: 2rem 0;\n\nbackground: white;\n\nbox-shadow: 0 2px 8px rgba(0,0,0,0.05);\n\nborder-radius: 8px;\n\noverflow: hidden;\n\n}\n\n.responsive-specs-table caption {\n\npadding: 12px;\n\nfont-weight: 600;\n\ntext-align: left;\n\ncolor: #333;\n\nfont-size: 1.1rem;\n\n}\n\n.responsive-specs-table th {\n\nbackground: linear-gradient(135deg, #0066CC, #0052A3);\n\ncolor: white;\n\npadding: 14px;\n\ntext-align: left;\n\nfont-weight: 600;\n\nletter-spacing: 0.5px;\n\n}\n\n.responsive-specs-table td {\n\npadding: 14px;\n\nborder-bottom: 1px solid #ddd;\n\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n\nbackground-color: #F0F5FF;\n\n}\n\n.responsive-specs-table tbody tr:hover {\n\nbackground-color: #E6F0FF;\n\ntransition: background-color 0.2s;\n\n}\n\n\/* Mobile Card Transformation *\/\n\n@media (max-width: 767px) {\n\n.responsive-specs-table thead {\n\ndisplay: none;\n\n}\n\n.responsive-specs-table tbody {\n\ndisplay: block;\n\n}\n\n.responsive-specs-table tr {\n\ndisplay: block;\n\nmargin-bottom: 15px;\n\nbackground: white;\n\nborder: 1px solid #0066CC;\n\nborder-radius: 8px;\n\nbox-shadow: 0 2px 4px rgba(0,102,204,0.08);\n\noverflow: hidden;\n\n}\n\n.responsive-specs-table td {\n\ndisplay: block;\n\npadding: 12px 15px;\n\nborder: none;\n\nposition: relative;\n\n}\n\n.responsive-specs-table td:first-child {\n\nbackground: linear-gradient(135deg, #0066CC, #0052A3);\n\ncolor: white;\n\nfont-weight: 700;\n\npadding: 14px 15px;\n\n}\n\n.responsive-specs-table td:first-child strong {\n\ncolor: white;\n\n}\n\n.responsive-specs-table tbody tr:nth-child(even) {\n\nbackground-color: white;\n\n}\n\n}\n\n\/* Desktop Protection *\/\n\n@media (min-width: 768px) {\n\n.responsive-specs-table {\n\ndisplay: table !important;\n\n}\n\n.responsive-specs-table tbody,\n\n.responsive-specs-table thead {\n\ndisplay: table-row-group !important;\n\n}\n\n.responsive-specs-table tr {\n\ndisplay: table-row !important;\n\n}\n\n.responsive-specs-table td,\n\n.responsive-specs-table th {\n\ndisplay: table-cell !important;\n\n}\n\n}\n\n\/* Applications Section *\/\n\n.applications {\n\nmargin: 3rem 0;\n\n}\n\n.applications ul {\n\npadding-left: 20px;\n\nline-height: 1.6;\n\n}\n\n.applications li {\n\nmargin-bottom: 12px;\n\ncolor: #333;\n\n}\n\n\/* Key Features Section *\/\n\n.key-features {\n\nmargin: 3rem 0 4rem 0;\n\n}\n\nstrong {\n\nfont-weight: 700 !important;\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eESCO 24-Block Cribbing Kit with Stability Plates\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003e100-ton capacity, adjusts 7.75\" to 65\"\u003c\/p\u003e\n\u003cp\u003eThe ESCO 12532 24-block cribbing kit delivers safe, stable support for heavy equipment lifting and service work. With interlocking high-strength polyethylene blocks and integrated stability plates, it handles loads up to 100 tons while adjusting to variable working heights without shifting or degrade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES SECTION --\u003e\n\u003csection class=\"key-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eInterlocking Block Design\u003c\/h4\u003e\n\u003cp\u003e24 blocks lock together securely for stable stacking. Engineered to prevent shifting under heavy loads and withstand serious pressure without cracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eHigh-Strength Polyethylene\u003c\/h4\u003e\n\u003cp\u003eDurable material resists splintering, cracking, and weather degradation. Outperforms timber blocks in both safety and longevity on indoor or outdoor job sites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eWide Height Range\u003c\/h4\u003e\n\u003cp\u003eAdjusts from 7.75\" to 65\" to match lift requirements for vehicles, equipment, and machinery of varying sizes. Stack quickly to reach target height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eIntegrated Stability Plates\u003c\/h4\u003e\n\u003cp\u003eSolid top and bottom plates lock together for secure foundations on any surface. Prevents sinking on soft ground, gravel, or uneven terrain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e24 interlocking cribbing blocks\u003c\/li\u003e\n\u003cli\u003eTop stability plate\u003c\/li\u003e\n\u003cli\u003eBottom stability plate\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eESCO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e12532\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eESC-12532\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLoad Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eUp to 100 tons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHeight Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e7.75\" to 65\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eNumber of Blocks\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003e24\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eHigh-strength polyethylene\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTotal Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Value\"\u003eApproximately 300 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- PERFECT FOR SECTION --\u003e\n\u003csection class=\"applications\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHeavy truck and equipment repair operations\u003c\/li\u003e\n\u003cli\u003eMobile service fleets and field crews\u003c\/li\u003e\n\u003cli\u003eConstruction and mining applications\u003c\/li\u003e\n\u003cli\u003eLarge vehicle lifting and leveling\u003c\/li\u003e\n\u003cli\u003eEquipment maintenance requiring height adjustment\u003c\/li\u003e\n\u003cli\u003eUtility and heavy haul operations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 WARNING - ALWAYS INCLUDE --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg 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\n\u003cpath stroke-width=\"1\" stroke=\"#000\" fill=\"#FFD700\" d=\"M16 2 L2 28 L30 28 Z\"\u003e\u003c\/path\u003e\n\n\u003ctext font-weight=\"bold\" font-size=\"16\" text-anchor=\"middle\" y=\"22\" x=\"16\"\u003e!\u003c\/text\u003e\n\n\u003c\/svg\u003e\n\u003ch4 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.p65warnings.ca.gov\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"Default Title","offer_id":46395178025211,"sku":"ESC-12532","price":6749.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-24-block-cribbing-kit-with-stability-plates-12532-940.webp?v=1767601727"},{"product_id":"esco-12500-55-ton-steel-cribbing-stands-set-3-6-9","title":"ESCO 12500 55 Ton Steel Cribbing Stands Set, 3\", 6\", 9\"","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@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\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\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\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eESCO 12500 55 Ton Steel Cribbing Stands Set for Heavy Equipment Support\u003c\/h2\u003e\n\u003cp\u003eThe ESCO 12500 55 Ton Steel Cribbing Stands Set gives you rock-solid foundation when lifting heavy equipment. This \u003cstrong\u003e3-piece interlock steel stand set\u003c\/strong\u003e includes \u003cstrong\u003e3-inch, 6-inch, and 9-inch heights\u003c\/strong\u003e that stack up to \u003cstrong\u003e18 inches maximum\u003c\/strong\u003e, replacing unstable wood blocks and sketchy makeshift supports with engineered, certified strength. Built from \u003cstrong\u003ehigh-strength steel with interlocking ridges\u003c\/strong\u003e, each block seats securely without lateral movement, shift, or slip under pressure. \u003cstrong\u003e12-inch diameter base\u003c\/strong\u003e and \u003cstrong\u003e141 lbs total weight\u003c\/strong\u003e make this set ideal for fleet maintenance, roadside breakdowns, heavy repair bays, and field work where conditions aren't always ideal.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e55 tons total combined load capacity\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e3-piece set with 3\", 6\", and 9\" heights\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eInterlocking design prevents sliding and shifting\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eHigh-strength steel construction won't bend or warp\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompact storage footprint for service trucks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\n\u003cnav class=\"quick-nav\" aria-label=\"Page navigation\"\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=\"#whats-included\"\u003eWhat's Included\u003c\/a\u003e · \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e · \u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eESCO 12500 Steel Cribbing Stands Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e55 Ton Combined Load Capacity\u003c\/h3\u003e\n\u003cp\u003eEngineered to handle \u003cstrong\u003e55 tons of combined weight\u003c\/strong\u003e across the three stands when used together or individually. The robust steel construction and design provide confidence that your load support system is as tough as the equipment you're working on, eliminating guesswork in critical support applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInterlocking Design Prevents Movement\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003einterlocking ridges\u003c\/strong\u003e eliminate lateral movement between stacked stands. Each block seats securely into the next without shifting, sliding, or rocking during use. This engineered design provides the stability and alignment needed for safe work beneath heavy loads without risk of equipment dropping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eThree Stackable Height Options\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003e3-inch, 6-inch, and 9-inch stands\u003c\/strong\u003e provide flexible height combinations. Stack them in any order to achieve \u003cstrong\u003eheights up to 18 inches maximum\u003c\/strong\u003e. This flexibility accommodates different equipment sizes and work conditions without requiring separate tool kits for different jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eHigh-Strength Steel Construction\u003c\/h3\u003e\n\u003cp\u003eBuilt from \u003cstrong\u003ehard-drawn steel that won't bend, warp, or crack\u003c\/strong\u003e like wood cribbing does over time. The textured surface grips jack saddles and frame rails alike, providing secure contact and preventing equipment slipping. The weight and material durability ensure reliable performance through thousands of use cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e12-Inch Diameter Base for Stability\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003e12-inch wide base\u003c\/strong\u003e distributes load pressure evenly and provides a wide, stable footprint even on uneven ground or in field conditions. The broad stance resists tipping and maintains stability when supporting full load under challenging terrain or rough surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCompact and Portable\u003c\/h3\u003e\n\u003cp\u003eAt \u003cstrong\u003e141 lbs total for the complete 3-piece set\u003c\/strong\u003e, the kit is lightweight enough for one person to handle and transport. The compact design fits easily into service truck storage, maintenance equipment carts, or mobile work vehicles without consuming excessive space. Field deployment is quick and practical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eESCO 12500 Steel Cribbing Stands Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy Equipment Repair:\u003c\/strong\u003e Support farm machinery, loaders, graders, and other agricultural equipment during maintenance, repairs, and component service requiring stable lift points.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance Operations:\u003c\/strong\u003e Provide reliable load support for lifting large trucks, trailers, and commercial vehicles during tire service, brake work, and suspension repairs in busy maintenance bays.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruck and Diesel Shop Operations:\u003c\/strong\u003e Stable support for heavy trucks and specialty diesel equipment during engine work, frame repairs, and undercarriage service requiring hands-free equipment positioning.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMobile Tire and Roadside Service:\u003c\/strong\u003e Portable support for roadside breakdowns and emergency equipment service where immediate, reliable load support is required without a fixed facility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConstruction and Off-Road Equipment:\u003c\/strong\u003e Support heavy construction machinery, site equipment, and off-road vehicles during field maintenance and emergency repairs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndustrial Equipment Maintenance:\u003c\/strong\u003e General purpose load support for any heavy equipment requiring temporary stabilization during work, service, or repairs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the ESCO 12500 Cribbing Stands Set\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eModel 12501 - 3-inch Steel Cribbing Stand\u003c\/li\u003e\n\u003cli\u003eModel 12502 - 6-inch Steel Cribbing Stand\u003c\/li\u003e\n\u003cli\u003eModel 12503 - 9-inch Steel Cribbing Stand\u003c\/li\u003e\n\u003cli\u003eAll pieces interlock together with no additional fasteners or assembly required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Individual Stands:\u003c\/strong\u003e ESCO offers each stand height individually for replacement or expansion of your cribbing system. You can purchase individual 3\", 6\", or 9\" stands separately to expand capacity or replace worn components.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Hydraulic jacks, lifting equipment, or mounting plates. These items should be sourced separately based on your specific equipment and lifting requirements.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eESCO 12500 Steel Cribbing Stands Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Load capacity and dimensions specifications\"\u003e\n\u003ccaption\u003eLoad Capacity and Dimensions\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\"\u003eCombined Load Rating\u003c\/th\u003e\n\u003ctd\u003e55 tons (per stand when stacked)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIndividual Stand Heights\u003c\/th\u003e\n\u003ctd\u003e3 inches, 6 inches, 9 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum Stack Height\u003c\/th\u003e\n\u003ctd\u003e18 inches (all three stands)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBase Diameter\u003c\/th\u003e\n\u003ctd\u003e12 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight Dimensions (metric)\u003c\/th\u003e\n\u003ctd\u003e76 mm, 152 mm, 229 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Material and physical specifications\"\u003e\n\u003ccaption\u003eMaterial and Construction\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\"\u003eMaterial Type\u003c\/th\u003e\n\u003ctd\u003eHigh-strength hard-drawn steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConstruction Grade\u003c\/th\u003e\n\u003ctd\u003eIndustrial\/Professional rated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSurface Finish\u003c\/th\u003e\n\u003ctd\u003eTextured non-slip surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDurability\u003c\/th\u003e\n\u003ctd\u003eWon't bend, warp, crack, or deteriorate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInterlock System\u003c\/th\u003e\n\u003ctd\u003eInterlocking ridges prevent lateral movement and shifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Weight and kit specifications\"\u003e\n\u003ccaption\u003eWeight and Kit Contents\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\"\u003eTotal Kit Weight\u003c\/th\u003e\n\u003ctd\u003e141 lbs (64 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eQuantity of Stands\u003c\/th\u003e\n\u003ctd\u003e3 stands per set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel Numbers Included\u003c\/th\u003e\n\u003ctd\u003e12501, 12502, 12503\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eKit Model Number\u003c\/th\u003e\n\u003ctd\u003e12500\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\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eESCO 12500 Steel Cribbing Stands Shipping and Delivery\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStandard Freight Shipping\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eMethod:\u003c\/strong\u003e LTL freight or parcel shipping to addresses in the 48 contiguous United States. \u003cstrong\u003eLead Time:\u003c\/strong\u003e Ships within standard processing timeframe. \u003cstrong\u003eWeight:\u003c\/strong\u003e The 141 lb set ships via parcel or LTL based on carrier. No special equipment required for unloading due to reasonable weight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Inspection\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eInspection:\u003c\/strong\u003e Verify all three stands are present and undamaged upon delivery. Check for any cracks, dents, or surface damage. The stands should be ready for immediate use with no assembly required. \u003cstrong\u003eNote Any Damage:\u003c\/strong\u003e Report visible damage within 48 hours of delivery with photographs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eReturns and Restocking\u003c\/h3\u003e\n\u003cp\u003eReturns accepted within 30 days of delivery in original condition. If the stands have been used under load, a 20% restocking fee applies. Buyer is responsible for return freight costs unless the product arrived defective from our warehouse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eESCO 12500 Steel Cribbing Stands Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003e1-Year Limited Warranty\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12500 Steel Cribbing Stands Set is backed by a 1-year manufacturer's warranty covering defects in materials and workmanship under normal professional use conditions.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCoverage:\u003c\/strong\u003e Defects in materials and manufacturing workmanship on all three stands\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDuration:\u003c\/strong\u003e 1 year from date of purchase\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConditions:\u003c\/strong\u003e Professional and commercial use within rated load capacity and specifications\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExclusions:\u003c\/strong\u003e Normal wear, damage from overload, misuse, improper storage, or modifications void warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWarranty Service:\u003c\/strong\u003e Contact Garage Supply Guys or ESCO directly for warranty claims. Provide proof of purchase and description of the defect. ESCO will repair or replace the stands at its discretion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the ESCO 12500 Steel Cribbing Stands?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help you determine if this 55-ton stand set is right for your lifting needs, discuss load capacity for specific equipment, and provide guidance on proper stacking and use.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\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\u003eLifting and Support Equipment\u003c\/h3\u003e\n\u003cp\u003eHydraulic jacks, cylinders, and complete lifting systems for heavy equipment work\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/lifting-support-equipment\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eSteel Cribbing and Blocking\u003c\/h3\u003e\n\u003cp\u003eIndividual cribbing stands, blocking materials, and support accessories for load stabilization\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/steel-cribbing-blocking\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eHeavy Equipment Service Tools\u003c\/h3\u003e\n\u003cp\u003eProfessional tools and equipment for fleet maintenance, agricultural equipment, and heavy vehicle repair\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/heavy-equipment-tools\" class=\"collection-btn\"\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\u003eESCO 12500 Steel Cribbing Stands FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the total load capacity of the ESCO 12500 set?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12500 set has a combined load rating of 55 tons when the stands are stacked and used together. This capacity applies to the overall system and ensures safe support for heavy equipment when stands are properly positioned and seated. Never exceed the rated capacity regardless of equipment type or application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the stands individually or do they need to be stacked?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes, each stand can be used individually or stacked together in any combination to achieve different lift heights. Use a single 3-inch, 6-inch, or 9-inch stand alone, or combine any two or all three for heights up to 18 inches maximum. The interlocking design ensures secure seating regardless of stacking configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum height I can achieve with the ESCO 12500?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe maximum stack height is 18 inches when all three stands (3\", 6\", and 9\") are stacked together. You can achieve any intermediate height by using different combinations: 3\" alone, 6\" alone, 9\" alone, 3\"+6\"=9\", 3\"+9\"=12\", 6\"+9\"=15\", or all three at 18\".\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the stands safe to use on uneven ground?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The 12-inch diameter base distributes load evenly and provides a wide, stable footprint. The textured steel surface grips the ground and resists slipping. However, always verify the surface can support the load without settling. For extremely uneven terrain, ensure stands are seated firmly and level before loading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I prevent the stands from shifting during use?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe interlocking ridges between stacked stands prevent lateral movement and shifting. Ensure all stands are properly seated and aligned before applying load. The textured surface provides non-slip contact with jack saddles and frame rails. Verify the equipment is centered on the stands and load is distributed evenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat types of equipment can these stands support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12500 stands support any equipment within the 55-ton capacity, including trucks, trailers, farm machinery, loaders, graders, construction equipment, and off-road vehicles. Verify your specific equipment weight does not exceed 55 tons and ensure proper load distribution across the stands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these stands portable for mobile service?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. At 141 lbs total weight for the complete 3-piece set, the stands are lightweight enough for one person to handle and transport. The compact design fits easily into service truck storage without consuming excessive space, making them practical for mobile maintenance, roadside service, and field work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I store the cribbing stands?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eStore the stands in a dry location protected from excessive moisture and temperature extremes. Stack them with spacers to allow air circulation. The steel construction is durable and won't deteriorate, but proper storage extends service life. Keep surfaces clean and free from dirt or oil that could affect grip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace individual stands if one is damaged?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. ESCO offers individual stands for replacement or expansion. You can purchase a replacement 3-inch, 6-inch, or 9-inch stand separately to replace a damaged component or expand your total cribbing capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long will these steel stands last?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe high-strength steel construction is engineered to last for years with proper use and storage. Unlike wood cribbing that cracks, warps, and deteriorates, these stands won't bend or warp. With normal maintenance and proper care, the ESCO 12500 stands provide decades of reliable service in professional environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the warranty on the ESCO 12500 cribbing stands?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12500 is covered by a 1-year manufacturer warranty against defects in materials and workmanship. The warranty covers all three stands and applies to normal professional use within the 55-ton load rating and specifications. Damage from overload, misuse, or improper storage is excluded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre there larger capacity cribbing systems available?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12500 55-ton set is designed for general heavy equipment support. If you require higher capacity or different configurations, contact our specialists to discuss your specific needs. ESCO offers other cribbing and support solutions for specialized applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\" id=\"prop65\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product contains chemicals including steel dust and iron compounds known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"Default Title","offer_id":46395185889531,"sku":"ESC-12500","price":639.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-55-ton-steel-cribbing-stands-set-3-3-6-9-12500-425.webp?v=1767602275"},{"product_id":"esco-12503-9-height-steel-cribbing-jack-stand-55-ton-capacity","title":"ESCO 12503 9\" Height Steel Cribbing Jack Stand, 55 Ton Capacity","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\u003eESCO 12503 9-Inch Steel Cribbing Jack Stand - 55 Ton Capacity\u003c\/h2\u003e\n\u003cp\u003eThe ESCO 12503 is a heavy-duty steel cribbing stand designed to safely support vehicles and equipment during maintenance and repair work. Featuring a \u003cstrong\u003e55-ton capacity\u003c\/strong\u003e, \u003cstrong\u003e9-inch height\u003c\/strong\u003e, and interlocking design, this stand prevents dangerous shifting during critical lifting operations. Constructed from \u003cstrong\u003ehigh-strength HD steel\u003c\/strong\u003e in distinctive yellow finish, the 12-inch diameter base provides stable support for bottle jacks and hydraulic cylinders. Stands interlock with ESCO's 3-inch and 6-inch models to create adjustable stack heights up to 18 inches.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e55-ton load capacity for heavy equipment support\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e9-inch height with interlocking design prevents shifting\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eHD steel construction with non-slip base for reliable performance\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003e12-inch diameter platform fits 7-inch square hydraulic cylinders\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eStacks with 3-inch and 6-inch models for variable lift heights\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=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eESCO 12503 Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInterlocking Steel Design\u003c\/h3\u003e\n\u003cp\u003eThe recessed top surface features an interlocking mechanism that securely locks with the ESCO 12501 (3-inch) and 12502 (6-inch) stands. This prevents dangerous creeping or shifting during use, ensuring the load remains stable throughout the job.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eHeavy-Duty HD Steel Construction\u003c\/h3\u003e\n\u003cp\u003eManufactured from \u003cstrong\u003ehigh-strength HD steel\u003c\/strong\u003e with a protective yellow finish, the 12503 resists bending and warping under load. The durable construction ensures consistent performance across thousands of lifting cycles in shop and field conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eOptimized 9-Inch Height\u003c\/h3\u003e\n\u003cp\u003eAt \u003cstrong\u003e9 inches tall\u003c\/strong\u003e, the 12503 provides ideal clearance when bottle jacks or hydraulic cylinders fall short of reaching the frame or lift point. The single-unit height fills the critical gap between shorter cribbing and full manual stacking solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eLarge 12-Inch Diameter Base\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003e12-inch diameter platform\u003c\/strong\u003e accommodates standard 7-inch square base plates found on 55-ton hydraulic cylinders. The oversized footprint distributes load pressure evenly, reducing surface stress and improving overall stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eModular Stack System\u003c\/h3\u003e\n\u003cp\u003eInterlock the 12503 with ESCO's 12501 (3-inch) and 12502 (6-inch) stands to create combined heights of 12 inches, 15 inches, or 18 inches. Build custom stacks for any lift scenario without purchasing redundant equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eLightweight for Portability\u003c\/h3\u003e\n\u003cp\u003eAt just \u003cstrong\u003e56 pounds\u003c\/strong\u003e, the 12503 is easy to move between job sites and storage areas. Single-unit handling reduces crew strain while the durable steel resists damage from transport and field use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eESCO 12503 Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy Equipment Repair:\u003c\/strong\u003e Support wheel loaders, excavators, dozers, and other heavy machinery during maintenance, tire service, and undercarriage inspection without relying on unsafe wooden cribbing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTruck and Trailer Work:\u003c\/strong\u003e Lift trucks, trailers, and agricultural equipment for frame repair, alignment correction, and component replacement with predictable, repeatable support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShop Floor Assembly:\u003c\/strong\u003e Provide stable work platforms when assembling large equipment or components that require precise height positioning during fabrication or installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemporary Load Support:\u003c\/strong\u003e Support structures, machinery, or equipment during bridge-type operations, inspection, or testing where temporary bracing is critical to safety.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBottle Jack Extension:\u003c\/strong\u003e Eliminate wobble and instability by raising bottle jacks with cribbing stands designed to work together as an integrated lifting system.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eESCO 12503 Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Capacity specifications\"\u003e\n\u003ccaption\u003eCapacity\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\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e55 tons (110,000 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum Base Pressure\u003c\/th\u003e\n\u003ctd\u003eRated for standard 7-inch square base cylinders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Dimensions specifications\"\u003e\n\u003ccaption\u003eDimensions\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\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e9 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003e12 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e56 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStackable Height (with 12501 + 12502)\u003c\/th\u003e\n\u003ctd\u003eUp to 18 inches combined\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Material specifications\"\u003e\n\u003ccaption\u003eMaterial and Finish\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\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eHD (High-Density) Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eYellow powder coat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecessed Top Surface\u003c\/th\u003e\n\u003ctd\u003eInterlocking with models 12501 and 12502\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDurability\u003c\/th\u003e\n\u003ctd\u003eWill not bend, warp, or deteriorate under load\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\u003eESCO 12503 Installation Requirements\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePositioning and Placement\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eSurface:\u003c\/strong\u003e Place on level, stable ground capable of supporting the total load weight plus 50% safety margin. \u003cstrong\u003eClearance:\u003c\/strong\u003e Position cribbing directly under load-bearing points. Ensure the interlocking surfaces are aligned and fully seated before lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStacking and Interlocking\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAlignment:\u003c\/strong\u003e When stacking multiple stands, ensure the recessed interlocking surfaces are fully engaged before raising load. \u003cstrong\u003eLoad Distribution:\u003c\/strong\u003e Center the load directly over the cribbing stack to prevent tipping or tilting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eInspection Before Use\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eVisual Check:\u003c\/strong\u003e Inspect for cracks, dents, or warping before each use. \u003cstrong\u003eInterlock Test:\u003c\/strong\u003e Verify interlocking surfaces are clean and fully seated. Do not use damaged cribbing under load.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eLoad Verification\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eWeight Assessment:\u003c\/strong\u003e Confirm the total load does not exceed 55 tons per stand. \u003cstrong\u003eMultiple Stands:\u003c\/strong\u003e If using more than one stand, distribute load evenly across all cribbing units. Never exceed the rated capacity.\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 ESCO 12503\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eESCO 12503 9-Inch Steel Cribbing Stand (single unit)\u003c\/li\u003e\n\u003cli\u003eInstruction card with load rating and safety information\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e Purchase the ESCO 12501 (3-inch stand) and 12502 (6-inch stand) separately to create modular stacks. The complete ESCO 12500 kit includes all three heights (3-inch, 6-inch, and 9-inch) for maximum flexibility.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Hydraulic cylinders, bottle jacks, or lifting equipment. This product is intended as a support\/cribbing platform only.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eESCO 12503 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-7 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\u003eUnloading:\u003c\/strong\u003e Standard truck delivery. Curbside delivery acceptable for this item. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect the unit for damage before signing delivery receipt. Note any visible damage on the BOL.\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 unused 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\u003eESCO 12503 Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eStandard Manufacturer Warranty\u003c\/h3\u003e\n\u003cp\u003eESCO stands offer a \u003cstrong\u003e1-year limited warranty\u003c\/strong\u003e against manufacturing defects.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 Year:\u003c\/strong\u003e Covers defects in materials and workmanship under normal use and service\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Defects in material and workmanship from the original purchase date. \u003cstrong\u003eWarranty Card Required:\u003c\/strong\u003e Register your warranty online at www.esco.net\/warranty to activate coverage. This warranty is non-transferable and applies only to the original end-user purchaser. Excludes damage from misuse, overload, impact, or lack of maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the ESCO 12503?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with load calculations, stacking configurations, and product selection for your shop or field operations.\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\u003eSteel Cribbing Stands\u003c\/h3\u003e\n\u003cp\u003eComplete ESCO modular cribbing system with 3-inch, 6-inch, and 9-inch heights\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/heavy-duty-stands\" 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\u003eJack Stands and Lifts\u003c\/h3\u003e\n\u003cp\u003eProfessional-grade lifting and cribbing equipment for shops and field work\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/jack-stands\" 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\u003eLifting Accessories\u003c\/h3\u003e\n\u003cp\u003eHydraulic cylinders, adapters, and support platforms for heavy equipment\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/lifting-accessories\" 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\u003eESCO 12503 FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum weight the ESCO 12503 can support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12503 has a 55-ton capacity, which equals 110,000 pounds. This refers to the safe working load per stand when properly positioned on a level surface and loaded directly over the center of the platform. When using multiple stands in a stack, ensure the load is evenly distributed and does not exceed 55 tons per individual stand unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I stack the ESCO 12503 with other ESCO cribbing stands?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12503 features an interlocking design that works with the ESCO 12501 (3-inch) and 12502 (6-inch) stands. You can create combined heights of 12 inches, 15 inches, or 18 inches depending on your stacking configuration. Always ensure interlocking surfaces are fully engaged and clean before lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the dimensions of the ESCO 12503 base?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12503 stands 9 inches tall and has a 12-inch diameter base. The large footprint accommodates standard 7-inch square base plates on 55-ton hydraulic cylinders. The 12-inch diameter helps distribute load pressure evenly and provides stable support during lifting operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the ESCO 12503 suitable for shop floor use?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12503 is ideal for professional shop use, field operations, and equipment service centers. The HD steel construction resists bending and warping, and the interlocking design prevents dangerous shifting. It's designed for repetitive use in commercial and industrial environments where reliability and safety are critical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat maintenance does the ESCO 12503 require?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12503 requires minimal maintenance. Inspect the unit visually before each use for cracks, dents, or warping. Keep the interlocking surfaces clean and free of debris to ensure proper engagement. Wipe down with a dry cloth occasionally to maintain the yellow finish. The steel construction does not require lubrication or special treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the ESCO 12503 compare to wooden cribbing blocks?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eSteel cribbing like the ESCO 12503 is far superior to wooden cribbing. Steel provides consistent, repeatable support that won't compress, splinter, or rot. The interlocking design eliminates dangerous shifting that can occur with stacked wood. Steel cribbing is also easier to inspect for damage and safer for high-capacity lifting operations used in professional settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the weight of the ESCO 12503 stand?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12503 weighs 56 pounds. This lightweight construction makes it portable and easy to move between job sites or storage areas. A single worker can transport the stand without mechanical assistance, reducing crew labor and improving efficiency during equipment repositioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the ESCO 12503 painted or does it rust?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12503 features a protective yellow powder coat finish that resists rust and corrosion. The HD steel construction combined with the durable finish ensures the stand maintains its structural integrity in both shop and outdoor field conditions. Occasional wiping with a dry cloth keeps the finish clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the ESCO 12503 with bottle jacks?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12503 is specifically designed as a companion to bottle jacks and hydraulic cylinders. The 12-inch diameter base accommodates standard 7-inch square plates found on 55-ton cylinders. Placing the cribbing stand under the jack extends its reach and eliminates wobble that occurs when jacks are used at extreme angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I do if I need extra height beyond 18 inches?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe maximum stackable height using one 12501 (3-inch), one 12502 (6-inch), and one 12503 (9-inch) is 18 inches total. For additional height requirements, consult with a lifting equipment specialist. Multiple stacks or alternative lifting methods may be necessary for applications requiring heights beyond this range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I know if the interlocking surfaces are properly engaged?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eVisually inspect that the recessed top surface of the lower stand is fully seated with the interlocking tabs of the stand above it. There should be no visible gaps or movement when you gently try to wiggle the stacked units. If they don't feel solidly connected, reposition and re-engage the interlocks before raising load.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes ESCO offer a complete cribbing kit?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12500 is a complete kit that includes all three stands (12501 3-inch, 12502 6-inch, and 12503 9-inch) in one package. The kit provides maximum flexibility for creating any height between 3 and 18 inches. Purchasing the kit costs less than buying individual stands separately.\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":"Esco","offers":[{"title":"Default Title","offer_id":46395185955067,"sku":"ESC-12503","price":269.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-55-ton-interlock-steel-jack-stand-9-height-12503-cribbing-653.webp?v=1767602310"},{"product_id":"esco-12521-cribbing-system-bottom-stability-plate-23-x-23-x-1-5","title":"ESCO 12521 Cribbing System, Bottom Stability Plate (23\" x 23\" x 1.5\")","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\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eESCO 12521 Cribbing System Bottom Stability Plate\u003c\/h2\u003e\n\u003cp\u003eThe ESCO 12521 is a heavy-duty bottom stability plate (23\" x 23\" x 1.5\") designed for the ESCO cribbing system, which safely supports loads up to 100 US tons (200,000 lbs.). This patented inner-locking bottom plate pairs with cribbing blocks to create a secure, stable foundation for any load. Made from durable, waterproof material that outlasts wood and composite alternatives, the ESCO 12521 is ideal for professional shops, heavy equipment operations, and job sites requiring reliable cribbing solutions.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e100 US ton (200,000 lbs.) load capacity with proven testing to 400,000 lbs.\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003ePatented inner-locking design prevents block movement under load\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eHigh-visibility color top and bottom for enhanced safety and inspection\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eWaterproof, rot-proof, and chemical-resistant construction\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompact 23\" x 23\" footprint reduces storage and transport needs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- QUICK NAV --\u003e\n\u003cnav class=\"quick-nav\" aria-label=\"Page navigation\"\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=\"#whats-included\"\u003eWhat's Included\u003c\/a\u003e · \u003ca href=\"#shipping\"\u003eShipping\u003c\/a\u003e · \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e · \u003ca href=\"#documents\"\u003eDocuments\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eESCO 12521 Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePatented Inner-Locking Design\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12521 uses a unique patented inner-locking system that prevents blocks from shifting or moving under heavy loads. Unlike traditional cribbing, this design delivers \u003cstrong\u003esolid contact points with no voids\u003c\/strong\u003e, creating a completely secure foundation. The inner-locking mechanism works with both cross-lock and pyramid-style mating for maximum stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eExtreme Load Capacity\u003c\/h3\u003e\n\u003cp\u003eDesigned to safely support loads up to \u003cstrong\u003e100 US tons (200,000 lbs.)\u003c\/strong\u003e, the ESCO 12521 has been successfully tested to \u003cstrong\u003e400,000 lbs.\u003c\/strong\u003e in independent testing facilities. This proven capacity makes it suitable for the heaviest industrial and automotive applications, from lifting heavy trucks to supporting equipment on job sites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDurable, Long-Life Construction\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12521 is manufactured from materials that \u003cstrong\u003ewill not get brittle, crack, or deteriorate over time\u003c\/strong\u003e. Unlike wood cribbing that splinters and degrades, or composite materials that break down in UV light, this stability plate \u003cstrong\u003eoutlasts all competitive alternatives\u003c\/strong\u003e for decades of reliable service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eWaterproof and Chemical Resistant\u003c\/h3\u003e\n\u003cp\u003eDesigned for both indoor and outdoor use, the ESCO 12521 is \u003cstrong\u003ewaterproof, insect-proof, rot-proof, and resistant to oil and other chemicals\u003c\/strong\u003e. This makes it ideal for shops, outdoor job sites, and environments where moisture and chemical exposure would damage wood or composite cribbing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eHigh-Visibility Safety Design\u003c\/h3\u003e\n\u003cp\u003eThe plate features \u003cstrong\u003ehigh-visibility color on top and bottom surfaces\u003c\/strong\u003e to promote safety and enable better visual inspection of cribbing systems. The bright coloring helps personnel quickly identify cribbing components on the job site and ensures proper orientation during setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eCompact, Lightweight Design\u003c\/h3\u003e\n\u003cp\u003eThe 23\" x 23\" footprint is \u003cstrong\u003e10% lighter than competitive brands\u003c\/strong\u003e while maintaining full load capacity. The compact size reduces storage footprint in shops and trucks, making it easier to transport and handle compared to bulkier wood or metal alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eESCO 12521 Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Automotive Service:\u003c\/strong\u003e Provides a stable foundation for lifting and cribbing heavy trucks, commercial vehicles, and large equipment in professional repair shops and dealerships.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturing and Industrial Operations:\u003c\/strong\u003e Supports equipment, machinery, and heavy components in manufacturing plants, warehouses, and industrial facilities requiring secure load support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJob Site and Construction:\u003c\/strong\u003e Stabilizes heavy equipment, vehicles, and loads on construction sites, outdoor job sites, and temporary work areas where durability and weather resistance are essential.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEquipment Rental and Fleet Services:\u003c\/strong\u003e Ideal for heavy equipment rental companies, fleet maintenance operations, and service centers that require reliable, reusable cribbing for multiple applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoadside and Emergency Services:\u003c\/strong\u003e Used by towing services, emergency response teams, and roadside assistance providers to safely stabilize vehicles and equipment during recovery and repair operations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eESCO 12521 Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Capacity specifications\"\u003e\n\u003ccaption\u003eCapacity\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\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e100 US tons (200,000 lbs.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTested Capacity\u003c\/th\u003e\n\u003ctd\u003e400,000 lbs. (verified in independent testing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"Dimensions specifications\"\u003e\n\u003ccaption\u003eDimensions\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\"\u003eBottom Plate Dimensions\u003c\/th\u003e\n\u003ctd\u003e23\" x 23\" x 1.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBottom Plate Dimensions (Metric)\u003c\/th\u003e\n\u003ctd\u003e58.4 x 58.4 x 3.8 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSurface Area\u003c\/th\u003e\n\u003ctd\u003e18\" x 18\" contact surface (45.7 x 45.7 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFootprint\u003c\/th\u003e\n\u003ctd\u003eCompact 23\" x 23\" for reduced storage and transport space\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable aria-label=\"System specifications\"\u003e\n\u003ccaption\u003eSystem Integration\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible Cribbing Blocks\u003c\/th\u003e\n\u003ctd\u003eESCO models 12520, 12523 (100 ton capacity blocks)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInner-Locking System\u003c\/th\u003e\n\u003ctd\u003ePatented cross-lock and pyramid-style mating design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMinimum Support Height\u003c\/th\u003e\n\u003ctd\u003e7.75\" (19.69 cm) with single bottom and top plate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial Type\u003c\/th\u003e\n\u003ctd\u003eDurable composite (waterproof, rot-proof, chemical-resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eHigh-visibility with contrast top and bottom surfaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the ESCO 12521\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1x ESCO 12521 Bottom Stability Plate (23\" x 23\" x 1.5\")\u003c\/li\u003e\n\u003cli\u003ePatented inner-locking bottom plate with high-visibility coloring\u003c\/li\u003e\n\u003cli\u003eReady to pair with ESCO cribbing blocks for complete system assembly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSold As:\u003c\/strong\u003e Individual bottom stability plate. This is a component of the ESCO cribbing system. Cribbing blocks (ESCO 12520, 12523) and top plate (ESCO 12521 or 12531\/12532) sold separately.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e ESCO cribbing blocks (100 ton capacity), top stability plates, and complete cribbing system kits available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Cribbing blocks, top stability plates, installation labor, or specialized lifting equipment.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eESCO 12521 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 7-10 business days from order. \u003cstrong\u003eInternational:\u003c\/strong\u003e Contact sales for international shipping quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery Type:\u003c\/strong\u003e LTL (Less Than Truckload) freight to your location. \u003cstrong\u003eUnloading:\u003c\/strong\u003e Standard curbside delivery; forklift or loading dock recommended for ease of unloading. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect package for damage before signing Bill of Lading. Note any damage on 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 for unopened, undamaged products in original packaging with receipt. Restocking fee of 20% applies. Buyer is responsible for return freight costs. Contact customer service to initiate return process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eESCO 12521 Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eManufacturer's Limited Warranty\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12521 is backed by ESCO's manufacturer limited warranty covering defects in materials and workmanship.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDefects:\u003c\/strong\u003e Manufacturing defects in materials and workmanship are covered during the warranty period\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCoverage Exclusions:\u003c\/strong\u003e Normal wear and tear, damage from improper use, unauthorized modifications, and damage from environmental exposure beyond normal indoor\/outdoor use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty Claim Process:\u003c\/strong\u003e Contact Garage Supply Guys or ESCO directly with proof of purchase and description of defect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e Warranty coverage requires proper use according to ESCO instructions, appropriate maintenance, and operation within specified load limits. Alterations, modifications, or use beyond design specifications void warranty coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\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 loading=\"lazy\" height=\"40\" width=\"40\" alt=\"PDF\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/pdf.png?v=1731289095\"\u003e\n\u003cdiv class=\"doc-meta\"\u003e\n\u003cp class=\"doc-title\"\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/Esco_Cribbing_System.pdf?v=1774596931\" target=\"_blank\"\u003eESCO Cribbing System Sales Sheet (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete product overview, specifications, and system configuration options\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eQuestions About the ESCO 12521 Cribbing System?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with system configuration, load calculations, and selecting the right cribbing components for your shop or operation.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca href=\"tel:+18554982147\" class=\"btn\"\u003eCall +1 (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\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\u003eESCO Cribbing Systems\u003c\/h3\u003e\n\u003cp\u003eComplete cribbing block systems, stability plates, and accessories for 100 ton capacity support\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/esco-cribbing\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eShop Lifting Equipment\u003c\/h3\u003e\n\u003cp\u003eHeavy-duty lifts, jacks, and support systems for professional automotive service\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/lifting-equipment\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eLoad Support Accessories\u003c\/h3\u003e\n\u003cp\u003eCribbing, stands, blocks, and stabilization solutions for vehicle and equipment support\u003c\/p\u003e\n\u003ca style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\" href=\"\/collections\/load-support\" class=\"collection-btn\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eESCO 12521 FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat load capacity does the ESCO 12521 bottom plate support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 bottom stability plate is part of a cribbing system designed to safely support loads up to 100 US tons (200,000 lbs.). The plate has been tested to 400,000 lbs. in independent testing facilities, providing exceptional safety margins for professional automotive and industrial applications. Always use the bottom plate paired with compatible ESCO cribbing blocks and top plates for rated capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the dimensions and footprint of the ESCO 12521?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 bottom stability plate measures 23\" x 23\" x 1.5\" (58.4 x 58.4 x 3.8 cm) with an 18\" x 18\" contact surface. The compact 23\" x 23\" footprint is designed to reduce storage space compared to larger competitive cribbing plates. This smaller footprint is ideal for shops and trucks where storage space is limited, while still providing a stable base for 100 ton capacity cribbing systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow does the ESCO patented inner-locking design work?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 uses a patented inner-locking system that prevents cribbing blocks from shifting or moving under load. The design features both cross-lock and pyramid-style mating surfaces that create solid contact points with no voids between cribbing components. This means the entire load is supported on a completely solid foundation without gaps or weak points that could allow shifting or collapse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat material is the ESCO 12521 made from?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 is manufactured from durable composite materials that are waterproof, rot-proof, insect-proof, and resistant to oil and other chemicals. This material construction means the plate will not get brittle, crack, or deteriorate over time, outlasting wood and composite cribbing alternatives for decades of reliable service in both indoor and outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan the ESCO 12521 be used outdoors?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12521 is specifically designed for both indoor and outdoor use. The waterproof, rot-proof, and chemical-resistant construction allows it to withstand moisture, UV light, oil, and other environmental conditions without degradation. This makes it ideal for job sites, outdoor equipment operations, and facilities where weather exposure is a factor in cribbing selection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat cribbing blocks are compatible with the ESCO 12521?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 bottom stability plate is compatible with ESCO 100 ton capacity cribbing blocks, including models 12520 and 12523. The inner-locking design ensures secure mating between the plate and compatible ESCO blocks. Always verify compatibility with your specific cribbing blocks before assembly, and refer to ESCO documentation for proper system configuration for your load capacity requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDo I need both a top and bottom stability plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO cribbing system includes both bottom and top stability plates to create a completely secure cribbing foundation. The bottom plate (ESCO 12521) distributes load across the ground, while the top plate stabilizes the cribbing blocks. Together, they provide the minimum 7.75\" support height required for safe load support. Using both plates ensures the patented inner-locking system functions as designed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I maintain the ESCO 12521 bottom plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 requires minimal maintenance. Periodically inspect the plate for dirt or debris that could affect cribbing block seating, and clean with a dry brush or cloth as needed. The waterproof, rot-proof construction eliminates the need for treating or sealing. After use, ensure the plate is dry before storage. Avoid dragging or impact damage, and inspect regularly for cracks or deterioration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the shipping weight and how is it shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 is shipped via LTL (Less Than Truckload) freight to commercial addresses in the 48 contiguous United States with free freight included. Typical lead time is 7-10 business days from order. The plate is packaged to protect against damage during transit. Inspect the package upon delivery and note any damage on the Bill of Lading before accepting the shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs the ESCO 12521 lighter or heavier than competitive cribbing plates?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 is 10% lighter than competitive brands in the market while maintaining full 100 ton load capacity. This lightweight design reduces handling effort and makes transport and storage easier without sacrificing durability or load rating. The material composition delivers strength without the weight of heavier alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the ESCO 12521 for stacking or pyramid-style cribbing?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 bottom plate includes a pyramid-style mating surface (reverse side) that allows for pyramid-style cribbing configurations if required. The patented inner-locking design works with both cross-lock and pyramid mating styles. Refer to ESCO documentation for proper configuration based on your specific load shape and weight distribution requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the warranty on the ESCO 12521?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12521 is backed by ESCO's manufacturer limited warranty covering defects in materials and workmanship. The warranty covers manufacturing defects but excludes normal wear and tear, improper use, unauthorized modifications, and damage from environmental exposure beyond normal use. For warranty coverage, use the product according to ESCO instructions, maintain it properly, and operate within specified load limits. Contact customer service with proof of purchase to initiate a warranty claim.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROP 65 --\u003e\n\u003csection style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\" id=\"prop65\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg style=\"width: 28px; height: 28px; flex-shrink: 0;\" viewbox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"\u003e\n\u003cpath d=\"M16 2 L2 28 L30 28 Z\" fill=\"#FFD700\" stroke=\"#000\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\u003ctext x=\"16\" y=\"22\" text-anchor=\"middle\" font-size=\"16\" font-weight=\"bold\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\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 href=\"https:\/\/www.p65warnings.ca.gov\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Esco","offers":[{"title":"Default Title","offer_id":46395186315515,"sku":"ESC-12521","price":249.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-cribbing-system-bottom-stability-plate-23-x-23-1-5-12521-442.webp?v=1762600552"},{"product_id":"esco-cribbing-system-top-stability-plate-18-x-18-x-1-5-12524","title":"ESCO Cribbing System, Top Stability Plate, 18\" x 18\" x 1.5\" - 12524","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\u003eESCO 12524 Cribbing System Top Stability Plate\u003c\/h2\u003e\n\u003cp\u003eThe ESCO 12524 is a heavy-duty top stability plate (18\" x 18\" x 1.5\") designed for the ESCO cribbing system, which safely supports loads up to 100 US tons (200,000 lbs.). This patented inner-locking top plate pairs with cribbing blocks and bottom plates to create a secure, stable foundation for any load. Made from durable, waterproof material that outlasts wood and composite alternatives, the ESCO 12524 is ideal for professional shops, heavy equipment operations, and job sites requiring reliable cribbing solutions.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003e100 US ton (200,000 lbs.) load capacity with proven testing to 400,000 lbs.\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003ePatented inner-locking design prevents block movement under load\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eHigh-visibility color top and bottom for enhanced safety and inspection\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eWaterproof, rot-proof, and chemical-resistant construction\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompact 18\" x 18\" footprint works with various block configurations\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=\"#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\u003eESCO 12524 Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003ePatented Inner-Locking Design\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12524 uses a unique patented inner-locking system that prevents blocks from shifting or moving under heavy loads. Unlike traditional cribbing, this design delivers \u003cstrong\u003esolid contact points with no voids\u003c\/strong\u003e, creating a completely secure foundation. The inner-locking mechanism works with both cross-lock and pyramid-style mating for maximum stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eExtreme Load Capacity\u003c\/h3\u003e\n\u003cp\u003eDesigned to safely support loads up to \u003cstrong\u003e100 US tons (200,000 lbs.)\u003c\/strong\u003e, the ESCO 12524 has been successfully tested to \u003cstrong\u003e400,000 lbs.\u003c\/strong\u003e in independent testing facilities. This proven capacity makes it suitable for the heaviest industrial and automotive applications, from lifting heavy trucks to supporting equipment on job sites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDurable, Long-Life Construction\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12524 is manufactured from materials that \u003cstrong\u003ewill not get brittle, crack, or deteriorate over time\u003c\/strong\u003e. Unlike wood cribbing that splinters and degrades, or composite materials that break down in UV light, this stability plate \u003cstrong\u003eoutlasts all competitive alternatives\u003c\/strong\u003e for decades of reliable service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eWaterproof and Chemical Resistant\u003c\/h3\u003e\n\u003cp\u003eDesigned for both indoor and outdoor use, the ESCO 12524 is \u003cstrong\u003ewaterproof, insect-proof, rot-proof, and resistant to oil and other chemicals\u003c\/strong\u003e. This makes it ideal for shops, outdoor job sites, and environments where moisture and chemical exposure would damage wood or composite cribbing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eHigh-Visibility Safety Design\u003c\/h3\u003e\n\u003cp\u003eThe plate features \u003cstrong\u003ehigh-visibility color on top and bottom surfaces\u003c\/strong\u003e to promote safety and enable better visual inspection of cribbing systems. The bright coloring helps personnel quickly identify cribbing components on the job site and ensures proper orientation during setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eVersatile System Integration\u003c\/h3\u003e\n\u003cp\u003eThe 18\" x 18\" footprint is optimized for pairing with ESCO cribbing blocks in various configurations. The compact top plate works with different block sizes and bottom plate options, allowing flexibility in system assembly while maintaining the full \u003cstrong\u003e10% lighter weight advantage\u003c\/strong\u003e over competitive brands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eESCO 12524 Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Automotive Service:\u003c\/strong\u003e Provides stable load distribution for lifting and cribbing heavy trucks, commercial vehicles, and large equipment in professional repair shops and dealerships.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturing and Industrial Operations:\u003c\/strong\u003e Distributes loads across equipment, machinery, and heavy components in manufacturing plants, warehouses, and industrial facilities requiring secure support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJob Site and Construction:\u003c\/strong\u003e Stabilizes the top of cribbing stacks on construction sites, outdoor job sites, and temporary work areas where durability and weather resistance are essential.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEquipment Rental and Fleet Services:\u003c\/strong\u003e Ideal for heavy equipment rental companies, fleet maintenance operations, and service centers that require reliable, reusable cribbing for multiple applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoadside and Emergency Services:\u003c\/strong\u003e Used by towing services, emergency response teams, and roadside assistance providers to safely stabilize vehicle tops during recovery and repair operations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection id=\"specs\"\u003e\n\u003ch2\u003eESCO 12524 Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Capacity specifications\"\u003e\n\u003ccaption\u003eCapacity\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\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e100 US tons (200,000 lbs.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTested Capacity\u003c\/th\u003e\n\u003ctd\u003e400,000 lbs. (verified in independent testing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"Dimensions specifications\"\u003e\n\u003ccaption\u003eDimensions\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\"\u003eTop Plate Dimensions\u003c\/th\u003e\n\u003ctd\u003e18\" x 18\" x 1.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTop Plate Dimensions (Metric)\u003c\/th\u003e\n\u003ctd\u003e45.7 x 45.7 x 3.8 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eContact Surface Area\u003c\/th\u003e\n\u003ctd\u003e18\" x 18\" (45.7 x 45.7 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFootprint\u003c\/th\u003e\n\u003ctd\u003eCompact 18\" x 18\" for flexible system configurations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable aria-label=\"System specifications\"\u003e\n\u003ccaption\u003eSystem Integration\u003c\/caption\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible Cribbing Blocks\u003c\/th\u003e\n\u003ctd\u003eESCO models 12520, 12523 (100 ton capacity blocks)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible Bottom Plates\u003c\/th\u003e\n\u003ctd\u003eESCO 12521 (23\"x23\"), 12531\/12532 (larger configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInner-Locking System\u003c\/th\u003e\n\u003ctd\u003ePatented cross-lock and pyramid-style mating design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMinimum Support Height\u003c\/th\u003e\n\u003ctd\u003e7.75\" (19.69 cm) with single bottom and top plate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial Type\u003c\/th\u003e\n\u003ctd\u003eDurable composite (waterproof, rot-proof, chemical-resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eHigh-visibility with contrast top and bottom surfaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included with the ESCO 12524\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1x ESCO 12524 Top Stability Plate (18\" x 18\" x 1.5\")\u003c\/li\u003e\n\u003cli\u003ePatented inner-locking top plate with high-visibility coloring\u003c\/li\u003e\n\u003cli\u003eReady to pair with ESCO cribbing blocks and bottom plates for complete system assembly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSold As:\u003c\/strong\u003e Individual top stability plate. This is a component of the ESCO cribbing system. Cribbing blocks (ESCO 12520, 12523) and bottom plates (ESCO 12521, 12531, 12532) sold separately.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOptional Accessories:\u003c\/strong\u003e ESCO cribbing blocks (100 ton capacity), bottom stability plates, and complete cribbing system kits available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNot Included:\u003c\/strong\u003e Cribbing blocks, bottom stability plates, installation labor, or specialized lifting equipment.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection id=\"shipping\"\u003e\n\u003ch2\u003eESCO 12524 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 7-10 business days from order. \u003cstrong\u003eInternational:\u003c\/strong\u003e Contact sales for international shipping quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDelivery Requirements\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery Type:\u003c\/strong\u003e LTL (Less Than Truckload) freight to your location. \u003cstrong\u003eUnloading:\u003c\/strong\u003e Standard curbside delivery; forklift or loading dock recommended for ease of unloading. \u003cstrong\u003eInspection:\u003c\/strong\u003e Inspect package for damage before signing Bill of Lading. Note any damage on 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 for unopened, undamaged products in original packaging with receipt. Restocking fee of 20% applies. Buyer is responsible for return freight costs. Contact customer service to initiate return process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection id=\"warranty\"\u003e\n\u003ch2\u003eESCO 12524 Warranty\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eManufacturer's Limited Warranty\u003c\/h3\u003e\n\u003cp\u003eThe ESCO 12524 is backed by ESCO's manufacturer limited warranty covering defects in materials and workmanship.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDefects:\u003c\/strong\u003e Manufacturing defects in materials and workmanship are covered during the warranty period\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCoverage Exclusions:\u003c\/strong\u003e Normal wear and tear, damage from improper use, unauthorized modifications, and damage from environmental exposure beyond normal indoor\/outdoor use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty Claim Process:\u003c\/strong\u003e Contact Garage Supply Guys or ESCO directly with proof of purchase and description of defect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e Warranty coverage requires proper use according to ESCO instructions, appropriate maintenance, and operation within specified load limits. Alterations, modifications, or use beyond design specifications void warranty coverage.\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\/Esco_Cribbing_System.pdf?v=1774596931\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eESCO Cribbing System Sales Sheet (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"doc-note\"\u003eComplete product overview, specifications, and system configuration options\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 ESCO 12524 Cribbing System?\u003c\/h2\u003e\n\u003cp\u003eOur equipment specialists can help with system configuration, load calculations, and selecting the right cribbing components for your shop or operation.\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\u003eESCO Cribbing Systems\u003c\/h3\u003e\n\u003cp\u003eComplete cribbing block systems, stability plates, and accessories for 100 ton capacity support\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/esco-cribbing\" 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\u003eShop Lifting Equipment\u003c\/h3\u003e\n\u003cp\u003eHeavy-duty lifts, jacks, and support systems for professional automotive service\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/lifting-equipment\" 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\u003eLoad Support Accessories\u003c\/h3\u003e\n\u003cp\u003eCribbing, stands, blocks, and stabilization solutions for vehicle and equipment support\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"\/collections\/load-support\" 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\u003eESCO 12524 FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat load capacity does the ESCO 12524 top plate support?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 top stability plate is part of a cribbing system designed to safely support loads up to 100 US tons (200,000 lbs.). The plate has been tested to 400,000 lbs. in independent testing facilities, providing exceptional safety margins for professional automotive and industrial applications. Always use the top plate paired with compatible ESCO cribbing blocks and bottom plates for rated capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the dimensions and footprint of the ESCO 12524?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 top stability plate measures 18\" x 18\" x 1.5\" (45.7 x 45.7 x 3.8 cm) with an 18\" x 18\" contact surface. This compact footprint is optimized for pairing with standard ESCO cribbing blocks and provides flexibility in system configurations. The smaller top plate allows for various block arrangements while maintaining the secure inner-locking system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the ESCO patented inner-locking design work?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 uses a patented inner-locking system that prevents cribbing blocks from shifting or moving under load. The design features both cross-lock and pyramid-style mating surfaces that create solid contact points with no voids between cribbing components. This means the entire load is supported on a completely solid foundation without gaps or weak points that could allow shifting or collapse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat material is the ESCO 12524 made from?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 is manufactured from durable composite materials that are waterproof, rot-proof, insect-proof, and resistant to oil and other chemicals. This material construction means the plate will not get brittle, crack, or deteriorate over time, outlasting wood and composite cribbing alternatives for decades of reliable service in both indoor and outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the ESCO 12524 be used outdoors?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO 12524 is specifically designed for both indoor and outdoor use. The waterproof, rot-proof, and chemical-resistant construction allows it to withstand moisture, UV light, oil, and other environmental conditions without degradation. This makes it ideal for job sites, outdoor equipment operations, and facilities where weather exposure is a factor in cribbing selection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich cribbing blocks are compatible with the ESCO 12524?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 top stability plate is compatible with ESCO 100 ton capacity cribbing blocks, including models 12520 and 12523. The inner-locking design ensures secure mating between the plate and compatible ESCO blocks. Always verify compatibility with your specific cribbing blocks before assembly, and refer to ESCO documentation for proper system configuration for your load capacity requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need both a top and bottom stability plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The ESCO cribbing system includes both bottom and top stability plates to create a completely secure cribbing foundation. The bottom plate distributes load across the ground, while the top plate (ESCO 12524) stabilizes the cribbing blocks from above. Together, they provide the minimum 7.75\" support height required for safe load support. Using both plates ensures the patented inner-locking system functions as designed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I maintain the ESCO 12524 top plate?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 requires minimal maintenance. Periodically inspect the plate for dirt or debris that could affect cribbing block seating, and clean with a dry brush or cloth as needed. The waterproof, rot-proof construction eliminates the need for treating or sealing. After use, ensure the plate is dry before storage. Avoid dragging or impact damage, and inspect regularly for cracks or deterioration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the shipping weight and how is it shipped?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 is shipped via LTL (Less Than Truckload) freight to commercial addresses in the 48 contiguous United States with free freight included. Typical lead time is 7-10 business days from order. The plate is packaged to protect against damage during transit. Inspect the package upon delivery and note any damage on the Bill of Lading before accepting the shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the ESCO 12524 lighter or heavier than competitive cribbing plates?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 is part of a system that is 10% lighter than competitive brands in the market while maintaining full 100 ton load capacity. This lightweight design reduces handling effort and makes transport and storage easier without sacrificing durability or load rating. The material composition delivers strength without the weight of heavier alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the ESCO 12524 for pyramid-style cribbing configurations?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 top plate includes mating surfaces that work with pyramid-style configurations. The patented inner-locking design accommodates both cross-lock and pyramid-style setups. Refer to ESCO documentation for proper configuration based on your specific load shape and weight distribution requirements to ensure safe operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the warranty on the ESCO 12524?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe ESCO 12524 is backed by ESCO's manufacturer limited warranty covering defects in materials and workmanship. The warranty covers manufacturing defects but excludes normal wear and tear, improper use, unauthorized modifications, and damage from environmental exposure beyond normal use. For warranty coverage, use the product according to ESCO instructions, maintain it properly, and operate within specified load limits. Contact customer service with proof of purchase to initiate a warranty claim.\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":"Esco","offers":[{"title":"Default Title","offer_id":46395193786619,"sku":"ESC-12523","price":209.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/esco-cribbing-system-top-stability-plate-18-x-18-1-5-12523-200.webp?v=1767603316"}],"url":"https:\/\/garagesupplyguys.com\/collections\/esco-cribbing.oembed","provider":"Garage Supply Guys","version":"1.0","type":"link"}