{"title":"5 Tier Basket Wire Shelf Truck Units","description":"","products":[{"product_id":"18-deep-x-24-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"18\" Deep x 24\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 24\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-182460-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$316.23\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758272169\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-24-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758272169); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758272169, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 24\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-182469-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$328.30\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758304937\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-24-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758304937); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758304937, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 24\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-182480-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$340.38\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758337705\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-24-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758337705); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758337705, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 24\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-182492-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$352.45\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758370473\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-24-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758370473); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758370473, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e2400 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e18\" Deep x 24\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs or 2400 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60'' \/ 1200 lbs","offer_id":45816758272169,"sku":"MUDBK5-182460-C","price":316.23,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816758304937,"sku":"MUDBK5-182469-C","price":328.3,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816758337705,"sku":"MUDBK5-182480-C","price":340.38,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 2400 lbs","offer_id":45816758370473,"sku":"MUDBK5-182492-C","price":352.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile.jpg?v=1747431891"},{"product_id":"18-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"18\" Deep x 36\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 36\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-183660-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$397.72\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758534313\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758534313); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758534313, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 36\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-183669-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$409.79\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758567081\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758567081); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758567081, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 36\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-183680-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$421.87\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758599849\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758599849); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758599849, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 36\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-183692-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$433.94\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758632617\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758632617); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758632617, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e1200 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e18\" Deep x 36\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60'' \/ 1200 lbs","offer_id":45816758534313,"sku":"MUDBK5-183660-C","price":397.72,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816758567081,"sku":"MUDBK5-183669-C","price":409.79,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816758599849,"sku":"MUDBK5-183680-C","price":421.87,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816758632617,"sku":"MUDBK5-183692-C","price":433.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_5e7bfa37-1767-4a83-9c32-17d7e8f0b4fe.jpg?v=1747431898"},{"product_id":"18-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"18\" Deep x 48\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 48\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-184860-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$557.68\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758960297\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758960297); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758960297, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 48\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-184869-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$571.92\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816758993065\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816758993065); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816758993065, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 48\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-184880-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$586.18\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759025833\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759025833); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759025833, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 48\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-184892-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$600.42\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759058601\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759058601); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759058601, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e1200 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e18\" Deep x 48\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60'' \/ 1200 lbs","offer_id":45816758960297,"sku":"MUDBK5-184860-C","price":557.68,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816758993065,"sku":"MUDBK5-184869-C","price":571.92,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816759025833,"sku":"MUDBK5-184880-C","price":586.18,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816759058601,"sku":"MUDBK5-184892-C","price":600.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_be2c6c5d-3f3e-40cd-9a5d-fc5621103309.jpg?v=1747431904"},{"product_id":"18-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"18\" Deep x 60\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 60\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-186060-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$899.50\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759287977\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759287977); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759287977, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 60\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-186069-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$918.79\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759320745\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759320745); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759320745, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 60\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-186080-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$938.09\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759353513\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759353513); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759353513, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e18\" Deep x 60\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-186092-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$957.40\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759386281\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('18-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759386281); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759386281, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e1200 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e18\" Deep x 60\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60\" \/ 1200 lbs","offer_id":45816759287977,"sku":"MUDBK5-186060-C","price":899.5,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816759320745,"sku":"MUDBK5-186069-C","price":918.79,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816759353513,"sku":"MUDBK5-186080-C","price":938.09,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816759386281,"sku":"MUDBK5-186092-C","price":957.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_6e27389a-387d-4f67-8d3b-f16f80fb8ae2.jpg?v=1747431911"},{"product_id":"24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"24\" Deep x 36\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-243660-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$188.50\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759943337\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759943337); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759943337, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-243669-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$184.95\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816759976105\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816759976105); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816759976105, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eSU5-243669-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$240.85\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870101135529\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870101135529); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870101135529, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-243680-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$213.06\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760008873\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760008873); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760008873, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eSU5-243680-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$253.12\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870101168297\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870101168297); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870101168297, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-243692-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$232.04\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760041641\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760041641); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760041641, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eSU5-243692-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$260.98\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870101201065\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-36-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870101201065); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870101201065, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e2400 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e24\" Deep x 36\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs or 2400 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60'' \/ 1200 lbs","offer_id":45816759943337,"sku":"MUDBK5-243660-C","price":188.5,"currency_code":"USD","in_stock":true},{"title":"60'' \/ 2400 lbs","offer_id":45870101102761,"sku":null,"price":233.63,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816759976105,"sku":"MUDBK5-243669-C","price":184.95,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 2400 lbs","offer_id":45870101135529,"sku":"SU5-243669-C","price":240.85,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816760008873,"sku":"MUDBK5-243680-C","price":213.06,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 2400 lbs","offer_id":45870101168297,"sku":"SU5-243680-C","price":253.12,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816760041641,"sku":"MUDBK5-243692-C","price":232.04,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 2400 lbs","offer_id":45870101201065,"sku":"SU5-243692-C","price":260.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_9928e2e8-ae99-4eb7-a0b4-9b660b6d366e.jpg?v=1747431924"},{"product_id":"24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"24\" Deep x 48\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-244860-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$659.38\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760205481\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760205481); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760205481, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-244860-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$659.38\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870085832873\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870085832873); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870085832873, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-244869-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$673.63\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760238249\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760238249); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760238249, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-244869-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$673.63\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870085865641\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870085865641); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870085865641, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-244880-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$687.88\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760271017\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760271017); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760271017, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-244880-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$687.88\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870085898409\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870085898409); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870085898409, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-244892-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$702.12\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816760303785\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816760303785); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816760303785, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-244892-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$702.12\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870085931177\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-48-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870085931177); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870085931177, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e2400 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e24\" Deep x 48\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs or 2400 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60\" \/ 1200 lbs","offer_id":45816760205481,"sku":"MUDBK5-244860-C","price":659.38,"currency_code":"USD","in_stock":true},{"title":"60\" \/ 2400 lbs","offer_id":45870085832873,"sku":"MUD5-244860-C","price":659.38,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816760238249,"sku":"MUDBK5-244869-C","price":673.63,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 2400 lbs","offer_id":45870085865641,"sku":"MUD5-244869-C","price":673.63,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816760271017,"sku":"MUDBK5-244880-C","price":687.88,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 2400 lbs","offer_id":45870085898409,"sku":"MUD5-244880-C","price":687.88,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816760303785,"sku":"MUDBK5-244892-C","price":702.12,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 2400 lbs","offer_id":45870085931177,"sku":"MUD5-244892-C","price":702.12,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_d5895a72-7ad8-4482-82e4-3925044f5492.jpg?v=1747431930"},{"product_id":"24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck","title":"24\" Deep x 60\" Wide 5 Tier Chrome Mobile Deep Basket Unit","description":"\u003cscript\u003e\nfunction openTab(evt, tabName) {\n  var i, tabcontent, tablinks;\n  tabcontent = document.getElementsByClassName(\"tabcontent\");\n  for (i = 0; i \u003c tabcontent.length; i++) {\n    tabcontent[i].style.display = \"none\";\n  }\n  tablinks = document.getElementsByClassName(\"tablinks\");\n  for (i = 0; i \u003c tablinks.length; i++) {\n    tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n  }\n  document.getElementById(tabName).style.display = \"block\";\n  evt.currentTarget.className += \" active\";\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n  document.querySelector('.tablinks').click();\n});\n\nfunction selectVariant(handle, variantId) {\n  window.location.href = '\/products\/' + handle + '?variant=' + variantId;\n}\n\nfunction addToCart(variantId, element) {\n  const originalText = element.textContent;\n  element.textContent = 'Adding...';\n  element.style.pointerEvents = 'none';\n  \n  \/\/ Get quantity from dropdown\n  const qtySelect = document.getElementById('qty-' + variantId);\n  const quantity = qtySelect ? parseInt(qtySelect.value) : 1;\n  \n  fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: { 'Content-Type': 'application\/json' },\n    body: JSON.stringify({ id: variantId, quantity: quantity })\n  })\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    element.textContent = '✓ Added!';\n    element.style.backgroundColor = '#10b981';\n    \n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  })\n  .catch(error =\u003e {\n    element.textContent = 'Error';\n    element.style.backgroundColor = '#dc2626';\n    setTimeout(() =\u003e {\n      element.textContent = originalText;\n      element.style.pointerEvents = 'auto';\n      element.style.backgroundColor = '#059669';\n    }, 2000);\n  });\n  return false;\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n.tab {\n  overflow: hidden;\n  border-bottom: 3px solid #007acc;\n  background-color: #f8f9fa;\n  margin-bottom: 25px;\n  border-radius: 8px 8px 0 0;\n}\n.tab a {\n  background-color: #f8f9fa;\n  color: #495057;\n  float: left;\n  border: none;\n  outline: none;\n  cursor: pointer;\n  padding: 16px 28px;\n  transition: all 0.3s ease;\n  font-size: 16px;\n  font-weight: 600;\n  border-right: 1px solid #dee2e6;\n  text-decoration: none;\n  display: inline-block;\n}\n.tab a:hover {\n  background-color: #e9ecef;\n  color: #007acc;\n}\n.tab a.active {\n  background-color: #007acc;\n  color: white;\n}\n.tabcontent {\n  display: none;\n  padding: 25px 20px;\n  background-color: white;\n}\n.add-to-cart-link {\n  background-color: #059669;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 6px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 14px;\n  text-decoration: none;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.add-to-cart-link:hover {\n  background-color: #047857;\n  transform: translateY(-1px);\n}\n.view-link {\n  color: #007acc;\n  text-decoration: none;\n  font-weight: 600;\n  padding: 8px 16px;\n  border: 2px solid #007acc;\n  border-radius: 6px;\n  display: inline-block;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n.view-link:hover {\n  background-color: #007acc;\n  color: white;\n  transform: translateY(-1px);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 25px 0;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  border-radius: 8px;\n  overflow: hidden;\n}\nth {\n  background-color: #007acc;\n  color: white;\n  padding: 12px 16px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 14px;\n  border: 1px solid #0066aa;\n  white-space: nowrap;\n}\ntd {\n  padding: 12px 16px;\n  border: 1px solid #dee2e6;\n  font-size: 14px;\n  color: #2c3e50 !important;\n  white-space: nowrap;\n}\ntr:nth-child(even) {\n  background-color: #f5f5f5;\n}\ntr:nth-child(odd) {\n  background-color: #ffffff;\n}\ntr:hover {\n  background-color: #e3f2fd;\n}\n.price {\n  color: #28a745 !important;\n  font-weight: 700;\n  font-size: 16px;\n}\n.spec-callout-container {\n  display: flex;\n  gap: 20px;\n  margin: 30px 0;\n  flex-wrap: wrap;\n}\n.spec-callout {\n  flex: 1;\n  min-width: 200px;\n  padding: 30px 20px;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.spec-callout::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n  pointer-events: none;\n}\n.spec-callout-blue {\n  background: linear-gradient(135deg, #0077cc 0%, #005299 100%);\n  color: white;\n}\n.spec-callout-green {\n  background: linear-gradient(135deg, #059669 0%, #047857 100%);\n  color: white;\n}\n.spec-callout-gray {\n  background: linear-gradient(135deg, #475569 0%, #334155 100%);\n  color: white;\n}\n.spec-callout-icon {\n  font-size: 48px;\n  margin-bottom: 12px;\n  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.spec-callout-title {\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.95;\n}\n.spec-callout-value {\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.2;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tab\"\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'description'); return false;\"\u003eDescription\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'sizes'); return false;\"\u003eSizes \u0026amp; Pricing\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'specifications'); return false;\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#\" class=\"tablinks\" onclick=\"openTab(event, 'assembly'); return false;\"\u003eAssembly\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tabcontent\"\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003eHeavy duty mobile deep basket wire shelving for secure storage of odd-shaped items that would typically roll off or are too bulky for traditional wire shelves. Deep wire baskets with drop fronts and sloped sides provide easy access while containing items securely. Open wire construction allows quick visual inspection and air circulation. Polyurethane casters make cleaning and transportation easy. Built with heavy duty chrome wire mesh for lasting durability.\u003c\/p\u003e\n\u003cul style=\"color: #2c3e50; line-height: 1.8; font-size: 15px; margin: 20px 0; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep Wire Baskets:\u003c\/strong\u003e 5 spacious deep baskets keep bulky items contained and organized\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Access:\u003c\/strong\u003e Drop front and sloped sides for quick loading and unloading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Construction:\u003c\/strong\u003e Chrome plated steel frame for lasting commercial use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Mobility:\u003c\/strong\u003e Rolls on polyurethane casters (2 with brakes) for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Storage:\u003c\/strong\u003e Perfect for sports equipment, linens, bulk supplies, and irregularly shaped items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable:\u003c\/strong\u003e Basket shelves adjustable at 1\" increments\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Tool Assembly:\u003c\/strong\u003e Quick and easy setup with no tools required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #2c3e50; line-height: 1.8; font-size: 15px;\"\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e Retail stockrooms, healthcare supply rooms, hospitality linen storage, warehouse organization, sports equipment rooms, and any environment requiring mobile basket storage.\u003c\/p\u003e\n\u003cp style=\"color: #007acc; line-height: 1.8; font-size: 16px; font-weight: 600;\"\u003eProfessional deep basket storage that combines containment with complete mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"sizes\" class=\"tabcontent\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSize\u003c\/th\u003e\n        \u003cth\u003eUnit Load Capacity\u003c\/th\u003e\n        \u003cth\u003eModel #\u003c\/th\u003e\n        \u003cth\u003ePrice\u003c\/th\u003e\n        \u003cth\u003eQty\u003c\/th\u003e\n        \u003cth\u003eView\u003c\/th\u003e\n        \u003cth\u003eAdd to Cart\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e60\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-246060-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1056.44\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816761122985\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816761122985); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816761122985, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 60\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-246060-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1056.44\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870081867945\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870081867945); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870081867945, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e69\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-246069-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1075.74\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816761155753\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816761155753); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816761155753, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 69\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-246069-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1075.74\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870081900713\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870081900713); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870081900713, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e80\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-246080-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1095.04\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816761188521\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816761188521); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816761188521, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 80\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-246080-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1095.04\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870081933481\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870081933481); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870081933481, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd colspan=\"7\" style=\"padding: 12px; background-color: #007acc; color: white; font-weight: 700; font-size: 14px; text-align: left;\"\u003e92\" HEIGHT OPTIONS\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e1200 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUDBK5-246092-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1114.34\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45816761221289\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45816761221289); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45816761221289, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide x 92\" High\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003e2400 lbs\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #2c3e50 !important;\"\u003eMUD5-246092-C\u003c\/td\u003e\n        \u003ctd class=\"price\" style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap; color: #28a745 !important; font-weight: 700;\"\u003e$1114.34\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\n          \u003cselect id=\"qty-45870081966249\" style=\"padding: 8px; border: 1px solid #dee2e6; border-radius: 4px; background-color: white; cursor: pointer;\"\u003e\n            \u003coption value=\"1\"\u003e1\u003c\/option\u003e\n            \u003coption value=\"2\"\u003e2\u003c\/option\u003e\n            \u003coption value=\"3\"\u003e3\u003c\/option\u003e\n            \u003coption value=\"4\"\u003e4\u003c\/option\u003e\n            \u003coption value=\"5\"\u003e5\u003c\/option\u003e\n            \u003coption value=\"6\"\u003e6\u003c\/option\u003e\n            \u003coption value=\"7\"\u003e7\u003c\/option\u003e\n            \u003coption value=\"8\"\u003e8\u003c\/option\u003e\n            \u003coption value=\"9\"\u003e9\u003c\/option\u003e\n            \u003coption value=\"10\"\u003e10\u003c\/option\u003e\n          \u003c\/select\u003e\n        \u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"selectVariant('24-deep-x-60-wide-x-60-high-5-tier-chrome-deep-basket-shelf-truck', 45870081966249); return false;\" class=\"view-link\"\u003eView\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; white-space: nowrap;\"\u003e\u003ca href=\"#\" onclick=\"return addToCart(45870081966249, this);\" class=\"add-to-cart-link\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"specifications\" class=\"tabcontent\"\u003e\n  \u003cdiv class=\"spec-callout-container\"\u003e\n    \u003cdiv class=\"spec-callout spec-callout-blue\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e✓\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eNSF Certified\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003eFood Safe\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-green\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e★\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eWarranty\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e5 Years\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-callout spec-callout-gray\"\u003e\n      \u003cdiv class=\"spec-callout-icon\"\u003e▲\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-title\"\u003eMax Load\u003c\/div\u003e\n      \u003cdiv class=\"spec-callout-value\"\u003e2400 lbs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eOverall Dimensions\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e24\" Deep x 60\" Wide\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAvailable Heights\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e60\", 69\", 80\", 92\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eNumber of Shelves\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5 chrome deep wire baskets, Adjustable at 1\" increments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eLoad Capacity\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e1200 lbs or 2400 lbs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eElectroplated nickel chrome over carbon steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCasters\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e4 polyurethane casters (2 with brakes)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eCertification\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eNSF Certified, ISO 9001 Registered Manufacturing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #e8f4fc !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eAssembly\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003eAssembles easily without tools\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background: #ffffff !important;\"\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; font-weight: 600; color: #2c3e50 !important;\"\u003eWarranty\u003c\/td\u003e\n        \u003ctd style=\"padding: 12px; border: 1px solid #dee2e6; color: #2c3e50 !important;\"\u003e5-year limited warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"assembly\" class=\"tabcontent\"\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px;\"\u003e\n    Assembly is quick and easy - no tools required! Simply slide the basket shelves onto the posts at your desired heights and secure with the included split sleeves.\n  \u003c\/p\u003e\n  \u003cp style=\"color: #2c3e50 !important; line-height: 1.8; font-size: 15px; margin-top: 15px;\"\u003e\n    For detailed instructions, please download our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/Wire_Shelving_Assembly_1.pdf?v=1743176340\" target=\"_blank\" style=\"color: #007acc; font-weight: 600; text-decoration: none;\"\u003eAssembly Guide (PDF)\u003c\/a\u003e.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Omega Products Corporation","offers":[{"title":"60'' \/ 1200 lbs","offer_id":45816761122985,"sku":"MUDBK5-246060-C","price":1056.44,"currency_code":"USD","in_stock":true},{"title":"60'' \/ 2400 lbs","offer_id":45870081867945,"sku":"MUD5-246060-C","price":1056.44,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 1200 lbs","offer_id":45816761155753,"sku":"MUDBK5-246069-C","price":1075.74,"currency_code":"USD","in_stock":true},{"title":"69\" \/ 2400 lbs","offer_id":45870081900713,"sku":"MUD5-246069-C","price":1075.74,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 1200 lbs","offer_id":45816761188521,"sku":"MUDBK5-246080-C","price":1095.04,"currency_code":"USD","in_stock":true},{"title":"80\" \/ 2400 lbs","offer_id":45870081933481,"sku":"MUD5-246080-C","price":1095.04,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 1200 lbs","offer_id":45816761221289,"sku":"MUDBK5-246092-C","price":1114.34,"currency_code":"USD","in_stock":true},{"title":"92\" \/ 2400 lbs","offer_id":45870081966249,"sku":"MUD5-246092-C","price":1114.34,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/files\/5_tier_chrome_basket_unit_mobile_9fb0f29c-c83a-4490-9fef-b2866fd62674.jpg?v=1747431937"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/2746\/3337\/collections\/2_7e3782f0-6522-4687-a205-3d1f33b71db9.jpg?v=1747428973","url":"https:\/\/precisiontools.com\/collections\/5-tier-basket-wire-shelf-truck-units.oembed","provider":"Omega Products Corporation","version":"1.0","type":"link"}