{"title":"Medium Heavy-Duty Casters — 1,000 to 3,000 lb Per Caster | CasterHQ","description":"\u003cstyle\u003e \/* === COUNTER CONFIG [CHANGE per collection] === *\/ @property --chqN1{syntax:\"\u003cinteger\u003e\";initial-value:0;inherits:false;} @property --chqN2{syntax:\"\u003cinteger\u003e\";initial-value:0;inherits:false;} @property --chqN3{syntax:\"\u003cinteger\u003e\";initial-value:0;inherits:false;} \/* [CHANGE] Counter targets \\2014 update final values per collection *\/ @keyframes chqCount1{0%{--chqN1:0;}100%{--chqN1:7200;}} @keyframes chqCount2{0%{--chqN2:0;}100%{--chqN2:12;}} @keyframes chqCount3{0%{--chqN3:0;}100%{--chqN3:50;}} \/* [CHANGE] Counter display text \\2014 update suffix per collection *\/ .chq-stat-counter-1::before{content:counter(chqC1) \" lbs\";} .chq-stat-counter-2::before{content:counter(chqC2) \"\\2033 \";} .chq-stat-counter-3::before{content:counter(chqC3) \",000+\";} \/* === LAYOUT === *\/ .chq-hero,.chq-stats,.chq-choose,.chq-trust,.chq-card,.chq-rel,.chq-cta,.chq-updated,.chq-cards-section,.chq-ai-block,.chq-tools-section,.chq-author-section{max-width:900px;margin-left:auto;margin-right:auto;box-sizing:border-box;} \/* === COUNTERS (LOCKED) === *\/ .chq-stat-counter{font-size:30px;font-weight:800;background:linear-gradient(135deg,#016367,#01a3a9,#016367);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:chqGradientShift 4s ease infinite;} .chq-stat-counter-1{animation:chqCount1 2s ease-out forwards,chqGradientShift 4s ease infinite;counter-reset:chqC1 var(--chqN1);} .chq-stat-counter-2{animation:chqCount2 2s ease-out 0.3s forwards,chqGradientShift 4s ease infinite;counter-reset:chqC2 var(--chqN2);} .chq-stat-counter-3{animation:chqCount3 2s ease-out 0.6s forwards,chqGradientShift 4s ease infinite;counter-reset:chqC3 var(--chqN3);} \/* === KEYFRAMES (LOCKED) === *\/ @keyframes chqFadeUp{0%{opacity:0;transform:translateY(30px);}100%{opacity:1;transform:translateY(0);}} @keyframes chqShimmer{0%{background-position:-200% center;}100%{background-position:200% center;}} @keyframes chqGlow{0%,100%{box-shadow:0 0 20px rgba(1,99,103,0.15);}50%{box-shadow:0 0 40px rgba(1,99,103,0.3);}} @keyframes chqFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}} @keyframes chqPulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(1.5);}} @keyframes chqGradientShift{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}} @keyframes chqSpinSlow{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}} @keyframes chqScaleIn{0%{opacity:0;transform:scale(0.85);}100%{opacity:1;transform:scale(1);}} @keyframes chqSlideRight{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}} @keyframes chqBorderGlow{0%,100%{border-color:rgba(1,99,103,0.15);}50%{border-color:rgba(1,163,169,0.4);}} \/* === HERO (LOCKED) === *\/ .chq-hero{position:relative;background:linear-gradient(135deg,#f0fafa 0%,#e0f2f2 30%,#f5fffe 60%,#e8f8f8 100%);background-size:300% 300%;animation:chqGradientShift 8s ease infinite,chqFadeUp 0.8s ease-out;border-radius:20px;padding:36px 40px 32px;margin-bottom:22px;border:1px solid rgba(1,99,103,0.12);overflow:hidden;} .chq-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(1,163,169,0.08) 0%,transparent 70%);} .chq-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(1,99,103,0.06) 0%,transparent 70%);} .chq-hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#016367;margin-bottom:14px;padding:6px 14px;background:rgba(1,99,103,0.08);border-radius:24px;border:1px solid rgba(1,99,103,0.15);position:relative;overflow:hidden;animation:chqSlideRight 0.6s ease-out;} .chq-hero-badge::after{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.6),transparent);animation:chqShimmer 2s ease-in-out 0.5s forwards;} \/* === H2 HEADERS \\2014 AI-Ready (NEW for Golden Rules) === *\/ h2.chq-h2{font-size:18px;font-weight:700;color:#016367;margin:0 0 10px 0;padding:0;letter-spacing:-0.3px;line-height:1.4;position:relative;z-index:1;} h2.chq-h2-hero{font-size:20px;margin-bottom:14px;} \/* === HERO TEXT === *\/ .chq-hero p{font-size:15px;color:#374151;line-height:1.75;max-width:760px;position:relative;z-index:1;} .chq-hero p strong{color:#016367;font-weight:600;} \/* === STATS (LOCKED) === *\/ .chq-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;} .chq-stat{text-align:center;padding:22px 16px;background:#fff;border-radius:14px;border:1px solid #e5e7eb;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);animation:chqScaleIn 0.7s ease-out backwards;} .chq-stat:nth-child(1){animation-delay:0.1s;} .chq-stat:nth-child(2){animation-delay:0.25s;} .chq-stat:nth-child(3){animation-delay:0.4s;} .chq-stat::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#016367,#01a3a9,#016367);background-size:200% 100%;} .chq-stat::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,99,103,0.02),rgba(1,163,169,0.04));opacity:0;transition:opacity 0.4s;} .chq-stat:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(1,99,103,0.12);border-color:rgba(1,99,103,0.2);} .chq-stat:hover::after{opacity:1;} .chq-stat-num{font-size:30px;font-weight:800;background:linear-gradient(135deg,#016367,#01a3a9,#016367);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:chqGradientShift 4s ease infinite;} .chq-stat-label{font-size:11.5px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;margin-top:4px;} \/* === CHOOSE (LOCKED) === *\/ .chq-choose{background:linear-gradient(135deg,#016367 0%,#01898e 40%,#017a7f 100%);background-size:200% 200%;animation:chqGradientShift 6s ease infinite,chqFadeUp 0.8s ease-out 0.2s backwards;border-radius:20px;padding:30px 34px;margin-bottom:22px;color:#fff;position:relative;overflow:hidden;} .chq-choose::before{content:'';position:absolute;top:-80px;right:-40px;width:200px;height:200px;border-radius:50%;border:1px solid rgba(255,255,255,0.08);} .chq-choose::after{content:'';position:absolute;bottom:-60px;left:-30px;width:160px;height:160px;border-radius:50%;border:1px solid rgba(255,255,255,0.06);} .chq-choose-header{display:flex;align-items:center;gap:12px;margin-bottom:18px;position:relative;z-index:1;} .chq-choose-icon{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(255,255,255,0.1);} .chq-choose-title{font-size:17px;font-weight:700;letter-spacing:-0.2px;} .chq-checklist{list-style:none;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1;} .chq-checklist li{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:rgba(255,255,255,0.07);border-radius:12px;font-size:14px;line-height:1.6;border:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease;backdrop-filter:blur(4px);animation:chqSlideRight 0.6s ease-out backwards;} .chq-checklist li:nth-child(1){animation-delay:0.3s;} .chq-checklist li:nth-child(2){animation-delay:0.45s;} .chq-checklist li:nth-child(3){animation-delay:0.6s;} .chq-checklist li:nth-child(4){animation-delay:0.75s;} .chq-checklist li:hover{background:rgba(255,255,255,0.13);border-color:rgba(255,255,255,0.2);transform:translateX(4px);} .chq-check{flex-shrink:0;width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,0.25),rgba(255,255,255,0.15));display:flex;align-items:center;justify-content:center;margin-top:1px;box-shadow:0 2px 8px rgba(0,0,0,0.1);} .chq-checklist li strong{color:#fff;font-weight:600;} \/* === TRUST (LOCKED) === *\/ .chq-trust{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:18px 20px;margin-bottom:26px;font-size:13px;color:#6b7280;animation:chqFadeUp 0.8s ease-out 0.3s backwards;} .chq-trust-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;font-weight:500;color:#374151;font-size:12.5px;transition:all 0.3s ease;} .chq-trust-pill:hover{border-color:#016367;color:#016367;transform:translateY(-2px);box-shadow:0 4px 16px rgba(1,99,103,0.1);} .chq-trust-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#016367,#01a3a9);display:inline-block;} \/* === AI-READY SNIPPET BLOCKS (NEW for Golden Rules) === *\/ .chq-ai-block{margin-bottom:22px;padding:24px 28px;background:linear-gradient(135deg,#f8fffe 0%,#f0fafa 100%);border-radius:16px;border:1px solid rgba(1,99,103,0.1);animation:chqFadeUp 0.6s ease-out backwards;} .chq-ai-block p{font-size:14.5px;color:#374151;line-height:1.7;margin:0;} .chq-ai-block p strong{color:#016367;font-weight:600;} \/* === CARDS SECTION (LOCKED) === *\/ .chq-cards-section{margin-bottom:28px;} .chq-section-label{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:0 4px;animation:chqFadeUp 0.6s ease-out;} .chq-section-label span{font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9ca3af;} .chq-section-label::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,#e5e7eb,transparent);} .chq-card{position:relative;margin:0 0 10px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;max-width:900px;margin-left:auto;margin-right:auto;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);animation:chqFadeUp 0.6s ease-out backwards;} .chq-card:nth-child(2){animation-delay:0.1s;} .chq-card:nth-child(3){animation-delay:0.2s;} .chq-card:nth-child(4){animation-delay:0.3s;} .chq-card:nth-child(5){animation-delay:0.4s;} .chq-card:nth-child(6){animation-delay:0.5s;} .chq-card:hover{border-color:rgba(1,99,103,0.2);box-shadow:0 8px 24px rgba(1,99,103,0.08);} .chq-card[open]{box-shadow:0 12px 40px rgba(1,99,103,0.12);border-color:rgba(1,99,103,0.25);} .chq-card summary{display:flex;align-items:center;gap:14px;padding:20px 24px;cursor:pointer;list-style:none;user-select:none;font-size:14px;transition:background 0.3s;} .chq-card summary::-webkit-details-marker{display:none;} .chq-card summary:hover{background:rgba(1,99,103,0.02);} \/* === CARD ICONS (LOCKED) === *\/ .chq-ci{flex-shrink:0;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all 0.3s;position:relative;overflow:hidden;} .chq-ci::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.2),transparent);opacity:0;transition:opacity 0.3s;} .chq-card:hover .chq-ci::after{opacity:1;} .chq-ci-specs{background:linear-gradient(135deg,#016367,#01898e);box-shadow:0 4px 12px rgba(1,99,103,0.25);} .chq-ci-compat{background:linear-gradient(135deg,#0e7c6b,#10b981);box-shadow:0 4px 12px rgba(14,124,107,0.25);} .chq-ci-compare{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px rgba(37,99,235,0.25);} .chq-ci-tips{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 4px 12px rgba(124,58,237,0.25);} .chq-ci-faq{background:linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 4px 12px rgba(217,119,6,0.25);} .chq-card:hover .chq-ci{transform:scale(1.08);} .chq-ct-wrap{flex:1;} .chq-ct{display:block;font-size:14.5px;font-weight:600;color:#1a1a1a;} .chq-ct-sub{display:block;font-size:12px;color:#9ca3af;font-weight:400;margin-top:2px;} .chq-chev{width:22px;height:22px;flex-shrink:0;color:#cbd5e1;transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),color 0.3s;} .chq-card[open] .chq-chev{transform:rotate(180deg);color:#016367;} .chq-cbody{padding:22px 26px 26px;border-top:1px solid #f3f4f6;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);} \/* === SPEC TABLE (Golden Rule #2: Tables over Text) === *\/ .chq-spec-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,0.04);} .chq-spec-table th{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:12px 16px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#6b7280;text-align:left;border-bottom:2px solid #e5e7eb;} .chq-spec-table td{padding:12px 16px;font-size:13.5px;border-bottom:1px solid #f3f4f6;color:#374151;transition:background 0.2s;} .chq-spec-table tr:hover td{background:rgba(1,99,103,0.02);} .chq-spec-table tr:last-child td{border-bottom:none;} .chq-spec-table .chq-spec-label{font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:0.3px;} .chq-spec-table .chq-spec-value{font-weight:600;color:#1a1a1a;} \/* === LEGACY SPEC GRID (keep for compat but table preferred) === *\/ .chq-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#f3f4f6;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.04);} @media(max-width:640px){.chq-spec-grid{grid-template-columns:repeat(2,1fr);}} .chq-spec-cell{background:#fff;padding:16px 18px;display:flex;flex-direction:column;gap:3px;transition:background 0.3s;} .chq-spec-cell:hover{background:#f9fffe;} .chq-spec-label-cell{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:#9ca3af;} .chq-spec-value-cell{font-size:14.5px;font-weight:700;color:#1a1a1a;} .chq-num{background:linear-gradient(135deg,#016367,#01898e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;} \/* === PROTIP (LOCKED) === *\/ .chq-protip{margin-top:18px;padding:16px 20px;background:linear-gradient(135deg,rgba(1,99,103,0.04),rgba(1,137,142,0.08));border-radius:12px;font-size:13px;color:#374151;line-height:1.6;border-left:4px solid;border-image:linear-gradient(180deg,#016367,#01a3a9) 1;position:relative;overflow:hidden;} .chq-protip::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(1,99,103,0.03),transparent);} \/* === COMPAT GRID (LOCKED) === *\/ .chq-compat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;} @media(max-width:640px){.chq-compat-grid{grid-template-columns:1fr;}} .chq-compat-item{display:flex;gap:14px;padding:18px;border-radius:14px;background:#fafbfc;border:1px solid #f3f4f6;align-items:flex-start;transition:all 0.3s ease;} .chq-compat-item:hover{background:#f5fffe;border-color:rgba(1,99,103,0.15);transform:translateY(-2px);box-shadow:0 6px 20px rgba(1,99,103,0.06);} .chq-compat-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(14,124,107,0.08),rgba(16,185,129,0.14));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s;} .chq-compat-item:hover .chq-compat-icon{background:linear-gradient(135deg,rgba(14,124,107,0.14),rgba(16,185,129,0.2));transform:scale(1.05);} .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;} \/* === COMPARE TABLE (LOCKED) === *\/ .chq-compare-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,0.04);} .chq-compare-table th{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:14px 18px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#6b7280;text-align:left;border-bottom:2px solid #e5e7eb;} .chq-compare-table td{padding:13px 18px;font-size:13.5px;border-bottom:1px solid #f3f4f6;color:#374151;transition:background 0.2s;} .chq-compare-table tr:hover td{background:rgba(1,99,103,0.02);} .chq-compare-table tr:last-child td{border-bottom:none;} \/* === TIPS (LOCKED) === *\/ .chq-tip{display:flex;gap:14px;padding:16px 18px;border-radius:12px;background:#fafbfc;border:1px solid #f3f4f6;margin-bottom:10px;transition:all 0.3s ease;} .chq-tip:hover{background:#f5f3ff;border-color:rgba(124,58,237,0.12);transform:translateX(4px);} .chq-tip-num{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;box-shadow:0 3px 10px rgba(124,58,237,0.25);} .chq-tip-text{font-size:13.5px;color:#374151;line-height:1.6;} .chq-tip-text strong{color:#1a1a1a;font-weight:600;} \/* === FAQ (LOCKED) === *\/ .chq-faq-item{padding:18px 0;border-bottom:1px solid #f3f4f6;} .chq-faq-item:last-child{border-bottom:none;} .chq-faq-q{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px;padding-left:4px;} .chq-faq-a{font-size:13.5px;color:#6b7280;line-height:1.65;padding-left:4px;} \/* === TOOLS \u0026 BLOG LINKS (NEW for Golden Rules) === *\/ .chq-tools-section{margin-bottom:22px;animation:chqFadeUp 0.8s ease-out 0.4s backwards;} .chq-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;} @media(max-width:640px){.chq-tools-grid{grid-template-columns:1fr;}} .chq-tool-card{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#374151;font-size:13px;font-weight:500;transition:all 0.3s ease;} .chq-tool-card:hover{border-color:#016367;color:#016367;transform:translateY(-2px);box-shadow:0 6px 20px rgba(1,99,103,0.1);} .chq-tool-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;} .chq-tool-icon-calc{background:linear-gradient(135deg,rgba(1,99,103,0.08),rgba(1,163,169,0.14));} .chq-tool-icon-blog{background:linear-gradient(135deg,rgba(37,99,235,0.08),rgba(59,130,246,0.14));} .chq-tool-icon-guide{background:linear-gradient(135deg,rgba(124,58,237,0.08),rgba(139,92,246,0.14));} .chq-tool-icon-spec{background:linear-gradient(135deg,rgba(217,119,6,0.08),rgba(245,158,11,0.14));} \/* === RELATED LINKS (LOCKED) === *\/ .chq-rel{margin-bottom:22px;animation:chqFadeUp 0.8s ease-out 0.4s backwards;} .chq-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;} .chq-linkcard{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:13px;font-weight:500;color:#374151;text-decoration:none;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;} .chq-linkcard::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,99,103,0.04),rgba(1,163,169,0.08));opacity:0;transition:opacity 0.3s;} .chq-linkcard:hover{border-color:#016367;color:#016367;transform:translateY(-3px);box-shadow:0 8px 24px rgba(1,99,103,0.12);} .chq-linkcard:hover::before{opacity:1;} \/* === CTA (LOCKED) === *\/ .chq-cta{margin-top:30px;padding:32px 40px;background:linear-gradient(135deg,#016367 0%,#01898e 25%,#017a7f 50%,#01a3a9 75%,#016367 100%);background-size:400% 400%;animation:chqGradientShift 8s ease infinite;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden;color:#fff;} .chq-cta::before{content:'';position:absolute;top:-60%;right:-5%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.08) 0%,transparent 70%);} .chq-cta::after{content:'';position:absolute;bottom:-40%;left:10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.06) 0%,transparent 70%);} .chq-cta-orb{position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,0.04);top:-60%;right:8%;border:1px solid rgba(255,255,255,0.06);} .chq-cta-title{font-size:19px;font-weight:700;margin-bottom:10px;position:relative;z-index:1;} .chq-cta-sub{font-size:14.5px;opacity:0.92;margin-bottom:14px;position:relative;z-index:1;} .chq-cta-quote{font-size:12.5px;font-style:italic;opacity:0.75;line-height:1.5;position:relative;z-index:1;} .chq-cta-right{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;position:relative;z-index:1;} .chq-live{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;opacity:0.9;} .chq-live-dot{width:8px;height:8px;border-radius:50%;background:#34d399;animation:chqPulse 2s ease-in-out infinite;display:inline-block;} .chq-cta-btn{display:inline-flex;align-items:center;padding:14px 32px;background:#fff;color:#016367;font-size:15px;font-weight:700;border-radius:12px;text-decoration:none;letter-spacing:0.3px;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 16px rgba(0,0,0,0.15);position:relative;overflow:hidden;} .chq-cta-btn::after{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(1,99,103,0.08),transparent);animation:chqShimmer 2s ease-in-out 1s forwards;} .chq-cta-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 28px rgba(0,0,0,0.2);} \/* === AUTHOR \/ E-E-A-T (NEW for Golden Rules) === *\/ .chq-author-section{display:flex;align-items:center;gap:14px;padding:16px 22px;margin-bottom:16px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;animation:chqFadeUp 0.6s ease-out;} .chq-author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#016367,#01a3a9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0;} .chq-author-name{font-size:14px;font-weight:600;color:#1a1a1a;} .chq-author-title{font-size:12px;color:#6b7280;} .chq-author-inventory{font-size:11.5px;color:#016367;font-weight:600;margin-top:2px;} \/* === SUBCATEGORY IMAGE GRID (NEW \\2014 Visual Shoppers) === *\/ .chq-subcat-section{margin-bottom:22px;animation:chqFadeUp 0.6s ease-out 0.1s backwards;} .chq-subcat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;} @media(max-width:768px){.chq-subcat-grid{grid-template-columns:repeat(2,1fr);}} @media(max-width:420px){.chq-subcat-grid{grid-template-columns:repeat(2,1fr);gap:8px;}} .chq-subcat-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);position:relative;} .chq-subcat-card:hover{border-color:#016367;transform:translateY(-4px);box-shadow:0 12px 32px rgba(1,99,103,0.12);} .chq-subcat-card img{width:100%;height:auto;aspect-ratio:1\/1;object-fit:contain;display:block;transition:transform 0.4s ease;background:#f9fafb;padding:8px;box-sizing:border-box;} .chq-subcat-card:hover img{transform:scale(1.05);} .chq-subcat-label{padding:10px 8px;text-align:center;font-size:12px;font-weight:600;color:#374151;line-height:1.3;width:100%;} .chq-subcat-card:hover .chq-subcat-label{color:#016367;} \/* === UPDATED (LOCKED) === *\/ .chq-updated{text-align:center;padding:18px;font-size:12px;color:#9ca3af;font-weight:500;} \/* === MOBILE (LOCKED) === *\/ @media(max-width:640px){ .chq-stats{grid-template-columns:1fr;} .chq-cta{flex-direction:column;text-align:center;padding:28px 22px;} .chq-cta-right{align-items:center;} .chq-hero{padding:26px 22px 22px;border-radius:16px;} .chq-choose{padding:22px 20px;border-radius:16px;} .chq-card{border-radius:14px;} } details[open] .chq-chev{transform:rotate(180deg);} details[open] summary{border-color:#016367;background:linear-gradient(135deg,rgba(1,99,103,0.03),rgba(1,163,169,0.06));} details[open] .chq-cbody{animation:chqFadeUp 0.4s ease-out;} details[open] .chq-ci{transform:scale(1.05);} .chq-card summary{cursor:pointer;list-style:none;} .chq-card summary::-webkit-details-marker{display:none;} .chq-card summary::marker{display:none;content:\"\";} .chq-compare-table td:nth-child(2){color:#016367;font-weight:600;} .chq-spec-table tr:hover{background:rgba(1,99,103,0.03);} .chq-spec-table .chq-spec-value .chq-num{color:#016367;font-weight:700;} .chq-compat-item:hover{background:rgba(1,99,103,0.03);border-radius:12px;} .chq-compat-item:hover .chq-compat-name{color:#016367;} .chq-faq-item:hover{background:rgba(1,99,103,0.02);} .chq-faq-q{position:relative;padding-left:22px;} .chq-faq-q::before{content:\"Q\";position:absolute;left:0;top:0;font-weight:800;color:#016367;font-size:14px;} .chq-tip:hover{background:rgba(1,99,103,0.03);border-radius:10px;} .chq-protip{position:relative;padding-left:26px;} .chq-protip::before{content:\"\\2605\";position:absolute;left:8px;top:14px;color:#d4a017;font-size:14px;}\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 .4s ease,box-shadow .4s ease}\n.chq-answer-block:hover{border-color:rgba(1,99,103,.25);box-shadow:0 8px 40px rgba(1,99,103,.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 .4s ease,box-shadow .4s ease}\n.chq-formula:hover{border-color:#86efac;box-shadow:0 8px 32px rgba(5,150,105,.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;font-size:18px;box-shadow:0 4px 12px rgba(5,150,105,.2);transition:transform .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,.7);padding:8px 14px;border-radius:8px;border:1px solid rgba(5,150,105,.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 .4s ease,box-shadow .4s ease}\n.chq-avoid:hover{border-color:#fbbf24;box-shadow:0 8px 32px rgba(217,119,6,.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 .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,.2);transition:border-color .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 .3s ease}\n.chq-blog-link:hover{border-color:rgba(1,99,103,.3);color:#016367;box-shadow:0 4px 16px rgba(1,99,103,.06);transform:translateY(-1px)}\n@media(max-width:768px){.chq-answer-block,.chq-formula,.chq-avoid{padding:20px 20px}.chq-formula{flex-direction:column}.chq-blog-links{flex-direction:column}}\n\n.chq-author-credentials{font-size:11px;color:#016367;margin-top:4px;font-weight:500;letter-spacing:0.2px}\n\u003c\/style\u003e\n\u003cp\u003e  \u003c\/p\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 Medium Heavy Duty Casters\u003c\/div\u003e\n\u003ch2 class=\"chq-h2 chq-h2-hero\"\u003eWhat Are Medium Heavy Duty Casters and When Should You Use Them?\u003c\/h2\u003e\n\u003cp\u003eMedium heavy duty casters support 350–7,200 lbs per caster and are the workhorse choice for warehouses, manufacturing floors, distribution centers, and industrial carts. CasterHQ stocks medium heavy duty casters in polyurethane, phenolic, rubber, nylon, and steel wheels from 4\" to 12\" — available with top plate, threaded stem, and kingpinless 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\"\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 fill=\"currentColor\" viewbox=\"0 0 20 20\"\u003e\u003cpath clip-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Reviewed by CasterHQ Engineering — 100+ Combined Years in Caster Design, Selection \u0026amp; Application\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"chq-stats\"\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-counter chq-stat-counter-1\"\u003e\u003cbr\u003e\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-counter chq-stat-counter-2\"\u003e\u003cbr\u003e\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-counter chq-stat-counter-3\"\u003e\u003cbr\u003e\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-ai-block\"\u003e\n\u003ch2 class=\"chq-h2\"\u003eWhat Are the Best Medium Heavy Duty Casters for Warehouse Floors?\u003c\/h2\u003e\n\u003cp\u003ePolyurethane on cast iron casters are the top choice for warehouse concrete floors because they are \u003cstrong\u003enon-marking, chemical-resistant, and handle heavy rolling loads without flatspotting\u003c\/strong\u003e. For smooth concrete, polyurethane tread provides optimal floor protection. For rough or uneven warehouse floors, phenolic or forged steel wheels roll over debris and expansion joints without damage. CasterHQ stocks medium heavy duty polyurethane casters from 4\" to 8\" in plate and stem mounts — all ship same day.\u003c\/p\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 Medium Heavy 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 350–7,200 lbs per caster\u003c\/strong\u003e — industrial carts, platform trucks, heavy shelving, manufacturing equipment, tool cribs\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\u003eDurability under constant use matters\u003c\/strong\u003e — warehouses, distribution centers, and manufacturing floors where casters see daily heavy rolling loads\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\u003eChemical or moisture resistance is needed\u003c\/strong\u003e — food processing, pharmaceutical, chemical handling environments where nylon or stainless options prevent corrosion\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 plate sizes are required\u003c\/strong\u003e — standard 4\"x4-1\/2\" plate, 4-1\/2\"x6-1\/4\" heavy plate, or kingpinless mounts for maximum durability\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 Warehousing\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Manufacturing\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Distribution\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Food Processing\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Automotive\u003c\/span\u003e\u003cspan\u003e — 50,000+ businesses equipped nationwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-ai-block\"\u003e\n\u003ch2 class=\"chq-h2\"\u003eWhich Medium Heavy Duty Caster Wheel Material Is Best for My Application?\u003c\/h2\u003e\n\u003cp\u003eThe best wheel material depends on your floor and load. \u003cstrong\u003ePolyurethane\u003c\/strong\u003e is the all-around performer for smooth concrete and warehouse floors. \u003cstrong\u003ePhenolic\u003c\/strong\u003e handles the heaviest loads at the lowest cost but can damage soft floors. \u003cstrong\u003eRubber on iron\u003c\/strong\u003e absorbs shock and vibration on rough terrain. \u003cstrong\u003eForged steel\u003c\/strong\u003e is indestructible for extreme loads in foundries and steel mills. \u003cstrong\u003eNylon\u003c\/strong\u003e resists chemicals and moisture in food processing. CasterHQ engineers recommend matching wheel hardness to floor type for optimal results.\u003c\/p\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 href=\"\/collections\/plate-size-4-x-4-1-2-popular\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt='Up to 1,250 lbs 2\" Wide – Industry Standard - CasterHQ' src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/126-T_725a81ec-0392-4496-918d-0d26aa9bd87d.jpg?v=1769534433\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 1,250 lbs 2\" Wide – Industry Standard\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/kingpinless-caster\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt=\"Medium Heavy Duty Kingpinless Casters - Impact Resistant Up to 2000 lbs - CasterHQ\" src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/Kingpinless_dfd5cf71-afaa-43ed-887e-39e2a7d0a191.png?v=1771689932\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 2,000 lbs Kingpinless - Impact Resistant\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/ergonomic-casters\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt=\"Medium Heavy Duty Ergonomic Casters - Reduced Push Force Up to 4375 lbs - CasterHQ\" src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/Ergonomic_casters_6a0ca23a-c12d-423c-bfa2-904ac365055f.png?v=1771081365\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 4,375 lbs Reduced Push Force - Ergonomic\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/3-inch-wide-heavy-duty-plate-casters-2500-lb\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt='Up to 2,500 lbs 3\" Wide - 4.5\" x 6.25\" Plate - CasterHQ' src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/Screenshot_2026-02-13_at_2.44.01_PM_43fc1e65-0ce1-4923-9802-dfa6265f14d2.png?v=1771081368\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 2,500 lbs 3\" Wide - 4.5\" x 6.25\" Plate\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/extra-heavy-duty-casters-up-to-7-000-lbs\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt='Up to 3,500 lbs 5.25\" x 7.25\" Plate - CasterHQ' src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/627_d1272bab-2dc7-4fae-a680-b2464297a7ee.jpg?v=1769530532\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 3,500 lbs 5.25\" x 7.25\" Plate\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/2-inch-wide-stainless-steel-casters-1250-lb\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt='Up to 1,250 lbs 2\" Wide – Stainless Steel - CasterHQ' src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/stainless_medium_duty_casters_691bb737-8249-4a47-99ee-17c65ae00772.png?v=1771689936\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 1,250 lbs 2\" Wide – Stainless Steel\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/heat-casters\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt=\"Medium Heavy Duty High Temperature Casters - Rated to 800F Up to 6000 lbs - CasterHQ\" src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/ChatGPT_Image_Feb_17_2026_11_30_03_AM_96a0851f-4b99-4858-9adc-3ffebb03ddca.png?v=1771689941\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 6,000 lbs | Rated to 800°F High-Temp\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"\/collections\/dual-wheel-casters\" class=\"chq-subcat-card\"\u003e\u003cimg height=\"200\" width=\"200\" loading=\"lazy\" alt=\"Medium Heavy Duty Dual Wheel Casters - Increased Maneuverability Up to 2000 lbs - CasterHQ\" src=\"https:\/\/casterhq.com\/cdn\/shop\/collections\/472_a6fe70a0-5954-448b-9154-f2fc9abf9baa.jpg?v=1769533327\"\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eUp to 2,000 lbs - Dual-Wheel Increased Maneuverability\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal\"\u003e\n\u003ch2\u003eHow Much Weight Can a Medium Heavy Duty Caster Hold?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eMedium heavy duty casters support 350 to 7,200 lbs per caster depending on wheel diameter, material, and bearing type. For a 4-caster cart carrying 3,000 lbs total, select casters rated at minimum 1,150 lbs each (total weight \/ 3 casters x 1.15 safety factor). CasterHQ stocks over 500 medium heavy 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 warehouse floors, one caster temporarily lifts, redistributing its load across the remaining three. Kingpinless designs handle higher impact loads than standard kingpin casters at the same rating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal\"\u003e\n\u003ch2\u003eWhat Is the Difference Between Kingpin and Kingpinless Medium Heavy Duty Casters?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eKingpinless casters eliminate the single pivot bolt found in standard kingpin designs, distributing swivel load across a full raceway of ball bearings. This makes kingpinless casters 3-5x more impact-resistant and ideal for tow line applications, uneven floors, and dock plate crossings where kingpin casters fail prematurely.\u003c\/p\u003e\n\u003cp class=\"chq-answer-detail\"\u003eStandard kingpin casters cost 20-40% less and work fine for static positioning and light rolling. Choose kingpinless for any application with repeated impacts, towing, or loads over 1,500 lbs per caster. CasterHQ stocks both styles in matching wheel sizes for easy comparison.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal\"\u003e\n\u003ch2\u003eWhich Medium Heavy Duty Caster Wheel Material Is Best for My Application?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane handles the widest range of medium heavy duty applications - hard floors, moderate loads up to 2,000 lbs, and quiet operation. Phenolic resin withstands heat to 300 degrees F for bakeries and ovens. Forged steel handles the heaviest loads up to 7,200 lbs but damages soft floors. Nylon resists chemicals and moisture for food processing and washdown environments.\u003c\/p\u003e\n\u003cp class=\"chq-answer-detail\"\u003eFor mixed-floor facilities (concrete warehouse to tiled office), polyurethane on iron core provides the best balance of floor protection, load capacity, and rolling ease. Avoid rubber wheels above 500 lbs - they flat-spot under sustained heavy loads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal\"\u003e\n\u003ch2\u003eWhat Size Medium Heavy Duty Caster Do I Need?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eWheel diameter determines rolling ease and obstacle clearance: 4 inch wheels clear small debris and door thresholds, 5 inch wheels handle dock plates and expansion joints, 6 to 8 inch wheels roll over rough concrete and outdoor surfaces. Wider treads (2 to 3 inches) distribute weight better and reduce floor damage. Match wheel width to your floor type and load per caster.\u003c\/p\u003e\n\u003cp class=\"chq-answer-detail\"\u003eRule of thumb: the heavier the load, the larger the wheel diameter needed. A 6 inch wheel requires 30% less push force than a 4 inch wheel carrying the same load. CasterHQ stocks 4 through 8 inch medium heavy duty wheels in all major tread materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-formula chq-reveal\"\u003e\n\u003cdiv class=\"chq-formula-icon\"\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\"\u003e\u003ccode\u003ePer-Caster Rating = Total Weight \/ (N-1 casters) x 1.15 safety factor\u003c\/code\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-note\"\u003eFor a 4,000 lb pallet cart with 4 casters: 4,000 \/ 3 x 1.15 = 1,534 lbs minimum per caster. The N-1 method assumes one caster lifts on uneven surfaces. For tow line applications, increase the safety factor to 1.5x to account for dynamic impact forces.\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\"\u003e4\" – 12\"\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\"\u003e7,200\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\"\u003ePolyurethane, Phenolic, Rubber, Nylon, Steel\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\"\u003e1-1\/4\" – 3\"\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, Kingpinless\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\"\u003e4\"x4-1\/2\" \u0026amp; 4-1\/2\"x6-1\/4\"\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\"\u003eBall, Roller, Precision, Tapered\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, Face Contact\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 heavy carts on smooth concrete, polyurethane on cast iron provides the best combination of floor protection, load capacity, and rolling ease. Upgrade to kingpinless casters for equipment that takes constant impacts — they eliminate the kingpin failure point.\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\"\u003eWarehousing \u0026amp; Distribution\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003ePallet jacks, platform trucks, heavy-duty shelving units, order picking carts — polyurethane on iron recommended \u003cstrong\u003ebecause\u003c\/strong\u003e it handles constant heavy loads without flatspotting on smooth concrete\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\"\u003eManufacturing \u0026amp; Assembly\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eTool cribs, die carts, assembly line carts, heavy bins — phenolic or forged steel \u003cstrong\u003ebecause\u003c\/strong\u003e they withstand the highest impact loads and resist metal chips and cutting fluids\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\"\u003eFood Processing \u0026amp; Pharma\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eStainless carts, ingredient bins, washdown environments — nylon or stainless polyurethane \u003cstrong\u003ebecause\u003c\/strong\u003e they resist chemicals, moisture, and meet hygiene requirements\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\"\u003eAutomotive \u0026amp; Heavy Equipment\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eEngine stands, transmission jacks, heavy tool carts — forged steel or poly on iron \u003cstrong\u003ebecause\u003c\/strong\u003e automotive shops need casters that handle extreme weights and resist oil and solvents\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\"\u003eMedium Heavy Duty vs. 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\u003eMedium Heavy Duty\u003c\/th\u003e\n\u003cth\u003eHeavy 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 350–7,200 lbs\u003c\/td\u003e\n\u003ctd\u003eUp to 17,500 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 Poly, Phenolic, Rubber, Nylon, Steel\u003c\/td\u003e\n\u003ctd\u003ePoly, Phenolic, Forged Steel, V-Groove\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 Good to Excellent\u003c\/td\u003e\n\u003ctd\u003eModerate (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 Moderate\u003c\/td\u003e\n\u003ctd\u003eModerate to Loud\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, Kingpinless\u003c\/td\u003e\n\u003ctd\u003ePlate, Kingpinless\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 Carts, shelving, manufacturing\u003c\/td\u003e\n\u003ctd\u003eHeavy industrial, towing, foundry\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 Polyurethane protects smooth concrete and warehouse floors. Phenolic handles the heaviest loads at the lowest cost. Rubber absorbs shock on rough surfaces. Nylon resists chemicals and moisture.\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\u003eKingpinless eliminates the failure point.\u003c\/strong\u003e For heavy carts and equipment that take constant impacts, kingpinless casters last 3-5x longer than standard kingpin casters because they eliminate the weakest structural point.\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\u003eSize up for ergonomics.\u003c\/strong\u003e A 6\" or 8\" wheel requires significantly less push force than a 4\" wheel — especially on rough concrete or over expansion joints. Size up when workers push carts manually all day.\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\u003eSpecify brakes on inclines and docks.\u003c\/strong\u003e Total-lock brakes stop both the wheel and swivel for stationary equipment on loading docks. Face-contact brakes are best for heavy loads because they press directly against the wheel tread.\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 medium heavy duty caster?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eAny caster rated between 350 and 7,200 lbs per unit. Medium heavy duty casters typically feature 4\"–12\" wheels in polyurethane, phenolic, rubber, nylon, or steel and are designed for industrial carts, platform trucks, heavy shelving, and manufacturing equipment.\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 warehouse concrete floors?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003ePolyurethane on cast iron is the best choice for smooth warehouse concrete. It provides excellent floor protection, chemical resistance, and load capacity without flatspotting. For rough or damaged concrete, phenolic or forged steel handles debris and expansion joints better.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat is a kingpinless caster and when should I use one?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eA kingpinless caster replaces the traditional kingpin with a captured raceway design that eliminates the single point of failure. Use kingpinless casters when equipment takes constant impacts, heavy loads, or towing forces — they last 3-5x longer than standard kingpin casters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eCan I get medium heavy duty casters with brakes?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. CasterHQ stocks medium heavy duty casters with side-lock brakes, total-lock brakes, face-contact brakes, and cam brakes across all mount types. Brakes are available on most wheel sizes from 4\" to 8\". Most are in stock and ship same day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat plate size do I need for medium heavy duty casters?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eMost medium heavy duty casters use either a 4\"x4-1\/2\" plate (industry standard, fits most equipment) or a 4-1\/2\"x6-1\/4\" plate (for heavier loads requiring more bolt spread). Measure your existing mounting holes to ensure a drop-in replacement.\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\"\u003e\n\u003cdiv class=\"chq-avoid-header\"\u003e\n\u003cspan class=\"chq-avoid-icon\"\u003e⚠\u003c\/span\u003e \u003cspan class=\"chq-avoid-title\"\u003eWhen These 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 under 300 lbs per caster\u003c\/strong\u003e - You are overbuying. Use \u003ca href=\"\/collections\/casters-light-duty\"\u003eLight Duty Casters\u003c\/a\u003e for furniture, displays, and light carts at lower cost.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLoads exceeding 4,000 lbs per caster\u003c\/strong\u003e - Medium heavy duty bearings are not rated for this. Step up to \u003ca href=\"\/collections\/heavy-duty-capacity-up-to-4-000-lbs\"\u003eHeavy Duty Casters\u003c\/a\u003e with forged raceways and hardened kingpins.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eContinuous towing at speed (over 3 mph)\u003c\/strong\u003e - Standard swivel casters flutter at speed. Specify \u003ca href=\"\/collections\/casters-medium-heavy-duty\"\u003ekingpinless models\u003c\/a\u003e with precision bearings for tow line and AGV applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor rough terrain (gravel, grass, docks)\u003c\/strong\u003e - 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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-blog-links chq-reveal\"\u003e\n\u003ca class=\"chq-blog-link\" href=\"\/blogs\/technical-resources\/how-to-choose-the-right-caster-wheel\"\u003eGuide: How to Choose the Right Caster Wheel\u003c\/a\u003e \u003ca class=\"chq-blog-link\" href=\"\/blogs\/technical-resources\/kingpin-vs-kingpinless-casters\"\u003eGuide: Kingpin vs Kingpinless Casters Explained\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-light-duty\" class=\"chq-linkcard\"\u003e\u003cspan\u003eLight 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\/casters-heavy-duty\" class=\"chq-linkcard\"\u003e\u003cspan\u003eHeavy 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\/kingpinless-caster\" class=\"chq-linkcard\"\u003e\u003cspan\u003eKingpinless 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-4-x-4-1-2-popular\" class=\"chq-linkcard\"\u003e\u003cspan\u003e4\"x4-1\/2\" 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\/ergonomic-casters\" class=\"chq-linkcard\"\u003e\u003cspan\u003eErgonomic 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\/phenolic-caster-wheels\" class=\"chq-linkcard\"\u003e\u003cspan\u003ePhenolic 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 medium heavy 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\n\u003cp\u003e \u003c\/p\u003e\n\n\u003c!-- ENGINEER TIP (GR-6) --\u003e\n\u003cdiv class=\"chq-eng-tip\"\u003e\n\u003cp class=\"chq-eng-tip-header\"\u003eEngineer Tip: 4 Mid-Tier Selection Mistakes\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpec'ing at the tier boundary.\u003c\/strong\u003e At 1,300–1,500 lb per caster the 25% safety factor eats your margin. Step up to heavy duty instead of buying the top of this tier.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKingpin rigs in shock service.\u003c\/strong\u003e Above ~1,200 lb with dock transitions or uneven floors, the kingpin is the failure point — spec kingpinless.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSemi-steel on finished floors.\u003c\/strong\u003e It carries the load and marks the floor. Polyurethane carries the same tier without the resurfacing bill; tread hardness is specified per \u003ca href=\"https:\/\/store.astm.org\/d2240-15r21.html\" target=\"_blank\" rel=\"noopener\" style=\"color:#016367;font-weight:600\"\u003eASTM D2240\u003c\/a\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSkipping brakes on grade.\u003c\/strong\u003e Anything parked on a slope over 2° gets a brake or a total lock. A loaded 1,000 lb cart rolls farther than anyone expects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"chq-eng-tip-source\"\u003eBased on CasterHQ engineering field data across medium-duty cart and equipment installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- FIRST-PARTY EXPERIENCE (GR-14) --\u003e\n\u003ch2 id=\"how-casterhq-verifies-medium-duty\"\u003eHow CasterHQ Verifies Medium-Duty Ratings\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eEvery caster in this tier carries a dynamic load rating we cross-check against the \u003ca href=\"https:\/\/www.mhi.org\/icwm\" target=\"_blank\" rel=\"noopener\" style=\"color:#016367;font-weight:600\"\u003eICWM performance standard\u003c\/a\u003e before stocking.\u003c\/strong\u003e Mid-tier is where furniture-grade product sneaks into industrial carts — our stocking gate is sustained rolling duty at rated load, not a static bench number. Cart and fixture guidance aligns with \u003ca href=\"https:\/\/www.osha.gov\/laws-regs\/regulations\/standardnumber\/1910\/1910.176\" target=\"_blank\" rel=\"noopener\" style=\"color:#016367;font-weight:600\"\u003eOSHA 29 CFR 1910.176\u003c\/a\u003e materials-handling requirements.\u003c\/p\u003e\n\n\u003cdiv class=\"chq-author-block\"\u003e\n  \u003cdiv class=\"chq-author-avatar\"\u003eJW\u003c\/div\u003e\n  \u003cdiv class=\"chq-author-meta\"\u003e\n    \u003cdiv class=\"chq-author-name\"\u003e\u003ca href=\"\/pages\/about-us\"\u003eJordan Wilson\u003c\/a\u003e\u003c\/div\u003e\n    \u003cdiv class=\"chq-author-title\"\u003ePresident \u0026amp; Owner, CasterHQ · 15+ years industrial caster engineering\u003c\/div\u003e\n    \u003cdiv class=\"chq-reviewed\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 20 20\" width=\"13\" height=\"13\" aria-hidden=\"true\"\u003e\u003cpath clip-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Updated: June 12, 2026 · Reviewed by CasterHQ Engineering\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"chq-cluster\"\u003e\n\u003cp class=\"chq-cluster-title\"\u003eContinue your build · related caster collections\u003c\/p\u003e\n\u003cdiv class=\"chq-cluster-links\"\u003e\n\u003ca href=\"\/collections\/industrial-casters\"\u003eAll Industrial Casters (hub)\u003c\/a\u003e\n\u003ca href=\"\/collections\/casters-light-duty\"\u003eLight Duty Casters\u003c\/a\u003e\n\u003ca href=\"\/collections\/heavy-duty-casters\"\u003eHeavy Duty Casters\u003c\/a\u003e\n\u003ca href=\"\/collections\/plate-casters\"\u003ePlate Casters\u003c\/a\u003e\n\u003ca href=\"\/collections\/stem-casters\"\u003eStem Casters\u003c\/a\u003e\n\u003ca href=\"\/collections\/shop-wheels\"\u003eReplacement Wheels\u003c\/a\u003e\n\u003ca href=\"\/blogs\/caster-university\/caster-vs-castor\"\u003eCaster vs Castor (spelling guide)\u003c\/a\u003e\n\u003ca href=\"\/pages\/where-to-buy-casters\"\u003eWhere to Buy Casters (hub)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"albion-casters-4-x-2-kingpinless-swivel-caster-with-max-efficiency-orange-wheel-heavy-duty-industrial-caster-4-x-4-5-plate-model-110an04228r","title":"Albion 110AN04228R 4\" x 2\" Orange Kingpinless Swivel Caster – CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n    Albion Casters 4\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Plate - 110AN04228R\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN04228R\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for heavy-duty performance and long-lasting durability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        The Albion Casters 4\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel is engineered for unmatched performance and reliability. Featuring a robust 4\" x 4-1\/2\" plate, this caster is perfect for demanding industrial applications that require high load capacities and smooth, efficient mobility. The innovative Kingpinless design ensures maximum durability and resistance to shock and impact, reducing the risk of caster failure under heavy loads. With the advanced MAX-Efficiency Orange Wheel, this caster delivers a seamless, quiet ride while minimizing floor damage and ensuring long-lasting use on various surfaces.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eMaximize Your Equipment's Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Elevate your industrial mobility solutions with the Albion Casters 4\" x 2\" Kingpinless Swivel Caster. Experience superior performance, durability, and efficiency with the MAX-Efficiency Orange Wheel and robust Kingpinless design.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994690462008,"sku":"110AN04228R","price":84.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317838573880,"sku":"110AN04228R","price":92.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317838606648,"sku":"110AN04228R","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317838639416,"sku":"110AN04228R","price":106.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370792808760,"sku":"110AN04228R","price":89.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370792841528,"sku":"110AN04228R","price":96.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370792874296,"sku":"110AN04228R","price":97.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370792907064,"sku":"110AN04228R","price":104.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370792939832,"sku":"110AN04228R","price":104.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370792972600,"sku":"110AN04228R","price":111.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370793005368,"sku":"110AN04228R","price":111.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370793038136,"sku":"110AN04228R","price":118.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN04228R-2.png?v=1771081208"},{"product_id":"albion-casters-4-x-2-kingpinless-swivel-caster-with-max-efficiency-orange-polyurethane-wheel-heavy-duty-plate-4-x-4-5-for-industrial-use-model-110an04228s","title":"Albion 110AN04228S 4\" x 2\" Polyurethane Kingpinless Swivel Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n    Albion Casters 4\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Plate - 110AN04228S\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Polyurethane\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN04228S\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for heavy-duty applications and reduced maintenance\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Discover superior mobility and durability with the Albion Casters 4\" x 2\" Kingpinless Swivel Caster featuring a MAX-Efficiency Orange Wheel. Designed for industrial environments, this caster combines strength and smooth operation with its kingpinless design, reducing wear and extending service life. The 4\" x 4.5\" plate provides a stable foundation, ensuring secure attachment to your equipment. Whether you're upgrading your existing setup or outfitting new machinery, this caster delivers reliable performance and reduced maintenance, thanks to its innovative design and durable polyurethane construction.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimize Your Equipment Today\u003c\/h2\u003e\n    \u003cp\u003e\n        Enhance the efficiency and longevity of your industrial operations with the Albion Casters 4\" x 2\" Kingpinless Swivel Caster. Invest in a product that prioritizes strength, stability, and reduced maintenance for all your heavy-duty needs.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994691477816,"sku":"110AN04228S","price":126.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317841654072,"sku":"110AN04228S","price":134.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317841686840,"sku":"110AN04228S","price":141.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317841719608,"sku":"110AN04228S","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370793070904,"sku":"110AN04228S","price":131.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370793103672,"sku":"110AN04228S","price":138.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370793136440,"sku":"110AN04228S","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370793169208,"sku":"110AN04228S","price":146.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370793201976,"sku":"110AN04228S","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370793234744,"sku":"110AN04228S","price":153.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370793267512,"sku":"110AN04228S","price":153.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370793300280,"sku":"110AN04228S","price":160.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN04228S-2.png?v=1771081209"},{"product_id":"albion-casters-kingpinless-4-x-2-max-efficiency-orange-caster-with-face-brake-and-4-x-4-5-plate-high-durability-rubber-for-industrial-use-model-110an04228sfbb","title":"Albion 110AN04228SFBB 4\" x 2\" Rubber Kingpinless Caster with Brake | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters Kingpinless 4\" x 2\" MAX-Efficiency Orange Caster with Face Brake and 4\" x 4.5\" Plate - 110AN04228SFBB\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless MAX-Efficiency Caster with Face Brake\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Orange\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-Durability Rubber with Advanced Engineering\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN04228SFBB\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Face Brake for secure positioning and enhanced control\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for maximum efficiency and durability in demanding environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tExperience superior performance and efficiency with the Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Orange Caster. This high-quality caster features a kingpinless design, ensuring exceptional durability and smooth operation under heavy loads. The integrated face brake provides reliable locking capability, enhancing control and safety for your equipment. Ideal for high-demand industrial applications, the caster’s vibrant orange color adds visibility and style while the robust 4\" x 4.5\" plate ensures stability. Constructed from high-durability rubber, this caster offers excellent shock absorption and quiet operation, making it perfect for a variety of demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment with MAX-Efficiency\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tUpgrade to the Albion Casters Kingpinless MAX-Efficiency Caster for unmatched performance and durability. Benefit from the advanced engineering and face brake feature, designed to handle heavy loads and ensure precise control in industrial settings.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994692362552,"sku":"110AN04228SFBB","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317841817912,"sku":"110AN04228SFBB","price":178.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317841850680,"sku":"110AN04228SFBB","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317841883448,"sku":"110AN04228SFBB","price":192.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN04228SFBB-2.png?v=1771081209"},{"product_id":"albion-casters-4-x-2-kingpinless-side-locking-caster-with-max-efficiency-orange-wheel-and-4-x-4-5-plate-high-performance-rubber-caster-for-industrial-equipment","title":"Albion 110AN04228SFBC 4\" x 2\" Rubber Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n    Albion Casters 4\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Plate - 110AN04228SFBC\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Color:\u003c\/strong\u003e MAX-Efficiency Orange\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-Performance Rubber with Enhanced Locking Mechanism\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN04228SFBC\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Kingpinless design for increased durability and reduced maintenance\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Discover superior maneuverability and durability with the Albion Casters 4\" x 2\" Kingpinless Side Locking Caster. Featuring a vibrant MAX-Efficiency Orange wheel, this caster is engineered to enhance performance and safety in various industrial applications. The kingpinless design ensures greater strength and longevity by eliminating the risk of kingpin breakage. The side locking mechanism provides added stability and control, making it ideal for equipment that requires secure positioning. With its high-performance rubber construction and robust 4\" x 4-1\/2\" plate, this caster delivers reliable, smooth, and quiet operation even under heavy loads.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade your equipment's mobility with the Albion Casters 4\" x 2\" Kingpinless Side Locking Caster. Benefit from its advanced features including a kingpinless design and side locking mechanism, ensuring maximum efficiency and durability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994693443896,"sku":"110AN04228SFBC","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317842047288,"sku":"110AN04228SFBC","price":143.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317842080056,"sku":"110AN04228SFBC","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317842112824,"sku":"110AN04228SFBC","price":157.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN04228SFBC-2.png?v=1771081209"},{"product_id":"albion-casters-kingpinless-4-x-2-max-efficiency-orange-caster-with-4-x-4-5-plate-swivel-lock-high-performance-industrial-caster-model-110an04228sl","title":"Albion 110AN04228SL 4\"x2\" Orange Swivel Kingpinless Caster – 4\"x4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Orange Caster with 4\" x 4.5\" Plate \u0026amp; Swivel Lock - 110AN04228SL\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Caster with Swivel Lock\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Orange\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN04228SL\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMax Efficiency:\u003c\/strong\u003e Designed for high performance and durability\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSwivel Lock:\u003c\/strong\u003e Includes swivel lock for enhanced stability and control\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Experience superior mobility and durability with the Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Orange Caster. Featuring a kingpinless design for reduced maintenance and increased longevity, this caster is equipped with a robust 4\" x 4.5\" plate and a convenient swivel lock. Ideal for high-traffic environments, the MAX-Efficiency caster ensures smooth and stable movement with exceptional load-bearing capabilities. Its vibrant orange color adds a touch of visibility and safety to your equipment, making it perfect for both industrial and commercial applications.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade to the Albion Casters Kingpinless MAX-Efficiency Caster for unmatched performance and reliability. With its advanced design and swivel lock feature, this caster provides exceptional durability and control for your industrial needs.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994694394168,"sku":"110AN04228SL","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317842211128,"sku":"110AN04228SL","price":187.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317842243896,"sku":"110AN04228SL","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317842276664,"sku":"110AN04228SL","price":201.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323832463672,"sku":"110AN04228SL","price":184.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323832496440,"sku":"110AN04228SL","price":192.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323832529208,"sku":"110AN04228SL","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323832561976,"sku":"110AN04228SL","price":206.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370633425208,"sku":"110AN04228SL","price":191.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370633457976,"sku":"110AN04228SL","price":199.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370633490744,"sku":"110AN04228SL","price":206.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370633523512,"sku":"110AN04228SL","price":213.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN04228SL-2.png?v=1771081211"},{"product_id":"albion-casters-5-x-2-kingpinless-rigid-caster-with-max-efficiency-orange-wheel-4-x-4-5-plate-high-performance-industrial-caster-model-110an05228r","title":"Albion 110AN05228R 5\" x 2\" Orange Rigid Kingpinless Caster – 4\" x 4.5\" Plate","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 5\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Orange Wheel and 4\" x 4.5\" Plate - 110AN05228R\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN05228R\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Engineered for high efficiency and durability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Discover unmatched performance with the Albion Casters 5\" x 2\" Kingpinless Rigid Caster, featuring a MAX-Efficiency Orange Wheel and a sturdy 4\" x 4.5\" plate. Designed for exceptional durability and high efficiency, this caster ensures smooth, reliable movement across various surfaces. The kingpinless design eliminates the risk of kingpin-related failures, enhancing the caster's longevity and performance. Ideal for industrial and commercial applications, this caster supports heavy loads while maintaining optimal maneuverability. The MAX-Efficiency Orange Wheel offers superior shock absorption and noise reduction, making it perfect for environments requiring both performance and quiet operation.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters 5\" x 2\" Kingpinless Rigid Caster. Benefit from its advanced MAX-Efficiency Orange Wheel and robust design to achieve smooth, efficient operation and increased durability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994695508280,"sku":"110AN05228R","price":89.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317842440504,"sku":"110AN05228R","price":97.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317842473272,"sku":"110AN05228R","price":104.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317842506040,"sku":"110AN05228R","price":111.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323832594744,"sku":"110AN05228R","price":102.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323832627512,"sku":"110AN05228R","price":110.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323832660280,"sku":"110AN05228R","price":117.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323832693048,"sku":"110AN05228R","price":124.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN05228R-2.png?v=1771081211"},{"product_id":"albion-casters-5-x-2-kingpinless-swivel-caster-with-max-efficiency-orange-wheel-4-x-4-5-plate-high-durability-smooth-maneuverability-model-110an05228s","title":"Albion 110AN05228S 5\" x 2\" Orange Kingpinless Swivel Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 5\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel with 4\" x 4.5\" Plate - 110AN05228S\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Wheel with durable construction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN05228S\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for high durability and smooth maneuverability\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Upgrade your equipment with the Albion Casters 5\" x 2\" Kingpinless Swivel Caster, featuring a MAX-Efficiency Orange Wheel. Engineered for superior performance, this caster is equipped with a kingpinless swivel design, ensuring smooth, 360-degree movement without the common issues associated with traditional kingpins. The 4\" x 4.5\" plate provides stable support, while the high-efficiency orange wheel is designed for enhanced durability and ease of movement. Perfect for a range of industrial applications, this caster offers reliable performance and minimal maintenance, making it an ideal choice for those seeking robust and efficient mobility solutions.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimize Your Equipment's Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n        Enhance your operational efficiency with the Albion Casters Kingpinless Swivel Caster. Benefit from the MAX-Efficiency Orange Wheel and kingpinless design, engineered for durability and effortless maneuverability. Invest in quality and reliability for your industrial equipment today.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994696491320,"sku":"110AN05228S","price":132.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317842669880,"sku":"110AN05228S","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317842702648,"sku":"110AN05228S","price":147.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317842735416,"sku":"110AN05228S","price":154.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370793333048,"sku":"110AN05228S","price":137.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370793365816,"sku":"110AN05228S","price":144.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370793398584,"sku":"110AN05228S","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370793431352,"sku":"110AN05228S","price":152.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370793464120,"sku":"110AN05228S","price":152.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370793496888,"sku":"110AN05228S","price":159.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370793529656,"sku":"110AN05228S","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370793562424,"sku":"110AN05228S","price":166.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN05228S-2.png?v=1771081211"},{"product_id":"albion-casters-kingpinless-5-x-2-max-efficiency-orange-caster-with-face-brake-and-4-x-4-5-plate-high-durability-smooth-operation-for-industrial-use-model-110an05228sfbb","title":"Albion 110AN05228SFBB 5\" x 2\" Orange Kingpinless Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters Kingpinless 5\" x 2\" MAX-Efficiency Orange Caster with Face Brake and 4\" x 4.5\" Plate - 110AN05228SFBB\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless MAX-Efficiency Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Orange\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBrake Type:\u003c\/strong\u003e Face Brake\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN05228SFBB\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDesign Feature:\u003c\/strong\u003e Kingpinless construction for enhanced durability and smooth operation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e High efficiency for demanding applications\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Elevate your equipment’s mobility with the Albion Casters Kingpinless 5\" x 2\" MAX-Efficiency Orange Caster. Designed for optimal performance, this caster features a kingpinless design that ensures durability and smooth movement, reducing maintenance needs. The robust 4\" x 4.5\" plate and integrated face brake provide reliable control and stability, making it ideal for high-demand industrial environments. With its vibrant orange color and advanced MAX-Efficiency technology, this caster is built to handle heavy loads with minimal friction and wear, ensuring long-lasting performance and enhanced operational efficiency.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimize Your Equipment’s Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade to the Albion Casters Kingpinless Caster for superior durability, smooth operation, and efficient load handling. Experience the benefits of high-efficiency engineering and reliable control with the innovative face brake and kingpinless design.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994697343288,"sku":"110AN05228SFBB","price":176.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317842932024,"sku":"110AN05228SFBB","price":184.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317842964792,"sku":"110AN05228SFBB","price":191.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317842997560,"sku":"110AN05228SFBB","price":198.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323832725816,"sku":"110AN05228SFBB","price":181.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323832758584,"sku":"110AN05228SFBB","price":189.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323832791352,"sku":"110AN05228SFBB","price":196.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323832824120,"sku":"110AN05228SFBB","price":203.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370633687352,"sku":"110AN05228SFBB","price":188.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370633720120,"sku":"110AN05228SFBB","price":196.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370633752888,"sku":"110AN05228SFBB","price":203.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370633785656,"sku":"110AN05228SFBB","price":210.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN05228SFBB-2.png?v=1771081211"},{"product_id":"albion-casters-5-x-2-kingpinless-side-locking-caster-with-max-efficiency-orange-wheel-and-4-x-4-5-plate-high-durability-industrial-caster-for-smooth-movement","title":"Albion 110AN05228SFBC 5\" x 2\" Orange Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 5\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Orange Wheel and 4\" x 4.5\" Plate - 110AN05228SFBC\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN05228SFBC\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Side locking mechanism for added stability\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Designed for high-efficiency and durability in demanding environments\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Enhance your mobility solutions with the Albion Casters 5\" x 2\" Kingpinless Side Locking Caster. Featuring a robust 4\" x 4.5\" plate and a high-performance MAX-Efficiency orange wheel, this caster is engineered for exceptional durability and efficiency. The kingpinless design reduces maintenance needs and extends the caster’s lifespan by eliminating the potential for kingpin failure. Its side locking mechanism ensures secure positioning, making it ideal for environments where stability and safety are crucial. Perfect for industrial and commercial applications, this caster supports smooth and reliable movement even under heavy loads.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eUpgrade Your Equipment with Superior Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Discover the benefits of the Albion Casters Kingpinless Side Locking Caster. Optimize your equipment’s performance with the MAX-Efficiency orange wheel and robust locking system. Experience enhanced durability and efficiency, ensuring reliable movement and stability for your industrial needs.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994698326328,"sku":"110AN05228SFBC","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317843161400,"sku":"110AN05228SFBC","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317843194168,"sku":"110AN05228SFBC","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317843226936,"sku":"110AN05228SFBC","price":162.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN05228SFBC-2.png?v=1771081212"},{"product_id":"albion-casters-6-x-2-kingpinless-rigid-caster-with-max-efficiency-orange-wheel-and-4-x-4-1-2-top-plate-heavy-duty-industrial-caster-for-high-load-applications-model-110an06228r","title":"Albion 110AN06228R 6\" x 2\" Orange Rigid Kingpinless Caster – CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 6\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Top Plate - 110AN06228R\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Type:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Durable materials for high performance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN06228R\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for heavy-duty applications with maximum efficiency\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Upgrade your equipment with the Albion Casters 6\" x 2\" Kingpinless Rigid Caster, featuring a MAX-Efficiency Orange Wheel designed for exceptional durability and performance. The kingpinless design ensures smoother operation and reduces maintenance needs, while the 4\" x 4-1\/2\" top plate provides a secure fit. Ideal for demanding industrial environments, this caster offers enhanced load handling and stability. The MAX-Efficiency Orange Wheel is engineered to deliver superior performance, making it perfect for high-load applications where reliability is crucial.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Industrial Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Invest in the Albion Casters 6\" x 2\" Kingpinless Rigid Caster to experience top-notch durability and performance. With its advanced MAX-Efficiency Orange Wheel and kingpinless design, this caster is perfect for optimizing the efficiency and longevity of your industrial equipment.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994699440440,"sku":"110AN06228R","price":93.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317843816760,"sku":"110AN06228R","price":101.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317843849528,"sku":"110AN06228R","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317843882296,"sku":"110AN06228R","price":115.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228R-2.png?v=1771081212"},{"product_id":"albion-casters-6-x-2-kingpinless-swivel-caster-max-efficiency-orange-wheel-heavy-duty-4-x-4-5-plate-model-110an06228s","title":"Albion 110AN06228S 6\" x 2\" Orange Kingpinless Swivel Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters 6\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel and 4\" x 4.5\" Plate - 110AN06228S\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN06228S\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e High weight capacity for industrial usage\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Boost your equipment's mobility and efficiency with the Albion Casters 6\" x 2\" Kingpinless Swivel Caster. This caster is engineered to provide top-tier durability and flexibility. The unique Kingpinless design allows for a smoother swivel action and increased longevity, even under rigorous conditions. The MAX-Efficiency Orange Wheel not only enhances the aesthetic but also offers superior floor protection and quiet operation. Ideal for applications demanding reliable and efficient movement, this caster ensures enhanced maneuverability and load support.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operational Efficiency\u003c\/h2\u003e\n\t\u003cp\u003e\n        Equip your industrial machinery or carts with the Albion Casters Kingpinless Swivel Caster to experience unparalleled mobility and efficiency. Its robust design and high-performance materials make it a must-have for any demanding environment.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994700095800,"sku":"110AN06228S","price":136.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317843980600,"sku":"110AN06228S","price":144.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317844013368,"sku":"110AN06228S","price":151.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317844046136,"sku":"110AN06228S","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323832856888,"sku":"110AN06228S","price":141.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323832889656,"sku":"110AN06228S","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323832922424,"sku":"110AN06228S","price":156.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323832955192,"sku":"110AN06228S","price":163.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370633818424,"sku":"110AN06228S","price":148.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370633851192,"sku":"110AN06228S","price":156.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370633883960,"sku":"110AN06228S","price":163.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370633916728,"sku":"110AN06228S","price":170.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228S-2.png?v=1771081212"},{"product_id":"kingpinless-6x2-orange-caster-with-face-brake-1250-lb-capacity-4x4-5-plate-swivel-radius-9-19-mount-height-7-5-max-efficiency-ergonomic-wheel-by-albion-casters","title":"Albion 110AN06228SFBB 6\"x2\" Orange Kingpinless Swivel Caster – 1250 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 6\"x2\" MAX-Efficiency Orange Caster with Face Brake and 4\"x4.5\" Plate\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN06228SFBB\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Ergonomic Wheel\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Caster with Face Brake\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1250 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 9.19 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994700783928,"sku":"110AN06228SFBB","price":181.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317844275512,"sku":"110AN06228SFBB","price":189.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317844308280,"sku":"110AN06228SFBB","price":196.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317844341048,"sku":"110AN06228SFBB","price":203.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370793955640,"sku":"110AN06228SFBB","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370793988408,"sku":"110AN06228SFBB","price":193.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370794021176,"sku":"110AN06228SFBB","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370794053944,"sku":"110AN06228SFBB","price":201.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370794086712,"sku":"110AN06228SFBB","price":201.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370794119480,"sku":"110AN06228SFBB","price":208.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370794152248,"sku":"110AN06228SFBB","price":208.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370794185016,"sku":"110AN06228SFBB","price":215.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228SFBB-2.png?v=1771081213"},{"product_id":"albion-casters-6-x-2-kingpinless-side-locking-caster-max-efficiency-orange-wheel-4-x-4-5-top-plate-model-110an06228sfbc-heavy-duty-industrial-caster-for-smooth-and-secure-operation","title":"Albion 110AN06228SFBC 6\" x 2\" Orange Wheel Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 6\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Top Plate - Model 110AN06228SFBC\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN06228SFBC\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eFeatures:\u003c\/strong\u003e Kingpinless design for enhanced durability and side locking mechanism for secure operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Suitable for industrial and commercial use, designed to handle heavy loads efficiently\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Discover unparalleled performance with the Albion Casters 6\" x 2\" Kingpinless Side Locking Caster. This caster is built with a MAX-Efficiency Orange Wheel that delivers superior rolling ease and durability. The kingpinless design eliminates common points of failure, offering enhanced strength and longevity for demanding applications. The side locking mechanism ensures that your equipment stays securely in place, providing stability during use. Featuring a robust 4\" x 4.5\" top plate, this caster is engineered to support heavy loads while maintaining smooth and efficient movement. Ideal for various industrial and commercial settings, it combines reliability with high performance to meet your mobility needs.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment’s Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your equipment with the Albion Casters Kingpinless Side Locking Caster. Experience the benefits of enhanced durability and smooth operation with the MAX-Efficiency Orange Wheel. Ideal for high-load environments, this caster provides the reliability and performance you need to keep your operations running smoothly.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994701144376,"sku":"110AN06228SFBC","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317844570424,"sku":"110AN06228SFBC","price":153.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317844603192,"sku":"110AN06228SFBC","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317844635960,"sku":"110AN06228SFBC","price":167.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228SFBC-2.png?v=1771081214"},{"product_id":"kingpinless-6x2-orange-swivel-lock-caster-with-4x4-5-plate-1250-lb-load-capacity-ergonomic-wheel-for-heavy-duty-use","title":"Albion 6\"x2\" Orange Swivel Lock Kingpinless Caster – 1250 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 6\"x2\" MAX-Efficiency Orange Caster with 4\"x4.5\" Plate \u0026amp; Swivel Lock\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN06228SL\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Ergonomic Wheel\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Lock Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1250 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 4.56 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994702684472,"sku":"110AN06228SL","price":192.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317844799800,"sku":"110AN06228SL","price":200.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317844832568,"sku":"110AN06228SL","price":207.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317844865336,"sku":"110AN06228SL","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370794545464,"sku":"110AN06228SL","price":197.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370794578232,"sku":"110AN06228SL","price":204.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370794611000,"sku":"110AN06228SL","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370794643768,"sku":"110AN06228SL","price":212.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370794676536,"sku":"110AN06228SL","price":212.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370794709304,"sku":"110AN06228SL","price":219.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370794742072,"sku":"110AN06228SL","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370794774840,"sku":"110AN06228SL","price":226.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228SL-2.png?v=1771081214"},{"product_id":"albion-casters-kingpinless-caster-6-x-2-max-efficiency-orange-with-4-x-4-5-plate-swivel-lock-110an06228slx-high-performance-industrial-caster","title":"Albion 110AN06228SLX 6\" x 2\" Orange Kingpinless Swivel Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Orange Caster with 4\" x 4.5\" Plate \u0026amp; Swivel Lock - 110AN06228SLX\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster with Swivel Lock\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Orange\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Lead-Free Construction\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN06228SLX\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Integrated swivel lock for enhanced stability\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for maximum efficiency and durability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Enhance your equipment's maneuverability and safety with the Albion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Orange Caster. This high-performance caster features a kingpinless design that offers superior durability and a smooth, stable movement. The 4\" x 4.5\" plate and integrated swivel lock provide added control and stability, making it ideal for industrial and commercial applications. The bright orange color not only adds a touch of visibility but also signifies its high-efficiency performance. The MAX-Efficiency lead-free construction ensures a long-lasting, reliable caster that can handle heavy loads with ease, reducing wear and tear on your equipment.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment's Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        Optimize your operational efficiency and safety with the Albion Casters Ext. Lead Kingpinless Caster. Featuring a kingpinless design and integrated swivel lock, this caster delivers unmatched durability and control. Upgrade now to experience enhanced performance and reliability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994703077688,"sku":"110AN06228SLX","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317844963640,"sku":"110AN06228SLX","price":202.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317844996408,"sku":"110AN06228SLX","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317845029176,"sku":"110AN06228SLX","price":216.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370794873144,"sku":"110AN06228SLX","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370794905912,"sku":"110AN06228SLX","price":206.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370794938680,"sku":"110AN06228SLX","price":207.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370794971448,"sku":"110AN06228SLX","price":214.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370795004216,"sku":"110AN06228SLX","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370795036984,"sku":"110AN06228SLX","price":221.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370795069752,"sku":"110AN06228SLX","price":221.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370795102520,"sku":"110AN06228SLX","price":228.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228SLX-2.png?v=1771081213"},{"product_id":"albion-casters-6-x-2-kingpinless-max-efficiency-orange-caster-with-4-x-4-5-plate-heavy-duty-shock-absorption-maintenance-free-model-110an06228sx","title":"Albion 110AN06228SX 6\" x 2\" Polyurethane Kingpinless Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Orange Caster with 4\" x 4.5\" Plate - 110AN06228SX\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless MAX-Efficiency Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-performance Orange Polyurethane\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN06228SX\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Kingpinless design for enhanced durability and maintenance-free operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for high load-bearing and smooth movement\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Discover unparalleled efficiency with the Albion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Orange Caster. This high-performance caster is designed for maximum durability and effortless movement, featuring a kingpinless design that eliminates maintenance needs and extends service life. The 6\" diameter and 2\" width wheel, paired with a robust 4\" x 4.5\" plate, ensure stable support for heavy loads. Crafted from premium orange polyurethane, this caster delivers exceptional shock absorption and a smooth glide even on uneven surfaces, making it ideal for industrial and commercial applications.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment's Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade to the Albion Casters Ext. Lead Kingpinless Caster for superior load handling and maintenance-free operation. Experience the benefits of MAX-Efficiency with our advanced polyurethane design and reliable performance.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994703438136,"sku":"110AN06228SX","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317845127480,"sku":"110AN06228SX","price":166.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317845160248,"sku":"110AN06228SX","price":173.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317845193016,"sku":"110AN06228SX","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323832987960,"sku":"110AN06228SX","price":163.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323833020728,"sku":"110AN06228SX","price":171.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323833053496,"sku":"110AN06228SX","price":178.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323833086264,"sku":"110AN06228SX","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370633949496,"sku":"110AN06228SX","price":170.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370633982264,"sku":"110AN06228SX","price":178.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370634015032,"sku":"110AN06228SX","price":185.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370634047800,"sku":"110AN06228SX","price":192.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN06228SX-2.png?v=1771081215"},{"product_id":"albion-8-x-2-kingpinless-rigid-caster-max-efficiency-orange-wheel-heavy-duty-model-110an08228r","title":"Albion 110AN08228R 8\" x 2\" Orange Poly Kingpinless Rigid Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 8\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Plate - 110AN08228R\n    \u003c\/h1\u003e\n    \u003chr\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Dimensions:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Polyurethane\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN08228R\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Supports heavy-duty applications with enhanced durability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Upgrade your industrial applications with the Albion Casters 8\" x 2\" Kingpinless Rigid Caster. This caster is designed for durability and performance, featuring a kingpinless build that enhances load bearing capabilities and reduces wear. The MAX-Efficiency Orange Wheel not only provides a visually striking appearance but also offers superior floor protection and quiet operation. Suitable for a wide range of environments, this caster ensures reliable, stable support for heavy loads.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment’s Capability\u003c\/h2\u003e\n    \u003cp\u003e\n        Choose the Albion Casters Kingpinless Rigid Caster for a seamless, efficient movement solution in your warehouse, factory, or other heavy-duty setting. With its high load capacity and robust construction, it’s an essential upgrade for any demanding industrial environment.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994704093496,"sku":"110AN08228R","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317845291320,"sku":"110AN08228R","price":166.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317845324088,"sku":"110AN08228R","price":173.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317845356856,"sku":"110AN08228R","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228R-2.png?v=1771081215"},{"product_id":"kingpinless-8x2-max-efficiency-orange-rigid-caster-with-4x4-5-plate-1500-lb-load-capacity-9-5-mount-height-durable-heavy-duty-caster-for-industrial-use","title":"Albion 110AN08228R01 8\"x2\" Orange Rigid Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 8\"x2\" MAX-Efficiency Orange Rigid Caster with 4\"x4.5\" Plate\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228R01\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e MAX-Efficiency Orange\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Rigid Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994705404216,"sku":"110AN08228R01","price":165.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317845455160,"sku":"110AN08228R01","price":173.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317845487928,"sku":"110AN08228R01","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317845520696,"sku":"110AN08228R01","price":187.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228R01-2.png?v=1771081215"},{"product_id":"albion-casters-8-x-2-kingpinless-swivel-caster-with-max-efficiency-orange-wheel-4-x-4-1-2-top-plate-model-110an08228s-high-durability-industrial-caster-for-smooth-operation","title":"Albion 110AN08228S 8\" x 2\" Orange Wheel Swivel Kingpinless Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 8\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Orange Wheel and 4\" x 4-1\/2\" Top Plate - 110AN08228S\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN08228S\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign Feature:\u003c\/strong\u003e Kingpinless for enhanced durability and smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e High-efficiency design for optimal load handling and maneuverability\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Upgrade your equipment’s mobility with the Albion Casters 8\" x 2\" Kingpinless Swivel Caster, featuring a robust MAX-Efficiency Orange Wheel and a sturdy 4\" x 4-1\/2\" top plate. Designed to handle heavy loads with ease, this caster offers superior durability and smooth operation thanks to its kingpinless swivel mechanism. The vibrant orange wheel is not only eye-catching but also engineered for high efficiency, ensuring optimal performance and maneuverability across various surfaces. Perfect for industrial and commercial applications, this caster minimizes maintenance and enhances operational efficiency.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment’s Mobility Today\u003c\/h2\u003e\n\t\u003cp\u003e\n        Experience unmatched performance and durability with the Albion Casters Kingpinless Swivel Caster. Ideal for demanding environments, this caster combines robust construction with high-efficiency design to provide smooth and reliable movement.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994706354488,"sku":"110AN08228S","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317845651768,"sku":"110AN08228S","price":202.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317845684536,"sku":"110AN08228S","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317845717304,"sku":"110AN08228S","price":216.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370795659576,"sku":"110AN08228S","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370795692344,"sku":"110AN08228S","price":206.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370795725112,"sku":"110AN08228S","price":207.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370795757880,"sku":"110AN08228S","price":214.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370795790648,"sku":"110AN08228S","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370795823416,"sku":"110AN08228S","price":221.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370795856184,"sku":"110AN08228S","price":221.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370795888952,"sku":"110AN08228S","price":228.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228S-2.png?v=1771081216"},{"product_id":"9-5-height-kingpinless-caster-8x2-max-efficiency-orange-swivel-caster-with-4x4-5-plate-1500-lb-load-capacity-ergonomic-design-ideal-for-heavy-duty-applications","title":"Albion 110AN08228S01 8\"x2\" Orange Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Orange Caster with 4\"x4.5\" Plate\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228S01\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Ergonomic Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 6.25 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994706649400,"sku":"110AN08228S01","price":204.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317845881144,"sku":"110AN08228S01","price":212.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317845913912,"sku":"110AN08228S01","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317845946680,"sku":"110AN08228S01","price":226.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370796249400,"sku":"110AN08228S01","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370796282168,"sku":"110AN08228S01","price":216.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370796314936,"sku":"110AN08228S01","price":217.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370796347704,"sku":"110AN08228S01","price":224.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370796380472,"sku":"110AN08228S01","price":224.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370796413240,"sku":"110AN08228S01","price":231.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370796446008,"sku":"110AN08228S01","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370796478776,"sku":"110AN08228S01","price":238.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228S01-2.png?v=1771081216"},{"product_id":"albion-casters-9-5-kingpinless-8x2-max-efficiency-orange-caster-with-face-brake-and-4x4-5-plate-1500-lb-load-capacity-durable-swivel-caster-for-heavy-duty-applications","title":"Albion 110AN08228S01FBB 8\"x2\" Orange Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Orange Caster with Face Brake and 4\"x4.5\" Plate\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Orange\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBrake:\u003c\/strong\u003e Face Brake\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Dimensions:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 10.75 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eKingpinless:\u003c\/strong\u003e Yes\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN08228S01FBB\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Albion Casters 9.5\" Height Kingpinless MAX-Efficiency Caster, with an 8\" x 2\" wheel, is designed for outstanding performance and reliability. Featuring a vibrant orange color for high visibility, this caster includes a face brake for secure, stationary use. The kingpinless design enhances durability and smooth operation. With a 4\" x 4.5\" plate, it provides a robust mounting solution and a load capacity of 1500 lb. Ideal for heavy-duty applications, this caster combines strength and efficiency for enhanced mobility and stability in demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eUpgrade Your Mobility with Albion Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Enhance your equipment's performance and stability with the Albion Casters 9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Caster. Perfect for heavy-duty applications where durability and efficiency are essential.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994707370296,"sku":"110AN08228S01FBB","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317846176056,"sku":"110AN08228S01FBB","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317846208824,"sku":"110AN08228S01FBB","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317846241592,"sku":"110AN08228S01FBB","price":252.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370796806456,"sku":"110AN08228S01FBB","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370796839224,"sku":"110AN08228S01FBB","price":242.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370796871992,"sku":"110AN08228S01FBB","price":243.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370796904760,"sku":"110AN08228S01FBB","price":250.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370796937528,"sku":"110AN08228S01FBB","price":250.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370796970296,"sku":"110AN08228S01FBB","price":257.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370797003064,"sku":"110AN08228S01FBB","price":257.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370797035832,"sku":"110AN08228S01FBB","price":264.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228S01FBB-2.png?v=1771081216"},{"product_id":"9-5-height-kingpinless-caster-8x2-max-efficiency-orange-side-lock-with-4x4-5-plate-1500-lb-load-capacity-ergonomic-wheel-swivel-radius-6-25-albion-casters-sku-110an08228s01fbc","title":"Albion 110AN08228S01FBC 8\"x2\" Orange Kingpinless Side-Lock Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Orange Side-Lock Caster with 4\"x4.5\" Plate\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228S01FBC\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Ergonomic Wheel Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Side-Lock Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 6.25 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994707960120,"sku":"110AN08228S01FBC","price":216.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317846307128,"sku":"110AN08228S01FBC","price":224.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317846339896,"sku":"110AN08228S01FBC","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317846372664,"sku":"110AN08228S01FBC","price":238.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228S01FBC-2.png?v=1771081217"},{"product_id":"albion-casters-kingpinless-8-x-2-max-efficiency-orange-polyurethane-caster-with-face-brake-1500-lb-load-capacity-4-x-4-5-plate-heavy-duty-industrial-caster-for-smooth-mobility-and-stability","title":"Albion 110AN08228SFBB 8\" x 2\" Poly Kingpinless Caster Face Brake – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters Kingpinless 8\" x 2\" MAX-Efficiency Orange Caster with Face Brake and 4\" x 4.5\" Plate - SKU: 110AN08228SFBB\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-visibility Orange Polyurethane\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Kingpinless for enhanced durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eFace Brake:\u003c\/strong\u003e Includes face brake for secure, stationary use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Dimensions:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN08228SFBB\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lbs\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMount Height:\u003c\/strong\u003e 10.13 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 10.75 inches\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Albion Casters Kingpinless 8\" x 2\" MAX-Efficiency Caster is engineered for superior performance with its high-visibility orange polyurethane wheel and kingpinless design. It features a face brake for secure, stationary use, making it suitable for demanding industrial and commercial applications. With a load capacity of 1500 lbs, a mount height of 10.13 inches, and a swivel radius of 10.75 inches, this caster offers robust performance and versatility. Its 4\" x 4.5\" plate ensures a reliable mounting option, providing enhanced stability and efficiency in various settings.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility with Albion Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your equipment’s performance and stability with the Albion Casters Kingpinless 8\" x 2\" MAX-Efficiency Caster. Ideal for high-load applications where durability and reliability are crucial.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994711990584,"sku":"110AN08228SFBB","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317846503736,"sku":"110AN08228SFBB","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317846536504,"sku":"110AN08228SFBB","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317846569272,"sku":"110AN08228SFBB","price":252.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228SFBB-2.png?v=1771081217"},{"product_id":"albion-8-x-2-kingpinless-side-locking-caster-with-max-efficiency-orange-wheel-heavy-duty-industrial-caster-with-4-x-4-5-plate-110an08228sfbc","title":"Albion 110AN08228SFBC 8\" x 2\" Orange Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 8\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Orange Wheel and 4\" x 4.5\" Plate - 110AN08228SFBC\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Wheel for enhanced performance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AN08228SFBC\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Side Locking for secure positioning\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Engineered for high performance and long-lasting use\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        The Albion Casters 8\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Orange Wheel is designed to optimize your equipment's mobility and stability. Featuring a durable 4\" x 4.5\" plate and an innovative Kingpinless design, this caster is built to withstand heavy-duty applications while providing smooth, controlled movement. The MAX-Efficiency Orange Wheel ensures superior performance, reducing rolling resistance and increasing load capacity. Ideal for industrial environments where stability and durability are crucial, this caster also includes a side locking mechanism that offers secure, easy-to-use positioning.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Stability and Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade to the Albion Casters Kingpinless Side Locking Caster and experience unmatched durability and control. With its MAX-Efficiency Orange Wheel, your equipment will achieve smoother, more efficient movement in even the most demanding environments.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994712383800,"sku":"110AN08228SFBC","price":203.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317846667576,"sku":"110AN08228SFBC","price":211.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317846700344,"sku":"110AN08228SFBC","price":218.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317846733112,"sku":"110AN08228SFBC","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228SFBC-2.png?v=1771081217"},{"product_id":"kingpinless-8x2-max-efficiency-orange-caster-with-4x4-5-plate-swivel-lock-1500-lb-load-capacity-ergonomic-wheel-albion-casters-sku-110an08228sl","title":"Albion 110AN08228SL 8\"x2\" Orange Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 8\"x2\" MAX-Efficiency Orange Caster with 4\"x4.5\" Plate \u0026amp; Swivel Lock\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228SL\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Ergonomic\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Lock Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 10.13 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 6.25 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994712940856,"sku":"110AN08228SL","price":241.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317846831416,"sku":"110AN08228SL","price":249.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317846864184,"sku":"110AN08228SL","price":256.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317846896952,"sku":"110AN08228SL","price":263.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370797265208,"sku":"110AN08228SL","price":246.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370797297976,"sku":"110AN08228SL","price":253.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370797330744,"sku":"110AN08228SL","price":254.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370797363512,"sku":"110AN08228SL","price":261.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370797396280,"sku":"110AN08228SL","price":261.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370797429048,"sku":"110AN08228SL","price":268.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370797461816,"sku":"110AN08228SL","price":268.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370797494584,"sku":"110AN08228SL","price":275.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228SL-2.png?v=1771081218"},{"product_id":"lead-kingpinless-8x2-orange-caster-with-4x4-5-plate-and-swivel-lock-1500-lb-load-capacity-ergonomic-swivel-caster-albion-casters-110an08228slx","title":"Albion 110AN08228SLX 8\"x2\" Orange Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eLead Kingpinless 8\"x2\" MAX-Efficiency Orange Caster with 4\"x4.5\" Plate \u0026amp; Swivel Lock\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228SLX\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Ergonomic Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Lock Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 10.13 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994713727288,"sku":"110AN08228SLX","price":249.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317847519544,"sku":"110AN08228SLX","price":257.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317847552312,"sku":"110AN08228SLX","price":264.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317847585080,"sku":"110AN08228SLX","price":271.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370797756728,"sku":"110AN08228SLX","price":254.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370797789496,"sku":"110AN08228SLX","price":261.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370797822264,"sku":"110AN08228SLX","price":262.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370797855032,"sku":"110AN08228SLX","price":269.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370797887800,"sku":"110AN08228SLX","price":269.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370797920568,"sku":"110AN08228SLX","price":276.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370797953336,"sku":"110AN08228SLX","price":276.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370797986104,"sku":"110AN08228SLX","price":283.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228SLX-2.png?v=1771081218"},{"product_id":"ext-lead-kingpinless-8x2-max-efficiency-orange-caster-1500-lb-load-capacity-4x4-5-plate-10-13-mount-height-7-5-swivel-radius","title":"Albion 110AN08228SX 8\"x2\" Orange Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eExt. Lead Kingpinless 8\"x2\" MAX-Efficiency Orange Caster\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AN08228SX\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e MAX-Efficiency Orange\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 10.13 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994714087736,"sku":"110AN08228SX","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317847683384,"sku":"110AN08228SX","price":217.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317847716152,"sku":"110AN08228SX","price":224.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317847748920,"sku":"110AN08228SX","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370799427896,"sku":"110AN08228SX","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370799460664,"sku":"110AN08228SX","price":221.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370799493432,"sku":"110AN08228SX","price":222.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370799526200,"sku":"110AN08228SX","price":229.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370799558968,"sku":"110AN08228SX","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370799591736,"sku":"110AN08228SX","price":236.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370799624504,"sku":"110AN08228SX","price":236.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370799657272,"sku":"110AN08228SX","price":243.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AN08228SX-2.png?v=1771081218"},{"product_id":"albion-casters-4-x-2-kingpinless-rigid-caster-with-max-efficiency-maroon-wheel-and-4-x-4-5-plate-high-durability-caster-for-industrial-use-model-110ax04228r","title":"Albion 110AX04228R 4\" x 2\" Maroon Rigid Kingpinless Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters 4\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Maroon Wheel and 4\" x 4.5\" Plate - 110AX04228R\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX04228R\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for high efficiency and durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Kingpinless design for enhanced stability and performance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Experience superior performance with the Albion Casters 4\" x 2\" Kingpinless Rigid Caster. Featuring a durable MAX-Efficiency Maroon Wheel, this caster is designed to handle demanding applications with ease. The kingpinless design offers enhanced stability and smooth operation, reducing maintenance and downtime. With its 4\" x 4.5\" plate, this caster provides a robust mounting solution, making it ideal for heavy-duty tasks in industrial environments. The maroon wheel ensures a stylish look while delivering high performance and longevity.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your industrial setup with the Albion Casters 4\" x 2\" Kingpinless Rigid Caster. The MAX-Efficiency Maroon Wheel combined with a kingpinless design offers unmatched stability and durability. Perfect for high-demand applications, this caster ensures smooth operation and minimal maintenance.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994714644792,"sku":"110AX04228R","price":84.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317847847224,"sku":"110AX04228R","price":92.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317847879992,"sku":"110AX04228R","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317847912760,"sku":"110AX04228R","price":106.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833119032,"sku":"110AX04228R","price":97.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833151800,"sku":"110AX04228R","price":105.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833184568,"sku":"110AX04228R","price":112.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833217336,"sku":"110AX04228R","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX04228R-2.png?v=1771081219"},{"product_id":"albion-casters-4-x-2-kingpinless-swivel-caster-with-max-efficiency-maroon-wheel-4-x-4-5-plate-high-performance-industrial-caster-model-110ax04228s","title":"Albion 110AX04228S 4\" x 2\" Maroon Kingpinless Swivel Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 4\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Maroon Wheel and 4\" x 4.5\" Plate - 110AX04228S\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX04228S\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDesign Feature:\u003c\/strong\u003e Kingpinless swivel design for enhanced durability and maneuverability\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for high performance and smooth rolling\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters 4\" x 2\" Kingpinless Swivel Caster. Featuring a MAX-Efficiency Maroon Wheel, this caster combines durability with smooth rolling capabilities. The 4\" x 4.5\" plate ensures a secure fit, while the kingpinless swivel design provides superior maneuverability and resistance to wear. Ideal for high-demand environments, this caster is perfect for industrial and commercial applications where reliable performance is crucial. Its advanced engineering minimizes friction and extends the lifespan of your equipment.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Invest in the Albion Casters Kingpinless Swivel Caster for exceptional performance and longevity. Experience the benefits of the MAX-Efficiency Maroon Wheel and kingpinless design, engineered to provide smooth, reliable movement in demanding applications.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994715070776,"sku":"110AX04228S","price":126.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317848011064,"sku":"110AX04228S","price":134.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317848043832,"sku":"110AX04228S","price":141.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317848076600,"sku":"110AX04228S","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323833250104,"sku":"110AX04228S","price":131.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323833282872,"sku":"110AX04228S","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323833315640,"sku":"110AX04228S","price":146.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323833348408,"sku":"110AX04228S","price":153.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370634277176,"sku":"110AX04228S","price":138.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370634309944,"sku":"110AX04228S","price":146.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370634342712,"sku":"110AX04228S","price":153.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370634375480,"sku":"110AX04228S","price":160.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX04228S-2.png?v=1771081219"},{"product_id":"albion-casters-kingpinless-4-x-2-maroon-caster-with-face-brake-max-efficiency-design-4-x-4-5-plate-model-110ax04228sfbb","title":"Albion 110AX04228SFBB 4\" x 2\" Maroon Kingpinless Caster with Brake | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters Kingpinless 4\" x 2\" MAX-Efficiency Maroon Caster with Face Brake and 4\" x 4.5\" Plate - 110AX04228SFBB\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Caster with Face Brake\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Maroon\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Design for Optimal Performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX04228SFBB\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Includes face brake for added stability and control\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Maroon Caster. This high-performance caster features a kingpinless design, providing exceptional durability and smooth operation. The 4\" x 4.5\" plate ensures secure attachment, while the integrated face brake offers enhanced control and stability during use. Ideal for a variety of industrial applications, this caster is designed to handle rigorous tasks while reducing wear and tear. Its maroon color adds a distinctive touch, making it a versatile choice for both functionality and aesthetics.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment with Enhanced Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Discover the benefits of the Albion Casters Kingpinless Caster with Face Brake. Optimize your equipment's efficiency and stability with its advanced design and robust performance features. Invest in quality and reliability with Albion Casters.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994715660600,"sku":"110AX04228SFBB","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317848174904,"sku":"110AX04228SFBB","price":178.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317848207672,"sku":"110AX04228SFBB","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317848240440,"sku":"110AX04228SFBB","price":192.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX04228SFBB-2.png?v=1771081219"},{"product_id":"albion-casters-4-x-2-kingpinless-side-locking-caster-with-max-efficiency-maroon-wheel-4-x-4-5-plate-high-durability-industrial-caster-for-smooth-operation-secure-locking-model-110ax04228sfbc","title":"Albion 110AX04228SFBC 4\" x 2\" Maroon Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 4\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Maroon Wheel and 4\" x 4.5\" Plate - 110AX04228SFBC\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX04228SFBC\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Kingpinless for enhanced durability and smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Side locking for secure positioning\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eEfficiency:\u003c\/strong\u003e MAX-Efficiency wheel for optimized performance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tDiscover unparalleled performance with the Albion Casters 4\" x 2\" Kingpinless Side Locking Caster. Featuring a robust 4\" x 4.5\" plate and a distinctive MAX-Efficiency Maroon Wheel, this caster is designed for high durability and smooth operation. The kingpinless design reduces wear and tear, while the side locking mechanism ensures secure positioning during use. Ideal for various industrial and commercial applications, this caster provides reliable performance and ease of movement, making it an excellent choice for equipment requiring stability and efficiency.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment with Superior Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tUpgrade your industrial and commercial equipment with the Albion Casters Kingpinless Side Locking Caster. Experience the benefits of the MAX-Efficiency Maroon Wheel and enjoy secure, smooth, and efficient movement. Ideal for optimizing equipment performance and ensuring reliable operation.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994715955512,"sku":"110AX04228SFBC","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317848338744,"sku":"110AX04228SFBC","price":143.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317848371512,"sku":"110AX04228SFBC","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317848404280,"sku":"110AX04228SFBC","price":157.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX04228SFBC-2.png?v=1771081220"},{"product_id":"albion-casters-kingpinless-4-x-2-max-efficiency-maroon-caster-with-4-x-4-5-plate-swivel-lock-high-performance-industrial-caster-for-smooth-movement","title":"Albion 110AX04228SL 4\" x 2\" Maroon Kingpinless Swivel Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Maroon Caster with 4\" x 4.5\" Plate \u0026amp; Swivel Lock - 110AX04228SL\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 4 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster with Lock\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-Performance Maroon Polymer\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX04228SL\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Swivel Lock for secure positioning\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEfficiency:\u003c\/strong\u003e MAX-Efficiency design for enhanced maneuverability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters Kingpinless 4\" x 2\" MAX-Efficiency Maroon Caster. This high-performance caster combines durability with precision, featuring a kingpinless design that reduces maintenance and enhances smooth operation. The 4\" x 4.5\" plate ensures a secure fit, while the swivel lock provides stability and prevents unwanted movement. Ideal for industrial and commercial use, this caster's maroon polymer construction delivers both style and functionality, making it perfect for applications requiring reliable, smooth, and efficient movement.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility with Superior Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Choose the Albion Casters Kingpinless Caster to experience the perfect blend of strength, durability, and advanced maneuverability. Upgrade to MAX-Efficiency for smoother, more reliable performance in all your industrial needs.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994716545336,"sku":"110AX04228SL","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317848502584,"sku":"110AX04228SL","price":187.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317848535352,"sku":"110AX04228SL","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317848568120,"sku":"110AX04228SL","price":201.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323833381176,"sku":"110AX04228SL","price":184.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323833413944,"sku":"110AX04228SL","price":192.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323833446712,"sku":"110AX04228SL","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323833479480,"sku":"110AX04228SL","price":206.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370634408248,"sku":"110AX04228SL","price":191.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370634441016,"sku":"110AX04228SL","price":199.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370634473784,"sku":"110AX04228SL","price":206.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370634506552,"sku":"110AX04228SL","price":213.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX04228SL-2.png?v=1771081221"},{"product_id":"albion-casters-5-x-2-kingpinless-rigid-caster-max-efficiency-maroon-wheel-with-4-x-4-1-2-plate-heavy-duty-industrial-caster-110ax05228r","title":"Albion 110AX05228R 5\" x 2\" Maroon Rigid Kingpinless Caster – 4\" x 4-1\/2\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters 5\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Plate - 110AX05228R\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX05228R\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for high durability and smooth movement\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tOptimize your industrial operations with the Albion Casters 5\" x 2\" Kingpinless Rigid Caster, featuring a robust 4\" x 4-1\/2\" plate and the advanced MAX-Efficiency Maroon Wheel. This caster is meticulously designed for enhanced durability and stability, offering exceptional performance in high-load applications. The kingpinless design eliminates the most common point of failure, ensuring longer service life and reliable operation in the toughest environments. The MAX-Efficiency Maroon Wheel provides a smooth and quiet ride, even on rough surfaces, reducing operational noise and improving overall efficiency.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Industrial Mobility Today\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tUpgrade to the Albion Casters 5\" x 2\" Kingpinless Rigid Caster and experience unmatched durability, stability, and efficiency. Trust in the advanced design and superior materials to keep your operations running smoothly and efficiently.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994716873016,"sku":"110AX05228R","price":89.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317850272056,"sku":"110AX05228R","price":97.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317850304824,"sku":"110AX05228R","price":104.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317850337592,"sku":"110AX05228R","price":111.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833512248,"sku":"110AX05228R","price":102.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833545016,"sku":"110AX05228R","price":110.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833577784,"sku":"110AX05228R","price":117.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833610552,"sku":"110AX05228R","price":124.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX05228R-2.png?v=1771081221"},{"product_id":"albion-casters-5-x-2-kingpinless-rigid-caster-with-max-efficiency-orange-wheel-4-x-4-5-plate-high-performance-and-durability-model-110ax05228s","title":"Albion 110AX05228S 5\" x 2\" Orange Rigid Kingpinless Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 5\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Orange Wheel and 4\" x 4.5\" Plate - 110AX05228S\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Rigid Kingpinless Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Orange Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX05228S\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e High-efficiency design for enhanced performance and durability\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Kingpinless design for improved strength and longevity\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters 5\" x 2\" Kingpinless Rigid Caster featuring a MAX-Efficiency Orange Wheel. This high-performance caster is designed to deliver superior durability and reliability. The 4\" x 4.5\" plate ensures a secure attachment, while the kingpinless construction enhances strength and longevity. Ideal for demanding industrial applications, this caster supports smooth movement and efficient load handling. The MAX-Efficiency Orange Wheel offers excellent performance on various surfaces, making it perfect for both heavy-duty and everyday tasks.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment’s Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Elevate your equipment's performance with the Albion Casters Kingpinless Rigid Caster. Designed for maximum durability and efficiency, this caster ensures smooth, reliable movement and extended service life. Optimize your industrial setups with our advanced caster technology.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994717430072,"sku":"110AX05228S","price":132.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317850435896,"sku":"110AX05228S","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317850468664,"sku":"110AX05228S","price":147.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317850501432,"sku":"110AX05228S","price":154.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833643320,"sku":"110AX05228S","price":145.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833676088,"sku":"110AX05228S","price":153.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833708856,"sku":"110AX05228S","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833741624,"sku":"110AX05228S","price":167.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX05228S-2.png?v=1771081222"},{"product_id":"albion-casters-kingpinless-5-x-2-max-efficiency-maroon-caster-with-face-brake-and-4-x-4-5-plate-high-performance-industrial-caster-for-enhanced-control-and-durability","title":"Albion 110AX05228SFBB 5\" x 2\" Rubber Kingpinless Caster with Brake – CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters Kingpinless 5\" x 2\" MAX-Efficiency Maroon Caster with Face Brake and 4\" x 4.5\" Plate - 110AX05228SFBB\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Caster with Face Brake\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Maroon\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Rubber for superior durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX05228SFBB\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Equipped with a face brake for enhanced control and stability\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Discover the perfect blend of durability and efficiency with the Albion Casters Kingpinless 5\" x 2\" MAX-Efficiency Maroon Caster. Designed for high-performance applications, this caster features a kingpinless design that eliminates wear and enhances stability. The robust 4\" x 4.5\" plate ensures secure attachment, while the MAX-Efficiency Rubber provides excellent shock absorption and a smooth, quiet ride. The integrated face brake offers precise control, making it ideal for environments where stability and maneuverability are crucial. Upgrade your equipment with this caster for reliable, long-lasting performance.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Elevate your mobility solutions with the Albion Casters Kingpinless Caster. Experience unmatched durability, control, and efficiency with the MAX-Efficiency Rubber and integrated face brake. Ideal for industrial and heavy-duty use.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994719592760,"sku":"110AX05228SFBB","price":176.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317850599736,"sku":"110AX05228SFBB","price":184.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317850632504,"sku":"110AX05228SFBB","price":191.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317850665272,"sku":"110AX05228SFBB","price":198.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX05228SFBB-2.png?v=1771081222"},{"product_id":"albion-casters-5-x-2-kingpinless-side-locking-caster-with-max-efficiency-maroon-wheel-durable-4-x-4-5-plate-model-110ax05228sfbc","title":"Albion 110AX05228SFBC 5\" x 2\" Maroon Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters 5\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Maroon Wheel and 4\" x 4.5\" Plate - 110AX05228SFBC\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX05228SFBC\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Kingpinless design for enhanced durability and side locking mechanism for secure positioning\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Discover the ultimate in caster technology with the Albion Casters 5\" x 2\" Kingpinless Side Locking Caster. Featuring a robust 4\" x 4.5\" plate and a distinctive MAX-Efficiency Maroon Wheel, this caster combines advanced engineering with superior materials for exceptional performance. The kingpinless design ensures enhanced durability and a smoother operation, while the side locking mechanism provides secure, reliable positioning. Ideal for demanding industrial applications, this caster is built to withstand heavy loads and tough conditions, ensuring long-lasting reliability and ease of use.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment's Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade to the Albion Casters Kingpinless Side Locking Caster for unparalleled durability and functionality. The MAX-Efficiency Maroon Wheel and innovative design features provide a smooth, secure, and reliable solution for all your industrial needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994720346424,"sku":"110AX05228SFBC","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317850763576,"sku":"110AX05228SFBC","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317850796344,"sku":"110AX05228SFBC","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317850829112,"sku":"110AX05228SFBC","price":162.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX05228SFBC-2.png?v=1771081222"},{"product_id":"albion-casters-5-x-2-max-efficiency-orange-poly-spring-caster-with-swivel-lock-shock-absorption-4-x-4-5-plate-model-110ax05228sl","title":"Albion 110AX05228SL 5\" x 2\" Poly-Spring Swivel Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters Shock-Absorbing 5\" x 2\" MAX-Efficiency Orange Poly-Spring Caster with 4\" x 4.5\" Plate \u0026amp; Swivel Lock - 110AX05228SL\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Swivel Lock Poly-Spring Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Orange Poly-Spring with Shock Absorption\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX05228SL\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for high efficiency and optimal shock absorption\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Upgrade your mobility solutions with the Albion Casters Shock-Absorbing 5\" x 2\" MAX-Efficiency Caster. Featuring a vibrant orange MAX-Efficiency Poly-Spring design, this caster is built for superior performance and durability. The 4\" x 4.5\" plate and swivel lock mechanism enhance stability and control, making it ideal for various industrial and commercial applications. The advanced shock absorption technology minimizes vibrations and impacts, ensuring smooth and quiet operation even under heavy loads. The robust construction and efficient design make it a reliable choice for optimizing equipment movement and handling.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n        Improve the efficiency and reliability of your equipment with the Albion Casters 5\" x 2\" MAX-Efficiency Caster. Experience exceptional shock absorption and stability with the advanced Poly-Spring design and swivel lock feature.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994720674104,"sku":"110AX05228SL","price":236.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317850927416,"sku":"110AX05228SL","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317850960184,"sku":"110AX05228SL","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317850992952,"sku":"110AX05228SL","price":258.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323833774392,"sku":"110AX05228SL","price":241.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323833807160,"sku":"110AX05228SL","price":249.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323833839928,"sku":"110AX05228SL","price":256.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323833872696,"sku":"110AX05228SL","price":263.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370634801464,"sku":"110AX05228SL","price":248.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370634834232,"sku":"110AX05228SL","price":256.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370634867000,"sku":"110AX05228SL","price":263.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370634899768,"sku":"110AX05228SL","price":270.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX05228SL-2.png?v=1771081223"},{"product_id":"albion-casters-6-x-2-kingpinless-rigid-caster-with-max-efficiency-maroon-wheel-4-x-4-5-top-plate-high-durability-caster-model-110ax06228r","title":"Albion 110AX06228R 6\" x 2\" Maroon Rigid Kingpinless Caster – 4\" x 4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 6\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Top Plate - 110AX06228R\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX06228R\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Kingpinless for enhanced durability and smooth performance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tDiscover superior performance and reliability with the Albion Casters 6\" x 2\" Kingpinless Rigid Caster. Designed with a robust 4\" x 4-1\/2\" top plate, this caster is ideal for heavy-duty applications that demand strength and stability. The MAX-Efficiency Maroon Wheel ensures optimal rolling efficiency and minimizes friction, making it perfect for smooth and quiet operation on various surfaces. The kingpinless design enhances the caster's durability, reducing maintenance and extending service life. Whether for industrial equipment or other demanding uses, this caster provides excellent performance and reliability.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tUpgrade to the Albion Casters 6\" x 2\" Kingpinless Rigid Caster for unmatched efficiency and durability. The MAX-Efficiency Maroon Wheel and robust kingpinless design ensure smooth, reliable operation in demanding environments.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994721362232,"sku":"110AX06228R","price":93.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317851091256,"sku":"110AX06228R","price":101.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317851124024,"sku":"110AX06228R","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317851156792,"sku":"110AX06228R","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833905464,"sku":"110AX06228R","price":106.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833938232,"sku":"110AX06228R","price":114.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323833971000,"sku":"110AX06228R","price":121.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323834003768,"sku":"110AX06228R","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228R-2.png?v=1771081223"},{"product_id":"albion-casters-6-x-2-kingpinless-swivel-caster-with-max-efficiency-maroon-wheel-4-x-4-1-2-top-plate-high-durability-maneuverability-model-110ax06228s","title":"Albion 110AX06228S 6\" x 2\" Maroon Kingpinless Swivel Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 6\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Top Plate - 110AX06228S\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX06228S\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for high efficiency and durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Kingpinless design for enhanced maneuverability and reduced maintenance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tUpgrade your equipment's mobility with the Albion Casters 6\" x 2\" Kingpinless Swivel Caster. Featuring a robust 4\" x 4-1\/2\" top plate and a MAX-Efficiency Maroon Wheel, this caster is engineered for optimal performance and durability. The kingpinless swivel design allows for smooth, effortless steering and reduces maintenance needs, making it ideal for heavy-duty applications. With its high-efficiency wheel and solid construction, it provides reliable support and maneuverability, even in demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tOptimize your industrial or commercial setup with the Albion Casters 6\" x 2\" Kingpinless Swivel Caster. Designed for maximum efficiency and ease of use, this caster ensures superior durability and maneuverability for all your heavy-duty needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994721820984,"sku":"110AX06228S","price":136.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317851255096,"sku":"110AX06228S","price":144.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317851287864,"sku":"110AX06228S","price":151.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317851320632,"sku":"110AX06228S","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370800476472,"sku":"110AX06228S","price":141.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370800509240,"sku":"110AX06228S","price":148.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370800542008,"sku":"110AX06228S","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370800574776,"sku":"110AX06228S","price":156.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370800607544,"sku":"110AX06228S","price":156.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370800640312,"sku":"110AX06228S","price":163.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370800673080,"sku":"110AX06228S","price":163.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370800705848,"sku":"110AX06228S","price":170.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228S-2.png?v=1771081223"},{"product_id":"albion-casters-kingpinless-6-x-2-max-efficiency-caster-with-face-brake-4-x-4-5-plate-maroon-high-performance-model-110ax06228sfbb","title":"Albion 110AX06228SFBB 6\" x 2\" Maroon Kingpinless Caster with Brake | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters Kingpinless 6\" x 2\" MAX-Efficiency Maroon Caster with Face Brake and 4\" x 4.5\" Plate - 110AX06228SFBB\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless MAX-Efficiency Caster with Face Brake\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Maroon\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality, durable construction for enhanced performance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX06228SFBB\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Face Brake for secure locking and precise control\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for maximum efficiency and stability under load\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Discover the Albion Casters Kingpinless 6\" x 2\" MAX-Efficiency Maroon Caster, designed for optimal performance and durability. Featuring a 4\" x 4.5\" plate and a unique Kingpinless design, this caster offers superior stability and longevity, reducing maintenance needs and ensuring smooth operation. The integrated face brake provides reliable locking for secure placement and precise control, making it ideal for heavy-duty applications. With its maroon color and high-quality construction, this caster not only enhances functionality but also adds a touch of style to your equipment. Choose the 110AX06228SFBB model for a dependable solution that combines efficiency and durability.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment's Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Upgrade to the Albion Casters Kingpinless MAX-Efficiency Caster with Face Brake. Experience unmatched durability, stability, and control, designed to meet the demands of high-performance environments. Optimize your equipment's functionality with the superior features of this maroon caster.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994722345272,"sku":"110AX06228SFBB","price":181.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317851386168,"sku":"110AX06228SFBB","price":189.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317851418936,"sku":"110AX06228SFBB","price":196.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317851451704,"sku":"110AX06228SFBB","price":203.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228SFBB-2.png?v=1771081224"},{"product_id":"albion-casters-6-x-2-kingpinless-side-locking-caster-with-max-efficiency-maroon-wheel-durable-4-x-4-1-2-top-plate-model-110ax06228sfbc-for-heavy-duty-equipment","title":"Albion 110AX06228SFBC 6\" x 2\" Maroon Kingpinless Side Lock Caster | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 6\" x 2\" Kingpinless Side Locking Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Top Plate - 110AX06228SFBC\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side Locking Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX06228SFBC\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpecial Features:\u003c\/strong\u003e Kingpinless design for increased durability and reliability, side locking mechanism for secure positioning\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Discover unparalleled performance with the Albion Casters 6\" x 2\" Kingpinless Side Locking Caster. Featuring a robust MAX-Efficiency Maroon Wheel, this caster is designed for optimal durability and smooth operation. The innovative kingpinless design eliminates the risk of wheel failure, providing long-lasting reliability for industrial applications. The side locking mechanism ensures secure positioning, making it ideal for equipment that requires stationary stability. With a 4\" x 4-1\/2\" top plate, this caster supports a range of heavy-duty uses, reducing wear and tear while enhancing maneuverability.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eUpgrade Your Equipment with Superior Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Enhance your operational efficiency and equipment longevity with the Albion Casters Kingpinless Side Locking Caster. Benefit from advanced durability and easy mobility with the MAX-Efficiency Maroon Wheel and secure side locking feature.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994723787064,"sku":"110AX06228SFBC","price":140.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317851713848,"sku":"110AX06228SFBC","price":148.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317851746616,"sku":"110AX06228SFBC","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317851779384,"sku":"110AX06228SFBC","price":162.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228SFBC-2.png?v=1771081224"},{"product_id":"kingpinless-6x2-swivel-lock-caster-with-4x4-5-plate-1250-lb-load-capacity-ergonomic-maroon-wheel-for-heavy-duty-applications","title":"Albion 110AX06228SL 6\"x2\" Maroon Swivel Kingpinless Caster – 1250 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 6\"x2\" MAX-Efficiency Maroon Caster with 4\"x4.5\" Plate \u0026amp; Swivel Lock\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX06228SL\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Ergonomic Wheel\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Lock Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1250 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 4.56 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994724278584,"sku":"110AX06228SL","price":192.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317851910456,"sku":"110AX06228SL","price":200.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317851943224,"sku":"110AX06228SL","price":207.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317851975992,"sku":"110AX06228SL","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370800869688,"sku":"110AX06228SL","price":197.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370800902456,"sku":"110AX06228SL","price":204.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370800935224,"sku":"110AX06228SL","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370800967992,"sku":"110AX06228SL","price":212.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370801000760,"sku":"110AX06228SL","price":212.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370801033528,"sku":"110AX06228SL","price":219.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370801066296,"sku":"110AX06228SL","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370801099064,"sku":"110AX06228SL","price":226.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228SL-2.png?v=1771081225"},{"product_id":"lead-kingpinless-6x2-max-efficiency-maroon-caster-1250-lb-capacity-4x4-5-plate-swivel-lock-albion-casters-sku-110ax06228slx","title":"Albion 110AX06228SLX 6\"x2\" Maroon Swivel Kingpinless Caster – 1250 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eLead Kingpinless 6\"x2\" MAX-Efficiency Maroon Caster with 4\"x4.5\" Plate \u0026amp; Swivel Lock\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX06228SLX\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e MAX-Efficiency Maroon Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Lock\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1250 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 7.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 5.25 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994724671800,"sku":"110AX06228SLX","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317852107064,"sku":"110AX06228SLX","price":202.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317852139832,"sku":"110AX06228SLX","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317852172600,"sku":"110AX06228SLX","price":216.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370801393976,"sku":"110AX06228SLX","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370801426744,"sku":"110AX06228SLX","price":206.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370801459512,"sku":"110AX06228SLX","price":207.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370801492280,"sku":"110AX06228SLX","price":214.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370801525048,"sku":"110AX06228SLX","price":214.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370801557816,"sku":"110AX06228SLX","price":221.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370801590584,"sku":"110AX06228SLX","price":221.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370801623352,"sku":"110AX06228SLX","price":228.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228SLX-2.png?v=1771081225"},{"product_id":"albion-casters-6x2-inch-kingpinless-caster-with-extended-lead-max-efficiency-maroon-rubber-4x4-5-inch-plate-model-110ax06228sx","title":"Albion 110AX06228SX 6\"x2\" Maroon Rubber Kingpinless Caster 4\"x4.5\" Plate | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Maroon Caster with 4\" x 4.5\" Plate - 110AX06228SX\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 6 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Maroon Rubber\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX06228SX\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSpecial Feature:\u003c\/strong\u003e Extended Lead Design for Enhanced Maneuverability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for high-efficiency applications with smooth operation\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Albion Casters Ext. Lead Kingpinless 6\" x 2\" MAX-Efficiency Maroon Caster is engineered for superior performance and durability. Featuring an innovative kingpinless design and an extended lead, this caster enhances maneuverability and stability in high-efficiency environments. The robust 4\" x 4.5\" plate supports smooth, reliable movement even under heavy loads, while the MAX-Efficiency Maroon Rubber material ensures a quiet and resilient ride. Ideal for industrial and commercial applications, this caster provides exceptional reliability and long-term performance.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment with Precision\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your machinery with the Albion Casters Ext. Lead Kingpinless Caster for optimal efficiency and durability. Experience enhanced maneuverability and performance in demanding environments with the advanced design of the MAX-Efficiency Maroon Caster.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994725130552,"sku":"110AX06228SX","price":158.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317852270904,"sku":"110AX06228SX","price":166.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317852303672,"sku":"110AX06228SX","price":173.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317852336440,"sku":"110AX06228SX","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323834036536,"sku":"110AX06228SX","price":163.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323834069304,"sku":"110AX06228SX","price":171.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323834102072,"sku":"110AX06228SX","price":178.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323834134840,"sku":"110AX06228SX","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370635063608,"sku":"110AX06228SX","price":170.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370635096376,"sku":"110AX06228SX","price":178.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370635129144,"sku":"110AX06228SX","price":185.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370635161912,"sku":"110AX06228SX","price":192.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX06228SX-2.png?v=1771081225"},{"product_id":"albion-casters-8-x-2-kingpinless-rigid-caster-with-max-efficiency-maroon-wheel-high-performance-4-x-4-1-2-plate-model-110ax08228r","title":"Albion 110AX08228R 8\" x 2\" Maroon Rigid Kingpinless Caster – 4\" x 4-1\/2\" Plate","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003c!-- Product Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Albion Casters 8\" x 2\" Kingpinless Rigid Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Plate - 110AX08228R\n    \u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003c!-- Product Features Section --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Rigid Caster\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX08228R\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Kingpinless for enhanced durability and smooth operation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Engineered for high efficiency and stability in demanding environments\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- Product Description --\u003e\n    \u003cp\u003e\n        Experience superior performance with the Albion Casters 8\" x 2\" Kingpinless Rigid Caster. This caster features a high-efficiency maroon wheel designed to offer exceptional durability and smooth operation. With a robust 4\" x 4-1\/2\" plate and a kingpinless design, it ensures a stable and reliable movement, even under heavy loads. Perfect for industrial applications that require both strength and precision, this caster minimizes wear and tear, reduces maintenance needs, and enhances overall efficiency. Upgrade your mobility solutions with this top-quality caster for maximum performance and longevity.\n    \u003c\/p\u003e\n    \u003c!-- Call to Action --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n    \u003cp\u003e\n        Optimize your industrial setup with the Albion Casters 8\" x 2\" Kingpinless Rigid Caster. Designed for maximum efficiency and durability, this caster is an ideal choice for demanding environments. Invest in superior performance and reliability today.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Hardware","offer_id":49994725687608,"sku":"110AX08228R","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Hardware","offer_id":52317852500280,"sku":"110AX08228R","price":137.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Hardware","offer_id":52317852533048,"sku":"110AX08228R","price":144.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Hardware","offer_id":52317852565816,"sku":"110AX08228R","price":151.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323834167608,"sku":"110AX08228R","price":142.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323834200376,"sku":"110AX08228R","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323834233144,"sku":"110AX08228R","price":157.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ 3\/8\" Mounting Hardware Pack (4 pcs)","offer_id":52323834265912,"sku":"110AX08228R","price":164.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228R-2.png?v=1771081226"},{"product_id":"kingpinless-8x2-maroon-rigid-caster-with-1500-lb-load-capacity-4x4-5-plate-ergonomic-wheel-albion-casters-sku-110ax08228r01","title":"Albion 110AX08228R01 8\"x2\" Maroon Rigid Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003eKingpinless 8\"x2\" MAX-Efficiency Maroon Rigid Caster\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX08228R01\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Maroon Rigid\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing","offer_id":49994726670648,"sku":"110AX08228R01","price":165.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317852696888,"sku":"110AX08228R01","price":173.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317852729656,"sku":"110AX08228R01","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317852762424,"sku":"110AX08228R01","price":187.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228R01-2.png?v=1771081226"},{"product_id":"albion-casters-8-x-2-kingpinless-swivel-caster-with-max-efficiency-maroon-wheel-and-4-x-4-5-top-plate-heavy-duty-swivel-caster-for-industrial-use-model-110ax08228s","title":"Albion 110AX08228S 8\" x 2\" Maroon Kingpinless Swivel Caster – 4\" x 4.5\" Plate","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\t\tAlbion Casters 8\" x 2\" Kingpinless Swivel Caster with MAX-Efficiency Maroon Wheel and 4\" x 4-1\/2\" Top Plate - 110AX08228S\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eTop Plate Size:\u003c\/strong\u003e 4 inches x 4-1\/2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Swivel Caster\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Material:\u003c\/strong\u003e MAX-Efficiency Maroon Wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel Number:\u003c\/strong\u003e 110AX08228S\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign Feature:\u003c\/strong\u003e Kingpinless for enhanced durability and smooth swiveling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for heavy-duty use and high-efficiency requirements\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tUpgrade your equipment with the Albion Casters 8\" x 2\" Kingpinless Swivel Caster, featuring a MAX-Efficiency Maroon Wheel. Designed for superior durability and maneuverability, this caster boasts a robust 4\" x 4-1\/2\" top plate and a kingpinless design for smooth, reliable swiveling even under heavy loads. The MAX-Efficiency Maroon Wheel provides excellent performance, reducing friction and improving overall efficiency. Perfect for industrial and high-traffic environments, this caster ensures long-lasting performance and ease of movement on various surfaces.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Equipment's Mobility\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tTransform your equipment's mobility and efficiency with the Albion Casters Kingpinless Swivel Caster. Experience the difference with our MAX-Efficiency Maroon Wheel, designed for durability and optimal performance in demanding environments.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994727194936,"sku":"110AX08228S","price":164.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317852860728,"sku":"110AX08228S","price":172.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317852893496,"sku":"110AX08228S","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317852926264,"sku":"110AX08228S","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52323834298680,"sku":"110AX08228S","price":169.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52323834331448,"sku":"110AX08228S","price":177.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52323834364216,"sku":"110AX08228S","price":184.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52323834396984,"sku":"110AX08228S","price":191.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370635325752,"sku":"110AX08228S","price":176.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370635358520,"sku":"110AX08228S","price":184.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370635391288,"sku":"110AX08228S","price":191.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370635424056,"sku":"110AX08228S","price":198.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228S-2.png?v=1771081226"},{"product_id":"9-5-kingpinless-swivel-caster-8x2-max-efficiency-maroon-1500-lb-capacity-4x4-5-plate-ergonomic-wheel-for-smooth-mobility","title":"Albion 110AX08228S01 8\"x2\" Maroon Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Maroon Caster\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX08228S01\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Ergonomic Kingpinless\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Caster\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 6.25 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994727719224,"sku":"110AX08228S01","price":204.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317853024568,"sku":"110AX08228S01","price":212.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317853057336,"sku":"110AX08228S01","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317853090104,"sku":"110AX08228S01","price":226.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370801754424,"sku":"110AX08228S01","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370801787192,"sku":"110AX08228S01","price":216.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370801819960,"sku":"110AX08228S01","price":217.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370801852728,"sku":"110AX08228S01","price":224.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370801885496,"sku":"110AX08228S01","price":224.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370801918264,"sku":"110AX08228S01","price":231.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370801951032,"sku":"110AX08228S01","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370801983800,"sku":"110AX08228S01","price":238.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228S01-2.png?v=1771081227"},{"product_id":"9-5-kingpinless-caster-with-face-brake-8x2-maroon-swivel-caster-1500-lb-capacity-4x4-5-plate-ergonomic-wheel-by-albion-casters","title":"Albion 110AX08228S01FBB 8\"x2\" Maroon Swivel Kingpinless Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e9.5\" Height Kingpinless 8\"x2\" MAX-Efficiency Maroon Caster with Face Brake and 4\"x4.5\" Plate\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eBest Prices Online\u003c\/span\u003e |\n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eHigh Load Capacity\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Product Offerings --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Specifications\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX08228S01FBB\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Kingpinless Ergonomic\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eProfile:\u003c\/strong\u003e Swivel Caster with Face Brake\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMounting Plate:\u003c\/strong\u003e 4\" x 4.5\"\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eFastening:\u003c\/strong\u003e 4 1\/2\" x 4\" top plate\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\t\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 10.75 inches\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Customer Support --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tGot questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get expert advice for your project needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Albion-Casters","offers":[{"title":"Roller Bearing \/ No Brake","offer_id":49994728538424,"sku":"110AX08228S01FBB","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ No Brake","offer_id":52317853188408,"sku":"110AX08228S01FBB","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ No Brake","offer_id":52317853221176,"sku":"110AX08228S01FBB","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ No Brake","offer_id":52317853253944,"sku":"110AX08228S01FBB","price":252.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Top Locking Brake","offer_id":52370802114872,"sku":"110AX08228S01FBB","price":235.0,"currency_code":"USD","in_stock":true},{"title":"Roller Bearing \/ Total Locking Brake","offer_id":52370802147640,"sku":"110AX08228S01FBB","price":242.5,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Top Locking Brake","offer_id":52370802180408,"sku":"110AX08228S01FBB","price":243.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing \/ Total Locking Brake","offer_id":52370802213176,"sku":"110AX08228S01FBB","price":250.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Top Locking Brake","offer_id":52370802245944,"sku":"110AX08228S01FBB","price":250.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing \/ Total Locking Brake","offer_id":52370802278712,"sku":"110AX08228S01FBB","price":257.5,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Top Locking Brake","offer_id":52370802311480,"sku":"110AX08228S01FBB","price":257.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing \/ Total Locking Brake","offer_id":52370802344248,"sku":"110AX08228S01FBB","price":264.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228S01FBB-2.png?v=1771081227"},{"product_id":"value-kingpinless-8x2-heavy-duty-polyurethane-caster-with-precision-ball-bearings-and-zinc-finish-1500-lb-load-capacity-ideal-for-high-temperature-applications","title":"Albion 110AX08228S01FBC 8\"x2\" Polyurethane Side Lock Caster – 1500 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Product Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003e\n\tAlbion Casters 9.5\" Height Kingpinless 8\" x 2\" MAX-Efficiency Maroon Side-Lock Caster with 4\" x 4.5\" Plate - SKU: 110AX08228S01FBC\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003c!-- Product Features Section --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Features\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Diameter:\u003c\/strong\u003e 8 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Width:\u003c\/strong\u003e 2 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Maroon\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eType:\u003c\/strong\u003e Kingpinless Side-Lock\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMount Height:\u003c\/strong\u003e 9.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSwivel Radius:\u003c\/strong\u003e 6.25 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePlate Dimensions:\u003c\/strong\u003e 4 inches x 4.5 inches\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e 1500 lb\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSKU:\u003c\/strong\u003e 110AX08228S01FBC\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Albion Casters 9.5\" Height Kingpinless MAX-Efficiency Caster, with an 8\" x 2\" maroon wheel, combines robust construction with advanced performance. Its kingpinless design ensures smooth and quiet operation, while the side-lock feature adds extra stability when stationary. With a mount height of 9.5 inches and a swivel radius of 6.25 inches, this caster supports up to 1500 lb, making it ideal for demanding applications. The durable 4\" x 4.5\" plate provides a secure mounting option, enhancing versatility and strength in various industrial settings.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility with Albion Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Optimize your equipment's performance and stability with the Albion Casters 9.5\" Height Kingpinless 8\" x 2\" MAX-Efficiency Caster. Designed for heavy-duty use, it offers exceptional reliability and efficiency.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"CasterHQ","offers":[{"title":"Roller Bearing","offer_id":49994729029944,"sku":"110AX08228S01FBC","price":216.0,"currency_code":"USD","in_stock":true},{"title":"Precision Bearing","offer_id":52317853385016,"sku":"110AX08228S01FBC","price":224.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Roller Bearing","offer_id":52317853417784,"sku":"110AX08228S01FBC","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Precision Bearing","offer_id":52317853450552,"sku":"110AX08228S01FBC","price":238.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/110AX08228S01FBC-2.png?v=1771081227"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/collections\/CB-9SC8-RI-2_5a5651c8-bcc8-410f-825a-5aa877e82e59.jpg?v=1783604205","url":"https:\/\/casterhq.com\/collections\/casters-medium-heavy-duty.oembed?page=26","provider":"CasterHQ","version":"1.0","type":"link"}