{"product_id":"ballymore-s-powered-portable-loading-dock","title":"Ballymore's Powered Portable Loading Dock","description":"\u003cdiv class=\"massco-desc massco-parent-desc\"\u003e\n\u003cstyle\u003e.massco-desc{font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.45;color:#222;}.massco-desc *{box-sizing:border-box;}.massco-desc .massco-body{margin-bottom:1rem;}.massco-desc .massco-parent-intro{margin-bottom:1.25rem;}.massco-desc .massco-parent-intro ul{margin:0 0 1rem 1.25rem;padding:0;}.massco-desc .massco-parent-intro li{margin:.25rem 0;}.massco-desc .massco-brand-card{text-align:center;margin:1.25rem auto;}.massco-desc .massco-brand-logo{display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;}.massco-desc .massco-brand-logo img{display:block;max-width:260px;max-height:125px;width:auto;height:auto;object-fit:contain;}.massco-desc .massco-note{margin:.75rem auto 1.15rem;max-width:780px;font-size:13px;color:#444;text-align:center;}.massco-desc .massco-specs{margin-top:1.25rem;}.massco-desc .massco-specs-title{font-size:20px;line-height:1.25;margin:0 0 .75rem;font-weight:700;color:#222;}.massco-desc .massco-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.massco-desc .massco-table-note{font-size:12px;color:#666;margin:.5rem 0 0;}.massco-specs table.chartListing{width:100%;border-collapse:collapse;border-spacing:0;font-size:13px;line-height:1.35;background:#fff;}.massco-specs table.chartListing th.header{background:#f6f6f6;color:#111;font-weight:700;text-align:left;vertical-align:bottom;border:1px solid #ddd;padding:6px 8px;white-space:nowrap;}.massco-specs table.chartListing td{border:1px solid #ddd;padding:5px 8px;vertical-align:middle;text-align:left;}.massco-specs table.chartListing tr.altRow td{background:#fafafa;}.massco-specs table.chartListing td.last,.massco-specs table.chartListing th.last{white-space:nowrap;}.massco-specs table.chartListing a{color:#0b5cab;text-decoration:none;font-weight:600;}.massco-specs table.chartListing a:hover{text-decoration:underline;}@media(max-width:760px){.massco-desc{font-size:13px;}.massco-desc .massco-specs-title{font-size:18px;}.massco-specs table.chartListing{min-width:640px;font-size:12px;}.massco-specs table.chartListing th.header,.massco-specs table.chartListing td{padding:5px 6px;}}\u003c\/style\u003e\n\u003cdiv class=\"massco-body massco-parent-intro\"\u003e\n\u003cdiv class=\"ck-content\" data-testid=\"rich-text-content\"\u003e\n\u003cli\u003e\u003cstrong\u003eHeavy-duty 1500 lbs. capacity.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eFold down rails.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eExtendable side rails.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eConvenient 110 volt charging.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cp\u003ePowered in both forward and reversible direction plus the platform can be hydraulically raised from ground level to 55\" high. Features a large platform designed to address a wide variety of products. This heavy duty loading dock is ideal for loading and unloading heavy objects to dock levels or pickup truck bed heights. No more back breaking lifting or trying to balance expensive objects on the fork lift, the Powered Portable Loading Dock makes any loading job safe and easy to complete. Key control operation with numerous safety features including an emergency stop button, battery power indicator and built-in cycle counter, two 12V batteries and 24V drive motor. FOB Shipping Point.\u003cbr\u003e \u003cbr\u003e Surcharge may apply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"massco-brand-card\"\u003e\n\u003cdiv class=\"massco-brand-logo\"\u003e\u003cimg src=\"https:\/\/assets-smo-prod.roccommercecloud.com\/cdn-cgi\/imagedelivery\/LtMD2-yac1d5teL5q3QR1A\/roc%2Fsmo%2F42a2767088ea928b198b9ebae2787c1c\/BAL-Logo-AUG22.jpg\/500x500\" alt=\"Ballymore's Powered Portable Loading Dock logo\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"massco-note\"\u003e\n\u003cspan data-testid=\"product-page-brand-name-text\"\u003e\n                                        Brand:\n                                    \u003c\/span\u003e\n                                    \u003cspan data-testid=\"product-page-sku-value\"\u003eBallymore Company\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdfn\u003e\u003c\/dfn\u003e\u003cdiv class=\"massco-specs\"\u003e\n\u003ch2 class=\"massco-specs-title\"\u003eAvailable Models\u003c\/h2\u003e\n\u003cp\u003eNo child product table was found for this parent product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  function initMasscoTable(root){\n    if(!root || root.dataset.masscoFilterReady==='1') return;\n    root.dataset.masscoFilterReady='1';\n    var input=root.querySelector('.massco-table-search');\n    var table=root.querySelector('table');\n    if(!input || !table || !table.tBodies || !table.tBodies.length) return;\n    var rows=Array.prototype.slice.call(table.tBodies[0].rows || []);\n    input.addEventListener('input',function(){\n      var q=(input.value||'').toLowerCase().trim();\n      rows.forEach(function(row){\n        row.style.display=(!q || (row.textContent||'').toLowerCase().indexOf(q)\u003e-1)?'':'none';\n      });\n    });\n  }\n  function boot(){\n    document.querySelectorAll('.massco-parent-desc').forEach(initMasscoTable);\n  }\n  if(document.readyState==='loading') document.addEventListener('DOMContentLoaded',boot); else boot();\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Ballymore Company","offers":[{"title":"Default Title","offer_id":46737123016903,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0306\/2543\/1611\/files\/1000x1000_e904e231-48f2-4d11-9563-9a557aba065e.jpg?v=1783422952","url":"https:\/\/masscoind.com\/products\/ballymore-s-powered-portable-loading-dock","provider":"Massco Industries, LLC.","version":"1.0","type":"link"}