{"title":"Extreme Duty Casters — 10,000 to 40,000 lb Per Caster | CasterHQ","description":"\u003cstyle\u003e\n\/* Core reset - apply max-width to all major sections *\/.chq-hero, .chq-stats, .chq-choose, .chq-trust, .chq-card, .chq-rel, .chq-cta, .chq-updated { max-width: 900px; margin-left: auto; margin-right: auto; box-sizing: border-box;}\/* General resets *\/* { margin: 0; padding: 0; box-sizing: border-box; }body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; background: #f5f5f5; color: #1a1a1a; line-height: 1.65; -webkit-font-smoothing: antialiased;}\/* SCROLL REVEAL - visible by default, no JS animation *\/.chq-reveal { opacity: 1; transform: translateY(0); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);}.chq-reveal-d1 { transition-delay: 0.1s; }.chq-reveal-d2 { transition-delay: 0.2s; }.chq-reveal-d3 { transition-delay: 0.3s; }.chq-reveal-d4 { transition-delay: 0.4s; }\/* HERO *\/.chq-hero { position: relative; background: linear-gradient(135deg, #f0fafa 0%, #e8f4f4 50%, #f5fffe 100%); border-radius: 20px; padding: 32px 36px; margin-bottom: 20px; overflow: hidden; transition: border-color 0.4s ease, box-shadow 0.4s ease; border: 1px solid rgba(1, 99, 103, 0.08);}.chq-hero:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 8px 40px rgba(1, 99, 103, 0.08);}.chq-hero::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #016367, #01a3a9, #4fd1c5, #01a3a9, #016367); background-size: 300% 100%; animation: chqShimmer 4s linear infinite;}@keyframes chqShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; }}.chq-hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(1, 99, 103, 0.04) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none;}.chq-hero-badge { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; background: rgba(1, 99, 103, 0.08); border: 1px solid rgba(1, 99, 103, 0.15); border-radius: 20px; font-size: 11.5px; font-weight: 600; color: #016367; letter-spacing: 0.3px; text-transform: uppercase; margin-bottom: 16px;}.chq-hero-badge svg { flex-shrink: 0; }.chq-hero p { position: relative; z-index: 1; font-size: 15.5px; color: #2d3748; line-height: 1.7;}.chq-hero strong { color: #016367; font-weight: 700; }\/* AUTHOR *\/.chq-author-section { display: flex; align-items: center; gap: 14px; max-width: 900px; margin: 0 auto 20px; padding: 16px 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; transition: border-color 0.3s ease, box-shadow 0.3s ease;}.chq-author-section:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06);}.chq-author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-weight: 700; flex-shrink: 0;}.chq-author-name { font-size: 14px; font-weight: 600; color: #1a1a1a; }.chq-author-title { font-size: 12.5px; color: #6b7280; }.chq-author-inventory { font-size: 11.5px; color: #016367; font-weight: 500; }\/* STATS *\/.chq-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px;}@media (max-width: 640px) { .chq-stats { grid-template-columns: 1fr; } }.chq-stat { position: relative; text-align: center; padding: 20px 16px; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);}.chq-stat:hover { border-color: rgba(1, 99, 103, 0.25); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(1, 99, 103, 0.08);}.chq-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; transform: scaleX(0); transition: transform 0.4s ease; border-radius: 3px;}.chq-stat:hover::before { transform: scaleX(1); }.chq-stat:nth-child(1)::before { background: linear-gradient(90deg, #016367, #01a3a9); }.chq-stat:nth-child(2)::before { background: linear-gradient(90deg, #2563eb, #3b82f6); }.chq-stat:nth-child(3)::before { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }.chq-stat-num { font-size: 32px; font-weight: 800; line-height: 1; background: linear-gradient(135deg, #016367, #01a3a9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px;}.chq-stat:nth-child(2) .chq-stat-num { background: linear-gradient(135deg, #2563eb, #3b82f6); -webkit-background-clip: text; background-clip: text;}.chq-stat:nth-child(3) .chq-stat-num { background: linear-gradient(135deg, #7c3aed, #8b5cf6); -webkit-background-clip: text; background-clip: text;}.chq-stat-label { font-size: 12.5px; color: #6b7280; font-weight: 500; }\/* CHOOSE *\/.chq-choose { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px 28px; margin-bottom: 20px; transition: all 0.3s ease;}.chq-choose:hover { border-color: rgba(1, 99, 103, 0.25); box-shadow: 0 8px 40px rgba(1, 99, 103, 0.06);}.chq-choose-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px;}.chq-choose-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, box-shadow 0.3s ease;}.chq-choose:hover .chq-choose-icon { transform: scale(1.1) rotate(-3deg); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.25);}.chq-choose-title { font-size: 15px; font-weight: 700; color: #016367; }.chq-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none;}@media (max-width: 640px) { .chq-checklist { grid-template-columns: 1fr; } }.chq-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; padding: 10px 14px; border-radius: 10px; background: #fafbfc; border: 1px solid transparent; transition: all 0.3s ease;}.chq-checklist li:hover { background: #f0fafa; border-color: rgba(1, 99, 103, 0.12); transform: translateX(4px);}.chq-check { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898e); transition: transform 0.3s ease, box-shadow 0.3s ease; color: #fff;}.chq-checklist li:hover .chq-check { transform: scale(1.2); box-shadow: 0 0 0 4px rgba(1, 99, 103, 0.1); }.chq-checklist li strong { color: #1a1a1a; font-weight: 600; }\/* TRUST STRIP *\/.chq-trust { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 16px 20px; margin-bottom: 24px; font-size: 13px; color: #6b7280;}.chq-trust-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; font-weight: 500; color: #374151; font-size: 12.5px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.chq-trust-pill:hover { border-color: #016367; color: #016367; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.12);}.chq-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01a3a9); transition: transform 0.3s ease;}.chq-trust-pill:hover .chq-trust-dot { transform: scale(1.5); }\/* SUBCATEGORY GRID *\/.chq-subcat-section { max-width: 900px; margin: 0 auto 24px;}.chq-subcat-label { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #016367; margin-bottom: 12px; text-align: center;}\/* CARDS SECTION *\/.chq-cards-section { max-width: 900px; margin: 0 auto 16px;}.chq-section-label { display: flex; align-items: center; gap: 10px; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #9ca3af; margin-bottom: 12px; padding: 0 4px;}.chq-section-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, #e5e7eb, transparent);}.chq-card { position: relative; margin: 0 0 8px; border-radius: 14px; background: #fff; border: 1px solid #e5e7eb; overflow: hidden; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); max-width: 900px; margin-left: auto; margin-right: auto;}.chq-card::before { content: ''; position: absolute; inset: -1px; border-radius: 15px; padding: 1px; background: linear-gradient(135deg, transparent, rgba(1, 99, 103, 0.3), transparent); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; z-index: 1;}.chq-card:hover::before { opacity: 1; }.chq-card:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06), 0 12px 40px rgba(1, 99, 103, 0.04); transform: translateY(-2px);}.chq-card[open] { border-color: rgba(1, 99, 103, 0.25); box-shadow: 0 8px 32px rgba(1, 99, 103, 0.08);}.chq-card[open]::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 3px; z-index: 2; border-radius: 3px 0 0 3px;}.chq-card:nth-child(2)[open]::after { background: linear-gradient(180deg, #016367, #01a3a9); }.chq-card:nth-child(3)[open]::after { background: linear-gradient(180deg, #016367, #01898e); }.chq-card:nth-child(4)[open]::after { background: linear-gradient(180deg, #0e7c6b, #12a18a); }.chq-card:nth-child(5)[open]::after { background: linear-gradient(180deg, #2563eb, #3b82f6); }.chq-card:nth-child(6)[open]::after { background: linear-gradient(180deg, #7c3aed, #8b5cf6); }.chq-card:nth-child(7)[open]::after { background: linear-gradient(180deg, #d97706, #f59e0b); }.chq-card summary { position: relative; z-index: 1; padding: 16px 22px; font-size: 14.5px; font-weight: 600; color: #1a1a1a; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 14px; transition: background 0.3s ease; user-select: none; border-radius: 14px;}.chq-card summary::-webkit-details-marker { display: none; }.chq-card summary:hover { background: rgba(1, 99, 103, 0.02); }.chq-card[open] summary { background: linear-gradient(135deg, #f8fffe, #f0fafa); border-bottom: 1px solid rgba(1, 99, 103, 0.1); border-radius: 14px 14px 0 0;}.chq-ci { position: relative; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden;}.chq-card:hover .chq-ci { transform: scale(1.08); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.2); }.chq-card[open] .chq-ci { transform: scale(1.12); }.chq-ci svg { width: 18px; height: 18px; position: relative; z-index: 1; }.chq-card[open] .chq-ci-specs svg { animation: chqSpin 0.6s ease; }.chq-card[open] .chq-ci-compat svg { animation: chqPulse 0.5s ease; }.chq-card[open] .chq-ci-compare svg { animation: chqBarsGrow 0.5s ease; }.chq-card[open] .chq-ci-tips svg { animation: chqFlipIn 0.5s ease; }.chq-card[open] .chq-ci-faq svg { animation: chqBounce 0.5s ease; }@keyframes chqSpin { from { transform: rotate(0deg); } to { transform: rotate(180deg); } }@keyframes chqPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }@keyframes chqBarsGrow { from { transform: scaleY(0.5); } to { transform: scaleY(1); } }@keyframes chqFlipIn { from { transform: rotateY(90deg); } to { transform: rotateY(0); } }@keyframes chqBounce { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-4px); } }.chq-ci-specs { background: linear-gradient(135deg, #016367, #01898e); }.chq-ci-compat { background: linear-gradient(135deg, #0e7c6b, #12a18a); }.chq-ci-compare { background: linear-gradient(135deg, #2563eb, #3b82f6); }.chq-ci-tips { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }.chq-ci-faq { background: linear-gradient(135deg, #d97706, #f59e0b); }.chq-ci::after { content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; opacity: 0; transition: opacity 0.4s ease; pointer-events: none;}.chq-ci-specs::after { background: radial-gradient(circle, rgba(1, 99, 103, 0.3) 0%, transparent 70%); }.chq-ci-compat::after { background: radial-gradient(circle, rgba(14, 124, 107, 0.3) 0%, transparent 70%); }.chq-ci-compare::after { background: radial-gradient(circle, rgba(37, 99, 235, 0.2) 0%, transparent 70%); }.chq-ci-tips::after { background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, transparent 70%); }.chq-ci-faq::after { background: radial-gradient(circle, rgba(217, 119, 6, 0.2) 0%, transparent 70%); }.chq-card:hover .chq-ci::after { opacity: 1; }.chq-ct-wrap { flex: 1; }.chq-ct { display: block; font-size: 14.5px; font-weight: 600; color: #1a1a1a; transition: color 0.3s ease;}.chq-card:hover .chq-ct { color: #016367; }.chq-ct-sub { display: block; font-size: 12px; color: #9ca3af; font-weight: 400; margin-top: 2px; transition: color 0.3s ease;}.chq-card:hover .chq-ct-sub { color: #6b7280; }.chq-chev { width: 22px; height: 22px; flex-shrink: 0; color: #cbd5e1; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);}.chq-card:hover .chq-chev { color: #016367; transform: translateY(2px); }.chq-card[open] .chq-chev { transform: rotate(180deg); color: #016367; }.chq-cbody { padding: 20px 22px; font-size: 14px; color: #374151; line-height: 1.7; animation: chqSlideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);}@keyframes chqSlideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); }}\/* PRO TIP *\/.chq-protip { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; margin-top: 12px; background: linear-gradient(135deg, #f0fafa, #f8fffe); border: 1px solid rgba(1, 99, 103, 0.12); border-radius: 10px; transition: all 0.3s ease;}.chq-protip:hover { border-color: rgba(1, 99, 103, 0.3); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06);}.chq-protip-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff;}.chq-protip-text { font-size: 13px; color: #374151; line-height: 1.6;}.chq-protip-text strong { color: #016367; }.chq-protip-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #016367; margin-bottom: 2px;}\/* SPEC GRID *\/.chq-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #e5e7eb; border-radius: 10px; overflow: hidden;}@media (max-width: 640px) { .chq-spec-grid { grid-template-columns: 1fr; } }.chq-spec-cell { background: #fff; padding: 14px 16px; display: flex; flex-direction: column; gap: 4px;}.chq-spec-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #9ca3af;}.chq-spec-value { font-size: 14.5px; font-weight: 700; color: #1a1a1a;}.chq-spec-value .chq-num { background: linear-gradient(135deg, #016367, #01898e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}\/* COMPARE TABLE *\/.chq-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 10px; overflow: hidden; border: 1px solid #e5e7eb;}.chq-compare-table th { padding: 12px 16px; text-align: left; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #6b7280; background: #f9fafb; border-bottom: 1px solid #e5e7eb;}.chq-compare-table th.chq-winner { color: #016367; background: linear-gradient(135deg, #f0fafa, #f8fffe);}.chq-compare-table td { padding: 12px 16px; font-size: 13.5px; color: #374151; border-bottom: 1px solid #f3f4f6; transition: all 0.25s ease;}.chq-compare-table tr:hover td { background: #fafbfc; }.chq-compare-table td:first-child { font-weight: 600; color: #1a1a1a; font-size: 13px;}.chq-win { color: #016367; font-weight: 700;}.chq-tag-green, .chq-tag-blue, .chq-tag-amber { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 11.5px; font-weight: 600;}.chq-tag-green { background: #ecfdf5; color: #059669; }.chq-tag-blue { background: #eff6ff; color: #2563eb; }.chq-tag-amber { background: #fffbeb; color: #d97706; }.chq-bar-wrap { display: flex; align-items: center; gap: 8px; margin-top: 4px;}.chq-bar { height: 4px; border-radius: 4px; transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1); width: var(--bar-w, 0);}.chq-bar-teal { background: linear-gradient(90deg, #016367, #01a3a9); }.chq-bar-gray { background: linear-gradient(90deg, #d1d5db, #9ca3af); }\/* COMPAT GRID *\/.chq-compat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px;}@media (max-width: 640px) { .chq-compat-grid { grid-template-columns: 1fr; } }.chq-compat-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 10px; background: #fafbfc; border: 1px solid #f3f4f6; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.chq-compat-item:hover { background: #f0fafa; border-color: rgba(1, 99, 103, 0.15); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.06);}.chq-compat-item svg { flex-shrink: 0; width: 20px; height: 20px; color: #016367;}.chq-compat-name { font-size: 13.5px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }.chq-compat-desc { font-size: 12.5px; color: #6b7280; line-height: 1.5; }\/* TIPS *\/.chq-tips-list { list-style: none; display: flex; flex-direction: column; gap: 12px;}.chq-tip { display: flex; gap: 14px; padding: 14px 16px; border-radius: 10px; background: #fafbfc; border: 1px solid #f3f4f6; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden;}.chq-tip::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(124, 58, 237, 0.03) 0%, rgba(139, 92, 246, 0.06) 100%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none;}.chq-tip:hover::before { opacity: 1; }.chq-tip:hover { border-color: rgba(124, 58, 237, 0.15); transform: translateX(6px); box-shadow: -4px 0 0 0 #7c3aed, 0 4px 16px rgba(124, 58, 237, 0.06);}.chq-tip-num { position: relative; z-index: 1; width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #7c3aed, #8b5cf6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; flex-shrink: 0; box-shadow: 0 2px 8px rgba(124, 58, 237, 0.2);}.chq-tip-text { position: relative; z-index: 1; font-size: 13.5px; color: #374151; line-height: 1.65;}.chq-tip-text strong { color: #1a1a1a; }\/* FAQ *\/.chq-faq-item { padding: 14px 0; border-bottom: 1px solid #f3f4f6; transition: all 0.3s ease;}.chq-faq-item:hover { padding-left: 6px; }.chq-faq-item:last-child { border-bottom: none; padding-bottom: 0; }.chq-faq-item:first-child { padding-top: 0; }.chq-faq-q { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; display: flex; align-items: flex-start; gap: 8px;}.chq-faq-q::before { content: 'Q'; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #d97706, #f59e0b); color: #fff; font-size: 11px; font-weight: 700; flex-shrink: 0; transition: transform 0.3s ease;}.chq-faq-item:hover .chq-faq-q::before { transform: scale(1.15) rotate(-5deg); }.chq-faq-a { font-size: 13.5px; color: #4b5563; padding-left: 30px; line-height: 1.7;}\/* RELATED *\/.chq-rel { padding: 20px 0; text-align: center;}.chq-rel-label { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #9ca3af; margin-bottom: 12px;}.chq-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;}.chq-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border-radius: 24px; font-size: 13px; font-weight: 500; color: #374151; background: #fff; border: 1px solid #e5e7eb; text-decoration: none; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden;}.chq-pill::after { content: ''; position: absolute; top: 0; left: -100%; bottom: 0; width: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent); transition: left 0.6s ease; pointer-events: none;}.chq-pill:hover::after { left: 100%; }.chq-pill:hover { color: #fff; background: linear-gradient(135deg, #016367, #01898e); border-color: #016367; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(1, 99, 103, 0.25);}.chq-pill svg { width: 14px; height: 14px; opacity: 0; transform: translateX(-6px); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);}.chq-pill:hover svg { opacity: 1; transform: translateX(0); }\/* CTA BANNER *\/.chq-cta { margin-top: 28px; padding: 28px 36px; background: linear-gradient(135deg, #016367 0%, #01898e 50%, #016367 100%); background-size: 200% 200%; animation: chqGrad 6s ease infinite; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; overflow: hidden;}@keyframes chqGrad { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }@media (max-width: 768px) { .chq-cta { flex-direction: column; text-align: center; padding: 24px 20px; } }.chq-cta::before, .chq-cta-orb { position: absolute; border-radius: 50%; pointer-events: none; background: rgba(255, 255, 255, 0.06);}.chq-cta::before { content: ''; top: -50%; right: -15%; width: 280px; height: 280px; animation: chqFloat 8s ease-in-out infinite;}.chq-cta-orb { bottom: -70%; left: 8%; width: 220px; height: 220px; animation: chqFloat 8s ease-in-out infinite reverse;}@keyframes chqFloat { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(10px, -10px); }}.chq-cta-text { position: relative; z-index: 1;}.chq-cta-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }.chq-cta-sub { font-size: 13.5px; color: rgba(255, 255, 255, 0.85); }.chq-cta-quote { font-size: 12.5px; color: rgba(255, 255, 255, 0.7); font-style: italic; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.15);}.chq-cta-quote strong { color: rgba(255, 255, 255, 0.9); font-style: normal; }.chq-cta-right { position: relative; z-index: 1; text-align: right; flex-shrink: 0;}.chq-cta-avail { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.9); margin-bottom: 8px; justify-content: flex-end;}.chq-live { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: chqPulseGlow 2s ease infinite;}@keyframes chqPulseGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5); } 50% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }}.chq-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: #fff; color: #016367; font-size: 14px; font-weight: 600; border-radius: 10px; text-decoration: none; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.chq-cta-btn:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);}.chq-cta-btn svg { transition: transform 0.3s ease; }.chq-cta-btn:hover svg { transform: rotate(15deg) scale(1.1); }\/* UPDATED *\/.chq-updated { text-align: center; padding: 20px 0 0; margin-top: 24px; font-size: 11.5px; color: #9ca3af; border-top: 1px solid #f3f4f6;}.chq-updated svg { vertical-align: -2px; margin-right: 4px; }\n\/* V3.4 ADDITIONS *\/\n.chq-fact-check{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#6b7280;margin-top:4px}\n.chq-fact-check svg{width:14px;height:14px;color:#059669;flex-shrink:0}\n.chq-answer-block{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 36px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-answer-block:hover{border-color:rgba(1,99,103,0.25);box-shadow:0 8px 40px rgba(1,99,103,0.06)}\n.chq-answer-block::before{content:'';position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,#016367,#01a3a9);border-radius:3px 0 0 3px}\n.chq-answer-block h2{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 14px 0;line-height:1.4}\n.chq-answer-direct{font-size:14px;color:#374151;line-height:1.75;margin:0 0 10px 0}\n.chq-answer-detail{font-size:13px;color:#6b7280;line-height:1.7;margin:0;padding-top:10px;border-top:1px solid #f3f4f6}\n.chq-formula{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0f9ff 100%);border:1px solid #bbf7d0;border-radius:16px;padding:24px 32px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;display:flex;gap:18px;align-items:flex-start;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-formula:hover{border-color:#86efac;box-shadow:0 8px 32px rgba(5,150,105,0.08)}\n.chq-formula-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#059669,#10b981);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(5,150,105,0.2);transition:transform 0.3s ease}\n.chq-formula:hover .chq-formula-icon{transform:scale(1.1) rotate(-5deg)}\n.chq-formula-content{flex:1}\n.chq-formula-label{font-size:10.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#059669;margin-bottom:8px}\n.chq-formula-rule{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.5;margin-bottom:8px;font-family:'SF Mono','Fira Code','Consolas',monospace;background:rgba(255,255,255,0.7);padding:8px 14px;border-radius:8px;border:1px solid rgba(5,150,105,0.15)}\n.chq-formula-note{font-size:13px;color:#4b5563;line-height:1.65}\n.chq-avoid{background:#fff;border:1px solid #fde68a;border-radius:16px;padding:24px 32px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-avoid:hover{border-color:#fbbf24;box-shadow:0 8px 32px rgba(217,119,6,0.06)}\n.chq-avoid-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}\n.chq-avoid-icon{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#d97706,#f59e0b);display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}\n.chq-avoid:hover .chq-avoid-icon{transform:scale(1.1) rotate(-3deg)}\n.chq-avoid-title{font-size:14.5px;font-weight:700;color:#1a1a1a}\n.chq-avoid-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}\n.chq-avoid-list li{font-size:13.5px;color:#4b5563;line-height:1.65;padding-left:24px;position:relative}\n.chq-avoid-list li::before{content:'\\2715';position:absolute;left:0;top:1px;color:#dc2626;font-weight:700;font-size:12px}\n.chq-avoid-list li a{color:#016367;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(1,99,103,0.2);transition:border-color 0.3s ease}\n.chq-avoid-list li a:hover{border-color:#016367}\n.chq-blog-links{max-width:900px;margin:0 auto 20px;display:flex;gap:12px;flex-wrap:wrap}\n.chq-blog-link{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;transition:all 0.3s ease}\n.chq-blog-link:hover{border-color:rgba(1,99,103,0.3);color:#016367;box-shadow:0 4px 16px rgba(1,99,103,0.06);transform:translateY(-1px)}\n.chq-blog-link svg{width:16px;height:16px;color:#016367;flex-shrink:0}\n@media(max-width:768px){.chq-answer-block,.chq-formula,.chq-avoid{padding:20px}.chq-formula{flex-direction:column}.chq-blog-links{flex-direction:column}}\n\n\/* SUBCATEGORY GRID *\/\n.chq-subcat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n@media (max-width: 768px) { .chq-subcat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }\n@media (max-width: 480px) { .chq-subcat-grid { grid-template-columns: 1fr 1fr; gap: 10px; } }\n\n.chq-subcat-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-decoration: none;\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  padding: 16px 12px 14px;\n  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);\n  position: relative;\n  overflow: hidden;\n}\n.chq-subcat-card::before {\n  content: '';\n  position: absolute;\n  inset: -1px;\n  border-radius: 15px;\n  padding: 1px;\n  background: linear-gradient(135deg, transparent, rgba(1, 99, 103, 0.3), transparent);\n  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  -webkit-mask-composite: xor;\n  mask-composite: exclude;\n  opacity: 0;\n  transition: opacity 0.4s ease;\n  pointer-events: none;\n}\n.chq-subcat-card:hover::before { opacity: 1; }\n.chq-subcat-card:hover {\n  border-color: rgba(1, 99, 103, 0.2);\n  transform: translateY(-4px);\n  box-shadow: 0 8px 28px rgba(1, 99, 103, 0.1);\n}\n.chq-subcat-card img {\n  width: 120px;\n  height: 120px;\n  object-fit: contain;\n  margin-bottom: 10px;\n  transition: transform 0.3s ease;\n}\n.chq-subcat-card:hover img {\n  transform: scale(1.05);\n}\n.chq-subcat-card .chq-subcat-label {\n  font-size: 12px;\n  font-weight: 600;\n  color: #1a1a1a;\n  text-align: center;\n  line-height: 1.35;\n  transition: color 0.3s ease;\n}\n.chq-subcat-card:hover .chq-subcat-label {\n  color: #016367;\n}\n\n\n.chq-tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 4px 0; }\n@media (max-width: 600px) { .chq-tools-grid { grid-template-columns: 1fr; } }\n.chq-tool-card { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: #1a1a1a; font-size: 13.5px; font-weight: 500; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }\n.chq-tool-card:hover { border-color: rgba(1, 99, 103, 0.3); background: rgba(1, 99, 103, 0.03); color: #016367; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.08); }\n.chq-tool-card::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898f); flex-shrink: 0; }\n.chq-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 4px 0; }\n.chq-linkcard { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border: 1px solid #e5e7eb; border-radius: 24px; background: #fff; color: #374151; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); white-space: nowrap; }\n.chq-linkcard:hover { border-color: rgba(1, 99, 103, 0.3); background: rgba(1, 99, 103, 0.04); color: #016367; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.08); }\n.chq-linkcard svg { width: 14px; height: 14px; color: #016367; flex-shrink: 0; }\n.chq-rel { padding: 20px 0; text-align: center; }\n.chq-tools-section { padding: 16px 0; }\n\n.chq-live { width: auto !important; height: auto !important; border-radius: 0 !important; background: transparent !important; animation: none !important; display: flex !important; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.9); margin-bottom: 8px; justify-content: flex-end; white-space: nowrap; }\n.chq-live-dot { display: inline-block; width: 8px; height: 8px; min-width: 8px; border-radius: 50%; background: #4ade80; animation: chqPulseGlow 2s ease infinite; }\n.chq-cta-orb { bottom: -70% !important; top: auto !important; }\n.chq-cta-right { display: flex; flex-direction: column; align-items: flex-end; min-width: 180px; }\n.chq-author-credentials{font-size:11px;color:#016367;margin-top:4px;font-weight:500;letter-spacing:0.2px}\n\u003c\/style\u003e\n\u003cdiv class=\"chq-hero\"\u003e\n\u003cdiv class=\"chq-hero-badge\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16v-4M12 8h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWhat Are Extreme Duty Casters\u003c\/div\u003e\n\u003ch2 class=\"chq-h2 chq-h2-hero\"\u003eWhat Are Extreme Duty Casters and When Should You Use Them?\u003c\/h2\u003e\n\u003cp\u003eLight duty casters handle up to 350 lbs per caster and are the go-to choice for offices, retail stores, hospitality, healthcare facilities, and residential furniture. CasterHQ stocks extreme duty casters in rubber, polyurethane, thermoplastic rubber (TPR), and nylon wheels from 2\" to 5\" — available with top plate, threaded stem, grip ring, and expanding adapter mounts. Most ship same day from our network of over \u003cstrong\u003e$100 million in U.S. warehouse inventory\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-author-section chq-reveal chq-reveal-d1\"\u003e\n\u003cdiv class=\"chq-author-avatar\"\u003eJW\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-author-name\"\u003eJordan Wilson\u003c\/div\u003e\n\u003cdiv class=\"chq-author-title\"\u003eIndustrial Caster Specialist | 15+ Years in Caster Engineering\u003c\/div\u003e\n\u003cdiv class=\"chq-author-inventory\"\u003eAccess to $100M+ in-stock U.S. caster inventory\u003c\/div\u003e\n\u003cdiv class=\"chq-author-credentials\"\u003eApplication Engineers On Staff · ISO-Certified Facility · Trusted by 50,000+ Businesses Nationwide\u003c\/div\u003e\n\u003cdiv class=\"chq-fact-check\"\u003e\n\u003csvg style=\"width: 14px; height: 14px; color: #059669; flex-shrink: 0;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Reviewed by CasterHQ Engineering — 100+ Combined Years in Caster Design, Selection \u0026amp; Application\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stats\"\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e350 lbs\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eMax Per-Caster Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e5″\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eMax Wheel Diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e50,000+\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eBusinesses Served Nationwide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-choose\"\u003e\n\u003cdiv class=\"chq-choose-header\"\u003e\n\u003cdiv class=\"chq-choose-icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-choose-title\"\u003eChoose Extreme Duty Casters If...\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"chq-checklist\"\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eYour load is under 350 lbs per caster\u003c\/strong\u003e — office chairs, furniture, display racks, light utility carts, medical instrument stands\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eFloor protection matters\u003c\/strong\u003e — hardwood, tile, laminate, or polished concrete where non-marking rubber or TPR wheels prevent scratches and scuffs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eQuiet operation is required\u003c\/strong\u003e — healthcare settings, libraries, offices, and hospitality environments where noise must be minimized\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMultiple mount options are needed\u003c\/strong\u003e — threaded stem for chairs, grip ring for furniture legs, expanding adapter for tubular frames, top plate for carts\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-trust\"\u003e\n\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Office\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Retail\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Healthcare\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Hospitality\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Food Service\u003c\/span\u003e\u003cspan\u003e — 50,000+ businesses equipped nationwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eSHOP BY TYPE\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-grid\"\u003e\n\u003ca class=\"chq-subcat-card\" href=\"\/collections\/extreme-duty-casters-up-to-40-000-lbs\"\u003e\n\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/S-ED-125-2.jpg?v=1771093100\" alt=\"Extreme Duty up to 40,000 lbs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eExtreme Duty up to 40,000 lbs\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/extra-heavy-duty-casters-up-to-7-000-lbs\"\u003e\n\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/S-SEC-63MB-2.jpg?v=1771094255\" alt=\"Extra Heavy Duty 7,000 lbs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eExtra Heavy Duty 7,000 lbs\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/heavy-duty-air-filled-8-thru-25-up-to-7-600-lbs\"\u003e\n\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/S-7010-PRB-2.jpg?v=1771093048\" alt=\"HD Air Filled 8 thru 25\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eHD Air Filled 8 thru 25\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/heavy-duty-dual-wheel-pneumatic-casters\"\u003e\n\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/S-7210-PR-2.jpg?v=1771093082\" alt=\"HD Dual Wheel Pneumatic\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eHD Dual Wheel Pneumatic\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d1\"\u003e\n\u003ch2\u003eHow Much Weight Can an Extreme Duty Caster Hold?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eLight duty casters support 50 to 350 lbs per caster. A standard 4-caster office chair setup handling 250 lbs total needs casters rated at minimum 95 lbs each (250 ÷ 3 × 1.15 safety factor). CasterHQ stocks over 200 extreme duty configurations with same-day shipping.\u003c\/p\u003e\n\u003cp class=\"chq-answer-detail\"\u003eThe ÷3 formula (instead of ÷4) accounts for the reality that on uneven surfaces one caster temporarily lifts, redistributing its load across the remaining three.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d2\"\u003e\n\u003ch2\u003eWhat Are the Best Extreme Duty Casters for Hardwood Floors?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane and TPR (thermoplastic rubber) casters are the top choices for hardwood floors. Both are non-marking, roll quietly, and protect wood surfaces from scratches. Choose polyurethane for heavier loads up to 350 lbs; choose TPR for lighter furniture under 200 lbs where softer rolling is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d3\"\u003e\n\u003ch2\u003eWhich Extreme Duty Caster Wheel Material Is Best for My Application?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane handles hard floors and moderate loads up to 350 lbs. TPR rubber excels on hardwood with quiet, non-marking performance. Phenolic resin withstands heat to 300°F for bakeries and kitchens. Nylon is chemical-resistant for labs and washdown environments. Gray iron suits heavy rolling on concrete in industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d4\"\u003e\n\u003ch2\u003eWhat Size Extreme Duty Caster Do I Need?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eFor carpet and uneven floors, use 3–5 inch wheels for easier rolling. For hard flat surfaces like tile or concrete, 2–3 inch wheels work well. Larger diameters roll over obstacles and door thresholds more easily. Match plate size to your equipment’s mounting holes: 2-3\/8″ x 3-5\/8″ is the most common extreme duty plate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-formula chq-reveal chq-reveal-d2\"\u003e\n\u003cdiv class=\"chq-formula-icon\"\u003e\u003csvg style=\"width: 20px; height: 20px;\" stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2M12 21v2M4.22 4.22l1.42 1.42M16.36 16.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M16.36 7.64l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-content\"\u003e\n\u003cdiv class=\"chq-formula-label\"\u003eENGINEERING RULE OF THUMB\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-rule\"\u003ePer-Caster Rating = Total Weight ÷ (N−1 casters) × 1.15 safety factor\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-note\"\u003eFor a 200 lb office chair with 5 casters: 200 ÷ 4 × 1.15 = 58 lbs minimum per caster. The N−1 method assumes one caster lifts on uneven carpet or transitions. For carts on hard floors, a 4-caster setup with 300 lbs total: 300 ÷ 3 × 1.15 = 115 lbs per caster minimum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-cards-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003ePRODUCT INTELLIGENCE\u003c\/span\u003e\u003c\/div\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-specs\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eQuick Specs\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eSizes, capacities, and mount options at a glance\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003ctable class=\"chq-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eWheel Diameter\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e2\" – 5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eLoad Capacity\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eUp to \u003cspan class=\"chq-num\"\u003e350\u003c\/span\u003e lbs\/caster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eWheel Materials\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eRubber, Polyurethane, TPR, Nylon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eTread Width\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e3\/4\" – 1-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eMount Types\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eTop Plate, Stem, Grip Ring, Expanding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003ePlate Sizes\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e2-3\/8\"x3-5\/8\" \u0026amp; 3-1\/8\"x4-1\/8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eBearing Type\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003ePlain, Ball, Precision Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eBrake Options\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eSide Lock, Total Lock, Top Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"chq-protip\"\u003e\n\u003cstrong\u003ePro Tip:\u003c\/strong\u003e For office chairs on hardwood floors, choose polyurethane or rubber wheels — they protect flooring and roll more quietly than hard nylon. Upgrade from standard twin-wheel casters to single-wheel casters for smoother rolling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compat\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eApplication Guide\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eWhere these casters work best and which wheel to choose\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003cdiv class=\"chq-compat-grid\"\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 6V4M8 6V4M16 6V4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eOffice \u0026amp; Workspace\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDesk chairs, file cabinets, printer stands, mobile pedestals — polyurethane or TPR recommended \u003cstrong\u003ebecause\u003c\/strong\u003e they protect hard floors and roll quietly in noise-sensitive offices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eFurniture \u0026amp; Residential\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eSofas, ottomans, kitchen islands, bed frames — rubber or soft tread \u003cstrong\u003ebecause\u003c\/strong\u003e they distribute weight without denting hardwood or scratching tile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eHealthcare \u0026amp; Medical\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eInstrument carts, IV poles, exam stools, bedside tables — quiet TPR wheels ideal \u003cstrong\u003ebecause\u003c\/strong\u003e patient environments demand near-silent mobility and non-marking treads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"20\"\u003e\u003c\/circle\u003e\u003cpath d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eRetail \u0026amp; Hospitality\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDisplay fixtures, garment racks, service carts, luggage carts — versatile mount options \u003cstrong\u003ebecause\u003c\/strong\u003e retail environments need frequent reconfiguration with minimal floor damage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compare\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003cline x1=\"6\" y1=\"18\" x2=\"18\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpolyline points=\"8 6 18 6 18 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eExtreme Duty vs. Medium Heavy Duty — Head to Head\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eSide-by-side comparison to help you choose the right tier\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003ctable class=\"chq-compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eExtreme Duty\u003c\/th\u003e\n\u003cth\u003eMedium Heavy Duty\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoad Range\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Up to 350 lbs\u003c\/td\u003e\n\u003ctd\u003e350–1,200 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Materials\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Rubber, Poly, TPR, Nylon\u003c\/td\u003e\n\u003ctd\u003ePolyurethane, Phenolic, Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFloor Protection\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Excellent (soft tread)\u003c\/td\u003e\n\u003ctd\u003eGood (harder wheels)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Very Quiet\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMount Options\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Plate, Stem, Grip Ring, Expanding\u003c\/td\u003e\n\u003ctd\u003ePlate, Stem\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Office, furniture, retail, healthcare\u003c\/td\u003e\n\u003ctd\u003eCarts, dollies, light industrial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-tips\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a7 7 0 0 1 4 12.7V17a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.3A7 7 0 0 1 12 2z\"\u003e\u003c\/path\u003e\u003cline x1=\"10\" y1=\"21\" x2=\"14\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eSelection Tips from Our Team\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003ePractical advice for choosing the right caster\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e1\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eMatch wheel material to your floor.\u003c\/strong\u003e Rubber and TPR protect hardwood and tile. Polyurethane is the all-around performer on hard surfaces. Nylon works on carpet but can mark hard floors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eBigger wheels roll easier.\u003c\/strong\u003e A 4\" or 5\" wheel requires significantly less push force than a 2\" wheel — especially on carpet or uneven surfaces. Size up when ergonomics matter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eLock it down where it counts.\u003c\/strong\u003e Total-lock brakes stop both the wheel and swivel for stationary equipment. Side brakes are sufficient for furniture. Always specify brakes for medical carts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eMeasure your stem or plate before ordering.\u003c\/strong\u003e Light duty casters come in multiple stem sizes (3\/8\"-16, 1\/2\"-13, 7\/16\"x7\/8\" grip ring) and plate sizes. Confirm your existing dimensions to ensure a drop-in replacement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-faq\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eFAQs\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eQuick answers to the most common questions\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat qualifies as a extreme duty caster?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eAny caster rated up to 350 lbs per unit. Light duty casters typically feature 2\"–5\" wheels in rubber, polyurethane, TPR, or nylon and are designed for furniture, office equipment, displays, and light carts in commercial and residential settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhich wheel material is best for hardwood floors?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003ePolyurethane and thermoplastic rubber (TPR) are the best choices for hardwood. Both are non-marking, floor-friendly, and roll quietly. Rubber works well too but can leave marks on certain finishes. Avoid hard nylon on wood floors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat's the difference between grip ring and threaded stem?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eGrip ring stems snap into a socket and are semi-permanent — common on furniture legs and chairs. Threaded stems screw into a threaded hole and are easily removable. Check your existing mount type before ordering replacements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eCan I use extreme duty casters on carpet?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. Choose larger wheel diameters (3\"–5\") for carpet — they roll over fibers more easily than small wheels. Polyurethane and nylon wheels perform best on carpet. For office chairs, consider upgrading to rollerblade-style casters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eDo you stock extreme duty casters with brakes?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. CasterHQ stocks extreme duty casters with side-lock brakes, total-lock brakes, and top-lock brakes across all mount types. Brakes are available on most wheel sizes from 2\" to 5\". Most are in stock and ship same day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-avoid chq-reveal chq-reveal-d3\"\u003e\n\u003cdiv class=\"chq-avoid-header\"\u003e\n\u003cdiv class=\"chq-avoid-icon\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 9v4M12 17h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"chq-avoid-title\"\u003eWhen Extreme Duty Casters Are NOT the Right Choice\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"chq-avoid-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLoads over 400 lbs per caster\u003c\/strong\u003e — Light duty frames and bearings will fail prematurely. Step up to \u003ca href=\"\/collections\/casters-medium-heavy-duty\"\u003eMedium Heavy Duty Casters\u003c\/a\u003e (rated 1,200–2,500 lbs).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor rough terrain (gravel, grass, docks)\u003c\/strong\u003e — Small hard wheels get stuck. Use \u003ca href=\"\/collections\/pneumatic-casters-air-foam-filled-rough-terrain\"\u003ePneumatic Casters\u003c\/a\u003e with air-filled or foam-filled tires instead.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-heat environments above 250°F\u003c\/strong\u003e — Standard rubber and polyurethane soften and deform. Specify \u003ca href=\"\/collections\/high-temp-oven-bakery-casters-wheels\"\u003eHigh Temperature Casters\u003c\/a\u003e with phenolic or glass-filled nylon wheels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\/7 heavy industrial rolling\u003c\/strong\u003e — Light duty bearings aren’t built for continuous use under load. For warehouses and manufacturing, choose \u003ca href=\"\/collections\/heavy-duty-capacity-up-to-4-000-lbs\"\u003eHeavy Duty Casters\u003c\/a\u003e with sealed precision bearings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-blog-links chq-reveal\"\u003e\n\u003ca class=\"chq-blog-link\" href=\"\/blogs\/news\/how-to-choose-the-right-caster-wheel\"\u003e\u003csvg style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Guide: How to Choose the Right Caster Wheel\u003c\/a\u003e\u003ca class=\"chq-blog-link\" href=\"\/blogs\/news\/polyurethane-vs-rubber-caster-wheels\"\u003e\u003csvg style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Guide: Polyurethane vs Rubber Caster Wheels\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tools-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eENGINEERING RESOURCES\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-tools-grid\"\u003e\n\u003ca href=\"\/pages\/caster-load-calulator\" class=\"chq-tool-card\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-calc\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCasterSpec™ Load Calculator\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/blogs\/technical-resources\" class=\"chq-tool-card\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-blog\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCaster Selection \u0026amp; Engineering Hub\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/blogs\/engineering-specifications\" class=\"chq-tool-card\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-spec\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eEngineering Specifications\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/pages\/casterhq-engineering-tools\" class=\"chq-tool-card\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-guide\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003ePush\/Pull Force Calculator\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-rel\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eRELATED CATEGORIES\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-links\"\u003e\n\u003ca href=\"\/collections\/casters-medium-heavy-duty\" class=\"chq-linkcard\"\u003e\u003cspan\u003eMedium Heavy Duty Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/chair-casters\" class=\"chq-linkcard\"\u003e\u003cspan\u003eChair \u0026amp; Furniture Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/threaded-stem-caster-wheels\" class=\"chq-linkcard\"\u003e\u003cspan\u003eThreaded Stem Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/grip-ring-stem-casters-2-thru-5-wheels-up-to-350-lbs\" class=\"chq-linkcard\"\u003e\u003cspan\u003eGrip Ring Stem Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/plate-size-2-3-8-x-3-5-8-popular\" class=\"chq-linkcard\"\u003e\u003cspan\u003e2-3\/8\" x 3-5\/8\" Plate Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/high-temp-oven-bakery-casters-wheels\" class=\"chq-linkcard\"\u003e\u003cspan\u003eHigh Temp Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-cta\"\u003e\n\u003cdiv class=\"chq-cta-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-text\"\u003e\n\u003cdiv class=\"chq-cta-title\"\u003eNot sure which extreme duty casters fits your application?\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-sub\"\u003eOur team has equipped 50,000+ businesses with the right casters from over $100 million in U.S. warehouse inventory. Tell us your application and we'll match you in minutes.\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-quote\"\u003e\"CasterHQ helped us replace every caster in our facility in under 10 minutes on the phone. Perfect fit, zero hassle.\" — Facility Manager, Regional Industrial Network\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-right\"\u003e\n\u003cdiv class=\"chq-live\"\u003e\n\u003cspan class=\"chq-live-dot\"\u003e\u003c\/span\u003e Specialists available now\u003c\/div\u003e\n\u003ca href=\"tel:8444394335\" class=\"chq-cta-btn\"\u003eCall 844-439-4335\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-updated\"\u003eSpecs verified April 2026 · Updated monthly by CasterHQ engineering\u003c\/div\u003e","products":[{"product_id":"hamilton-enhanced-maxi-duty-rigid-caster-with-dual-10-x-4-forged-steel-wheels-with-1-1-2-precision-tapered-roller-bearing","title":"Hamilton EMD2-104FST 10\" x 4\" Forged Steel Rigid Dual Wheel Caster – 40000 lb","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Maxi-Duty Rigid Caster with Dual 10\" x 4\" Forged Steel Wheels with 1 1\/2\" Precision Tapered Roller Bearing\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eDesigned to deliver unmatched durability and exceptional performance-\u003c\/b\u003ethe Hamilton Caster EMD2-104FST is the ultimate solution for your extra-heavy-duty caster needs. Whether you're operating in a demanding industrial setting, a rugged construction site, or a high-impact warehouse environment, this caster is built to withstand the toughest challenges.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with precision engineering and top-grade materials-\u003c\/b\u003ethe EMD2-104FST ensures optimal strength, stability, and maneuverability. It features a cutting-edge design that combines robust construction with advanced functionality, making it an ideal choice for heavy equipment, machinery, and other demanding applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126851047736,"sku":"R-EMD2-104FST","price":3354.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EMD2-104FST-2.jpg?v=1771090612"},{"product_id":"hamilton-enhanced-maxi-duty-rigid-caster-with-dual-12-x-4-forged-steel-wheels-with-1-1-2-precision-tapered-roller-bearing","title":"Hamilton EMD2-124FST 12\" x 4\" Forged Steel Dual Wheel Rigid Caster – 40000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Maxi-Duty Rigid Caster with Dual 12\" x 4\" Forged Steel Wheels with 1 1\/2\" Precision Tapered Roller Bearing\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eBuilt to withstand the toughest industrial environments-\u003c\/b\u003ethe Hamilton Caster EMD2-124FST is a true workhorse that delivers exceptional durability and performance. Whether you need to move heavy machinery, industrial equipment, or large cargo, this caster is designed to handle the most demanding tasks with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eWith its robust construction and cutting-edge engineering-\u003c\/b\u003ethe EMD2-124FST offers unrivaled strength and reliability. Its solid steel frame and reinforced mounting plate provide exceptional stability and support, ensuring that your load stays secure during transport. This caster is engineered for heavy-duty applications, making it ideal for warehouses, manufacturing facilities, and other industrial settings.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe EMD2-124FST features a precision machined raceway that ensures smooth and effortless movement-\u003c\/b\u003eallowing you to maneuver heavy loads with minimal effort. The dual precision ball bearings provide maximum load distribution and enhance the caster's overall performance. Additionally, the hardened swivel section guarantees long-lasting durability, even in the harshest working conditions.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEquipped with a high-quality polyurethane wheel-\u003c\/b\u003ethis caster offers excellent shock absorption and noise reduction, protecting both your equipment and the surrounding environment. The wheel is designed to provide exceptional traction on various surfaces, including concrete, tile, and uneven terrain. With its non-marking properties, it leaves no traces behind, keeping your floors clean and scratch-free.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126851768632,"sku":"R-EMD2-124FST","price":2560.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EMD2-124FST-2.jpg?v=1771090612"},{"product_id":"hamilton-enhanced-maxi-duty-rigid-caster-with-dual-8-x-3-forged-steel-wheels-with-1-1-4-precision-tapered-roller-bearing","title":"Hamilton EMD2-83FST 8\" x 3\" Forged Steel Dual Wheel Rigid Caster – 10000 lb","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Maxi-Duty Rigid Caster with Dual 8\" x 3\" Forged Steel Wheels with 1 1\/4\" Precision Tapered Roller Bearing\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEnhance the mobility and durability of your heavy-duty equipment with the Hamilton Caster EMD2-83FST Enhanced Maxi Duty Caster-\u003c\/b\u003eDesigned to handle extreme loads and challenging environments, this caster is the ideal solution for industries such as manufacturing, warehousing, and automotive.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eBuilt to last-\u003c\/b\u003ethe EMD2-83FST features a robust construction that can withstand rigorous usage. Its heavy-duty forged steel mounting plate provides exceptional strength and stability, ensuring reliable performance even under the heaviest loads. The caster is equipped with a precision tapered thrust bearing, allowing for smooth and effortless maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eWith a load capacity of up to 10,000 pounds-\u003c\/b\u003ethis caster is a true workhorse. Whether you need to transport heavy machinery, equipment, or industrial materials, the EMD2-83FST can handle the task with ease. Its large 8-inch diameter wheel, made of durable polyurethane, offers excellent traction and impact resistance, ensuring optimal performance on various surfaces.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe EMD2-83FST is engineered with a unique dual-sealed precision ball bearing system-\u003c\/b\u003eproviding enhanced reliability and longevity. This advanced bearing design reduces friction, allowing for quiet operation and minimal maintenance requirements. Additionally, the caster features a grease zerk fitting, enabling easy lubrication to keep it running smoothly over an extended lifespan.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126852358456,"sku":"R-EMD2-83FST","price":2460.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EMD2-83FST-2.jpg?v=1771090616"},{"product_id":"hamilton-enhanced-maxi-duty-rigid-caster-with-dual-8-x-4-forged-steel-wheels-with-1-1-2-precision-tapered-roller-bearing","title":"Hamilton EMD2-84FST 8\" x 4\" Forged Steel Dual Wheel Rigid Caster – 40000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Maxi-Duty Rigid Caster with Dual 8\" x 4\" Forged Steel Wheels with 1 1\/2\" Precision Tapered Roller Bearing\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster EMD2-84FST-\u003c\/b\u003ea true titan among casters. Built to handle extreme heavy-duty applications with ease, this enhanced maxi-duty caster is the epitome of strength, durability, and reliability. With its cutting-edge design and top-of-the-line features, the EMD2-84FST is a powerhouse that will revolutionize your material handling operations.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe EMD2-84FST is engineered to conquer the most demanding environments-\u003c\/b\u003eIts robust construction and superior load-bearing capacity make it perfect for industrial settings, manufacturing plants, warehouses, and other heavy-duty applications. No matter the weight or size of your cargo, this caster will get the job done efficiently and effortlessly.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with precision-\u003c\/b\u003ethe EMD2-84FST guarantees smooth and precise maneuverability. Its innovative design ensures optimal performance, allowing you to navigate tight corners and narrow spaces effortlessly. With its exceptional load distribution and stability, you can rely on this caster to provide a safe and secure transport solution for your heaviest loads.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eDurability is at the heart of the EMD2-84FST's design-\u003c\/b\u003eBuilt to withstand the harshest conditions, it features a heavy-duty steel frame that can handle the toughest challenges. The top plate is precision-machined to provide a secure and stable mounting surface, ensuring that the caster stays firmly in place throughout its lifespan.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe EMD2-84FST also incorporates advanced wheel technology for enhanced performance-\u003c\/b\u003eIts high-quality polyurethane wheels offer exceptional durability, shock absorption, and resistance to abrasion. These wheels provide smooth and quiet operation, ensuring minimal noise and vibration during transportation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126853046584,"sku":"R-EMD2-84FST","price":1974.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EMD2-84FST-2.jpg?v=1771090619"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-10-x-4-nylast-high-performance-cast-nylon-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton EPSD-104NYB 10\" x 4\" Nylast Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 10\" x 4\" Nylast High Performance Cast Nylon Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eExperience unmatched strength and exceptional maneuverability with the Hamilton Caster EPSD-104NYB-\u003c\/b\u003eThis extra heavy-duty caster is designed to meet the demands of the most rigorous industrial applications, offering enhanced precision and reliability in every movement.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with utmost precision and using the finest quality materials-\u003c\/b\u003ethe EPSD-104NYB is engineered to deliver exceptional performance in even the toughest environments. Whether you need to move heavy machinery, equipment, or industrial materials, this caster is built to handle the job with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eFeaturing cutting-edge technology and advanced engineering-\u003c\/b\u003ethe EPSD-104NYB ensures smooth and effortless mobility. Its innovative design minimizes friction and allows for precise control, enabling you to navigate tight corners and confined spaces with confidence. With this caster, you can effortlessly maneuver your equipment, making it an ideal choice for industries such as manufacturing, aerospace, automotive, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126895546680,"sku":"R-EPSD-104NYB","price":957.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-104NYB-2.jpg?v=1771090809"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-10-x-4-ultraglide-70d-quad-wheel-black-tread-on-aluminum-core-with-1-sealed-precision-ball-bearings","title":"Hamilton EPSD-104SWF70D 10\" x 4\" UltraGlide Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 10\" x 4\" UltraGlide (70D) Quad-Wheel Black Tread on Aluminum Core with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster EPSD-104SWF70D Enhanced Precision Super Duty Caster-\u003c\/b\u003ea true powerhouse when it comes to heavy-duty mobility solutions. Engineered to provide exceptional performance and durability, this caster is designed to meet the demands of the most challenging industrial environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eConstructed with precision and reliability in mind-\u003c\/b\u003ethe EPSD-104SWF70D combines strength and maneuverability to ensure smooth and efficient movement of your heaviest loads. With its innovative design and robust construction, this caster is built to handle extreme weights while maintaining excellent maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eFeaturing a top-of-the-line design-\u003c\/b\u003ethe EPSD-104SWF70D is equipped with a heavy-duty wheel that can withstand the toughest conditions. The wheel is carefully engineered to distribute weight evenly and reduce friction, allowing for effortless movement across various surfaces. This caster is also equipped with a strong braking system, providing stability and safety during stationary operations\u003cb\u003e.\u003c\/b\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted for precision and control-\u003c\/b\u003ethe EPSD-104SWF70D offers exceptional maneuverability without compromising on stability. Its cutting-edge design ensures smooth, reliable swiveling motion, allowing for easy navigation even in tight spaces. Whether you're transporting equipment, machinery, or other heavy objects, this caster delivers outstanding performance you can depend on.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126896234808,"sku":"R-EPSD-104SWF70D","price":957.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-104SWF70D-2.jpg?v=1771090813"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-10-x-4-ultraglide-95a-quad-wheel-gray-tread-on-aluminum-core-with-1-sealed-precision-ball-bearings","title":"Hamilton EPSD-104WF95 10\" x 4\" UltraGlide Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 10\" x 4\" UltraGlide (95A) Quad-Wheel Gray Tread on Aluminum Core with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe Hamilton Caster EPSD-104WF95 is a remarkable addition to our Extra Heavy Duty Casters line-\u003c\/b\u003edesigned to provide unmatched precision and reliability in the most demanding industrial environments. Engineered with exceptional craftsmanship and cutting-edge technology, this caster is built to effortlessly handle heavy loads while ensuring smooth and precise maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with meticulous attention to detail-\u003c\/b\u003ethe EPSD-104WF95 boasts a host of features that make it a top choice for professionals seeking the ultimate combination of strength and control. Its robust construction and enhanced precision make it suitable for a wide range of applications, including aerospace, automotive manufacturing, heavy machinery, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126897381688,"sku":"R-EPSD-104SWF95","price":685.0,"currency_code":"USD","in_stock":true}]},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-12-x-4-nylast-high-performance-cast-nylon-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton EPSD-124NYB 12\" x 4\" Nylast Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 12\" x 4\" Nylast High Performance Cast Nylon Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster EPSD-124NYB Enhanced Precision Super Duty Caster, the ultimate solution for your heavy-duty industrial needs-\u003c\/b\u003eThis exceptional caster combines outstanding strength and enhanced precision to provide unmatched performance in the most demanding environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eBuilt with superior craftsmanship and engineering expertise-\u003c\/b\u003ethe Hamilton EPSD-124NYB is designed to handle extra-heavy loads with ease. Its robust construction ensures exceptional durability, making it the go-to choice for industries such as manufacturing, warehousing, automotive, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe Enhanced Precision Super Duty Caster features a state-of-the-art design that ensures smooth and effortless maneuverability-\u003c\/b\u003eWith its advanced engineering, this caster excels at navigating tight spaces and corners, providing optimal control and maneuverability even in the most challenging environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with precision-\u003c\/b\u003ethe EPSD-124NYB offers exceptional load-bearing capacity, allowing you to effortlessly transport heavy machinery, equipment, and materials. Its innovative design minimizes vibration and noise, ensuring a quiet and comfortable working \u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126897643832,"sku":"R-EPSD-124NYB","price":1026.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-124NYB-2.jpg?v=1771090815"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-10-x-3-nylast-high-performance-cast-nylon-wheel-with-1-1-4-sealed-precision-ball-bearings","title":"Hamilton 10\" x 3\" Nylast Rigid Super Duty Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 10\" x 3\" Nylast High Performance Cast Nylon Wheel with 1 1\/4\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster Enhanced Precision Super Duty Caster!-\u003c\/b\u003eThis exceptional caster combines unparalleled strength and durability with enhanced precision to provide you with the ultimate solution for your heavy-duty industrial needs.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with meticulous attention to detail and built to withstand the most demanding environments-\u003c\/b\u003eThe Hamilton Enhanced Precision Super Duty Caster offers outstanding performance and reliability. Its robust construction ensures that it can effortlessly handle heavy loads, making it an ideal choice for industrial applications where strength and maneuverability are crucial.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eFeaturing advanced engineering and cutting-edge technology-\u003c\/b\u003ethis caster is designed to provide enhanced precision in every movement. Its superior design allows for smooth and precise directional changes, enabling you to navigate tight corners and confined spaces with ease. With the Hamilton Enhanced Precision Super Duty Caster, you can achieve optimal control and maneuverability, enhancing productivity and efficiency in your operations.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eTo ensure long-lasting performance-\u003c\/b\u003ethis caster is constructed with high-quality materials that are resistant to wear, corrosion, and impact. The precision-sealed ball bearings provide smooth rolling motion, reducing friction and eliminating the need for frequent maintenance. The sturdy mounting plate ensures secure and stable attachment to your equipment, providing added safety and stability during operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126898823480,"sku":"R-EPSD-13NYB","price":732.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-13NYB-2.jpg?v=1771090820"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-featuring-hpi™-swivel-technology-with-6-x-3-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton R-EPSD-63DB 6\" x 3\" Duralast Polyurethane Rigid Caster – 2200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster featuring HPI™ Swivel Technology with 6\" x 3\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-EPSD-63DB, a heavy-duty industrial caster that combines durability, reliability, and exceptional performance. This robust caster is designed to effortlessly handle substantial loads, making it an ideal choice for a wide range of applications in warehouses, factories, and other demanding environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a remarkable weight capacity of 2200 lbs, this caster is built to handle even the heaviest loads with ease. It boasts a sturdy construction, utilizing high-quality materials and precision engineering to ensure long-lasting durability and reliable operation, even under the most challenging conditions.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-EPSD-63DB is engineered for smooth and effortless maneuverability, allowing you to move heavy loads with minimal effort. Its design minimizes friction, ensuring smooth rolling and reducing the strain on operators. This caster offers exceptional control and responsiveness, making it a breeze to navigate tight corners and crowded spaces.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek and sleek design, this caster not only performs exceptionally but also adds a touch of elegance to your equipment or machinery. Its sleek appearance complements various industrial settings, enhancing the overall aesthetic appeal.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126900461880,"sku":"R-EPSD-63DB","price":359.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-63DB-2.jpg?v=1771090820"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-featuring-hpi™-swivel-technology-with-6-x-3-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton R-EPSD-63DB70 6\" x 3\" Duralast XC Rigid Caster – 2860 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster featuring HPI™ Swivel Technology with 6\" x 3\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-EPSD-63DB70, a heavy-duty powerhouse designed to effortlessly handle your most demanding material handling tasks. With a whopping capacity of 2860 lbs, this caster is built to tackle the toughest challenges in industrial environments.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-EPSD-63DB70 is expertly crafted to provide exceptional durability and reliability. Made from high-quality materials, it ensures longevity and dependable performance even in the harshest conditions. Whether you're transporting heavy machinery, equipment, or materials, this caster will deliver unparalleled strength and stability.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek design and precision engineering, this caster offers smooth and seamless movement across various surfaces. Its advanced construction minimizes friction and provides excellent maneuverability, allowing you to navigate tight spaces and corners with ease.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a focus on safety, the Hamilton Caster Part#: R-EPSD-63DB70 is equipped with a robust locking mechanism to keep your load securely in place during transportation. This ensures that your valuable cargo remains stable and protected, giving you peace of mind throughout the handling process.\u003c\/font\u003e\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126901084472,"sku":"R-EPSD-63DB70","price":394.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-63DB70-2.jpg?v=1771090824"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-featuring-hpi-swivel-technology-with-6-x-3-nylast-high-performance-cast-nylon-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton R-EPSD-63NYB 6\" x 3\" Nylast Rigid Caster – 5000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster featuring HPI Swivel Technology with 6\" x 3\" Nylast High Performance Cast Nylon Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-EPSD-63NYB, a heavy-duty powerhouse designed to meet your material handling needs. With a robust construction and a remarkable weight capacity of 5000 lbs, this caster is built to withstand even the most demanding industrial environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and engineered for durability, the Hamilton Caster Part#: R-EPSD-63NYB ensures smooth and efficient movement of heavy loads. Its reliable performance guarantees that you can effortlessly transport your goods with confidence, saving you time and effort.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster boasts exceptional maneuverability, allowing you to navigate tight spaces and corners with ease. Its innovative design ensures optimal stability, providing a secure and controlled movement, enhancing workplace safety. The caster's high-quality materials and expert craftsmanship ensure a long lifespan, reducing the need for frequent replacements.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-EPSD-63NYB features a user-friendly design that facilitates quick and hassle-free installation. Its versatility makes it suitable for a wide range of applications, including warehouses, manufacturing facilities, distribution centers, and more. Whether you're moving heavy machinery, industrial equipment, or bulky loads, this caster is the perfect solution for your material handling challenges.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126904918328,"sku":"R-EPSD-63NYB","price":515.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-63NYB-2.jpg?v=1771090829"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-featuring-hpi-swivel-technology-with-8-x-3-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton R-EPSD-83DB 8\" x 3\" Duralast Rigid Caster – 2500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster featuring HPI Swivel Technology with 8\" x 3\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-EPSD-83DB, a heavy-duty caster designed to effortlessly transport your equipment and goods with superior strength and reliability. Engineered to withstand demanding environments, this caster is the perfect solution for industrial applications where durability and performance are paramount.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith an impressive weight capacity of 2500 lbs, the Hamilton Caster Part#: R-EPSD-83DB ensures that your heavy loads can be maneuvered with ease. Whether you need to move machinery, racks, or other substantial items, this caster can handle the job effortlessly, providing stability and peace of mind.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and built to last, the Hamilton Caster Part#: R-EPSD-83DB features high-quality materials and expert engineering. The robust construction ensures longevity and durability, allowing it to withstand the rigors of daily use and tough working conditions.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with a smooth-rolling wheel, this caster guarantees excellent maneuverability, allowing you to navigate tight spaces and narrow aisles effortlessly. The wheel design minimizes noise and vibration, providing a quiet and smooth operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-EPSD-83DB is designed for easy installation, ensuring a hassle-free setup process. With its user-friendly design, you can quickly and securely attach the caster to your equipment or cart, saving you valuable time and effort.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126905213240,"sku":"R-EPSD-83DB","price":388.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-83DB-2.jpg?v=1771090829"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-featuring-hpi-swivel-technology-with-8-x-3-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton R-EPSD-83DB70 8\" x 3\" Duralast XC Rigid Caster – 3250 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster featuring HPI Swivel Technology with 8\" x 3\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-EPSD-83DB70, the ultimate heavy-duty companion for all your material handling needs. Engineered with precision and built to withstand demanding environments, this caster is designed to effortlessly move your heaviest loads with a remarkable 3250 lbs capacity.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with the finest quality materials, the Hamilton Caster Part#: R-EPSD-83DB70 ensures exceptional durability and longevity. Its robust construction guarantees reliable performance, making it ideal for industrial settings, warehouses, factories, and other heavy-duty applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster excels in maneuverability, allowing you to effortlessly transport your goods with minimal effort. Its smooth rolling design ensures easy navigation across various surfaces, enabling you to move heavy items smoothly and efficiently.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-EPSD-83DB70 features a state-of-the-art mounting mechanism, providing secure attachment to your equipment or carts. Its sturdy build ensures stability and minimizes the risk of load displacement, offering a safe and secure material handling solution.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126906458424,"sku":"R-EPSD-83DB70","price":450.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-83DB70-2.jpg?v=1771090829"},{"product_id":"hamilton-enhanced-precision-super-duty-rigid-caster-with-8-x-3-nylast-high-performance-cast-nylon-wheel-with-1-sealed-precision-ball-bearings","title":"Hamilton 8\" x 3\" Nylast Rigid Super Duty Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Enhanced Precision Super Duty Rigid Caster with 8\" x 3\" Nylast High Performance Cast Nylon Wheel with 1\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster Enhanced Precision Super Duty Caster-\u003c\/b\u003ea reliable and high-performance solution for your heavy-duty industrial needs. Designed to withstand the most demanding environments, this caster is engineered with utmost precision and exceptional durability, making it the perfect choice for applications requiring superior strength and maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with meticulous attention to detail-\u003c\/b\u003ethe Enhanced Precision Super Duty Caster boasts an impressive load capacity, allowing it to effortlessly handle heavy loads with ease. Its robust construction, combined with cutting-edge technology, ensures reliable performance and longevity, making it a cost-effective investment for industrial settings.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThis caster features a unique design that enables seamless movement and enhanced maneuverability-\u003c\/b\u003eallowing you to navigate even the tightest corners and confined spaces effortlessly. The caster's advanced construction minimizes noise and vibrations, ensuring smooth and silent operation, thus promoting a safer and more productive work environment.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEquipped with state-of-the-art components-\u003c\/b\u003ethe Enhanced Precision Super Duty Caster offers exceptional precision and control. Its innovative braking system provides reliable locking, preventing unwanted movement when necessary, and ensuring stability and safety during operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50126908129592,"sku":"R-EPSD-83NYB","price":630.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-EPSD-83NYB-2.jpg?v=1771090835"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-3-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-103FST 10\" x 3\" Forged Steel Rigid Caster – 16000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 3\" Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-103FST, the ultimate solution for heavy-duty material handling. Engineered to handle a staggering 16000 lbs capacity, this caster is built to take on the most demanding industrial environments with ease. Whether you need to transport bulky equipment, machinery, or hefty loads, the R-MD-103FST is the reliable companion you can trust.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and durability in mind, this caster boasts a robust construction that ensures long-lasting performance. Its rugged frame and high-quality materials make it resistant to wear and tear, allowing it to withstand rigorous usage without compromising its functionality.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-103FST features a smooth-rolling design that guarantees effortless maneuverability even under heavy loads. Its advanced wheel technology minimizes friction, enabling swift and efficient movement across various surfaces. With this caster, you can effortlessly navigate through your workspace, enhancing productivity and reducing the strain on your operators.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThanks to its intelligent design, the R-MD-103FST offers superior stability, preventing unwanted wobbling or tilting during operation. This ensures the safety of your valuable equipment and personnel, allowing you to focus on your tasks with peace of mind.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127112995128,"sku":"R-MD-103FST","price":740.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-103FST-2.jpg?v=1771091327"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-3-nylast-wheel-with-1-1-4-precision-roller-ball-bearings","title":"Hamilton R-MD-103NYB 10\" x 3\" Nylast Rigid Caster – 8200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 3\" Nylast Wheel with 1 1\/4\" Precision Roller Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-103NYB – your reliable solution for heavy-duty transportation needs. Designed to effortlessly handle loads of up to 8200 lbs, this caster offers unbeatable strength and durability for a wide range of applications. Whether you're moving industrial equipment, machinery, or other hefty loads, the Hamilton Caster Part#: R-MD-103NYB is up to the task.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and built to last, this caster guarantees exceptional performance in demanding environments. Its robust construction ensures long-lasting reliability, even in the harshest conditions. With its impressive load capacity, you can confidently transport heavy items with ease and efficiency, making your material handling operations more efficient than ever.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-103NYB features a thoughtfully engineered design that prioritizes stability and smooth movement. Its sturdy construction minimizes vibrations, providing a secure and steady transport experience. Maneuvering your heavy loads becomes a breeze, thanks to the caster's seamless gliding capabilities.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe caster's high-quality materials ensure excellent resistance to wear and tear, enabling it to withstand heavy usage over extended periods. Its superior load-bearing capacity guarantees reliable performance, allowing you to tackle even the most challenging tasks with confidence. When it comes to durability and strength, the Hamilton Caster Part#: R-MD-103NYB sets the standard.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eTake your material handling capabilities to new heights with the Hamilton Caster Part#: R-MD-103NYB. Discover the peace of mind that comes with knowing you can effortlessly move heavy loads without compromising safety or efficiency. Invest in a caster that delivers exceptional performance and is built to last.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127113158968,"sku":"R-MD-103NYB","price":950.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-103NYB-2.jpg?v=1771091327"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-ultra-thick-2-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1042SGB95 10\" x 4\" DuraGlide Rigid Caster – 6500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Ultra-Thick (2\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1042SGB95 - a robust and reliable solution for all your heavy-duty material handling needs. This high-capacity caster is built to tackle the toughest tasks, ensuring smooth and efficient movement of loads weighing up to an impressive 6500 lbs.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and durability in mind, the Hamilton Caster Part#: R-MD-1042SGB95 is designed to withstand the rigors of industrial environments. Its sturdy construction and top-notch materials make it a long-lasting choice that can endure heavy usage without compromising performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a focus on functionality and ease of use, this caster provides exceptional maneuverability and smooth motion, allowing you to navigate tight spaces and uneven surfaces with confidence. The carefully engineered design ensures minimal resistance, allowing for effortless movement and reducing strain on operators.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-1042SGB95 is equipped with a reliable and efficient load-bearing system that evenly distributes weight, enhancing stability and preventing unnecessary strain on your equipment and materials. This feature is especially beneficial when handling fragile or delicate loads, as it minimizes the risk of damage.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eDesigned to seamlessly integrate into your existing equipment, this caster is easy to install and compatible with a wide range of industrial applications. Whether you need to upgrade your machinery or replace worn-out casters, the Hamilton Caster Part#: R-MD-1042SGB95 is an ideal choice that guarantees superior performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127113683256,"sku":"R-MD-1042SGB95","price":1043.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1042SGB95-2.jpg?v=1771091327"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-104FST 10\" x 4\" Forged Steel Rigid Caster – 18000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-104FST, a heavy-duty powerhouse that guarantees to tackle your toughest material handling challenges with ease. Designed to withstand demanding industrial environments, this caster is built to provide exceptional strength and reliability, ensuring seamless mobility for your equipment.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith an impressive weight capacity of 18,000 lbs, the R-MD-104FST caster is a true workhorse. It effortlessly supports heavy loads, making it ideal for heavy-duty applications in warehouses, manufacturing facilities, distribution centers, and more. Whether you need to transport bulky machinery, equipment, or large-scale products, this caster delivers exceptional performance you can rely on.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with meticulous attention to detail, the R-MD-104FST caster offers superior durability and longevity. Its robust construction features high-quality materials, ensuring resistance against wear and tear, impacts, and harsh conditions. This caster is engineered to last, reducing the need for frequent replacements and saving you both time and money.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe R-MD-104FST caster boasts exceptional maneuverability, allowing you to navigate tight spaces and crowded environments effortlessly. Its smooth-rolling design minimizes friction and enables seamless movement, ensuring optimal efficiency and productivity in your operations. With this caster, you can easily transport your heavy loads without compromising safety or efficiency.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127113748792,"sku":"R-MD-104FST","price":868.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-104FST-2.jpg?v=1771091333"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-nylast-wheel-with-1-1-4-precision-roller-ball-bearings","title":"Hamilton R-MD-104NYB 10\" x 4\" Nylast Rigid Caster – 8200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Nylast Wheel with 1 1\/4\" Precision Roller Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-104NYB – the reliable solution for heavy-duty mobility needs. Designed to effortlessly handle an impressive capacity of 8200 lbs, this caster is built to deliver exceptional performance and durability in demanding industrial environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-104NYB is meticulously engineered to ensure smooth and seamless movement, providing ease of maneuverability even under extreme loads. Crafted with precision and quality materials, this caster guarantees optimal functionality, making it an ideal choice for various applications, from manufacturing plants to warehouses.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a robust construction, this caster is built to withstand rigorous use and is resistant to wear and tear, ensuring long-lasting performance and reliable operation. Its sturdy design provides stability and ensures secure transportation of heavy items, allowing you to efficiently move loads with confidence.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its versatile nature, the Hamilton Caster Part#: R-MD-104NYB excels in diverse environments and applications. Whether you need to move heavy machinery, industrial equipment, or other substantial loads, this caster is up to the task. It offers exceptional load-bearing capabilities, making it a valuable asset in industries that require efficient and reliable material handling.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127116435768,"sku":"R-MD-104NYB","price":1218.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-104NYB-2.jpg?v=1771091339"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-ultra-thick-1-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-104SGB95 10\" x 4\" DuraGlide Rigid Caster – 5000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Ultra-Thick (1\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-104SGB95, the ultimate heavy-duty companion for all your material handling needs. Engineered to withstand demanding environments, this caster is built with uncompromising quality and durability to ensure smooth and efficient operations.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eDesigned for heavy-duty applications, the Hamilton Caster Part#: R-MD-104SGB95 boasts an impressive weight capacity of 5000 lbs, making it the ideal choice for transporting heavy loads with ease and confidence. Whether you're moving equipment, machinery, or bulk materials, this caster delivers the strength and reliability you can depend on.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and attention to detail, this caster features a robust construction that ensures long-lasting performance. Its solid build and high-quality materials guarantee resistance against wear and tear, making it suitable for even the most demanding industrial environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with smooth-rolling wheels, the Hamilton Caster Part#: R-MD-104SGB95 effortlessly glides across various surfaces, providing excellent maneuverability and reducing the effort required to transport heavy items. The wheels are carefully designed to minimize noise and vibration, ensuring a quiet and comfortable operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe caster is engineered for easy installation, allowing you to quickly integrate it into your existing equipment or framework. Its versatile design makes it compatible with a wide range of applications, offering you flexibility and convenience.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eReliability is a top priority, and that's why the Hamilton Caster Part#: R-MD-104SGB95 undergoes rigorous testing and quality assurance measures to meet the highest industry standards. You can trust that this caster will consistently perform at its best, delivering exceptional results in any heavy-duty setting.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127117353272,"sku":"R-MD-104SGB95","price":1021.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-104SGB95-2.jpg?v=1771091339"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-superlast-polyurethane-95a-on-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-104SYT 10\" x 4\" Superlast Poly Rigid Caster – 5000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Superlast Polyurethane (95A) on Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-104SYT, the ultimate solution for your heavy-duty material handling needs. With a staggering 5000 lbs capacity, this caster is built to handle the toughest tasks with ease. Whether you're in a warehouse, manufacturing facility, or any other industrial setting, the Hamilton Caster Part#: R-MD-104SYT is the reliable companion you can trust.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and quality in mind, this caster guarantees durability and longevity. It boasts a robust construction that can withstand the rigors of demanding environments, ensuring consistent performance even under heavy loads. Engineered to perfection, the Hamilton Caster Part#: R-MD-104SYT delivers exceptional strength and stability, making it the ideal choice for moving large and heavy items effortlessly.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek design, this caster not only performs exceptionally but also adds a touch of sophistication to your equipment or machinery. The smooth rolling action of the Hamilton Caster Part#: R-MD-104SYT ensures effortless maneuverability, allowing you to navigate through tight spaces with minimal effort and maximum control.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127117812024,"sku":"R-MD-104SYT","price":1016.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-104SYT-2.jpg?v=1771091340"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-superlast-xc-polyurethane-70d-on-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-104SYT70 10\" x 4\" Superlast XC Rigid Caster – 6500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" Superlast XC Polyurethane (70D) on Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-104SYT70 - the ultimate heavy-duty solution for all your material handling needs. Designed to provide exceptional durability and smooth mobility, this caster is built to handle a whopping 6500 lbs capacity effortlessly.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and engineered to perfection, the Hamilton Caster Part#: R-MD-104SYT70 ensures reliable performance even under the most demanding conditions. Its robust construction and high-quality materials guarantee long-lasting durability, making it an ideal choice for industrial environments, warehouses, workshops, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek and functional design, this caster boasts a low profile that seamlessly integrates into various equipment and machinery setups. Its versatile nature allows it to adapt to a wide range of applications, providing you with a versatile solution that can tackle multiple tasks effortlessly.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-104SYT70 is known for its exceptional maneuverability, allowing you to navigate tight corners and narrow spaces with ease. Its smooth rolling action minimizes friction and noise, ensuring quiet operation and enhancing workplace productivity.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith safety as a top priority, this caster guarantees stability and secure handling. It is engineered to maintain a firm grip on different surfaces, minimizing the risk of accidents and providing you with peace of mind during operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127119057208,"sku":"R-MD-104SYT70","price":1136.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-104SYT70-2.jpg?v=1771091343"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-5-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-105DT 10\" x 5\" Duralast Rigid Caster – 5000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 5\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-105DT, a heavy-duty caster designed to handle your toughest material handling needs. Engineered with precision and durability in mind, this caster is built to effortlessly transport heavy loads weighing up to an impressive 5000 lbs.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with high-quality materials and advanced engineering techniques, the Hamilton Caster Part#: R-MD-105DT guarantees exceptional performance and reliability in demanding industrial environments. Its robust construction ensures long-lasting strength, allowing you to confidently move your heaviest equipment and materials with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a smooth and efficient rolling mechanism, this caster effortlessly glides across various surfaces, including concrete floors, tile, and even uneven terrain. Say goodbye to the frustrations of struggling to move heavy loads; the Hamilton Caster Part#: R-MD-105DT simplifies your material handling tasks.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eDesigned for versatility, this heavy-duty caster excels in a wide range of applications, including manufacturing plants, warehouses, distribution centers, and more. Its sturdy construction and high weight capacity make it ideal for moving heavy machinery, equipment, pallets, and other substantial loads. Whether you're transporting raw materials, finished products, or machinery components, this caster provides the reliability you need.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eInvesting in the Hamilton Caster Part#: R-MD-105DT means investing in peace of mind. With its superior load-bearing capacity and durable construction, you can trust that this caster will withstand the rigors of your demanding work environment. Move heavy loads efficiently and safely, without compromising on quality or performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127120597304,"sku":"R-MD-105DT","price":1075.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-105DT-2.jpg?v=1771091343"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-5-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-105DT70 10\" x 5\" Duralast XC Rigid Caster – 6500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 5\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-105DT70, a heavy-duty powerhouse that effortlessly handles a whopping 6500 lbs of weight with ease. Designed to provide reliable and efficient mobility, this caster is a game-changer for industrial applications and heavy-duty equipment.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-105DT70 boasts exceptional strength and durability, making it a reliable choice for your most demanding tasks. Crafted with precision and built to last, this caster is engineered to withstand the harshest conditions and deliver consistent performance day in and day out.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its sturdy construction and high load capacity, the Hamilton Caster Part#: R-MD-105DT70 ensures optimal stability and smooth transportation of heavy loads. It effortlessly rolls over various surfaces, minimizing friction and reducing the effort required to move heavy equipment. Say goodbye to cumbersome maneuvers and hello to effortless mobility.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek and functional design, this caster combines functionality with style. Its sleek appearance adds a touch of professionalism to any industrial setting, enhancing the overall aesthetic appeal. The Hamilton Caster Part#: R-MD-105DT70 seamlessly integrates into your existing equipment, making it a versatile choice for retrofitting or upgrading your machinery.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127122137400,"sku":"R-MD-105DT70","price":1007.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-105DT70-2.jpg?v=1771091346"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-10-x-4-1-thick-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-105GB95 10\" x 4\" DuraGlide Rigid Caster – 5000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 10\" x 4\" (1\" Thick) DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-105GB95, the ultimate solution for heavy-duty transportation needs. With its robust construction and impressive weight capacity of 5000 lbs, this caster is designed to tackle even the most demanding tasks with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and quality materials, the Hamilton Caster Part#: R-MD-105GB95 guarantees exceptional durability and longevity. It is built to withstand rigorous environments, making it an ideal choice for industrial settings, warehouses, manufacturing facilities, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster boasts smooth and effortless maneuverability, allowing you to effortlessly navigate through tight spaces and obstacles. Its carefully designed construction ensures minimal resistance, ensuring a seamless and efficient movement experience. No matter the load, this caster delivers reliable and consistent performance, ensuring your operations run smoothly and efficiently.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith the Hamilton Caster Part#: R-MD-105GB95, safety is a top priority. The caster is equipped with a secure and sturdy mounting mechanism, providing stability and preventing unwanted movement. You can trust this caster to keep your valuable cargo secure during transportation, minimizing the risk of accidents or damage.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWhether you're moving heavy machinery, equipment, or other sizable loads, the Hamilton Caster Part#: R-MD-105GB95 is the perfect choice. Its exceptional weight capacity and rugged construction ensure that it can handle the toughest tasks, providing you with a reliable and efficient solution for your material handling needs.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127122399544,"sku":"R-MD-105GB95","price":1142.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-105GB95-2.jpg?v=1771091349"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-ultra-thick-2-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1242SGB95 12\" x 4\" DuraGlide Rigid Caster – 7200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" Ultra-Thick (2\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1242SGB95, a heavy-duty caster designed to provide exceptional strength and reliability for your industrial applications. With a whopping capacity of 7200 lbs, this caster is built to handle even the heaviest loads with ease. Whether you're working in a warehouse, manufacturing facility, or any other demanding environment, the R-MD-1242SGB95 is here to deliver exceptional performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and using high-quality materials, this caster ensures long-lasting durability and dependable operation. It is designed to withstand the rigors of constant use and heavy loads, making it an ideal choice for demanding industrial settings. Count on the R-MD-1242SGB95 to meet your toughest challenges and provide smooth, reliable mobility for your equipment.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a focus on functionality and practicality, this caster incorporates a range of features that enhance its performance and usability. The R-MD-1242SGB95 boasts a robust construction that can effortlessly handle your heavy loads, offering stability and security. Its carefully engineered design minimizes maintenance requirements, allowing you to focus on your tasks without worrying about the caster's performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe R-MD-1242SGB95 is easy to maneuver, enabling smooth and precise movement even under significant weight. Its carefully designed components work together seamlessly, ensuring that your equipment glides effortlessly across various surfaces. This caster is engineered for reliability, allowing you to transport your heavy machinery with confidence and efficiency.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIn summary, the Hamilton Caster Part#: R-MD-1242SGB95 is a heavy-duty caster that combines unparalleled strength, durability, and ease of use. With its impressive 7200 lbs capacity, this caster is built to handle the toughest industrial applications. Invest in the R-MD-1242SGB95 and experience the reliability and performance you need to keep your operations running smoothly.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127123218744,"sku":"R-MD-1242SGB95","price":1218.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1242SGB95-2.jpg?v=1771091349"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-124FST 12\" x 4\" Forged Steel Rigid Caster – 23000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124FST, a heavy-duty caster designed to handle the toughest tasks with ease. With a staggering capacity of 23,000 lbs, this caster is built to support massive loads, making it an ideal choice for industrial and commercial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and durability in mind, the Hamilton Caster Part#: R-MD-124FST boasts exceptional strength and resilience. Its robust construction ensures that it can withstand the harshest environments and handle the most demanding tasks effortlessly.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-124FST offers exceptional maneuverability, allowing you to transport heavy loads with ease and precision. The smooth and efficient movement ensures that your operations run smoothly and efficiently, minimizing downtime and maximizing productivity.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its high-quality materials and expert engineering, this caster guarantees long-lasting performance and reliability. Its exceptional load-bearing capacity provides peace of mind, knowing that it can handle even the heaviest loads with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127123480888,"sku":"R-MD-124FST","price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124FST-2.jpg?v=1771091352"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-nylast-wheel-with-1-1-4-precision-roller-ball-bearings","title":"Hamilton R-MD-124NYB 12\" x 4\" Nylast Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" Nylast Wheel with 1 1\/4\" Precision Roller Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124NYB - the heavy-duty solution for your material handling needs. With its impressive 10,000 lbs capacity, this caster is designed to effortlessly transport even the heaviest loads with ease and reliability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and built to withstand rigorous industrial environments, the Hamilton Caster Part#: R-MD-124NYB is a powerhouse that will enhance your productivity and efficiency. It is engineered to deliver exceptional performance, allowing you to handle large-scale projects with confidence.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe durability of this caster is unparalleled. Constructed with high-quality materials and advanced manufacturing techniques, it is built to last and can withstand the toughest working conditions. Say goodbye to frequent replacements and enjoy long-lasting performance.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-124NYB features a robust design that ensures stability and maneuverability, allowing you to navigate through tight spaces and corners effortlessly. Its smooth and reliable operation enables you to transport heavy loads smoothly, reducing the risk of accidents and damage to your valuable cargo.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe caster is equipped with a state-of-the-art mounting system, making installation quick and hassle-free. With its user-friendly design, you can easily integrate it into your existing equipment or create a customized solution tailored to your specific requirements.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127124365624,"sku":"R-MD-124NYB","price":1481.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124NYB-2.jpg?v=1771091355"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-1-thick-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-124SGB95 12\" x 4\" DuraGlide Rigid Caster – 5500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" (1\" Thick) DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124SGB95, the heavy-duty solution for all your material handling needs. Designed to support a remarkable weight capacity of 5500 lbs, this caster is built to handle even the most demanding environments with ease.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and durability in mind, the Hamilton Caster Part#: R-MD-124SGB95 boasts exceptional strength and reliability. It is meticulously engineered using high-quality materials, ensuring long-lasting performance and the ability to withstand rigorous usage over extended periods.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster excels in maneuverability, allowing you to effortlessly transport heavy loads across various surfaces. Its smooth and fluid movement guarantees optimal control and ease of operation, enabling you to navigate tight corners and crowded spaces with confidence.\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its sleek and ergonomic design, the Hamilton Caster Part#: R-MD-124SGB95 seamlessly integrates into your existing equipment or machinery, providing a seamless and hassle-free installation experience. Its versatile nature makes it suitable for a wide range of applications, including industrial settings, warehouses, factories, and more.\u003c\/font\u003e\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127124463928,"sku":"R-MD-124SGB95","price":1157.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124SGB95-2.jpg?v=1771091355"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-ultraglide-70d-quad-wheel-black-tread-on-aluminum-core-with-1-1-4-sealed-precision-ball-bearings","title":"Hamilton R-MD-124SWF70D 12\" x 4\" UltraGlide Rigid Caster – 6800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" UltraGlide (70D) Quad-Wheel Black Tread on Aluminum Core with 1 1\/4\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124SWF70D, a heavy-duty powerhouse designed to provide exceptional performance and reliability in demanding industrial environments. Engineered with precision and built to last, this caster is the perfect solution for effortlessly transporting heavy loads with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith an impressive weight capacity of 6800 lbs, the Hamilton Caster Part#: R-MD-124SWF70D is capable of handling even the most substantial loads, making it an ideal choice for industrial settings such as warehouses, manufacturing facilities, and distribution centers. Whether you need to move heavy equipment, machinery, or materials, this caster is up to the task.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with the utmost attention to detail, this caster features a robust construction that ensures long-lasting durability and optimal performance. The high-quality materials used in its manufacturing guarantee resistance to wear and tear, making it suitable for heavy and continuous use in demanding work environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eDesigned for smooth and efficient mobility, the Hamilton Caster Part#: R-MD-124SWF70D is equipped with top-of-the-line rolling components. The advanced wheel system ensures effortless movement, allowing you to maneuver heavy loads with minimal effort. Its ergonomic design and precision engineering provide excellent stability and control, ensuring safe and reliable transportation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-124SWF70D offers a seamless integration into your existing equipment setup. Its universal compatibility allows for easy installation and integration, making it a versatile solution for a wide range of applications. Whether you are retrofitting existing equipment or designing a new system, this caster will seamlessly fit into your workflow.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127124627768,"sku":"R-MD-124SWF70D","price":1173.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124SWF70D-2.jpg?v=1771091357"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-ultraglide-95a-quad-wheel-grey-tread-on-aluminum-core-with-1-1-4-sealed-precision-ball-bearings","title":"Hamilton R-MD-124SWF95 12\" x 4\" UltraGlide Rigid Caster – 5650 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" UltraGlide (95A) Quad-Wheel Grey Tread on Aluminum Core with 1 1\/4\" Sealed Precision Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124SWF95, a heavy-duty caster designed to tackle the toughest tasks with ease. Built to support an impressive load capacity of 5650 lbs, this caster is a reliable and durable solution for various industrial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and using high-quality materials, the Hamilton Caster Part#: R-MD-124SWF95 is built to withstand the rigors of demanding environments. Its robust construction ensures long-lasting performance, providing exceptional strength and stability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster is specifically designed to enhance maneuverability, allowing you to effortlessly transport heavy loads across your workspace. Its smooth rolling action guarantees easy mobility and ensures minimal resistance, even under heavy loads. With the Hamilton Caster Part#: R-MD-124SWF95, you can achieve efficient and seamless movement of your equipment or materials.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with advanced features, this caster excels in providing superior performance. Its durable wheel construction offers excellent traction and grip on various surfaces, enabling smooth movement across different terrains. The wheel design minimizes noise and vibration, ensuring a quiet and comfortable working environment.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-124SWF95 boasts a versatile design, making it compatible with a wide range of industrial equipment. Whether you're operating machinery, carts, racks, or other heavy-duty equipment, this caster delivers exceptional reliability and stability.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127125119288,"sku":"R-MD-124SWF95","price":1178.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124SWF95-2.jpg?v=1771091359"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-superlast-polyurethane-95a-on-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-124SYT 12\" x 4\" Superlast Poly Rigid Caster – 6000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" Superlast Polyurethane (95A) on Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124SYT, a heavy-duty caster engineered to handle your toughest transportation needs with ease. Designed with exceptional strength and durability in mind, this caster is capable of supporting an impressive load capacity of up to 6000 lbs. Whether you're operating in a warehouse, manufacturing facility, or any other demanding industrial environment, this caster is up to the task.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and built to last, the Hamilton Caster Part#: R-MD-124SYT is constructed using high-quality materials and cutting-edge manufacturing techniques. The robust design ensures maximum reliability and longevity, allowing you to rely on this caster for years to come.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with smooth-rolling wheels, this caster guarantees effortless mobility across various surfaces, making it ideal for both indoor and outdoor applications. Its sturdy construction allows it to withstand the rigors of heavy loads, ensuring stability and safe transport.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its sleek and practical design, the Hamilton Caster Part#: R-MD-124SYT seamlessly integrates into your existing equipment or can be easily incorporated into new projects. Its versatile nature makes it compatible with a wide range of carts, racks, dollies, and other transportation systems.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127125348664,"sku":"R-MD-124SYT","price":1165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124SYT-2.jpg?v=1771091359"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-4-superlast-xc-polyurethane-70d-on-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-124SYT70 12\" x 4\" Superlast XC Rigid Caster – 7800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 4\" Superlast XC Polyurethane (70D) on Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-124SYT70, a reliable and heavy-duty solution designed to effortlessly handle demanding load requirements. This caster offers exceptional performance and durability, making it an ideal choice for various industrial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eBuilt to withstand substantial weight, the Hamilton Caster Part#: R-MD-124SYT70 boasts an impressive weight capacity of 7800 lbs. This makes it perfect for transporting heavy equipment, machinery, and materials, ensuring efficient and secure movement across your workspace.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and top-quality materials, this caster is built to last. Its robust construction guarantees long-lasting performance, even under the most challenging conditions. You can rely on its strength and durability, knowing that it will consistently deliver exceptional results.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sleek and streamlined design, the Hamilton Caster Part#: R-MD-124SYT70 effortlessly glides across surfaces, reducing friction and ensuring smooth maneuverability. Its advanced design minimizes resistance and allows for easy movement, making it a breeze to navigate tight spaces and corners.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with high-quality components, this caster ensures quiet operation, reducing noise disturbances in your workspace. Its smooth and silent movement helps maintain a peaceful environment, allowing you to focus on your tasks without unnecessary distractions.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its versatile nature, the Hamilton Caster Part#: R-MD-124SYT70 adapts to various industrial environments. Whether you need to transport heavy loads in manufacturing facilities, warehouses, or construction sites, this caster offers exceptional versatility and reliability to meet your specific needs.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eInvest in the Hamilton Caster Part#: R-MD-124SYT70, and experience the perfect balance of strength, durability, and efficiency. It's a superior choice for heavy-duty applications, where dependable performance is paramount. Upgrade your workspace with this exceptional caster and enjoy the benefits of seamless movement and reliable load transportation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127125512504,"sku":"R-MD-124SYT70","price":1307.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-124SYT70-2.jpg?v=1771091363"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-5-ultra-thick-2-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1252SGB95 12\" x 5\" DuraGlide Rigid Caster – 7500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 5\" Ultra-Thick (2\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1252SGB95, your ultimate solution for heavy-duty material handling needs. This robust caster is designed to provide exceptional performance and reliability, making it a top choice for industrial applications that demand maximum strength and durability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith an impressive weight capacity of 7500 lbs, this caster effortlessly handles heavy loads, ensuring smooth and effortless movement across your workspace. Its sturdy construction and high-quality materials guarantee longevity, enabling you to rely on it for years to come.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-1252SGB95 offers unparalleled maneuverability, allowing you to effortlessly navigate through tight spaces and crowded areas, enhancing overall productivity and efficiency in your operations.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster boasts a cutting-edge design that reduces friction and minimizes noise during use, ensuring a quiet and efficient operation, even when carrying heavy loads.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWhether you're working in a warehouse, manufacturing facility, or any other industrial setting, the Hamilton Caster Part#: R-MD-1252SGB95 is the reliable choice that will exceed your expectations.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127126430008,"sku":"R-MD-1252SGB95","price":2485.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1252SGB95-2.jpg?v=1771091367"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-5-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-125DT 12\" x 5\" Duralast Rigid Caster – 6200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 5\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-125DT, a heavy-duty workhorse that will revolutionize your material handling operations. Built to withstand the toughest environments, this caster is designed to effortlessly carry a remarkable capacity of 6200 lbs, making it the ideal choice for industrial applications where strength and durability are paramount.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with meticulous attention to detail, the Hamilton Caster Part#: R-MD-125DT is engineered to deliver outstanding performance, allowing you to effortlessly transport heavy loads with ease. Its robust construction and high-quality materials ensure long-lasting reliability, making it an investment that will serve you for years to come.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing cutting-edge engineering, this caster offers exceptional maneuverability, allowing you to navigate tight spaces and corners with minimal effort. Its smooth and precise movement ensures that your loads are transported safely and efficiently, reducing the risk of accidents and enhancing overall productivity.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-125DT is equipped with a range of features that enhance its usability and versatility. From its sturdy frame to its reliable rolling mechanism, every aspect of this caster is designed to provide optimal performance. Its advanced design reduces friction and noise, ensuring a quiet and seamless operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127126692152,"sku":"R-MD-125DT","price":1152.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-125DT-2.jpg?v=1771091367"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-5-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-125DT70 12\" x 5\" Duralast XC Rigid Caster – 8000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 5\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-125DT70, a heavy-duty industrial caster designed to tackle the toughest tasks with ease. Built with quality craftsmanship and engineered to handle impressive weight capacities, this caster is a reliable solution for your material handling needs.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-125DT70 is built to withstand heavy loads, boasting an impressive weight capacity of 8000 lbs. Whether you're moving large machinery, equipment, or heavy materials, this caster is up to the challenge, providing a sturdy and dependable solution for your industrial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with durability in mind, this caster features robust construction and high-quality materials to ensure long-lasting performance. The caster is designed to resist wear and tear, even in demanding environments, allowing you to rely on it for years to come.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-125DT70 offers smooth and effortless maneuverability, making it a breeze to navigate around your workspace. Its carefully engineered design enables easy and precise movement, allowing you to transport heavy items with minimal effort.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its versatile design, this caster is compatible with a wide range of equipment and applications. Whether you need to equip a dolly, cart, or other industrial equipment, the Hamilton Caster Part#: R-MD-125DT70 is a versatile solution that adapts to your specific requirements.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127127085368,"sku":"R-MD-125DT70","price":1106.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-125DT70-2.jpg?v=1771091367"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-12-x-5-1-thick-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-125GB95 12\" x 5\" DuraGlide Rigid Caster – 6300 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 12\" x 5\" (1\" Thick) DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-125GB95, the ultimate solution for heavy-duty transportation and material handling. Designed to handle a staggering 6300 lbs capacity, this caster is engineered to deliver exceptional performance and durability in demanding environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and built to last, the Hamilton Caster Part#: R-MD-125GB95 offers reliability and strength that you can depend on. Its robust construction ensures that it can effortlessly handle heavy loads, making it ideal for industrial applications, warehouses, manufacturing facilities, and more.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a cutting-edge design, this caster incorporates advanced engineering principles to provide smooth and seamless movement. Its superior maneuverability allows for easy navigation even in tight spaces, enhancing productivity and efficiency in your operations.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-125GB95 is equipped with high-quality components that contribute to its exceptional performance. The premium-grade materials used in its construction guarantee long-lasting durability, ensuring that it can withstand the rigors of continuous use.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a focus on practicality, this caster is designed to be low-maintenance, reducing downtime and maximizing productivity. Its hassle-free operation means you can rely on it to perform consistently, allowing you to concentrate on your tasks at hand without worrying about equipment failures.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127127544120,"sku":"R-MD-125GB95","price":1540.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-125GB95-2.jpg?v=1771091372"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-3-ultra-thick-3-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1633SGB95 16\" x 3\" DuraGlide Rigid Caster – 6800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Swivel Caster with 16\" x 3\" Ultra-Thick (3\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1633SGB95 - the ultimate heavy-duty solution for all your material handling needs! Engineered with precision and built to withstand the toughest environments, this high-performance caster will effortlessly carry a remarkable load capacity of up to 6800 lbs, making it a reliable workhorse for various industrial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with durability in mind, the Hamilton Caster Part#: R-MD-1633SGB95 boasts a rugged construction that ensures longevity and resilience under immense pressure. Its cutting-edge design allows for smooth and seamless maneuverability, guaranteeing swift transportation of your heaviest loads with minimal effort.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with high-quality materials and state-of-the-art engineering, this caster offers unbeatable performance and stability. The sleek design ensures easy installation and compatibility with a wide range of equipment, making it a versatile addition to your material handling arsenal.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127127609656,"sku":"R-MD-1633SGB95","price":2445.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1633SGB95-2.jpg?v=1771091372"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-4-ultra-thick-2-duraglide-polyurethane-95a-on-cast-iron-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1642GB95 16\" x 4\" DuraGlide Rigid Caster – 7200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 4\" Ultra-Thick (2\") DuraGlide Polyurethane (95A) on Cast Iron Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1642GB95 - the heavy-duty solution for all your material handling needs. Designed to provide exceptional durability and seamless maneuverability, this caster is the perfect choice for demanding industrial environments. Whether you're transporting heavy loads across the warehouse floor or navigating through tight spaces, the Hamilton R-MD-1642GB95 is up to the task!\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision engineering and high-quality materials, this caster ensures long-lasting performance and reliable operation. Its robust construction allows it to effortlessly handle a substantial weight capacity of 7200 lbs, making it ideal for moving even the heaviest of loads with ease.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton R-MD-1642GB95 boasts a smooth and fluid movement, reducing the effort required to transport heavy items and enhancing overall productivity. Its low-profile design enables it to glide seamlessly over various surfaces, providing excellent stability and eliminating the risk of tipping or toppling.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThis caster is designed for easy installation and seamless integration into your existing equipment or carts. Its versatility allows it to be used across a wide range of industries, from manufacturing facilities to distribution centers, ensuring that you can rely on it to optimize your material handling processes.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eExperience the Hamilton Caster advantage today with the R-MD-1642GB95 - a true workhorse that excels in strength, durability, and maneuverability. Upgrade your material handling capabilities and get the job done efficiently and safely.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127127740728,"sku":"R-MD-1642GB95","price":1826.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1642GB95-2.jpg?v=1771091372"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-4-ultra-thick-3-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-1643SGB95 16\" x 4\" DuraGlide Rigid Caster – 8900 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 4\" Ultra-Thick (3\") DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-1643SGB95, a heavy-duty caster designed to meet your industrial needs with exceptional strength and durability. This caster is built to handle impressive loads, boasting an impressive weight capacity of 8900 lbs. Whether you're transporting heavy machinery, equipment, or materials, the R-MD-1643SGB95 is your reliable solution.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and quality in mind, this caster is engineered to withstand the rigors of demanding environments. The robust construction ensures longevity, allowing it to handle heavy loads consistently without compromising performance. With the Hamilton Caster Part#: R-MD-1643SGB95, you can rely on its exceptional strength to effortlessly move even the heaviest of objects.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with smooth-rolling wheels, this caster enables effortless mobility and maneuverability. The high-quality wheels ensure minimal friction, allowing you to easily navigate various surfaces with ease. You can rely on this caster to move smoothly and efficiently, enhancing productivity in your workplace.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-1643SGB95 features a sturdy mounting plate, providing a secure attachment point for your equipment or machinery. Its reliable construction ensures stability, preventing any unwanted movement during transport. This caster is designed to provide a secure and reliable connection to your load, giving you peace of mind while on the move.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith its durable construction and high weight capacity, this caster is ideal for a wide range of applications, including industrial manufacturing, warehousing, logistics, and more. Whether you're moving heavy loads within your facility or across long distances, the Hamilton Caster Part#: R-MD-1643SGB95 is your reliable companion.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127127904568,"sku":"R-MD-1643SGB95","price":2714.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1643SGB95-2.jpg?v=1771091376"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-4-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-164DT 16\" x 4\" Duralast Poly Rigid Caster – 5500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 4\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-164DT, a heavy-duty solution designed to meet your material handling needs with exceptional strength and durability. Engineered with a staggering weight capacity of 5500 lbs, this caster is built to handle even the most demanding industrial environments.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and reliability in mind, the Hamilton Caster Part#: R-MD-164DT guarantees top-notch performance and longevity. Whether you need to move large equipment, transport heavy loads, or maneuver machinery, this caster ensures smooth and effortless mobility.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a robust construction, this caster is built to withstand rigorous usage, providing you with a reliable solution for all your material handling tasks. Its superior strength is backed by high-quality materials and expert craftsmanship, ensuring long-lasting performance even in the harshest operating conditions.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-164DT boasts a thoughtfully engineered design that promotes ease of use and seamless maneuverability. Its advanced engineering minimizes friction, allowing for smooth and precise movements, while its heavy-duty construction ensures stability and control.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWith a focus on user convenience, this caster is designed for easy installation and hassle-free maintenance. Its user-friendly features make it an ideal choice for both professionals and do-it-yourself enthusiasts, providing a seamless experience from start to finish.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eChoose the Hamilton Caster Part#: R-MD-164DT for your heavy-duty material handling needs and experience the exceptional performance and reliability it brings to your operations. Invest in a caster that will surpass your expectations and deliver unparalleled efficiency.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127128166712,"sku":"R-MD-164DT","price":1104.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-164DT-2.jpg?v=1771091377"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-4-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-164DT70 16\" x 4\" Duralast XC Rigid Caster – 7000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 4\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-164DT70 - Your Heavy-Duty Mobility Solution!\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eWhen it comes to handling heavy loads with ease and precision, look no further than the Hamilton Caster Part#: R-MD-164DT70. Engineered with top-notch materials and cutting-edge technology, this caster is the ideal choice for industrial and commercial applications where robust performance is a must.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eDesigned to effortlessly carry an impressive weight capacity of 7000 lbs, the R-MD-164DT70 is the epitome of strength and reliability. Its sturdy construction ensures long-lasting durability, allowing you to tackle even the most demanding tasks without hesitation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eEquipped with smooth-rolling wheels, this caster facilitates easy movement across various surfaces, making transportation a breeze. Whether you're maneuvering around tight corners or navigating through cluttered spaces, the R-MD-164DT70 ensures a smooth and stable ride throughout.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eUnmatched versatility is another highlight of this exceptional caster. Its adaptable design makes it suitable for a wide range of industries, including warehousing, manufacturing, logistics, and beyond. Say goodbye to cumbersome processes and embrace the efficiency that the R-MD-164DT70 brings to your workplace.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127128559928,"sku":"R-MD-164DT70","price":1161.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-164DT70-2.jpg?v=1771091377"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-4-1-thick-duraglide-polyurethane-95a-on-forged-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton R-MD-164GB95 16\" x 4\" DuraGlide Rigid Caster – 6000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 4\" (1\" Thick) DuraGlide Polyurethane (95A) on Forged Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eIntroducing the Hamilton Caster Part#: R-MD-164GB95, a heavy-duty caster designed to handle your toughest loads with ease. With its impressive 6000 lbs capacity, this caster is built to withstand the demands of industrial and commercial applications, providing you with the reliable performance you need.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eCrafted with precision and durability in mind, the Hamilton Caster Part#: R-MD-164GB95 is engineered using high-quality materials that ensure long-lasting performance and exceptional strength. Whether you're moving heavy machinery, equipment, or other substantial loads, this caster is up to the task.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eFeaturing a sturdy construction, this caster excels in providing smooth and effortless movement. Its design allows for efficient maneuverability, making it ideal for navigating through tight spaces or crowded areas. No matter the terrain or floor surface, this caster glides effortlessly, saving you time and effort.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cbr\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003eThe Hamilton Caster Part#: R-MD-164GB95 offers exceptional reliability, giving you peace of mind in demanding work environments. Its robust construction ensures stability and prevents tipping, allowing you to transport your valuable items securely. This caster is built to withstand heavy use and maintain its performance over time.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127129182520,"sku":"R-MD-164GB95","price":1733.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-164GB95-2.jpg?v=1771091382"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-5-ultra-thick-2-duraglide-polyurethane-95a-on-cast-iron-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton MD-1652GB95 16\" x 5\" DuraGlide Rigid Caster – 23000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 5\" Ultra-Thick (2\") DuraGlide Polyurethane (95A) on Cast Iron Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEnhance the mobility and durability of your heavy-duty equipment with the Hamilton Caster MD-1652GB95 Maxi-Duty Caster-\u003c\/b\u003eDesigned to withstand the toughest industrial environments, this caster provides unmatched strength, reliability, and maneuverability. Whether you're moving heavy machinery, racks, or carts, the MD-1652GB95 is your go-to solution for smooth and effortless transportation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eBuilt with precision engineering and high-quality materials-\u003c\/b\u003ethis caster is engineered to deliver exceptional performance under heavy loads. The wheel is made to endure rough terrains and withstand extreme temperatures, ensuring longevity and reliable operation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe MD-1652GB95 Maxi-Duty Caster is equipped with a two-inch tread width-\u003c\/b\u003eand a precision tapered roller bearing for enhanced stability and smooth rolling motion. Enabling easy maneuverability and precise positioning of your equipment. The caster also features a unique wheel face contact, minimizing wheel scrub and reducing the effort required to move heavy loads.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eInstallation is a breeze with the bolt-on design-\u003c\/b\u003eallowing for quick and secure attachment to your equipment. The caster is compatible with a wide range of applications, including industrial carts, machinery, racks, and other heavy-duty equipment.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127129313592,"sku":"R-MD-1652GB95","price":2179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1652GB95-2.jpg?v=1771091382"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-5-ultra-thick-3-duraglide-polyurethane-95a-on-cast-iron-steel-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton MD-1653GB95 16\" x 5\" DuraGlide Poly Rigid Caster – 11500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 5\" Ultra-Thick (3\") DuraGlide Polyurethane (95A) on Cast Iron Steel Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEnhance the mobility and durability of your heavy-duty equipment with the Hamilton Caster MD-1653GB95-\u003c\/b\u003eDesigned for maximum performance and reliability,this exceptional super duty caster is built to withstand the toughest industrial environments. Whether you need to transport heavy machinery, large equipment, or bulky materials, the MD-1653GB95 caster delivers unmatched strength and maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with meticulous attention to detail and utilizing top-quality materials-\u003c\/b\u003ethe MD-1653GB95 caster is engineered to provide exceptional load-bearing capacity and long-lasting performance. With a load rating of 11,500 lbs, it effortlessly handles heavy loads, making it ideal for a wide range of industrial applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEquipped with a precision-machined swivel bearing-\u003c\/b\u003ethis caster ensures smooth and effortless rotation, allowing for easy maneuvering in tight spaces. Its grease fittings enable regular lubrication, ensuring optimal performance and extending the caster's lifespan.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe MD-1653GB95 caster features a rugged 16\" diameter by 5\" wide heavy-duty cast iron wheel that delivers exceptional durability and stability-\u003c\/b\u003eeven on rough surfaces. The wheel's high-quality polyurethane treads provide excellent traction, minimizing the risk of slippage and ensuring secure movement.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127129510200,"sku":"R-MD-1653GB95","price":3681.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-1653GB95-2.jpg?v=1771091382"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-5-duralast-polyurethane-95a-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton MD-165DT 16\" x 5\" Duralast Rigid Caster – 7700 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Swivel Caster with 16\" x 5\" Duralast Polyurethane (95A) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster MD-165DT Maxi-Duty Caster-\u003c\/b\u003ea robust and high-performing solution for your heavy-duty caster needs. Designed to tackle the most demanding applications, this caster offers exceptional durability, reliability, and maneuverability, making it an ideal choice for industrial settings, manufacturing facilities, and warehouses.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe MD-165DT Maxi-Duty Caster boasts a heavy-duty construction-\u003c\/b\u003efeaturing a precision-machined, maintenance-free swivel bearing that ensures smooth and effortless movement, even under extreme loads. With a load capacity of up to 7,700 pounds, this caster is engineered to handle substantial weight while maintaining stability and ease of mobility.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThis caster's durability is enhanced by its forged steel mounting plate and solid steel wheel construction-\u003c\/b\u003ewhich provide exceptional strength and resistance to wear and tear. The solid steel wheel, with its extra-thick tread, offers superior impact resistance and provides a cushioned ride, minimizing vibrations and protecting your cargo from damage during transportation.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan style=\"color: rgb(0, 0, 0); background-color: initial;\"\u003e\u003cb\u003eI\u003c\/b\u003e\u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0); background-color: initial;\"\u003en addition to its outstanding performance-\u003c\/b\u003e\u003cspan style=\"color: rgb(0, 0, 0); background-color: initial;\"\u003ethis Hamilton Caster model prioritizes user convenience. It is equipped with a grease fitting for convenient lubrication, ensuring optimal performance and extending the caster's lifespan. The MD-165DT Maxi-Duty Caster also offers versatile mounting options, allowing for flexible installation according to your specific requirements.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127129936184,"sku":"R-MD-165DT","price":2043.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-165DT-2.jpg?v=1771091387"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-5-duralast-xc-polyurethane-70d-on-cast-iron-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton MD-165DT70 16\" x 5\" Duralast XC Rigid Caster – 10000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 5\" Duralast XC Polyurethane (70D) on Cast Iron Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIntroducing the Hamilton Caster MD-165DT70 Maxi-Duty Caster-\u003c\/b\u003ea reliable and robust solution for your heavy-duty industrial mobility needs. Built with uncompromising quality and engineered to handle the toughest environments, this caster is designed to provide exceptional performance and durability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe MD-165DT70 Maxi-Duty Caster features a heavy-duty construction that can withstand extreme loads and harsh conditions\u003c\/b\u003e-Its solid Poly wheel design ensures superior strength and stability, allowing it to carry substantial weight with ease. The precision-machined, maintenance-free tapered roller bearings guarantee smooth and effortless rolling motion, reducing friction and enhancing maneuverability.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eEquipped with a 7-inch diameter by 3-inch wide heavy-duty cast iron wheel-\u003c\/b\u003ethe MD-165DT70 offers exceptional load-bearing capacity. The wheel is precision machined for optimal balance and is capable of supporting weights of up to 10,000 pounds, making it ideal for heavy machinery, industrial equipment, and other demanding applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127130624312,"sku":"R-MD-165DT70","price":1770.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-165DT70-2.jpg?v=1771091386"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-16-x-5-1-thick-duraglide-polyurethane-95a-on-cast-iron-center-with-1-1-4-precision-sealed-ball-bearings","title":"Hamilton MD-165GB95 16\" x 5\" DuraGlide Rigid Caster – 7200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Maxi-Duty Rigid Caster with 16\" x 5\" (1\" Thick) DuraGlide Polyurethane (95A) on Cast Iron Center with 1 1\/4\" Precision Sealed Ball Bearings\u003c\/h1\u003e\u003chr\u003e\u003cdiv\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe Hamilton Caster MD-165GB95 is a powerhouse-\u003c\/b\u003ewhen it comes to extra heavy-duty applications. Engineered to handle the most demanding industrial environments, this Maxi-Duty Caster offers unbeatable strength, durability, and reliability\u003cb\u003e.\u003c\/b\u003e\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eCrafted with meticulous attention to detail-\u003c\/b\u003ethe MD-165GB95 is designed to withstand extreme loads and provide exceptional performance. It features a robust construction with a 16\" diameter forged Poly wheel that can carry an astonishing load capacity of up to 7,200 lbs. This caster is built to handle the toughest challenges, making it an ideal choice for heavy machinery, industrial equipment, and other demanding applications.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eIn addition to its impressive load-bearing capabilities-\u003c\/b\u003ethe MD-165GB95 offers excellent maneuverability. Its precision-machined swivel section allows for smooth and effortless movement, making it easy to navigate tight spaces and corners. The swivel section also includes a hardened raceway for added strength and stability, ensuring long-lasting performance under constant heavy loads.\u003c\/font\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eThe caster's wheel is made of durable forged steel-\u003c\/b\u003efeaturing a heavy-duty machined face and tapered roller bearings. These high-quality components enhance the caster's reliability, reducing maintenance needs and extending its service life. The wheel is precision machined to minimize friction and provide optimal rolling resistance, allowing for easier movement of heavy loads.\u003c\/font\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127130951992,"sku":"R-MD-165GB95","price":2460.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-165GB95-2.jpg?v=1771091387"},{"product_id":"hamilton-maxi-duty-rigid-caster-with-6-x-3-forged-steel-wheel-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton R-MD-63FST 6\" x 3\" Forged Steel Rigid Caster – 12000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHamilton Maxi-Duty Rigid Caster with 6\" x 3\" Forged Steel Wheel with 1 1\/4\" Precision Tapered Roller Bearings\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eIntroducing the Hamilton Caster Part#: R-MD-63FST, the ultimate solution for heavy-duty material handling. Designed with uncompromising strength and durability, this caster is built to withstand the toughest environments and support a remarkable weight capacity of 12,000 lbs.\u003cbr\u003e\u003c\/span\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eCrafted with precision and attention to detail, the Hamilton Caster Part#: R-MD-63FST ensures reliable and smooth movement, making it an ideal choice for industrial applications, manufacturing facilities, and warehouses where heavy loads need to be effortlessly maneuvered. With its sturdy construction, this caster guarantees stability and longevity, providing exceptional performance even under intense conditions.\u003c\/span\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe Hamilton Caster Part#: R-MD-63FST features high-quality materials and innovative engineering to deliver unparalleled strength. It is engineered to handle heavy loads with ease, reducing the strain on your equipment and increasing productivity. Its robust design and superior weight capacity make it an invaluable asset in any heavy-duty material handling operation.\u003c\/span\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWith a focus on functionality and performance, the Hamilton Caster Part#: R-MD-63FST is designed to optimize efficiency and streamline operations. Its smooth rolling action allows for effortless transport of heavy items, minimizing the effort required for manual handling. This caster excels in providing reliable and consistent performance, ensuring that your materials can be moved efficiently and safely.\u003c\/span\u003e\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50127132328248,"sku":"R-MD-63FST","price":656.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/R-MD-63FST-2.jpg?v=1771091391"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/collections\/S-ZFMD-1890PORB-2_5d7a47d4-4491-425d-8df5-9d52292f6878.jpg?v=1783602277","url":"https:\/\/casterhq.com\/collections\/casters-extreme-duty.oembed?page=4","provider":"CasterHQ","version":"1.0","type":"link"}