{"title":"EXPANDING RUBBER STEMS - 3\" thru 5\" - up to 350 lbs","description":"\u003cstyle\u003e\n\/* Core reset - apply max-width to all major sections *\/.chq-hero, .chq-stats, .chq-choose, .chq-trust, .chq-card, .chq-rel, .chq-cta, .chq-updated { max-width: 900px; margin-left: auto; margin-right: auto; box-sizing: border-box;}\/* General resets *\/* { margin: 0; padding: 0; box-sizing: border-box; }body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; background: #f5f5f5; color: #1a1a1a; line-height: 1.65; -webkit-font-smoothing: antialiased;}\/* SCROLL REVEAL - visible by default, no JS animation *\/.chq-reveal { opacity: 1; transform: translateY(0); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);}.chq-reveal-d1 { transition-delay: 0.1s; }.chq-reveal-d2 { transition-delay: 0.2s; }.chq-reveal-d3 { transition-delay: 0.3s; }.chq-reveal-d4 { transition-delay: 0.4s; }\/* HERO *\/.chq-hero { position: relative; background: linear-gradient(135deg, #f0fafa 0%, #e8f4f4 50%, #f5fffe 100%); border-radius: 20px; padding: 32px 36px; margin-bottom: 20px; overflow: hidden; transition: border-color 0.4s ease, box-shadow 0.4s ease; border: 1px solid rgba(1, 99, 103, 0.08);}.chq-hero:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 8px 40px rgba(1, 99, 103, 0.08);}.chq-hero::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #016367, #01a3a9, #4fd1c5, #01a3a9, #016367); background-size: 300% 100%; animation: chqShimmer 4s linear infinite;}@keyframes chqShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; }}.chq-hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(1, 99, 103, 0.04) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none;}.chq-hero-badge { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; background: rgba(1, 99, 103, 0.08); border: 1px solid rgba(1, 99, 103, 0.15); border-radius: 20px; font-size: 11.5px; font-weight: 600; color: #016367; letter-spacing: 0.3px; text-transform: uppercase; margin-bottom: 16px;}.chq-hero-badge svg { flex-shrink: 0; }.chq-hero p { position: relative; z-index: 1; font-size: 15.5px; color: #2d3748; line-height: 1.7;}.chq-hero strong { color: #016367; font-weight: 700; }\/* AUTHOR *\/.chq-author-section { display: flex; align-items: center; gap: 14px; max-width: 900px; margin: 0 auto 20px; padding: 16px 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; transition: border-color 0.3s ease, box-shadow 0.3s ease;}.chq-author-section:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06);}.chq-author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-weight: 700; flex-shrink: 0;}.chq-author-name { font-size: 14px; font-weight: 600; color: #1a1a1a; }.chq-author-title { font-size: 12.5px; color: #6b7280; }.chq-author-inventory { font-size: 11.5px; color: #016367; font-weight: 500; }\/* STATS *\/.chq-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px;}@media (max-width: 640px) { .chq-stats { grid-template-columns: 1fr; } }.chq-stat { position: relative; text-align: center; padding: 20px 16px; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);}.chq-stat:hover { border-color: rgba(1, 99, 103, 0.25); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(1, 99, 103, 0.08);}.chq-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; transform: scaleX(0); transition: transform 0.4s ease; border-radius: 3px;}.chq-stat:hover::before { transform: scaleX(1); }.chq-stat:nth-child(1)::before { background: linear-gradient(90deg, #016367, #01a3a9); }.chq-stat:nth-child(2)::before { background: linear-gradient(90deg, #2563eb, #3b82f6); }.chq-stat:nth-child(3)::before { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }.chq-stat-num { font-size: 32px; font-weight: 800; line-height: 1; background: linear-gradient(135deg, #016367, #01a3a9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px;}.chq-stat:nth-child(2) .chq-stat-num { background: linear-gradient(135deg, #2563eb, #3b82f6); -webkit-background-clip: text; background-clip: text;}.chq-stat:nth-child(3) .chq-stat-num { background: linear-gradient(135deg, #7c3aed, #8b5cf6); -webkit-background-clip: text; background-clip: text;}.chq-stat-label { font-size: 12.5px; color: #6b7280; font-weight: 500; }\/* CHOOSE *\/.chq-choose { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px 28px; margin-bottom: 20px; transition: all 0.3s ease;}.chq-choose:hover { border-color: rgba(1, 99, 103, 0.25); box-shadow: 0 8px 40px rgba(1, 99, 103, 0.06);}.chq-choose-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px;}.chq-choose-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, box-shadow 0.3s ease;}.chq-choose:hover .chq-choose-icon { transform: scale(1.1) rotate(-3deg); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.25);}.chq-choose-title { font-size: 15px; font-weight: 700; color: #016367; }.chq-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none;}@media (max-width: 640px) { .chq-checklist { grid-template-columns: 1fr; } }.chq-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; padding: 10px 14px; border-radius: 10px; background: #fafbfc; border: 1px solid transparent; transition: all 0.3s ease;}.chq-checklist li:hover { background: #f0fafa; border-color: rgba(1, 99, 103, 0.12); transform: translateX(4px);}.chq-check { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898e); transition: transform 0.3s ease, box-shadow 0.3s ease; color: #fff;}.chq-checklist li:hover .chq-check { transform: scale(1.2); box-shadow: 0 0 0 4px rgba(1, 99, 103, 0.1); }.chq-checklist li strong { color: #1a1a1a; font-weight: 600; }\/* TRUST STRIP *\/.chq-trust { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 16px 20px; margin-bottom: 24px; font-size: 13px; color: #6b7280;}.chq-trust-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; font-weight: 500; color: #374151; font-size: 12.5px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.chq-trust-pill:hover { border-color: #016367; color: #016367; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.12);}.chq-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01a3a9); transition: transform 0.3s ease;}.chq-trust-pill:hover .chq-trust-dot { transform: scale(1.5); }\/* SUBCATEGORY GRID *\/.chq-subcat-section { max-width: 900px; margin: 0 auto 24px;}.chq-subcat-label { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #016367; margin-bottom: 12px; text-align: center;}\/* CARDS SECTION *\/.chq-cards-section { max-width: 900px; margin: 0 auto 16px;}.chq-section-label { display: flex; align-items: center; gap: 10px; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #9ca3af; margin-bottom: 12px; padding: 0 4px;}.chq-section-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, #e5e7eb, transparent);}.chq-card { position: relative; margin: 0 0 8px; border-radius: 14px; background: #fff; border: 1px solid #e5e7eb; overflow: hidden; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); max-width: 900px; margin-left: auto; margin-right: auto;}.chq-card::before { content: ''; position: absolute; inset: -1px; border-radius: 15px; padding: 1px; background: linear-gradient(135deg, transparent, rgba(1, 99, 103, 0.3), transparent); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; z-index: 1;}.chq-card:hover::before { opacity: 1; }.chq-card:hover { border-color: rgba(1, 99, 103, 0.2); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06), 0 12px 40px rgba(1, 99, 103, 0.04); transform: translateY(-2px);}.chq-card[open] { border-color: rgba(1, 99, 103, 0.25); box-shadow: 0 8px 32px rgba(1, 99, 103, 0.08);}.chq-card[open]::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 3px; z-index: 2; border-radius: 3px 0 0 3px;}.chq-card:nth-child(2)[open]::after { background: linear-gradient(180deg, #016367, #01a3a9); }.chq-card:nth-child(3)[open]::after { background: linear-gradient(180deg, #016367, #01898e); }.chq-card:nth-child(4)[open]::after { background: linear-gradient(180deg, #0e7c6b, #12a18a); }.chq-card:nth-child(5)[open]::after { background: linear-gradient(180deg, #2563eb, #3b82f6); }.chq-card:nth-child(6)[open]::after { background: linear-gradient(180deg, #7c3aed, #8b5cf6); }.chq-card:nth-child(7)[open]::after { background: linear-gradient(180deg, #d97706, #f59e0b); }.chq-card summary { position: relative; z-index: 1; padding: 16px 22px; font-size: 14.5px; font-weight: 600; color: #1a1a1a; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 14px; transition: background 0.3s ease; user-select: none; border-radius: 14px;}.chq-card summary::-webkit-details-marker { display: none; }.chq-card summary:hover { background: rgba(1, 99, 103, 0.02); }.chq-card[open] summary { background: linear-gradient(135deg, #f8fffe, #f0fafa); border-bottom: 1px solid rgba(1, 99, 103, 0.1); border-radius: 14px 14px 0 0;}.chq-ci { position: relative; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden;}.chq-card:hover .chq-ci { transform: scale(1.08); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.2); }.chq-card[open] .chq-ci { transform: scale(1.12); }.chq-ci svg { width: 18px; height: 18px; position: relative; z-index: 1; }.chq-card[open] .chq-ci-specs svg { animation: chqSpin 0.6s ease; }.chq-card[open] .chq-ci-compat svg { animation: chqPulse 0.5s ease; }.chq-card[open] .chq-ci-compare svg { animation: chqBarsGrow 0.5s ease; }.chq-card[open] .chq-ci-tips svg { animation: chqFlipIn 0.5s ease; }.chq-card[open] .chq-ci-faq svg { animation: chqBounce 0.5s ease; }@keyframes chqSpin { from { transform: rotate(0deg); } to { transform: rotate(180deg); } }@keyframes chqPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }@keyframes chqBarsGrow { from { transform: scaleY(0.5); } to { transform: scaleY(1); } }@keyframes chqFlipIn { from { transform: rotateY(90deg); } to { transform: rotateY(0); } }@keyframes chqBounce { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-4px); } }.chq-ci-specs { background: linear-gradient(135deg, #016367, #01898e); }.chq-ci-compat { background: linear-gradient(135deg, #0e7c6b, #12a18a); }.chq-ci-compare { background: linear-gradient(135deg, #2563eb, #3b82f6); }.chq-ci-tips { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }.chq-ci-faq { background: linear-gradient(135deg, #d97706, #f59e0b); }.chq-ci::after { content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; opacity: 0; transition: opacity 0.4s ease; pointer-events: none;}.chq-ci-specs::after { background: radial-gradient(circle, rgba(1, 99, 103, 0.3) 0%, transparent 70%); }.chq-ci-compat::after { background: radial-gradient(circle, rgba(14, 124, 107, 0.3) 0%, transparent 70%); }.chq-ci-compare::after { background: radial-gradient(circle, rgba(37, 99, 235, 0.2) 0%, transparent 70%); }.chq-ci-tips::after { background: radial-gradient(circle, rgba(124, 58, 237, 0.2) 0%, transparent 70%); }.chq-ci-faq::after { background: radial-gradient(circle, rgba(217, 119, 6, 0.2) 0%, transparent 70%); }.chq-card:hover .chq-ci::after { opacity: 1; }.chq-ct-wrap { flex: 1; }.chq-ct { display: block; font-size: 14.5px; font-weight: 600; color: #1a1a1a; transition: color 0.3s ease;}.chq-card:hover .chq-ct { color: #016367; }.chq-ct-sub { display: block; font-size: 12px; color: #9ca3af; font-weight: 400; margin-top: 2px; transition: color 0.3s ease;}.chq-card:hover .chq-ct-sub { color: #6b7280; }.chq-chev { width: 22px; height: 22px; flex-shrink: 0; color: #cbd5e1; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);}.chq-card:hover .chq-chev { color: #016367; transform: translateY(2px); }.chq-card[open] .chq-chev { transform: rotate(180deg); color: #016367; }.chq-cbody { padding: 20px 22px; font-size: 14px; color: #374151; line-height: 1.7; animation: chqSlideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);}@keyframes chqSlideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); }}\/* PRO TIP *\/.chq-protip { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; margin-top: 12px; background: linear-gradient(135deg, #f0fafa, #f8fffe); border: 1px solid rgba(1, 99, 103, 0.12); border-radius: 10px; transition: all 0.3s ease;}.chq-protip:hover { border-color: rgba(1, 99, 103, 0.3); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.06);}.chq-protip-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #016367, #01898e); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff;}.chq-protip-text { font-size: 13px; color: #374151; line-height: 1.6;}.chq-protip-text strong { color: #016367; }.chq-protip-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #016367; margin-bottom: 2px;}\/* SPEC GRID *\/.chq-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #e5e7eb; border-radius: 10px; overflow: hidden;}@media (max-width: 640px) { .chq-spec-grid { grid-template-columns: 1fr; } }.chq-spec-cell { background: #fff; padding: 14px 16px; display: flex; flex-direction: column; gap: 4px;}.chq-spec-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #9ca3af;}.chq-spec-value { font-size: 14.5px; font-weight: 700; color: #1a1a1a;}.chq-spec-value .chq-num { background: linear-gradient(135deg, #016367, #01898e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}\/* COMPARE TABLE *\/.chq-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 10px; overflow: hidden; border: 1px solid #e5e7eb;}.chq-compare-table th { padding: 12px 16px; text-align: left; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #6b7280; background: #f9fafb; border-bottom: 1px solid #e5e7eb;}.chq-compare-table th.chq-winner { color: #016367; background: linear-gradient(135deg, #f0fafa, #f8fffe);}.chq-compare-table td { padding: 12px 16px; font-size: 13.5px; color: #374151; border-bottom: 1px solid #f3f4f6; transition: all 0.25s ease;}.chq-compare-table tr:hover td { background: #fafbfc; }.chq-compare-table td:first-child { font-weight: 600; color: #1a1a1a; font-size: 13px;}.chq-win { color: #016367; font-weight: 700;}.chq-tag-green, .chq-tag-blue, .chq-tag-amber { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 11.5px; font-weight: 600;}.chq-tag-green { background: #ecfdf5; color: #059669; }.chq-tag-blue { background: #eff6ff; color: #2563eb; }.chq-tag-amber { background: #fffbeb; color: #d97706; }.chq-bar-wrap { display: flex; align-items: center; gap: 8px; margin-top: 4px;}.chq-bar { height: 4px; border-radius: 4px; transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1); width: var(--bar-w, 0);}.chq-bar-teal { background: linear-gradient(90deg, #016367, #01a3a9); }.chq-bar-gray { background: linear-gradient(90deg, #d1d5db, #9ca3af); }\/* COMPAT GRID *\/.chq-compat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px;}@media (max-width: 640px) { .chq-compat-grid { grid-template-columns: 1fr; } }.chq-compat-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 10px; background: #fafbfc; border: 1px solid #f3f4f6; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.chq-compat-item:hover { background: #f0fafa; border-color: rgba(1, 99, 103, 0.15); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.06);}.chq-compat-item svg { flex-shrink: 0; width: 20px; height: 20px; color: #016367;}.chq-compat-name { font-size: 13.5px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }.chq-compat-desc { font-size: 12.5px; color: #6b7280; line-height: 1.5; }\/* TIPS *\/.chq-tips-list { list-style: none; display: flex; flex-direction: column; gap: 12px;}.chq-tip { display: flex; gap: 14px; padding: 14px 16px; border-radius: 10px; background: #fafbfc; border: 1px solid #f3f4f6; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden;}.chq-tip::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(124, 58, 237, 0.03) 0%, rgba(139, 92, 246, 0.06) 100%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none;}.chq-tip:hover::before { opacity: 1; }.chq-tip:hover { border-color: rgba(124, 58, 237, 0.15); transform: translateX(6px); box-shadow: -4px 0 0 0 #7c3aed, 0 4px 16px rgba(124, 58, 237, 0.06);}.chq-tip-num { position: relative; z-index: 1; width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #7c3aed, #8b5cf6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; flex-shrink: 0; box-shadow: 0 2px 8px rgba(124, 58, 237, 0.2);}.chq-tip-text { position: relative; z-index: 1; font-size: 13.5px; color: #374151; line-height: 1.65;}.chq-tip-text strong { color: #1a1a1a; }\/* FAQ *\/.chq-faq-item { padding: 14px 0; border-bottom: 1px solid #f3f4f6; transition: all 0.3s ease;}.chq-faq-item:hover { padding-left: 6px; }.chq-faq-item:last-child { border-bottom: none; padding-bottom: 0; }.chq-faq-item:first-child { padding-top: 0; }.chq-faq-q { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; display: flex; align-items: flex-start; gap: 8px;}.chq-faq-q::before { content: 'Q'; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #d97706, #f59e0b); color: #fff; font-size: 11px; font-weight: 700; flex-shrink: 0; transition: transform 0.3s ease;}.chq-faq-item:hover .chq-faq-q::before { transform: scale(1.15) rotate(-5deg); }.chq-faq-a { font-size: 13.5px; color: #4b5563; padding-left: 30px; line-height: 1.7;}\/* RELATED *\/.chq-rel { padding: 20px 0; text-align: center;}.chq-rel-label { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #9ca3af; margin-bottom: 12px;}.chq-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;}.chq-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border-radius: 24px; font-size: 13px; font-weight: 500; color: #374151; background: #fff; border: 1px solid #e5e7eb; text-decoration: none; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden;}.chq-pill::after { content: ''; position: absolute; top: 0; left: -100%; bottom: 0; width: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent); transition: left 0.6s ease; pointer-events: none;}.chq-pill:hover::after { left: 100%; }.chq-pill:hover { color: #fff; background: linear-gradient(135deg, #016367, #01898e); border-color: #016367; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(1, 99, 103, 0.25);}.chq-pill svg { width: 14px; height: 14px; opacity: 0; transform: translateX(-6px); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);}.chq-pill:hover svg { opacity: 1; transform: translateX(0); }\/* CTA BANNER *\/.chq-cta { margin-top: 28px; padding: 28px 36px; background: linear-gradient(135deg, #016367 0%, #01898e 50%, #016367 100%); background-size: 200% 200%; animation: chqGrad 6s ease infinite; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; overflow: hidden;}@keyframes chqGrad { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }@media (max-width: 768px) { .chq-cta { flex-direction: column; text-align: center; padding: 24px 20px; } }.chq-cta::before, .chq-cta-orb { position: absolute; border-radius: 50%; pointer-events: none; background: rgba(255, 255, 255, 0.06);}.chq-cta::before { content: ''; top: -50%; right: -15%; width: 280px; height: 280px; animation: chqFloat 8s ease-in-out infinite;}.chq-cta-orb { bottom: -70%; left: 8%; width: 220px; height: 220px; animation: chqFloat 8s ease-in-out infinite reverse;}@keyframes chqFloat { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(10px, -10px); }}.chq-cta-text { position: relative; z-index: 1;}.chq-cta-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }.chq-cta-sub { font-size: 13.5px; color: rgba(255, 255, 255, 0.85); }.chq-cta-quote { font-size: 12.5px; color: rgba(255, 255, 255, 0.7); font-style: italic; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.15);}.chq-cta-quote strong { color: rgba(255, 255, 255, 0.9); font-style: normal; }.chq-cta-right { position: relative; z-index: 1; text-align: right; flex-shrink: 0;}.chq-cta-avail { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.9); margin-bottom: 8px; justify-content: flex-end;}.chq-live { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: chqPulseGlow 2s ease infinite;}@keyframes chqPulseGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5); } 50% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }}.chq-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: #fff; color: #016367; font-size: 14px; font-weight: 600; border-radius: 10px; text-decoration: none; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.chq-cta-btn:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);}.chq-cta-btn svg { transition: transform 0.3s ease; }.chq-cta-btn:hover svg { transform: rotate(15deg) scale(1.1); }\/* UPDATED *\/.chq-updated { text-align: center; padding: 20px 0 0; margin-top: 24px; font-size: 11.5px; color: #9ca3af; border-top: 1px solid #f3f4f6;}.chq-updated svg { vertical-align: -2px; margin-right: 4px; }\n\/* V3.4 ADDITIONS *\/\n.chq-fact-check{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#6b7280;margin-top:4px}\n.chq-fact-check svg{width:14px;height:14px;color:#059669;flex-shrink:0}\n.chq-answer-block{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 36px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-answer-block:hover{border-color:rgba(1,99,103,0.25);box-shadow:0 8px 40px rgba(1,99,103,0.06)}\n.chq-answer-block::before{content:'';position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,#016367,#01a3a9);border-radius:3px 0 0 3px}\n.chq-answer-block h2{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 14px 0;line-height:1.4}\n.chq-answer-direct{font-size:14px;color:#374151;line-height:1.75;margin:0 0 10px 0}\n.chq-answer-detail{font-size:13px;color:#6b7280;line-height:1.7;margin:0;padding-top:10px;border-top:1px solid #f3f4f6}\n.chq-formula{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0f9ff 100%);border:1px solid #bbf7d0;border-radius:16px;padding:24px 32px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;display:flex;gap:18px;align-items:flex-start;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-formula:hover{border-color:#86efac;box-shadow:0 8px 32px rgba(5,150,105,0.08)}\n.chq-formula-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#059669,#10b981);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(5,150,105,0.2);transition:transform 0.3s ease}\n.chq-formula:hover .chq-formula-icon{transform:scale(1.1) rotate(-5deg)}\n.chq-formula-content{flex:1}\n.chq-formula-label{font-size:10.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#059669;margin-bottom:8px}\n.chq-formula-rule{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.5;margin-bottom:8px;font-family:'SF Mono','Fira Code','Consolas',monospace;background:rgba(255,255,255,0.7);padding:8px 14px;border-radius:8px;border:1px solid rgba(5,150,105,0.15)}\n.chq-formula-note{font-size:13px;color:#4b5563;line-height:1.65}\n.chq-avoid{background:#fff;border:1px solid #fde68a;border-radius:16px;padding:24px 32px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;transition:border-color 0.4s ease,box-shadow 0.4s ease}\n.chq-avoid:hover{border-color:#fbbf24;box-shadow:0 8px 32px rgba(217,119,6,0.06)}\n.chq-avoid-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}\n.chq-avoid-icon{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#d97706,#f59e0b);display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}\n.chq-avoid:hover .chq-avoid-icon{transform:scale(1.1) rotate(-3deg)}\n.chq-avoid-title{font-size:14.5px;font-weight:700;color:#1a1a1a}\n.chq-avoid-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}\n.chq-avoid-list li{font-size:13.5px;color:#4b5563;line-height:1.65;padding-left:24px;position:relative}\n.chq-avoid-list li::before{content:'\\2715';position:absolute;left:0;top:1px;color:#dc2626;font-weight:700;font-size:12px}\n.chq-avoid-list li a{color:#016367;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(1,99,103,0.2);transition:border-color 0.3s ease}\n.chq-avoid-list li a:hover{border-color:#016367}\n.chq-blog-links{max-width:900px;margin:0 auto 20px;display:flex;gap:12px;flex-wrap:wrap}\n.chq-blog-link{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;transition:all 0.3s ease}\n.chq-blog-link:hover{border-color:rgba(1,99,103,0.3);color:#016367;box-shadow:0 4px 16px rgba(1,99,103,0.06);transform:translateY(-1px)}\n.chq-blog-link svg{width:16px;height:16px;color:#016367;flex-shrink:0}\n@media(max-width:768px){.chq-answer-block,.chq-formula,.chq-avoid{padding:20px}.chq-formula{flex-direction:column}.chq-blog-links{flex-direction:column}}\n\n\/* SUBCATEGORY GRID *\/\n.chq-subcat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n@media (max-width: 768px) { .chq-subcat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }\n@media (max-width: 480px) { .chq-subcat-grid { grid-template-columns: 1fr 1fr; gap: 10px; } }\n\n.chq-subcat-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-decoration: none;\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  padding: 16px 12px 14px;\n  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);\n  position: relative;\n  overflow: hidden;\n}\n.chq-subcat-card::before {\n  content: '';\n  position: absolute;\n  inset: -1px;\n  border-radius: 15px;\n  padding: 1px;\n  background: linear-gradient(135deg, transparent, rgba(1, 99, 103, 0.3), transparent);\n  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  -webkit-mask-composite: xor;\n  mask-composite: exclude;\n  opacity: 0;\n  transition: opacity 0.4s ease;\n  pointer-events: none;\n}\n.chq-subcat-card:hover::before { opacity: 1; }\n.chq-subcat-card:hover {\n  border-color: rgba(1, 99, 103, 0.2);\n  transform: translateY(-4px);\n  box-shadow: 0 8px 28px rgba(1, 99, 103, 0.1);\n}\n.chq-subcat-card img {\n  width: 120px;\n  height: 120px;\n  object-fit: contain;\n  margin-bottom: 10px;\n  transition: transform 0.3s ease;\n}\n.chq-subcat-card:hover img {\n  transform: scale(1.05);\n}\n.chq-subcat-card .chq-subcat-label {\n  font-size: 12px;\n  font-weight: 600;\n  color: #1a1a1a;\n  text-align: center;\n  line-height: 1.35;\n  transition: color 0.3s ease;\n}\n.chq-subcat-card:hover .chq-subcat-label {\n  color: #016367;\n}\n\n\n.chq-tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 4px 0; }\n@media (max-width: 600px) { .chq-tools-grid { grid-template-columns: 1fr; } }\n.chq-tool-card { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; text-decoration: none; color: #1a1a1a; font-size: 13.5px; font-weight: 500; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }\n.chq-tool-card:hover { border-color: rgba(1, 99, 103, 0.3); background: rgba(1, 99, 103, 0.03); color: #016367; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(1, 99, 103, 0.08); }\n.chq-tool-card::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #016367, #01898f); flex-shrink: 0; }\n.chq-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 4px 0; }\n.chq-linkcard { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border: 1px solid #e5e7eb; border-radius: 24px; background: #fff; color: #374151; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); white-space: nowrap; }\n.chq-linkcard:hover { border-color: rgba(1, 99, 103, 0.3); background: rgba(1, 99, 103, 0.04); color: #016367; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(1, 99, 103, 0.08); }\n.chq-linkcard svg { width: 14px; height: 14px; color: #016367; flex-shrink: 0; }\n.chq-rel { padding: 20px 0; text-align: center; }\n.chq-tools-section { padding: 16px 0; }\n\n.chq-live { width: auto !important; height: auto !important; border-radius: 0 !important; background: transparent !important; animation: none !important; display: flex !important; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.9); margin-bottom: 8px; justify-content: flex-end; white-space: nowrap; }\n.chq-live-dot { display: inline-block; width: 8px; height: 8px; min-width: 8px; border-radius: 50%; background: #4ade80; animation: chqPulseGlow 2s ease infinite; }\n.chq-cta-orb { bottom: -70% !important; top: auto !important; }\n.chq-cta-right { display: flex; flex-direction: column; align-items: flex-end; min-width: 180px; }\n.chq-author-credentials{font-size:11px;color:#016367;margin-top:4px;font-weight:500;letter-spacing:0.2px}\n\u003c\/style\u003e\n\u003cdiv class=\"chq-hero\"\u003e\n\u003cdiv class=\"chq-hero-badge\"\u003e\n\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16v-4M12 8h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWhat Are Light Duty Casters\u003c\/div\u003e\n\u003ch2 class=\"chq-h2 chq-h2-hero\"\u003eWhat Are Expanding Adapter Stem Casters and When Should You Use Them?\u003c\/h2\u003e\n\u003cp\u003eLight duty casters handle up to 350 lbs per caster and are the go-to choice for offices, retail stores, hospitality, healthcare facilities, and residential furniture. CasterHQ stocks light duty casters in rubber, polyurethane, thermoplastic rubber (TPR), and nylon wheels from 2\" to 5\" — available with top plate, threaded stem, grip ring, and expanding adapter mounts. Most ship same day from our network of over \u003cstrong\u003e$100 million in U.S. warehouse inventory\u003c\/strong\u003e.x\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 0 0 28px 0;\"\u003e\u003ca style=\"display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: linear-gradient(135deg,#016367 0%,#02858a 100%); color: #fff; text-decoration: none; font-weight: bold; font-size: 15px; letter-spacing: .02em; border-radius: 999px; box-shadow: 0 6px 18px rgba(1,99,103,.28);\" href=\"#shop-products\"\u003eJump to Products\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-author-section chq-reveal chq-reveal-d1\"\u003e\n\u003cdiv class=\"chq-author-avatar\"\u003eJW\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-author-name\"\u003eJordan Wilson\u003c\/div\u003e\n\u003cdiv class=\"chq-author-title\"\u003eIndustrial Caster Specialist | 15+ Years in Caster Engineering\u003c\/div\u003e\n\u003cdiv class=\"chq-author-inventory\"\u003eAccess to $100M+ in-stock U.S. caster inventory\u003c\/div\u003e\n\u003cdiv class=\"chq-author-credentials\"\u003eApplication Engineers On Staff · ISO-Certified Facility · Trusted by 50,000+ Businesses Nationwide\u003c\/div\u003e\n\u003cdiv class=\"chq-fact-check\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"width: 14px; height: 14px; color: #059669; flex-shrink: 0;\"\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Reviewed by CasterHQ Engineering — 100+ Combined Years in Caster Design, Selection \u0026amp; Application\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stats\"\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e350 lbs\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eMax Per-Caster Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e5″\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eMax Wheel Diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e50,000+\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eBusinesses Served Nationwide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-choose\"\u003e\n\u003cdiv class=\"chq-choose-header\"\u003e\n\u003cdiv class=\"chq-choose-icon\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\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 Expanding Adapter Stem 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 stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eYour load is under 350 lbs per caster\u003c\/strong\u003e — office chairs, furniture, display racks, light utility carts, medical instrument stands\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eFloor protection matters\u003c\/strong\u003e — hardwood, tile, laminate, or polished concrete where non-marking rubber or TPR wheels prevent scratches and scuffs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eQuiet operation is required\u003c\/strong\u003e — healthcare settings, libraries, offices, and hospitality environments where noise must be minimized\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg stroke-width=\"3\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMultiple mount options are needed\u003c\/strong\u003e — threaded stem for chairs, grip ring for furniture legs, expanding adapter for tubular frames, top plate for carts\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-trust\"\u003e\n\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Office\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Retail\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Healthcare\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Hospitality\u003c\/span\u003e\u003cspan class=\"chq-trust-pill\"\u003e\u003cspan class=\"chq-trust-dot\"\u003e\u003c\/span\u003e Food Service\u003c\/span\u003e\u003cspan\u003e — 50,000+ businesses equipped nationwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eSHOP BY TYPE\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-grid\"\u003e\n\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-3-4-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 3\/4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X75-2.jpg?v=1771086976\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 3\/4\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-7-8-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 7\/8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X78-2.jpg?v=1771086978\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 7\/8\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X1-2.jpg?v=1771086964\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-1-8-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-1\/8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.05267.95-MTG53-2.png?v=1771082075\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-1\/8\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-3-16-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-3\/16\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X1316-2.jpg?v=1771086969\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-3\/16\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-1-4-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-1\/4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-TP-X15-2_5f970f38-1e50-487a-ba87-bb6edbee103d.jpg?v=1771087322\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-1\/4\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-3-8-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-3\/8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X1316-2_a8dd70e3-b80c-4296-82c1-768926bc31e9.jpg?v=1771086968\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-3\/8\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-1-2-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-1\/2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X15-2_08e07266-3044-426d-8694-402a31895156.jpg?v=1771087551\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-1\/2\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-5-8-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-5\/8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.05267.95-MTG47-2.png?v=1771082069\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-5\/8\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/fits-1-7-8-id-tube\"\u003e\n\u003cdiv class=\"chq-subcat-img-wrap\"\u003e\u003cimg height=\"400\" width=\"400\" loading=\"lazy\" id=\"\" alt=\"Fits 1-7\/8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQ1330S-TS3-PP-BLACK-X1316-2_1974c5ba-d3e2-4a35-84c1-ef91e0b339d9.jpg?v=1771087551\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-title\"\u003eFits 1-7\/8\" ID Tube\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d1\"\u003e\n\u003ch2\u003eHow Much Weight Can an Expanding Adapter Caster Hold?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eLight duty casters support 50 to 350 lbs per caster. A standard 4-caster office chair setup handling 250 lbs total needs casters rated at minimum 95 lbs each (250 ÷ 3 × 1.15 safety factor). CasterHQ stocks over 200 expanding adapter stem configurations with same-day shipping.\u003c\/p\u003e\n\u003cp class=\"chq-answer-detail\"\u003eThe ÷3 formula (instead of ÷4) accounts for the reality that on uneven surfaces one caster temporarily lifts, redistributing its load across the remaining three.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d2\"\u003e\n\u003ch2\u003eWhat Tube Sizes Do Expanding Adapter Stems Fit?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane and TPR (thermoplastic rubber) casters are the top choices for hardwood floors. Both are non-marking, roll quietly, and protect wood surfaces from scratches. Choose polyurethane for heavier loads up to 350 lbs; choose TPR for lighter furniture under 200 lbs where softer rolling is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d3\"\u003e\n\u003ch2\u003eWhich Wheel Material Is Best for Expanding Stem Casters?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane handles hard floors and moderate loads up to 350 lbs. TPR rubber excels on hardwood with quiet, non-marking performance. Phenolic resin withstands heat to 300°F for bakeries and kitchens. Nylon is chemical-resistant for labs and washdown environments. Gray iron suits heavy rolling on concrete in industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d4\"\u003e\n\u003ch2\u003eHow Do I Install an Expanding Adapter Caster?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eFor carpet and uneven floors, use 3–5 inch wheels for easier rolling. For hard flat surfaces like tile or concrete, 2–3 inch wheels work well. Larger diameters roll over obstacles and door thresholds more easily. Match plate size to your equipment’s mounting holes: 2-3\/8″ x 3-5\/8″ is the most common expanding adapter stem plate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-formula chq-reveal chq-reveal-d2\"\u003e\n\u003cdiv class=\"chq-formula-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" style=\"width: 20px; height: 20px;\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2M12 21v2M4.22 4.22l1.42 1.42M16.36 16.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M16.36 7.64l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-content\"\u003e\n\u003cdiv class=\"chq-formula-label\"\u003eENGINEERING RULE OF THUMB\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-rule\"\u003ePer-Caster Rating = Total Weight ÷ (N−1 casters) × 1.15 safety factor\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-note\"\u003eFor a 200 lb office chair with 5 casters: 200 ÷ 4 × 1.15 = 58 lbs minimum per caster. The N−1 method assumes one caster lifts on uneven carpet or transitions. For carts on hard floors, a 4-caster setup with 300 lbs total: 300 ÷ 3 × 1.15 = 115 lbs per caster minimum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-cards-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003ePRODUCT INTELLIGENCE\u003c\/span\u003e\u003c\/div\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-specs\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"9\" y1=\"21\" x1=\"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 stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"chq-chev\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003ctable class=\"chq-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eWheel Diameter\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e2\" – 5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eLoad Capacity\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eUp to \u003cspan class=\"chq-num\"\u003e350\u003c\/span\u003e lbs\/caster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eWheel Materials\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eRubber, Polyurethane, TPR, Nylon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eTread Width\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e3\/4\" – 1-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eMount Types\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eTop Plate, Stem, Grip Ring, Expanding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003ePlate Sizes\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003e2-3\/8\"x3-5\/8\" \u0026amp; 3-1\/8\"x4-1\/8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eBearing Type\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003ePlain, Ball, Precision Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"chq-spec-label\"\u003eBrake Options\u003c\/td\u003e\n\u003ctd class=\"chq-spec-value\"\u003eSide Lock, Total Lock, Top Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"chq-protip\"\u003e\n\u003cstrong\u003ePro Tip:\u003c\/strong\u003e For office chairs on hardwood floors, choose polyurethane or rubber wheels — they protect flooring and roll more quietly than hard nylon. Upgrade from standard twin-wheel casters to single-wheel casters for smoother rolling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compat\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"9\" y1=\"21\" x1=\"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 stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"chq-chev\"\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 viewbox=\"0 0 24 24\" height=\"22\" width=\"22\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003crect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 6V4M8 6V4M16 6V4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eOffice \u0026amp; Workspace\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDesk chairs, file cabinets, printer stands, mobile pedestals — polyurethane or TPR recommended \u003cstrong\u003ebecause\u003c\/strong\u003e they protect hard floors and roll quietly in noise-sensitive offices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"22\" width=\"22\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eFurniture \u0026amp; Residential\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eSofas, ottomans, kitchen islands, bed frames — rubber or soft tread \u003cstrong\u003ebecause\u003c\/strong\u003e they distribute weight without denting hardwood or scratching tile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"22\" width=\"22\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eHealthcare \u0026amp; Medical\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eInstrument carts, IV poles, exam stools, bedside tables — quiet TPR wheels ideal \u003cstrong\u003ebecause\u003c\/strong\u003e patient environments demand near-silent mobility and non-marking treads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"22\" width=\"22\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"20\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003cpath d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eRetail \u0026amp; Hospitality\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDisplay fixtures, garment racks, service carts, luggage carts — versatile mount options \u003cstrong\u003ebecause\u003c\/strong\u003e retail environments need frequent reconfiguration with minimal floor damage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compare\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cline y2=\"6\" x2=\"18\" y1=\"18\" x1=\"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\"\u003eExpanding Adapter Stem vs. Medium Heavy Duty — Head to Head\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eSide-by-side comparison to help you choose the right tier\u003c\/span\u003e\u003c\/span\u003e\u003csvg stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"chq-chev\"\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\u003eLight Duty\u003c\/th\u003e\n\u003cth\u003eMedium Heavy Duty\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoad Range\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Up to 350 lbs\u003c\/td\u003e\n\u003ctd\u003e350–1,200 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Materials\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Rubber, Poly, TPR, Nylon\u003c\/td\u003e\n\u003ctd\u003ePolyurethane, Phenolic, Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFloor Protection\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Excellent (soft tread)\u003c\/td\u003e\n\u003ctd\u003eGood (harder wheels)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Very Quiet\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMount Options\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Plate, Stem, Grip Ring, Expanding\u003c\/td\u003e\n\u003ctd\u003ePlate, Stem\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Office, furniture, retail, healthcare\u003c\/td\u003e\n\u003ctd\u003eCarts, dollies, light industrial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-tips\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\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 y2=\"21\" x2=\"14\" y1=\"21\" x1=\"10\"\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 stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"chq-chev\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"chq-cbody\"\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e1\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eMatch wheel material to your floor.\u003c\/strong\u003e Rubber and TPR protect hardwood and tile. Polyurethane is the all-around performer on hard surfaces. Nylon works on carpet but can mark hard floors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eBigger wheels roll easier.\u003c\/strong\u003e A 4\" or 5\" wheel requires significantly less push force than a 2\" wheel — especially on carpet or uneven surfaces. Size up when ergonomics matter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eLock it down where it counts.\u003c\/strong\u003e Total-lock brakes stop both the wheel and swivel for stationary equipment. Side brakes are sufficient for furniture. Always specify brakes for medical carts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tip\"\u003e\n\u003cspan class=\"chq-tip-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"chq-tip-text\"\u003e\u003cstrong\u003eMeasure your stem or plate before ordering.\u003c\/strong\u003e Light duty casters come in multiple stem sizes (3\/8\"-16, 1\/2\"-13, 7\/16\"x7\/8\" grip ring) and plate sizes. Confirm your existing dimensions to ensure a drop-in replacement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"chq-card\"\u003e\n\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-faq\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\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 y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\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 stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"chq-chev\"\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 expanding adapter stem caster?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eAny caster rated up to 350 lbs per unit. Light duty casters typically feature 2\"–5\" wheels in rubber, polyurethane, TPR, or nylon and are designed for furniture, office equipment, displays, and light carts in commercial and residential settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhich wheel material is best for hardwood floors?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003ePolyurethane and thermoplastic rubber (TPR) are the best choices for hardwood. Both are non-marking, floor-friendly, and roll quietly. Rubber works well too but can leave marks on certain finishes. Avoid hard nylon on wood floors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat's the difference between grip ring and threaded stem?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eGrip ring stems snap into a socket and are semi-permanent — common on furniture legs and chairs. Threaded stems screw into a threaded hole and are easily removable. Check your existing mount type before ordering replacements.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eCan I use expanding adapter stem casters on carpet?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. Choose larger wheel diameters (3\"–5\") for carpet — they roll over fibers more easily than small wheels. Polyurethane and nylon wheels perform best on carpet. For office chairs, consider upgrading to rollerblade-style casters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eDo you stock expanding adapter stem casters with brakes?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. CasterHQ stocks expanding adapter stem casters with side-lock brakes, total-lock brakes, and top-lock brakes across all mount types. Brakes are available on most wheel sizes from 2\" to 5\". Most are in stock and ship same day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-avoid chq-reveal chq-reveal-d3\"\u003e\n\u003cdiv class=\"chq-avoid-header\"\u003e\n\u003cdiv class=\"chq-avoid-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\" style=\"width: 16px; height: 16px;\"\u003e\u003cpath d=\"M12 9v4M12 17h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"chq-avoid-title\"\u003eWhen Expanding Adapter Stem Casters Are NOT the Right Choice\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"chq-avoid-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLoads over 400 lbs per caster\u003c\/strong\u003e — Light duty frames and bearings will fail prematurely. Step up to \u003ca href=\"\/collections\/casters-medium-heavy-duty\"\u003eMedium Heavy Duty Casters\u003c\/a\u003e (rated 1,200–2,500 lbs).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor rough terrain (gravel, grass, docks)\u003c\/strong\u003e — Small hard wheels get stuck. Use \u003ca href=\"\/collections\/pneumatic-casters-air-foam-filled-rough-terrain\"\u003ePneumatic Casters\u003c\/a\u003e with air-filled or foam-filled tires instead.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-heat environments above 250°F\u003c\/strong\u003e — Standard rubber and polyurethane soften and deform. Specify \u003ca href=\"\/collections\/high-temp-oven-bakery-casters-wheels\"\u003eHigh Temperature Casters\u003c\/a\u003e with phenolic or glass-filled nylon wheels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\/7 heavy industrial rolling\u003c\/strong\u003e — Light duty bearings aren’t built for continuous use under load. For warehouses and manufacturing, choose \u003ca href=\"\/collections\/heavy-duty-capacity-up-to-4-000-lbs\"\u003eHeavy Duty Casters\u003c\/a\u003e with sealed precision bearings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-blog-links chq-reveal\"\u003e\n\u003ca href=\"\/blogs\/news\/how-to-choose-the-right-caster-wheel\" class=\"chq-blog-link\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Guide: How to Choose the Right Caster Wheel\u003c\/a\u003e\u003ca href=\"\/blogs\/news\/polyurethane-vs-rubber-caster-wheels\" class=\"chq-blog-link\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Guide: Polyurethane vs Rubber Caster Wheels\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-tools-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eENGINEERING RESOURCES\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-tools-grid\"\u003e\n\u003ca class=\"chq-tool-card\" href=\"\/pages\/caster-load-calulator\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-calc\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003crect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCasterSpec™ Load Calculator\u003c\/span\u003e\u003c\/a\u003e\u003ca class=\"chq-tool-card\" href=\"\/blogs\/technical-resources\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-blog\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003crect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCaster Selection \u0026amp; Engineering Hub\u003c\/span\u003e\u003c\/a\u003e\u003ca class=\"chq-tool-card\" href=\"\/blogs\/engineering-specifications\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-spec\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003crect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eEngineering Specifications\u003c\/span\u003e\u003c\/a\u003e\u003ca class=\"chq-tool-card\" href=\"\/pages\/casterhq-engineering-tools\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-guide\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\" fill=\"none\" stroke=\"#016367\" stroke-width=\"2\"\u003e\u003crect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\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 class=\"chq-linkcard\" href=\"\/collections\/casters-medium-heavy-duty\"\u003e\u003cspan\u003eMedium Heavy Duty Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca class=\"chq-linkcard\" href=\"\/collections\/chair-casters\"\u003e\u003cspan\u003eChair \u0026amp; Furniture Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca class=\"chq-linkcard\" href=\"\/collections\/threaded-stem-caster-wheels\"\u003e\u003cspan\u003eThreaded Stem Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca class=\"chq-linkcard\" href=\"\/collections\/grip-ring-stem-casters-2-thru-5-wheels-up-to-350-lbs\"\u003e\u003cspan\u003eGrip Ring Stem Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca class=\"chq-linkcard\" href=\"\/collections\/plate-size-2-3-8-x-3-5-8-popular\"\u003e\u003cspan\u003e2-3\/8\" x 3-5\/8\" Plate Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca class=\"chq-linkcard\" href=\"\/collections\/high-temp-oven-bakery-casters-wheels\"\u003e\u003cspan\u003eHigh Temp Casters\u003c\/span\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\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 expanding adapter stem 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 class=\"chq-cta-btn\" href=\"tel:8444394335\"\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\u003cdiv id=\"shop-products\"\u003e\u003c\/div\u003e","products":[{"product_id":"colson-casters-3-5-x-1-3125-performa-delrin-bearing-caster-with-expanding-adapter-mtg40-3-4-to-13-16-inside-dia-round-tubing-sku-2-03267-441-mtg40-high-load-capacity-durable-industrial-mobility-solution","title":"Colson 2.03267.441 3.5\" x 1.3125\" Performa Caster – 3\/4\" to 13\/16\" | 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\tColson Casters | 3.5\" x 1.3125\" Performa Delrin Bearing Caster with Expanding Adapter\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003ePremium Construction:\u003c\/strong\u003e Featuring a durable Performa Delrin bearing design for smooth rolling and extended caster life\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Compatibility:\u003c\/strong\u003e Includes a 3\/4\" to 13\/16\" inside diameter round tubing expanding adapter (MTG40) for versatile mounting options\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eVersatile Applications:\u003c\/strong\u003e Ideal for use in a variety of industrial settings including factories, warehouses, and workshops\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eHigh Load Capacity:\u003c\/strong\u003e Engineered to handle heavy-duty loads with precision and ease\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eQuality Materials:\u003c\/strong\u003e Constructed with high-quality components, ensuring reliability and performance in demanding environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.3125\" Performa Delrin Bearing Caster is designed for industrial environments that require reliable, smooth mobility solutions. This caster features a high-performance Performa Delrin bearing, ensuring smooth operation even under heavy loads. \n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Equipped with an expanding adapter (MTG40), it fits round tubing with an inside diameter ranging from 3\/4\" to 13\/16\", offering flexibility for various mounting configurations. The expanding adapter makes this caster a versatile solution for many applications, including carts, racks, and equipment used in manufacturing, warehousing, and logistics.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Constructed from premium materials, this caster ensures durability and long-lasting performance. Whether you are upgrading an existing setup or building a new one, the Colson Casters Performa Delrin Bearing Caster delivers the reliability you need for your heavy-duty mobility needs.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Trust Colson Casters to provide exceptional mobility solutions with superior engineering and quality. Enhance your operations and streamline movement with this high-performance caster.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eMaximize Efficiency with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Improve your equipment mobility with the Colson Casters 3.5\" Performa Delrin Bearing Caster. Reliable, durable, and designed to perform under demanding conditions, it’s the ideal choice for industries requiring efficiency and robustness.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122041393464,"sku":"2.03267.441-MTG40","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG40-2.png?v=1771081458"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-7-8-to-15-16-round-tubing-2-03267-441-mtg41-durable-industrial-caster-for-machinery-and-equipment","title":"Colson 2.03267.441 MTG41 3.5\" x 1.25\" Performa Delrin Caster – 7\/8\" to 15\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.441 MTG41\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-performance Performa Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e Expanding adapter for 7\/8\" to 15\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Ideal for use with round tubing, expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG41\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for smooth movement and high weight capacity in industrial environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for use in machinery, carts, and industrial equipment\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Precision bearings for smooth and reliable operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Ensures long-lasting performance with minimal maintenance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.441 MTG41 is designed to offer superior performance and durability in demanding industrial environments. Its Performa Delrin bearing ensures smooth movement, reducing friction and wear for long-term reliability. The expanding adapter allows for quick and secure installation with round tubing of 7\/8\" to 15\/16\" inside diameter, making it versatile and easy to use across various applications. Ideal for carts, machinery, and heavy-duty equipment, this caster provides excellent load-bearing capacity and smooth maneuverability.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Performa Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.441 MTG41 is built with the highest industry standards for quality and performance. Each caster undergoes rigorous testing to meet industrial-grade specifications, ensuring it withstands the rigors of heavy-duty use. Backed by a customer satisfaction guarantee, this caster is designed to deliver exceptional value, enhanced durability, and smooth operation for all your business needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122042245432,"sku":"2.03267.441-MTG41","price":56.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG41-2.png?v=1771081458"},{"product_id":"colson-casters-3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-to-1-1-16-round-tubing-mtg42-sku-2-03267-441-mtg42","title":"Colson MTG42 3.5\" x 1.25\" Performa Caster – 1\" to 1-1\/16\" Expanding Stem | 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\tColson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (MTG42) - SKU: 2.03267.441 MTG42\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eHigh-Performance Design:\u003c\/strong\u003e Performa Delrin Bearing for smooth, quiet operation and reduced maintenance.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eFlexible Adapter:\u003c\/strong\u003e Expanding adapter fits round tubing with an inside diameter range of 1\" to 1-1\/16\".\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built with premium materials for long-lasting performance in industrial and commercial environments.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Dimensions:\u003c\/strong\u003e 3.5\" x 1.25\" caster size, designed for versatile applications and easy maneuverability.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for use with equipment and furniture requiring robust mobility solutions in warehouses, factories, and medical settings.\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (MTG42) is engineered to provide superior functionality and durability. Featuring a Delrin bearing, this caster ensures smooth, silent movement while minimizing wear and tear, perfect for high-traffic environments.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        This caster includes an expanding adapter designed to fit round tubing with an inside diameter range of 1\" to 1-1\/16\". This flexible design ensures compatibility with a variety of equipment, making it a versatile solution for many applications. Whether you are working in industrial, medical, or commercial spaces, this caster offers both reliability and precision.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Built with Colson’s commitment to quality, this caster supports the demands of heavy-duty tasks while ensuring ease of mobility. The 3.5\" x 1.25\" dimensions are ideal for navigating through tight spaces while maintaining stability. Upgrade your equipment with this high-performance caster to experience smoother, more efficient operation.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Mobility Solutions\u003c\/h2\u003e\n\t\u003cp\u003e\n        Choose the Colson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter to improve the mobility and durability of your equipment. Built for performance and engineered for flexibility, this caster is the ultimate choice for demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122042868024,"sku":"2.03267.441-MTG42","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG42-2.png?v=1771081458"},{"product_id":"colson-casters-3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-1-8-to-1-3-16-round-tubing-sku-2-03267-441-mtg43-industrial-durable-smooth-mobility-solutions","title":"Colson 2.03267.441 3.5\" x 1.25\" Performa Caster – 1-1\/8\" to 1-3\/16\" | 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\tColson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter - SKU: 2.03267.441 MTG43\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eMaterial Quality:\u003c\/strong\u003e Premium Performa rubber, durable Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCaster Size:\u003c\/strong\u003e 3.5\" x 1.25\" for optimal balance and durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed to support demanding industrial environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Compatibility:\u003c\/strong\u003e Expanding adapter fits round tubing with inside diameters between 1-1\/8\" and 1-3\/16\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign Innovation:\u003c\/strong\u003e Enhanced maneuverability with smooth and reliable rotation\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Elevate your mobility solutions with the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter. Engineered with premium Performa rubber and a durable Delrin bearing, this caster provides smooth, effortless movement while ensuring long-lasting performance. Designed for industrial and commercial use, this caster is ideal for applications requiring robust load handling and reliability.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        The expanding adapter of the Colson Casters is crafted to fit round tubing with an inside diameter ranging from 1-1\/8\" to 1-3\/16\", providing versatility across a variety of mounting systems. Whether you are upgrading your mobility equipment or building new, this caster meets the highest standards for adaptability and dependability.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Trusted by industries that demand both strength and precision, this caster supports a range of heavy-duty applications, ensuring that your operations run smoothly. From warehouses to manufacturing facilities, Colson Casters delivers superior mobility solutions that enhance efficiency and safety.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Choose Colson Casters for innovative, high-quality products designed to meet the rigorous demands of today’s industries. With a focus on engineering excellence and quality materials, our casters are built to perform at the highest level, giving you peace of mind in every application.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimize Your Mobility Today\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your equipment with the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster. Designed for performance, built for durability, and engineered for the future of your operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122042999096,"sku":"2.03267.441-MTG43","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG43-2.png?v=1771081458"},{"product_id":"colson-casters-3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-1-1-4-to-1-5-16-inside-dia-round-tubing-sku-2-03267-441-mtg44-industrial-medical-mobility-solutions","title":"Colson 2.03267.441 3.5\" x 1.25\" Performa Caster – 1-1\/4\" Adapter | 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\tColson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter - SKU: 2.03267.441 MTG44\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eHigh-Quality Bearings:\u003c\/strong\u003e Delrin bearings provide smooth, long-lasting performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e Designed for 1-1\/4\" to 1-5\/16\" inside diameter round tubing for versatile applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" diameter and 1.25\" width ensures robust support and smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built with durable materials for high-performance in industrial environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for applications in industrial, medical, and heavy-duty environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter is engineered to provide smooth, reliable performance in demanding industrial environments. Equipped with high-quality Delrin bearings, this caster ensures long-lasting operation while minimizing maintenance needs. The expanding adapter accommodates round tubing with an inside diameter of 1-1\/4\" to 1-5\/16\", making it a versatile choice for various mobility and material handling applications.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        With its durable design, the Performa Delrin Bearing Caster offers superior strength and reliability, whether you're navigating warehouses, hospitals, or other heavy-duty environments. The 3.5\" diameter and 1.25\" width provide the perfect balance of maneuverability and stability, ensuring easy transport and smooth rolling across multiple surfaces.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Whether you're upgrading your existing mobility solutions or outfitting new equipment, the Colson Casters Performa Caster with Expanding Adapter delivers exceptional performance. Trust in Colson's commitment to innovation and quality to meet the rigorous demands of your operations.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility Solutions\u003c\/h2\u003e\n\t\u003cp\u003e\n        Elevate your equipment’s mobility and reliability with the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster. Built for performance, durability, and versatility, it’s the ideal solution for industrial and heavy-duty use.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122043654456,"sku":"2.03267.441-MTG44","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG44-2.png?v=1771081459"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-3-8-to-1-7-16-inside-dia-round-tubing-mtg45-high-performance-industrial-caster-for-heavy-duty-applications","title":"3.5\" x 1.25\" Performa Delrin Caster 1-3\/8\" to 1-7\/16\" Stem – 350 lb | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) - 2.03267.441 MTG45\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa Delrin with Delrin bearing for smooth movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e High-performance Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Non-locking design\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1-3\/8\" to 1-7\/16\" inside diameter round tubing expanding adapter (MTG45)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG45\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to withstand industrial and heavy-duty usage\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Suitable for applications requiring stable, easy-rolling movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth, reliable operation for consistent performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdaptability:\u003c\/strong\u003e Expanding adapter for compatibility with a wide range of tubing sizes\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) offers exceptional versatility and performance in industrial and commercial settings. With its durable Performa Delrin bearing, this caster ensures smooth, efficient rolling even under heavy loads. The non-locking design and expanding adapter provide easy installation and adaptability for a variety of round tubing sizes, making it a flexible solution for a wide range of applications. Its compact size and high load-bearing capacity make it a reliable option for machinery, equipment, and other industrial setups.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Designed with precision and durability in mind, the 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) ensures superior performance and longevity. Every caster is rigorously tested to meet high-quality standards, ensuring a dependable product that delivers lasting value. Backed by our customer satisfaction guarantee, you can trust that this caster will provide a smooth, reliable solution to your industrial mobility needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122043687224,"sku":"2.03267.441-MTG45","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG45-2.png?v=1771081459"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-1-2-to-1-9-16-round-tubing-heavy-duty-industrial-caster-for-equipment-and-machinery-model-2-03267-441-mtg46","title":"3.5\" x 1.25\" Performa Delrin Bearing Expanding Stem Caster – CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) - 2.03267.441 MTG46\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa with Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1-1\/2\" to 1-9\/16\" Inside Diameter Round Tubing Expanding Adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG46\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Suitable for a wide range of industrial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for heavy-duty performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for use with machinery, equipment, and industrial setups\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth and reliable movement with enhanced bearing precision\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Built for long-lasting performance in various environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) offers the perfect combination of durability and flexibility for a wide range of industrial applications. The Performa material, coupled with a Delrin bearing, provides superior smoothness in movement and resistance to wear. This caster is equipped with an expanding adapter that fits a range of tubing sizes, making it a versatile solution for a variety of mounting needs. The heavy-duty design ensures reliable performance, even under demanding conditions. Whether for equipment, machinery, or specialized setups, this caster meets the highest standards of functionality and longevity.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (2.03267.441 MTG46) is crafted with attention to detail and built to meet the rigors of industrial use. Each caster undergoes strict testing to ensure that it meets the highest standards of performance and reliability. Backed by our customer satisfaction guarantee, you can trust that this product will deliver exceptional value, durability, and ease of use for your business operations. We are committed to providing reliable solutions that optimize your equipment's performance and longevity.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122043818296,"sku":"2.03267.441-MTG46","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG46-2.png?v=1771081459"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-5-8-to-1-11-16-inside-dia-round-tubing-model-2-03267-441-mtg47-durable-smooth-rolling-industrial-caster-for-light-duty-applications","title":"Colson 2.03267.441 MTG47 3.5\" x 1.25\" Performa Caster – 1-5\/8\" Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) - 2.03267.441 MTG47\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Delrin with Performa technology for enhanced strength\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin bearings for smooth and efficient movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Includes an expanding adapter for round tubing with 1-5\/8\" to 1-11\/16\" inside diameter\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG47\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Adapter system designed for quick and easy installation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Suitable for a range of light-duty industrial and commercial applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to last with Performa Delrin construction for superior wear resistance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth, efficient movement even under moderate load conditions\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) is designed to deliver reliability and ease of use in a variety of settings. This caster features advanced Performa Delrin bearings, offering enhanced strength, smooth rolling, and reduced wear over time. The expanding adapter allows for quick installation into round tubing, providing excellent compatibility and versatility for industrial or commercial applications. Whether used in light-duty carts, equipment, or machinery, this caster is built for performance and durability.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        We take pride in delivering products that meet the highest standards of performance and durability. The 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter is rigorously tested to ensure optimal performance under real-world conditions. Each unit is crafted from premium materials, providing exceptional value and a long lifespan. Backed by our customer satisfaction guarantee, you can trust this product to meet your needs and exceed expectations in demanding environments.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122047226168,"sku":"2.03267.441-MTG47","price":56.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG47-2.png?v=1771081460"},{"product_id":"colson-casters-3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-mtg51-7-8-to-15-16-square-tubing-sku-2-03267-441-mtg51-industrial-caster-for-heavy-duty-applications","title":"Colson MTG51 3.5\" x 1.25\" Performa Caster – 7\/8\" to 15\/16\" Stem | 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\tColson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (MTG51) - SKU: 2.03267.441 MTG51\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eMaterial:\u003c\/strong\u003e Performa Rubber with Delrin Bearing for smooth, reliable operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" wheel with 7\/8\" to 15\/16\" inside diameter square tubing expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed to handle heavy loads efficiently for demanding environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Compatible with square tubing for a secure and versatile attachment\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial equipment, carts, and more\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (MTG51) combines high-performance engineering with durability to meet the needs of demanding industrial applications. The caster features a Performa rubber wheel, designed for smooth operation and a Delrin bearing that ensures long-lasting, reliable performance even under heavy loads.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        This caster is equipped with an expanding adapter that fits square tubing with an inside diameter range of 7\/8\" to 15\/16\", allowing for versatile mounting on various equipment types. Whether you're outfitting heavy-duty carts, industrial machinery, or other operational setups, this caster provides stability, mobility, and ease of use, helping to enhance the efficiency of your workflow.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Colson Casters is known for engineering premium products that prioritize safety, performance, and reliability. This caster model is no exception, providing not only superior load handling capacity but also ergonomic ease of movement. Choose Colson Casters for a product that can stand up to the toughest conditions while providing excellent value over time.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Equipment with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your operational mobility with the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster. Engineered for performance and durability, this caster is an essential addition to any industrial setup. Improve efficiency and reliability with Colson Casters today.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122047324472,"sku":"2.03267.441-MTG51","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG51-2.png?v=1771081460"},{"product_id":"colson-casters-3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-square-tubing-1-to-1-1-16-inside-dia-sku-2-03267-441-mtg52-high-performance-industrial-mobility-solution","title":"Colson 2.03267.441 3.5\" x 1.25\" Performa Caster – 1\" Square Stem | 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\tColson Casters | 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52) - SKU: 2.03267.441 MTG52\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eMaterial:\u003c\/strong\u003e Durable Performa Rubber with Delrin Bearing for smooth rotation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Expanding adapter for square tubing, designed for easy mounting and a secure fit\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" caster with a 1\" to 1-1\/16\" inside diameter square tubing adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for high-load applications, providing reliable performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial equipment, carts, and mobility solutions requiring sturdy, smooth movement\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        Enhance your mobility solutions with the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster, designed for demanding environments where durability and smooth movement are crucial. The caster features a Performa rubber tread combined with a Delrin bearing, ensuring smooth rotation and superior load distribution for a variety of industrial applications.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        The expanding adapter is designed to fit square tubing with an inside diameter range of 1\" to 1-1\/16\", making this caster an excellent choice for equipment that requires an easy-to-install and secure mounting solution. This product is perfect for heavy-duty carts, industrial machinery, or any application where a strong, reliable caster is required for both maneuverability and stability.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        With Colson Casters' reputation for quality and performance, this product is engineered to meet the high standards required in demanding commercial and industrial environments. Experience enhanced mobility, reliability, and performance when you choose the Colson Casters 3.5\" x 1.25\" Performa Delrin Bearing Caster for your next project.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eUpgrade Your Equipment with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Trust in the superior quality of Colson Casters to provide reliable, durable, and high-performance solutions for all your mobility needs. Upgrade your equipment today with the 3.5\" x 1.25\" Performa Delrin Bearing Caster for unmatched reliability and smooth operation.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122050437432,"sku":"2.03267.441-MTG52","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG52-2.png?v=1771081460"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-square-tubing-1-1-8-to-1-3-16-inside-dia-heavy-duty-industrial-caster-for-equipment-and-machinery-model-2-03267-441-mtg53","title":"Colson 2.03267.441 3.5\" x 1.25\" Performa Caster – 1-1\/8\" to 1-3\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG53) - 2.03267.441 MTG53\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1-1\/8\" to 1-3\/16\" inside diameter square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG53)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG53\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Engineered for reliable performance in heavy-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for equipment, machinery, and industrial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Delrin bearing ensures smooth and quiet operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Designed to withstand harsh conditions and resist corrosion\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG53) - 2.03267.441 MTG53 is designed to offer superior performance and reliability in demanding industrial and machinery applications. The precision-engineered Performa Delrin bearing provides smooth, quiet operation and helps ensure that the caster can handle heavy loads with ease. The expanding adapter allows for quick and secure mounting into square tubing, with an inside diameter range of 1-1\/8\" to 1-3\/16\", making installation simple and efficient. Built to resist corrosion and handle high stresses, this caster is a perfect solution for environments where durability is key.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Each 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter is manufactured to meet the highest standards of quality and performance. We are committed to providing products that deliver lasting reliability and superior value for industrial applications. Designed to meet the needs of professionals, these casters undergo rigorous testing to ensure they will perform under the most demanding conditions. Our dedication to customer satisfaction guarantees that this caster will meet your needs and exceed expectations for quality and durability.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122053517624,"sku":"2.03267.441-MTG53","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG53-2.png?v=1771081461"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-1-4-to-1-5-16-inside-dia-square-tubing-mtg54-durable-low-friction-industrial-caster-for-medium-duty-use","title":"Colson MTG54 3.5\" x 1.25\" Performa Caster – 1-1\/4\" Square Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.441 MTG54\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa Delrin bearing with durable construction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for 1-1\/4\" to 1-5\/16\" inside diameter square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Model:\u003c\/strong\u003e MTG54\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin bearing for smooth, low-friction movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Precision design for consistent performance in demanding conditions\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to withstand long-term use and heavy-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e High resistance to wear and corrosion for extended longevity\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.441 MTG54 is engineered for reliable performance in a variety of applications. The expanding adapter design allows for easy installation into square tubing with an inside diameter ranging from 1-1\/4\" to 1-5\/16\". This caster features a Performa Delrin bearing that ensures smooth, quiet, and low-friction movement, making it ideal for light to medium-duty environments. Its durable construction and corrosion-resistant materials make it a dependable choice for both industrial and commercial uses.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        At [Company Name], we are committed to providing products that meet the highest standards of quality and reliability. Each 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.441 MTG54 is rigorously tested for performance to ensure it exceeds industry standards. We stand behind our products, offering a satisfaction guarantee to ensure you receive reliable, high-quality casters designed to perform over the long term.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122053648696,"sku":"2.03267.441-MTG54","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG54-2.png?v=1771081461"},{"product_id":"3-5-x-1-25-performa-delrin-bearing-caster-with-expanding-adapter-for-1-3-8-to-1-7-16-square-tubing-durable-heavy-duty-caster-for-equipment-and-industrial-use-model-2-03267-441-mtg55","title":"3.5\" x 1.25\" Performa Delrin Caster – 1-3\/8\" to 1-7\/16\" Square Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG55) - 2.03267.441 MTG55\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa Delrin with durable bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Type:\u003c\/strong\u003e Expanding adapter for square tubing (1-3\/8\" to 1-7\/16\" inside diameter)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Universal fit for square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.441 MTG55\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for heavy-duty industrial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for equipment, carts, and furniture with square tubing frames\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth rolling and reliable under heavy loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Offers superior performance in harsh environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Works with square tubing sizes ranging from 1-3\/8\" to 1-7\/16\"\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG55) is expertly engineered for seamless performance across various industrial applications. Constructed with Performa Delrin material, this caster ensures exceptional durability and smooth movement under demanding loads. The expanding adapter fits square tubing with an inside diameter of 1-3\/8\" to 1-7\/16\", offering a versatile and secure mounting option for diverse equipment, carts, and furniture. With a focus on both strength and smooth operation, this caster is ideal for industrial environments that require long-lasting and efficient movement solutions.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        At [Brand Name], we ensure that all of our products, including the 3.5\" x 1.25\" Performa Delrin Bearing Caster with Expanding Adapter (MTG55), meet the highest standards of quality and reliability. Each caster undergoes rigorous testing to ensure it meets industrial-grade specifications, providing you with dependable, long-lasting performance. With a commitment to customer satisfaction, you can rely on our casters to enhance your equipment's mobility and efficiency. Trust in our products to deliver exceptional value and performance for all your industrial needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122055287096,"sku":"2.03267.441-MTG55","price":57.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.441-MTG55-2.png?v=1771081461"},{"product_id":"3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-for-3-4-to-13-16-round-tubing-durable-smooth-rolling-performance-for-light-to-medium-duty-applications-model-2-03267-445-mtg40","title":"Colson 2.03267.445 3.5\" x 1.25\" Performa Caster 3\/4\"–13\/16\" Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Ball Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.445 MTG40\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa composite wheel with ball bearing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e Fits 3\/4\" to 13\/16\" inside diameter round tubing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG40)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.445 MTG40\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Ideal for light-duty to medium-duty applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth and durable rolling performance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Suitable for environments requiring high durability\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Performa Ball Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.445 MTG40 offers exceptional smoothness and durability, ensuring reliable performance in both industrial and commercial environments. The Performa composite wheel construction provides strength and long-lasting wear resistance, while the integrated ball bearings allow for smooth rolling under various load conditions. The expanding adapter offers a versatile solution for mounting on round tubing with inside diameters ranging from 3\/4\" to 13\/16\", making it compatible with a wide range of applications. Whether for light-duty or medium-duty use, this caster guarantees ease of mobility and durability.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        Designed to meet high standards of quality and durability, the 3.5\" x 1.25\" Performa Ball Bearing Caster is rigorously tested for performance and reliability. Backed by our commitment to customer satisfaction, you can trust that our casters will provide you with reliable, long-term use in various environments. The expanding adapter design ensures a secure and stable fit for round tubing, further enhancing the caster’s performance. We take pride in delivering products that meet your business needs and exceed expectations for durability and functionality.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122055385400,"sku":"2.03267.445-MTG40","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG40-2.png?v=1771081462"},{"product_id":"3-5-x-1-25-performa-ball-bearing-caster-with-7-8-to-15-16-inside-dia-round-tubing-expanding-adapter-mtg41-durable-heavy-duty-industrial-caster-for-machinery-and-equipment","title":"Colson MTG41 3.5\" x 1.25\" Performa Rigid Caster – 7\/8\" to 15\/16\" Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.445 MTG41\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa material for enhanced durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Rigid (Non-swiveling)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e 7\/8\" to 15\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG41)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.445 MTG41\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to handle heavy-duty industrial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for equipment and machinery in various industries\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth movement with minimal friction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Designed to withstand harsh environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG41) (2.03267.445 MTG41) is designed to offer reliable, long-lasting performance in demanding industrial environments. The precision ball bearings ensure smooth, low-friction movement under heavy loads, providing excellent control. The Performa material enhances durability and impact resistance, making it a great choice for applications that require strength and reliability. The included expanding adapter is compatible with 7\/8\" to 15\/16\" diameter round tubing, making installation quick and easy for a variety of machinery and equipment. Whether used in warehouses, factories, or other industrial settings, this caster delivers exceptional performance and longevity.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        We take pride in offering high-quality casters that are rigorously tested to meet the demands of industrial applications. Each 3.5\" x 1.25\" Performa Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG41) (2.03267.445 MTG41) is designed to ensure the highest standards of reliability, performance, and durability. We are committed to delivering exceptional value and stand behind every product with our customer satisfaction guarantee. You can trust that this caster will meet your business needs and provide long-term performance.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122056859960,"sku":"2.03267.445-MTG41","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG41-2.png?v=1771081462"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-1-to-1-1-16-inside-dia-round-tubing-sku-2-03267-445-mtg42-heavy-duty-industrial-mobility-solution","title":"Colson 2.03267.445 MTG42 3.5\" x 1.25\" Performa Caster – 1\" to 1-1\/16\" | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) - SKU: 2.03267.445 MTG42\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eHigh-Performance Bearings:\u003c\/strong\u003e Features a Performa ball bearing for smooth and efficient mobility\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Compatibility:\u003c\/strong\u003e Expanding adapter designed for 1\" to 1-1\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurable Design:\u003c\/strong\u003e Built with high-quality materials to withstand demanding environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eEasy Installation:\u003c\/strong\u003e Quick and secure mounting with an expanding adapter for easy integration into your system\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial equipment, carts, and various heavy-duty mobility solutions\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter is a robust and reliable solution for a wide range of applications. This caster is engineered with a Performa ball bearing, ensuring smooth movement and reduced wear over time, making it ideal for heavy-duty use in industrial settings, warehouses, and factories.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        With a versatile expanding adapter, this caster fits 1\" to 1-1\/16\" inside diameter round tubing, providing flexible installation options for different types of equipment. The caster is built to last, offering superior durability and performance under tough conditions. Whether you need mobility for carts, racks, or other industrial apparatus, this caster delivers exceptional support and efficiency.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Designed for optimal functionality and ease of use, the expanding adapter simplifies installation, while the high-performance bearings ensure smooth operation and minimal friction. Trust Colson Casters to provide mobility solutions that enhance your operational efficiency and reduce downtime.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your equipment with the Colson Casters Performa Ball Bearing Caster. Built for strength, ease of installation, and optimal performance, it's the ideal choice for businesses seeking reliable and long-lasting mobility solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122059710776,"sku":"2.03267.445-MTG42","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG42-2.png?v=1771081462"},{"product_id":"3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-1-1-8-to-1-3-16-dia-heavy-duty-durable-easy-installation-for-industrial-and-commercial-use-model-2-03267-445-mtg43","title":"3.5\" x 1.25\" Performa Ball Bearing Expanding Stem Caster – CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG43) - 2.03267.445 MTG43\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa wheel with durable construction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Ball bearings for smooth, precision movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e 1-1\/8\" to 1-3\/16\" inside diameter round tubing expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.445 MTG43\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for heavy-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth, reliable, and quiet movement under load\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for carts, equipment, and machinery with round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e High-quality materials designed for long-lasting use\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (2.03267.445 MTG43) is engineered for smooth, reliable performance across a range of industrial and commercial applications. Featuring a high-quality Performa wheel and precision ball bearings, this caster ensures effortless movement even under heavy loads. The expanding adapter is designed to fit a variety of round tubing sizes, offering flexibility and easy installation. Built for durability, this caster is ideal for heavy-duty equipment, carts, and machinery, providing exceptional performance in demanding environments. The corrosion-resistant design ensures long-term functionality, making this caster a trusted solution for your operational needs.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG43) is built to meet the highest standards of quality and reliability. Designed to withstand the demands of commercial and industrial use, each caster undergoes rigorous testing to ensure it performs at the highest level. Backed by our customer satisfaction guarantee, we are confident in the durability and long-lasting performance of this caster. Trust in our commitment to providing superior quality products that support the efficiency and success of your operations.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122059874616,"sku":"2.03267.445-MTG43","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG43-2.png?v=1771081463"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-1-1-4-to-1-5-16-inside-dia-round-tubing-sku-2-03267-445-mtg44-durable-smooth-rolling-for-industrial-commercial-use","title":"Colson MTG44 3.5\" x 1.25\" Performa Ball Bearing Caster – 1-1\/4\" Tube | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG44) - SKU: 2.03267.445 MTG44\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eBall Bearing Technology:\u003c\/strong\u003e Smooth, efficient rolling performance for reduced wear and tear\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e Fits 1-1\/4\" to 1-5\/16\" inside diameter round tubing for a secure fit\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurable Construction:\u003c\/strong\u003e Performa material offers long-lasting strength and resistance to wear\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize and Load Capacity:\u003c\/strong\u003e Designed for a variety of applications, ensuring reliability under load\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eVersatile Applications:\u003c\/strong\u003e Ideal for industrial, commercial, and general-use environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG44) offers unparalleled performance and versatility for a variety of applications. This caster is engineered with precision ball bearing technology, providing smooth rolling performance that minimizes friction and ensures long-lasting durability.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Featuring an expanding adapter that fits 1-1\/4\" to 1-5\/16\" inside diameter round tubing, this caster offers an adaptable solution for a wide range of mounting requirements. The expanding mechanism ensures a secure and stable attachment, making it ideal for both stationary and mobile setups in industrial, commercial, and general-use environments.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Crafted from high-quality Performa material, this caster resists wear and tear, providing reliable functionality even in demanding conditions. Whether you're upgrading your existing system or designing a new one, Colson Casters guarantees superior mobility and a high level of performance tailored to your needs.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility Solutions\u003c\/h2\u003e\n\t\u003cp\u003e\n        Discover the perfect balance of durability and performance with the Colson Casters Performa Ball Bearing Caster with Expanding Adapter. Upgrade your operations today with a reliable, long-lasting mobility solution.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122063282488,"sku":"2.03267.445-MTG44","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG44-2.png?v=1771081464"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-for-round-tubing-1-3-8-to-1-7-16-id-mtg45-sku-2-03267-445-mtg45","title":"Colson MTG45 3.5\" x 1.25\" Performa Rubber Stem Caster – 1-3\/8\" ID | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter for Round Tubing - MTG45\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" for balanced support and durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBall Bearing Design:\u003c\/strong\u003e Provides smooth and reliable performance, reducing wear and tear\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e Fits 1-3\/8\" to 1-7\/16\" inside diameter round tubing for versatile mounting options\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality Performa Rubber for durability and impact resistance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered to handle heavy-duty applications with ease\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial, commercial, and institutional use\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG45) is an advanced mobility solution designed to provide superior performance across various heavy-duty applications. With a robust ball bearing mechanism, this caster ensures smooth, reliable movement while reducing friction and wear, making it ideal for high-traffic environments.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        The expanding adapter, compatible with round tubing sizes ranging from 1-3\/8\" to 1-7\/16\" inside diameter, ensures a versatile and secure fit, providing enhanced stability and ease of installation. This makes the caster a perfect choice for a wide variety of industrial, commercial, and institutional settings where durability and performance are paramount.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Built with Performa Rubber, this caster offers excellent shock absorption, noise reduction, and long-lasting durability. Whether you're moving heavy equipment in a factory, hospital, or warehouse, the Colson Casters MTG45 provides reliable and consistent performance, making it the go-to solution for all your mobility needs.\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 Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your operations with the Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster. Experience unmatched performance, durability, and versatility tailored to your specific needs.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122063642936,"sku":"2.03267.445-MTG45","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG45-2.png?v=1771081464"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-mtg46-1-1-2-to-1-9-16-inside-dia-round-tubing-adapter-sku-2-03267-445-mtg46","title":"Colson MTG46 3.5\" x 1.25\" Performa Ball Bearing 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eProduct Type:\u003c\/strong\u003e Performa Ball Bearing Caster with Expanding Adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" Wheel with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Durable, high-quality steel construction for long-lasting performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for heavy-duty applications with superior load handling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Performa Ball Bearing technology for smooth rotation and increased durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial, medical, and commercial uses requiring mobility solutions\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG46) is the ideal solution for a wide variety of heavy-duty applications. With a robust design and engineered for precision, this caster offers smooth, quiet operation and is perfect for environments where mobility and reliability are crucial.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Featuring a 3.5\" x 1.25\" wheel diameter, the caster is equipped with a Performa Ball Bearing for smooth rotation, enhancing the overall performance and longevity. The 1-1\/2\" to 1-9\/16\" inside diameter expanding adapter ensures secure mounting, making it a versatile option for a wide range of round tubing sizes.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Crafted from high-quality steel, this caster is built to withstand demanding industrial and commercial environments, offering excellent load capacity and durability. Whether for medical equipment, industrial machinery, or commercial carts, the Colson Casters MTG46 is designed to meet your mobility needs, ensuring smooth, efficient movement in all 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 Solutions with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your operations with the Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster. Engineered for durability, smooth rotation, and secure mounting, it’s the perfect mobility solution for your demanding applications.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122063937848,"sku":"2.03267.445-MTG46","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG46-2.png?v=1771081466"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-mtg47-1-5-8-to-1-11-16-inside-diameter-sku-2-03267-445-mtg47-heavy-duty-mobility-solution-for-industrial-medical-applications","title":"Colson MTG47 3.5\" x 1.25\" Performa Ball Bearing Caster – 1-5\/8\" to 1-11\/16\" | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG47) - SKU: 2.03267.445 MTG47\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" for efficient mobility\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBall Bearing Technology:\u003c\/strong\u003e Smooth and reliable operation, reducing friction for enhanced longevity\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eInside Diameter Range:\u003c\/strong\u003e Suitable for 1-5\/8\" to 1-11\/16\" round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e MTG47 Expanding Adapter for easy installation and secure fit\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered for heavy-duty applications, providing optimal performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Performa rubber construction ensures long-lasting performance in demanding environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG47) is a versatile solution for a wide range of industrial, medical, and commercial applications. Designed with precision ball bearing technology, this caster provides smooth and reliable operation while minimizing friction, enhancing the caster's overall durability and longevity. \n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        This caster features an expanding adapter that fits round tubing with an inside diameter range of 1-5\/8\" to 1-11\/16\", ensuring a secure and tight fit for various mounting configurations. Its Performa rubber wheel construction is engineered for high performance, making it ideal for environments that demand resilience, such as warehouses, factories, and medical facilities.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        The MTG47 Expanding Adapter makes installation quick and easy, allowing users to integrate the caster into their systems with minimal effort. Whether you're upgrading your mobility solutions or starting a new project, this caster offers both practicality and durability for everyday use in demanding environments.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Trust in Colson Casters’ commitment to quality and reliability. With decades of experience in manufacturing premium mobility solutions, Colson ensures that every product meets rigorous standards, so you can rely on their performance for your most demanding needs.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eUpgrade Your Mobility Solutions with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Choose Colson Casters for long-lasting, high-performance mobility solutions tailored to your needs. Enhance your operation’s efficiency and reliability with this expanding adapter caster.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122064298296,"sku":"2.03267.445-MTG47","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG47-2.png?v=1771081465"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-mtg51-for-square-tubing-7-8-to-15-16-inside-diameter-sku-2-03267-445-mtg51-durable-heavy-duty-caster-for-industrial-commercial-use","title":"Colson MTG51 3.5\" x 1.25\" Performa Rubber Caster 7\/8\" to 15\/16\" Stem | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter - SKU: 2.03267.445 MTG51\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\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\u003eMaterial:\u003c\/strong\u003e Durable Performa Rubber for smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBall Bearing Technology:\u003c\/strong\u003e Ensures smooth and efficient movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e Compatible with square tubing (7\/8\" to 15\/16\" inside diameter)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Perfect for heavy-duty industrial and commercial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eEasy Installation:\u003c\/strong\u003e Quick and simple setup with the expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Reliable and robust load handling for a range of environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG51) is engineered for both durability and performance. Designed to fit square tubing with an inside diameter ranging from 7\/8\" to 15\/16\", this caster delivers smooth, reliable movement in a variety of demanding environments. Whether you're equipping carts, trolleys, or medical equipment, this caster is built to perform.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        The Performa rubber material ensures a quiet, smooth ride, while the ball bearing technology enhances the caster's maneuverability, making it ideal for high-traffic areas. The expanding adapter provides secure mounting, offering versatility across different setups and applications, without compromising on stability or safety.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Perfect for industrial and commercial environments, the Colson Casters MTG51 model is built to handle heavy loads, making it an excellent choice for factories, warehouses, hospitals, and more. Easy to install and engineered to last, this caster offers excellent value and performance. Trust Colson Casters to enhance your mobility solutions with high-quality products tailored to your needs.\n\t\u003c\/p\u003e\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Mobility with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade your equipment with the reliable and durable Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter. Designed for industrial-grade performance, it ensures effortless movement and long-lasting service across various applications. Enhance your operations today with this top-of-the-line solution.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122064822584,"sku":"2.03267.445-MTG51","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG51-2.png?v=1771081465"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-1-to-1-1-16-inside-dia-square-tubing-sku-2-03267-445-mtg52-durable-high-load-capacity-for-industrial-medical-applications","title":"Colson 2.03267.445 3.5\" x 1.25\" Performa Stainless Caster – 250 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: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter - SKU: 2.03267.445 MTG52\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eDurable Construction:\u003c\/strong\u003e Stainless steel construction for long-lasting durability and reliability in tough environments.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBall Bearing Design:\u003c\/strong\u003e Smooth, effortless movement provided by the precision Performa ball bearings.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eExpanding Adapter:\u003c\/strong\u003e Includes a 1\" to 1-1\/16\" inside diameter square tubing expanding adapter, making it ideal for a wide range of applications.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Engineered to handle high loads, ensuring reliable performance even under heavy-duty conditions.\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for industrial and medical settings where mobility and durability are critical.\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (SKU: 2.03267.445 MTG52) is a premium solution for any operation requiring dependable mobility. With its stainless steel construction and robust ball bearing design, this caster ensures smooth movement and reliable performance across various surfaces, making it an ideal choice for heavy-duty applications in industrial and medical environments.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        This caster features an expanding adapter that fits square tubing with an inside diameter of 1\" to 1-1\/16\", offering flexible compatibility with a wide range of mounting applications. Designed to provide the ultimate in durability, the Performa ball bearing system allows for smooth, low-resistance rolling, helping reduce strain on equipment and operators alike.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Whether you're upgrading your equipment or building a new system, Colson Casters' expanding adapter ensures that this caster fits seamlessly into your mobility solutions. Engineered for excellence, this product delivers the highest standards of quality and performance, backed by Colson's trusted name in the caster industry.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operations with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Invest in the reliability and performance of Colson Casters to elevate your mobility solutions. Experience the superior quality, versatility, and durability that make this expanding adapter caster the ideal choice for your industrial or medical needs. Choose Colson Casters today for enhanced productivity and operational efficiency.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122064953656,"sku":"2.03267.445-MTG52","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG52-2.png?v=1771081465"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-for-square-tubing-1-1-8-to-1-3-16-inside-dia-mtg53-sku-2-03267-445","title":"Colson MTG53 3.5\" x 1.25\" Performa Rubber Ball Bearing 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Square Tubing Expanding Adapter (MTG53) - SKU: 2.03267.445 MTG53\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eMaterial:\u003c\/strong\u003e Performa Rubber Wheel, Ball Bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\" caster with expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e Fits square tubing with inside diameter from 1-1\/8\" to 1-3\/16\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for superior load handling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Ideal for industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Features a robust ball bearing mechanism for smooth movement\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n        The Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster is a versatile and high-performance solution for a wide range of industrial and commercial applications. This caster features a durable Performa rubber wheel that ensures smooth and reliable movement across various surfaces, reducing noise and enhancing user comfort.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Equipped with a ball bearing for effortless maneuverability, this caster supports smooth and quiet motion, making it ideal for environments where noise reduction is essential. The expanding adapter fits square tubing with an inside diameter ranging from 1-1\/8\" to 1-3\/16\", offering compatibility with a variety of equipment and applications.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        Designed for high load capacity and long-lasting performance, the Colson Casters Performa Ball Bearing Caster is built to withstand demanding environments. Whether you’re upgrading your industrial machinery, medical equipment, or warehouse systems, this caster ensures efficient mobility and durability.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n        With its easy-to-install expanding adapter and robust construction, this caster is perfect for any business seeking reliability, functionality, and long-term performance. Colson Casters continues to lead the way in quality and innovation, providing the mobility solutions your business needs.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operations with Colson Casters\u003c\/h2\u003e\n\t\u003cp\u003e\n        Choose the Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter for superior performance and durability. Upgrade your mobility solutions today and experience the difference in quality and reliability.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122065477944,"sku":"2.03267.445-MTG53","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG53-2.png?v=1771081465"},{"product_id":"3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-for-1-1-4-to-1-5-16-inside-dia-square-tubing-mtg54-durable-low-friction-industrial-caster-for-medium-duty-use","title":"3.5\" x 1.25\" Performa Caster – 1-1\/4\" to 1-5\/16\" Square Tube Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Performa Ball Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.445 MTG54\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Performa Ball bearing with durable construction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for 1-1\/4\" to 1-5\/16\" inside diameter square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Model:\u003c\/strong\u003e MTG54\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Ball bearing for smooth, low-friction movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Precision design for consistent performance in demanding conditions\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to withstand long-term use and heavy-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e High resistance to wear and corrosion for extended longevity\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Performa Ball Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.445 MTG54 is engineered for reliable performance in a variety of applications. The expanding adapter design allows for easy installation into square tubing with an inside diameter ranging from 1-1\/4\" to 1-5\/16\". This caster features a Performa Ball bearing that ensures smooth, quiet, and low-friction movement, making it ideal for light to medium-duty environments. Its durable construction and corrosion-resistant materials make it a dependable choice for both industrial and commercial uses.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        At [Company Name], we are committed to providing products that meet the highest standards of quality and reliability. Each 3.5\" x 1.25\" Performa Ball Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.445 MTG54 is rigorously tested for performance to ensure it exceeds industry standards. We stand behind our products, offering a satisfaction guarantee to ensure you receive reliable, high-quality casters designed to perform over the long term.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122065707320,"sku":"2.03267.445-MTG54","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG54-2.png?v=1771081466"},{"product_id":"colson-casters-3-5-x-1-25-performa-ball-bearing-caster-with-expanding-adapter-mtg55-sku-2-03267-445-mtg55-for-industrial-commercial-and-medical-applications","title":"Colson MTG55 3.5\" x 1.25\" Performa Rubber Caster – 1-3\/8\" ID Tube | 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\tColson Casters | 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG55) - SKU: 2.03267.445 MTG55\n\t\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\" style=\"border-top: 2px solid #8AC973;\"\u003e\n\t\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\u003eMaterial Quality:\u003c\/strong\u003e Durable Performa rubber, designed for long-lasting performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePrecision Bearings:\u003c\/strong\u003e Ball bearing design for smooth movement and high load handling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdaptability:\u003c\/strong\u003e Features an expanding adapter to fit square tubing with an inside diameter ranging from 1-3\/8\" to 1-7\/16\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize and Dimensions:\u003c\/strong\u003e 3.5\" x 1.25\" caster with compact design for versatile applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplications:\u003c\/strong\u003e Perfect for industrial, commercial, and medical environments requiring robust and flexible mobility solutions\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\n\t\u003c!-- Product Description --\u003e\n\t\u003cp\u003e\n\t\tIntroducing the Colson Casters 3.5\" x 1.25\" Performa Ball Bearing Caster with Expanding Adapter (MTG55) - SKU: 2.03267.445 MTG55. This caster combines premium materials with innovative design, making it ideal for applications that demand both durability and flexibility. \n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\tThe Performa rubber material ensures superior performance in high-demand environments, offering smooth, reliable mobility across various surfaces. The ball bearing design minimizes friction, providing easy maneuverability and handling heavier loads with ease.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\tDesigned to fit square tubing with an inside diameter ranging from 1-3\/8\" to 1-7\/16\", the expanding adapter increases versatility, making this caster an excellent choice for a wide range of industrial and commercial uses. Whether it's used in factory settings, medical equipment, or material handling, this caster is engineered to meet your needs.\n\t\u003c\/p\u003e\n\t\u003cp\u003e\n\t\tChoose Colson Casters for your mobility solutions and benefit from our commitment to quality, reliability, and customer satisfaction. Upgrade your operations with the 3.5\" x 1.25\" Performa Ball Bearing Caster, and experience superior performance and long-lasting durability today.\n\t\u003c\/p\u003e\n\t\n\t\u003c!-- Call to Action --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Mobility Solutions Today\u003c\/h2\u003e\n\t\u003cp\u003e\n\t\tInvest in Colson Casters' reliable, high-performance solutions to ensure efficient mobility for all your industrial, commercial, and medical needs. The 3.5\" x 1.25\" Performa Ball Bearing Caster is the perfect addition to your equipment, designed to provide superior functionality and lasting value.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122066002232,"sku":"2.03267.445-MTG55","price":61.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.445-MTG55-2.png?v=1771081467"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-3-4-to-13-16-round-tubing-heavy-duty-smooth-movement-model-2-03267-53-mtg40","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 3\/4\" to 13\/16\" Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.53 MTG40\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with Delrin bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Expanding adapter for 3\/4\" to 13\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e High-quality Delrin bearings for smooth movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG40\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light-duty industrial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Offers long-lasting wear resistance and smooth performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdaptability:\u003c\/strong\u003e Easy installation with expanding adapter for versatile mounting options\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth and reliable movement in a variety of settings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Suitable for environments with light exposure to moisture and chemicals\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.53 MTG40 is designed to deliver efficient performance in light-duty applications. Featuring a durable Polyolefin wheel and smooth Delrin bearings, this caster ensures effortless movement and durability under moderate loads. Its expanding adapter accommodates a range of tubing sizes (3\/4\" to 13\/16\" inside diameter), providing easy and secure installation across various equipment setups. This caster is perfect for applications such as material handling, light industrial machinery, and other uses requiring stability and smooth movement.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG40) - 2.03267.53 MTG40 is built to meet rigorous industrial standards, ensuring reliable performance and long-term durability. Each caster undergoes thorough testing to ensure it meets the requirements of demanding applications, providing our customers with a product that delivers excellent value and performance. We stand by our products and offer a customer satisfaction guarantee, allowing you to trust in the quality and dependability of our casters for your business needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122066329912,"sku":"2.03267.53-MTG40","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG40-2.png?v=1771081467"},{"product_id":"3-5-x-1-25-polyolefin-caster-with-delrin-bearing-and-expanding-adapter-for-7-8-to-15-16-round-tubing-2-03267-53-mtg41","title":"Colson 2.03267.53 MTG41 3.5\" x 1.25\" Polyolefin Caster – 7\/8\" to 15\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.53 MTG41\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Type:\u003c\/strong\u003e Expanding adapter for 7\/8\" to 15\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG41)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG41\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin bearing for smooth and reliable motion\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Ideal for light to medium-duty applications requiring smooth rolling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material offers good resistance to moisture and chemicals\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for use with round tubing in equipment and furniture\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) is designed for light to medium-duty applications. This caster combines durable polyolefin material with smooth-running Delrin bearings, ensuring effortless mobility in industrial and commercial settings. The expanding adapter (MTG41) fits 7\/8\" to 15\/16\" inside diameter round tubing, making it versatile and adaptable for a variety of mounting applications. The caster’s corrosion-resistant properties make it ideal for environments where moisture or chemicals are present.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Crafted with precision and quality, the 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG41) is rigorously tested to meet high industry standards. It is engineered for long-term, dependable use in equipment, furniture, and various industrial applications. Backed by our commitment to excellence, this caster provides exceptional value, offering durability and smooth performance for your business or project needs. With our satisfaction guarantee, you can trust that this caster will meet and exceed your expectations.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122066624824,"sku":"2.03267.53-MTG41","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG41-2.png?v=1771081467"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-1-to-1-1-16-round-tubing-durable-smooth-running-caster-for-industrial-use","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 1\" to 1-1\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) - 2.03267.53 MTG42\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin ball bearings for smooth and efficient movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1\" to 1-1\/16\" Inside Diameter round tubing expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG42)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG42\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Engineered for industrial use with high impact and wear resistance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for carts, equipment, and machinery in various settings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth movement and easy adaptability for different tubing sizes\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Designed to resist corrosion, enhancing the product's longevity\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) is an ideal solution for applications requiring both durability and versatility. The caster is built with a Polyolefin wheel, providing excellent resistance to impact and wear, while the Delrin ball bearings ensure smooth and efficient movement, even under heavy loads. The expanding adapter (MTG42) is engineered to fit a range of round tubing sizes, making this caster adaptable for various equipment and machinery. Its corrosion-resistant design enhances its durability, making it a reliable option for both indoor and outdoor applications.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) (2.03267.53 MTG42) is designed to meet the highest industry standards, ensuring exceptional reliability and performance. Each caster is subjected to rigorous testing to ensure it meets the demands of industrial environments. We are committed to providing durable and high-quality products that stand the test of time. With our customer satisfaction guarantee, you can trust that this caster will meet your business needs for years to come.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122067149112,"sku":"2.03267.53-MTG42","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG42-2.png?v=1771081469"},{"product_id":"3-5-x-1-25-polyolefin-caster-with-delrin-bearings-and-expanding-adapter-for-1-1-8-to-1-3-16-round-tubing-model-2-03267-53-mtg43","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 1-1\/8\" to 1-3\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG43) - 2.03267.53 MTG43\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel, Delrin bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Expanding adapter for 1-1\/8\" to 1-3\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin precision ball bearings for smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG43\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Designed for smooth and reliable movement under moderate loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel material ensures good resistance to chemicals and moisture\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG43) is designed for users who require easy installation and reliable performance. Featuring a precision Delrin bearing, this caster ensures smooth, low-resistance movement, even under light to moderate loads. The expanding adapter provides a secure fit for round tubing with inside diameters ranging from 1-1\/8\" to 1-3\/16\", making it adaptable to a variety of mounting setups. The polyolefin wheel material offers a high level of chemical and moisture resistance, making it a durable option for multiple environments. Whether used in light-duty industrial equipment, carts, or medical applications, this caster delivers consistent performance.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        We prioritize quality and reliability with our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG43). Each caster is manufactured to meet strict industrial standards, ensuring it performs optimally in various applications. Rigorously tested for durability, it provides smooth operation, even in environments where precision and reliability are crucial. With our customer satisfaction guarantee, you can trust this caster for long-term performance in a variety of settings, giving you peace of mind with every use.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122067673400,"sku":"2.03267.53-MTG43","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG43-2.png?v=1771081468"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-1-1-4-to-1-5-16-tubing-durable-industrial-caster-for-material-handling-model-2-03267-53-mtg44","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 1-1\/4\" Expanding Adapter | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG44) - 2.03267.53 MTG44\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1-1\/4\" to 1-5\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG44)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG44\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for durable, long-lasting use in various industrial environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for equipment, furniture, and material handling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth and reliable movement for a wide range of applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel for reliable performance in damp environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG44) is engineered for efficient, reliable performance across industrial applications. The polyolefin wheel delivers exceptional durability and smooth movement, while the Delrin bearing ensures long-lasting performance. The expanding adapter provides a versatile mounting solution, fitting tubing with inside diameters ranging from 1-1\/4\" to 1-5\/16\", ensuring easy and secure installation. This caster is ideal for use in material handling, machinery, and various other industrial settings where performance and reliability are essential. The corrosion-resistant polyolefin wheel makes this caster suitable for both indoor and damp environments, ensuring extended product life.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG44) is meticulously engineered to meet high standards of quality and reliability. With a focus on precision and durability, this caster is designed to withstand the demands of heavy-duty industrial and material handling applications. We are committed to providing products that offer both exceptional performance and outstanding value. Each caster undergoes stringent testing to ensure it delivers the smooth, reliable movement you need. Trust in our commitment to customer satisfaction and the high-quality construction of our casters for all your industrial needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122067771704,"sku":"2.03267.53-MTG44","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG44-2.png?v=1771081469"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-1-3-8-to-1-7-16-inside-dia-round-tubing-durable-rigid-caster-for-industrial-and-commercial-use-model-2-03267-53-mtg45","title":"Colson 2.03267.53 MTG45 3.5\" x 1.25\" Polyolefin Rigid Caster – CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) - 2.03267.53 MTG45\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with Delrin bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin precision bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Non-locking, non-swiveling rigid design\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Expanding adapter for 1-3\/8\" to 1-7\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG45\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Engineered for reliable use in industrial and commercial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth and efficient movement under heavy loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel provides excellent resistance to harsh environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG45) is designed for easy installation and heavy-duty performance. The polyolefin wheel, coupled with Delrin bearings, ensures a smooth rolling experience even under substantial loads. Ideal for use in applications requiring stability and durability, this caster provides superior performance in industrial settings, machinery transport, and equipment movement. The expanding adapter accommodates tubing with an inside diameter of 1-3\/8\" to 1-7\/16\", allowing for a versatile fit across a wide range of equipment. The non-locking, rigid design offers steady control, ensuring precise and reliable handling.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Built to meet industrial-grade specifications, our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter is rigorously tested for quality, durability, and performance. Designed for demanding commercial and industrial use, this caster guarantees long-lasting operation in the toughest conditions. Backed by our commitment to customer satisfaction, you can trust this caster to meet your mobility needs with reliability and efficiency. With superior resistance to corrosion and wear, it's the perfect choice for equipment that moves, handles, or supports heavy-duty loads.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122067804472,"sku":"2.03267.53-MTG45","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG45-2.png?v=1771081469"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-1-1-2-to-1-9-16-round-tubing-heavy-duty-industrial-caster-for-equipment-and-machinery-model-2-03267-53-mtg46","title":"Colson 2.03267.53 MTG46 3.5\" x 1.25\" Polyolefin Caster – 1-1\/2\" Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) - 2.03267.53 MTG46\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1-1\/2\" to 1-9\/16\" Inside Diameter Round Tubing Expanding Adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG46\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Suitable for a wide range of industrial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for heavy-duty performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for use with machinery, equipment, and industrial setups\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth and reliable movement with enhanced bearing precision\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Built for long-lasting performance in various environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) offers the perfect combination of durability and flexibility for a wide range of industrial applications. The polyolefin material, coupled with a Delrin bearing, provides superior smoothness in movement and resistance to wear. This caster is equipped with an expanding adapter that fits a range of tubing sizes, making it a versatile solution for a variety of mounting needs. The heavy-duty design ensures reliable performance, even under demanding conditions. Whether for equipment, machinery, or specialized setups, this caster meets the highest standards of functionality and longevity.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (2.03267.53 MTG46) is crafted with attention to detail and built to meet the rigors of industrial use. Each caster undergoes strict testing to ensure that it meets the highest standards of performance and reliability. Backed by our customer satisfaction guarantee, you can trust that this product will deliver exceptional value, durability, and ease of use for your business operations. We are committed to providing reliable solutions that optimize your equipment's performance and longevity.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122067902776,"sku":"2.03267.53-MTG46","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG46-2.png?v=1771081469"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-1-5-8-to-1-11-16-inside-dia-round-tubing-durable-non-swiveling-rigid-caster-for-industrial-commercial-use-model-2-03267-53-mtg47","title":"Colson 2.03267.53 MTG47 3.5\" x 1.25\" Polyolefin Rigid Caster – CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) - 2.03267.53 MTG47\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin bearings for smooth and quiet operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e 1-5\/8\" to 1-11\/16\" inside diameter round tubing expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG47\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Non-swiveling, rigid caster for stable and controlled movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to withstand regular wear and heavy use in diverse environments\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material ensures good resistance to chemical and environmental damage\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) is designed to provide efficient performance for light to medium-duty applications. With a Polyolefin wheel and Delrin bearing, this caster ensures smooth and quiet movement while providing excellent durability. The expanding adapter ensures a secure fit for various round tubing sizes, making it versatile and easy to install in different setups. Its non-swiveling design offers stability and control in environments that require precise handling. The corrosion-resistant material enhances the caster's longevity, even in harsh conditions.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) is engineered to meet high standards of reliability and performance. We rigorously test each caster to ensure it meets industrial-grade specifications, providing the durability and smooth operation required for demanding environments. Backed by our satisfaction guarantee, this caster is an excellent choice for ensuring the efficiency and stability of your business equipment. Trust in our commitment to quality and performance for your industrial and commercial needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068033848,"sku":"2.03267.53-MTG47","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG47-2.png?v=1771081469"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-7-8-to-15-16-square-tubing-2-03267-53-mtg51-smooth-durable-for-light-to-medium-duty-applications","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 7\/8\" to 15\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG51) - 2.03267.53 MTG51\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with Delrin bearing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e Square tubing expanding adapter (7\/8\" to 15\/16\" Inside Dia.)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG51)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG51\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Designed for industrial-grade use\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth movement and high durability under heavy loads\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for material handling, light machinery, and equipment transport\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin construction offers excellent resistance to wear and chemicals\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG51) offers exceptional versatility and performance for a range of industrial applications. Featuring a high-quality polyolefin wheel paired with a Delrin bearing, this caster delivers smooth and reliable movement even under heavy-duty loads. The expanding adapter design ensures compatibility with square tubing, making it easy to install in a variety of setups. Whether you're transporting equipment, machinery, or materials, this caster provides excellent load-bearing capacity and durability.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG51) is built to meet the highest standards of industrial reliability and performance. Each caster undergoes strict quality control tests to ensure it withstands demanding conditions and provides long-lasting performance. Whether you're using it for material handling or equipment transport, you can count on this caster to support your operations with smooth, dependable mobility. Backed by our satisfaction guarantee, we are committed to delivering high-quality solutions to meet your business needs.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068099384,"sku":"2.03267.53-MTG51","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG51-2.png?v=1771081470"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-square-tubing-1-to-1-1-16-dia-2-03267-53-mtg52-durable-smooth-and-chemical-resistant-caster-for-commercial-and-industrial-use","title":"Colson 2.03267.53 3.5\" x 1.25\" Polyolefin Caster – 1\" Square Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52) - 2.03267.53 MTG52\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin ball bearings for smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG52\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Ideal for medium-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for carts, racks, and light machinery with square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth and reliable movement with minimal maintenance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material ensures high resistance to chemicals and wear\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52) is engineered for versatile performance in a wide range of industrial and commercial applications. The polyolefin wheel construction offers excellent resistance to wear and chemicals, making it a durable choice for light to medium-duty use. Delrin ball bearings ensure smooth, quiet operation under load, while the expanding adapter allows for easy mounting onto square tubing, offering a secure fit for various equipment setups.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52) is built to meet rigorous quality standards. Each caster is carefully manufactured to ensure reliability and long-term performance, and it undergoes thorough testing to guarantee its durability and smooth operation. Whether used for carts, racks, or light machinery, this caster provides outstanding value for your business. We stand behind the quality of our products, offering a satisfaction guarantee to ensure that your needs are fully met.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068295992,"sku":"2.03267.53-MTG52","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG52-2.png?v=1771081471"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-mtg53-1-1-8-to-1-3-16-inside-dia-square-tubing-smooth-rolling-performance-and-corrosion-resistant-design-for-light-to-medium-duty-applications","title":"Colson MTG53 3.5\" x 1.25\" Polyolefin Caster – 1-1\/8\" to 1-3\/16\" Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG53) - 2.03267.53 MTG53\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin precision bearings for smooth motion\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Non-locking design\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for square tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1-1\/8\" to 1-3\/16\" inside diameter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG53\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for light to medium-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for carts, light equipment, and other mobile applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth rolling performance under various loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material offers excellent resistance to wear and corrosion\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG53) is engineered for versatile, efficient movement in light to medium-duty applications. The polyolefin wheel ensures durability and resistance to wear, while the Delrin bearings offer smooth, quiet operation even under load. The expanding adapter is designed to fit square tubing with an inside diameter range of 1-1\/8\" to 1-3\/16\", making installation quick and easy for a variety of setups. Ideal for carts and light equipment, this caster provides reliable mobility while maintaining stability. Its corrosion-resistant design ensures long-lasting performance in industrial environments.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        At [Your Brand], we are committed to providing top-quality products that meet the highest industry standards. The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Expanding Adapter (MTG53) is rigorously tested for durability and performance, ensuring that it delivers dependable service in your applications. Our products are designed to provide long-lasting value and are backed by our customer satisfaction guarantee. We aim to ensure that every customer experiences a smooth and reliable operation, giving you confidence in your purchase.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068394296,"sku":"2.03267.53-MTG53","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG53-2.png?v=1771081471"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-expanding-adapter-for-1-1-4-to-1-5-16-square-tubing-high-duty-industrial-caster-model-2-03267-53-mtg54","title":"Colson 2.03267.53 MTG54 3.5\" x 1.25\" Polyolefin Caster – 1-1\/4\" Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.53 MTG54\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Type:\u003c\/strong\u003e Expanding adapter for square tubing (1-1\/4\" to 1-5\/16\" inside diameter)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Style:\u003c\/strong\u003e Expanding adapter (MTG54)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG54\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for high load-bearing capacity and durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for industrial carts, equipment, and other heavy-duty uses\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Delrin bearing ensures smooth and efficient movement under heavy loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin construction for enhanced resistance to environmental factors\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Supports heavy-duty industrial applications with ease\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.53 MTG54 is engineered for performance and reliability in demanding industrial environments. The caster features a polyolefin wheel with Delrin bearings that ensure smooth, quiet movement even under heavy loads. This product includes an expanding adapter, allowing it to fit square tubing with an inside diameter of 1-1\/4\" to 1-5\/16\", making it an ideal solution for a wide range of equipment and machinery. The caster is built for durability, with polyolefin construction providing excellent resistance to wear and corrosion. It is perfect for use in industrial carts, heavy-duty equipment, and any application requiring long-lasting, high-performance casters.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG54) - 2.03267.53 MTG54 is backed by a commitment to quality and performance. Manufactured to meet strict industrial standards, this caster is designed to provide years of dependable service, even in challenging environments. We rigorously test each product to ensure it meets the highest quality standards, offering peace of mind that it will meet the demands of your heavy-duty applications. With our customer satisfaction guarantee, you can trust that this caster will deliver exceptional value and long-term performance for your business needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068459832,"sku":"2.03267.53-MTG54","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG54-2.png?v=1771081472"},{"product_id":"3-5-x-1-25-polyolefin-delrin-bearing-caster-with-square-tubing-expanding-adapter-mtg55-durable-smooth-operating-caster-for-industrial-equipment-and-machinery","title":"Colson MTG55 3.5\" x 1.25\" Polyolefin Caster – 1-3\/8\" Square Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Square Tubing Expanding Adapter (MTG55) - 2.03267.53 MTG55\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin with Delrin bearing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Delrin precision bearings for smooth operation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e 1-3\/8\" to 1-7\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG55)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.53 MTG55\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for long-lasting use in a variety of applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for use in industrial equipment, carts, and machinery\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Reliable performance with smooth and quiet movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material ensures resistance to environmental factors\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Square Tubing Expanding Adapter (MTG55) is built to provide reliable, smooth, and efficient movement for industrial applications. The Polyolefin material is engineered for durability, offering excellent resistance to wear, impact, and chemicals. The Delrin bearing provides precise, low-friction movement, allowing for enhanced performance and quiet operation even under heavy loads. The expanding adapter (MTG55) ensures compatibility with square tubing sizes ranging from 1-3\/8\" to 1-7\/16\" inside diameter, providing versatile mounting options. This caster is ideal for use in carts, machinery, and industrial equipment where smooth operation and long-term durability are essential.\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Delrin Bearing Caster with Square Tubing Expanding Adapter (MTG55) is crafted with the highest standards of quality and performance. Every caster undergoes rigorous testing to ensure it meets industrial-grade requirements, guaranteeing reliability and durability. We are committed to providing products that offer exceptional value, durability, and long-term performance. With our customer satisfaction guarantee, you can trust the quality and performance of this caster in any demanding industrial setting.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068590904,"sku":"2.03267.53-MTG55","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.53-MTG55-2.png?v=1771081472"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-mtg40-3-4-to-13-16-inside-dia-round-tubing-model-2-03267-55-mtg40-for-industrial-equipment-and-furniture","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 3\/4\" to 13\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.55 MTG40\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 3\/4\" to 13\/16\" Inside Diameter Round Tubing Expanding Adapter (MTG40)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Style:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG40\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for industrial-grade applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty equipment and furniture\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Precision ball bearings for smooth and efficient movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin construction provides resistance to moisture and chemicals\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 3\/4\" to 13\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG40) - 2.03267.55 MTG40 is designed to offer reliable performance for a range of light to medium-duty industrial applications. With a polyolefin wheel construction, this caster ensures smooth operation while offering resistance to moisture, chemicals, and wear. The ball bearings guarantee quiet and efficient movement, even under load. The expanding adapter provides a secure fit for 3\/4\" to 13\/16\" inside diameter round tubing, simplifying installation and making this caster versatile for different equipment setups.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter is manufactured to meet high industry standards, ensuring that it delivers consistent performance in various applications. The combination of high-quality polyolefin material, durable ball bearings, and an easy-to-install expanding adapter makes this caster an excellent choice for light to medium-duty industrial environments. We are committed to providing products that offer excellent value, durability, and ease of use. Backed by our customer satisfaction guarantee, you can rely on the quality and longevity of our casters.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068689208,"sku":"2.03267.55-MTG40","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG40-2.png?v=1771081473"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-7-8-to-15-16-inside-dia-tubing-heavy-duty-industrial-caster-for-material-handling-and-equipment-2-03267-55-mtg41","title":"Colson 2.03267.55 MTG41 3.5\" x 1.25\" Polyolefin Caster – 7\/8\" to 15\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) - 2.03267.55 MTG41\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with steel housing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Expanding adapter with 7\/8\" to 15\/16\" inside diameter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG41\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to endure heavy-duty use in industrial applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for machinery, transport carts, and material handling equipment\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth, low-friction movement under moderate to heavy loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Resilient against wear, moisture, and corrosion due to steel and polyolefin construction\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) is engineered for reliable performance in demanding environments. Its polyolefin wheel ensures a strong, impact-resistant surface, providing superior durability and load-bearing capacity. The precision ball bearings enhance the smoothness and reliability of movement, even under heavy loads. The expanding adapter offers a versatile mounting option for round tubing, ensuring a secure fit across a wide range of equipment. This caster is perfect for applications requiring stability, durability, and easy installation.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG41) is meticulously crafted to meet the highest industry standards. Designed with heavy-duty use in mind, each caster is subjected to rigorous testing to ensure reliable performance in tough conditions. We are dedicated to providing products that deliver exceptional value and long-term reliability, backed by our customer satisfaction guarantee. You can trust this caster to meet your specific industrial and commercial needs with ease.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068787512,"sku":"2.03267.55-MTG41","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG41-2.png?v=1771081474"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-for-1-to-1-1-16-round-tubing-durable-smooth-movement-for-industrial-commercial-applications-model-2-03267-55-mtg42","title":"Colson 2.03267.55 MTG42 3.5\" x 1.25\" Polyolefin Caster 1\" to 1-1\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) - 2.03267.55 MTG42\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with durable ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Expanding adapter for round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1\" to 1-1\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG42\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for heavy-duty use and long-lasting performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for various industrial and material handling applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth operation under moderate to heavy loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Resistant to wear and corrosion, ensuring reliable performance in tough environments\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG42) offers superior performance for a wide range of industrial and commercial applications. The polyolefin wheel ensures excellent wear resistance and smooth operation, even under heavy loads. Equipped with precision ball bearings, this caster guarantees reliable and effortless movement in various environments. The expanding adapter provides secure mounting for round tubing with 1\" to 1-1\/16\" inside diameter, making it ideal for versatile uses across different machinery or equipment.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter (MTG42) is crafted to the highest standards of quality and reliability. Each caster undergoes rigorous testing to meet industry-grade specifications, ensuring that it can handle demanding tasks with ease. Backed by our commitment to quality and customer satisfaction, you can trust that this caster will provide long-term, dependable service for your equipment and machinery needs.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068820280,"sku":"2.03267.55-MTG42","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG42-2.png?v=1771081477"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-1-1-8-to-1-3-16-inside-dia-round-tubing-durable-smooth-performance-for-light-to-medium-duty-applications-model-2-03267-55-mtg43","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 1-1\/8\" to 1-3\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG43) - 2.03267.55 MTG43\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with ball bearing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting:\u003c\/strong\u003e Expanding adapter with 1-1\/8\" to 1-3\/16\" inside diameter round tubing\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG43\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWheel Type:\u003c\/strong\u003e Polyolefin for enhanced durability\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth performance\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Type:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eWeight Capacity:\u003c\/strong\u003e Suitable for light to medium-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for use in furniture, equipment, and material handling setups\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel for excellent resistance to wear and chemicals\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG43) – 2.03267.55 MTG43 is designed for both performance and ease of use in a variety of light to medium-duty applications. The polyolefin wheel provides exceptional durability, while the ball bearings ensure smooth and efficient movement, even under moderate loads. The expanding adapter is versatile, designed to fit round tubing with diameters ranging from 1-1\/8\" to 1-3\/16\", making it an ideal choice for various installation scenarios. Whether used in material handling systems, furniture, or equipment, this caster offers the perfect balance of reliability and functionality.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter (MTG43) is built to meet high standards of performance and quality. Each caster undergoes rigorous testing to ensure reliable, long-term performance. We are dedicated to delivering products that provide value and durability to meet the needs of our industrial and commercial customers. You can count on the 2.03267.55 MTG43 caster to offer smooth operation and dependable support in your business operations.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122068885816,"sku":"2.03267.55-MTG43","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG43-2.png?v=1771081480"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-for-1-1-4-to-1-5-16-round-tubing-2-03267-55-mtg44-durable-smooth-performance-for-industrial-and-commercial-use","title":"Colson 2.03267.55 MTG44 3.5\" x 1.25\" Polyolefin Caster – 1-1\/4\" Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-1\/4\" to 1-5\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG44) - 2.03267.55 MTG44\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel and ball bearing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth operation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Expanding adapter with 1-1\/4\" to 1-5\/16\" inside diameter round tubing compatibility\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG44\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for general-purpose applications with excellent wear resistance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light to medium-duty industrial, commercial, and office equipment\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides smooth, quiet, and stable movement under load\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Style:\u003c\/strong\u003e Expanding adapter for easy and secure mounting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with the 1-1\/4\" to 1-5\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG44) - 2.03267.55 MTG44 is designed for superior performance in light to medium-duty industrial and commercial applications. Featuring a high-quality polyolefin wheel, this caster offers excellent durability and wear resistance. The precision ball bearings ensure smooth, quiet operation under load, making it ideal for use in office furniture, equipment, and carts. The expanding adapter accommodates a range of tubing sizes, making it easy to mount on various systems for versatile use.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter is built to meet high standards of quality and performance, ensuring long-lasting use. Each caster undergoes rigorous testing to guarantee reliability, durability, and smooth performance in demanding environments. We stand by the quality of our products and offer a customer satisfaction guarantee, providing confidence in your purchase.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069049656,"sku":"2.03267.55-MTG44","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG44-2.png?v=1771081480"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-for-1-3-8-to-1-7-16-round-tubing-model-2-03267-55-mtg45-heavy-duty-caster-for-industrial-commercial-use","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 1-3\/8\" to 1-7\/16\" | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) - 2.03267.55 MTG45\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1-3\/8\" to 1-7\/16\" inside diameter round tubing expanding adapter (MTG45)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG45\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Ball bearing caster for smooth rolling motion\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for light-duty industrial, commercial, and residential applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for long-lasting use in a variety of settings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Ensures reliable, smooth movement even under moderate loads\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdaptability:\u003c\/strong\u003e Expanding adapter provides versatility for different tubing sizes\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) is designed for versatility and reliable performance in both commercial and residential environments. Featuring a durable polyolefin wheel and precision ball bearings, this caster delivers smooth, quiet rolling with minimal effort. Its expanding adapter allows for easy installation onto round tubing with an inside diameter ranging from 1-3\/8\" to 1-7\/16\", providing enhanced compatibility for various applications. Whether for light-duty industrial use or moving heavy loads in confined spaces, this caster offers optimal performance and convenience.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-3\/8\" to 1-7\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG45) is engineered to meet the highest standards of quality and durability. Each unit undergoes rigorous testing to ensure that it meets industrial-grade requirements for reliable, long-lasting use. With a customer satisfaction guarantee, you can confidently rely on our caster to support your equipment, machinery, and transportation needs. Designed for ease of use and superior performance, our caster is the ideal choice for anyone seeking dependable, high-quality mobility solutions.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069082424,"sku":"2.03267.55-MTG45","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG45-2.png?v=1771081481"},{"product_id":"3-5-x-1-25-hi-tech-polyolefin-ball-bearing-caster-with-expanding-adapter-1-1-2-to-1-9-16-inside-dia-round-tubing-model-2-03267-55-mtg46-for-light-to-medium-duty-applications","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 1-1\/2\" Round Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" HI-TECH Polyolefin Ball Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) - 2.03267.55 MTG46\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e HI-TECH Polyolefin wheel with ball bearing\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e High-quality ball bearings for smooth movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Non-locking design\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e Includes 1-1\/2\" to 1-9\/16\" Inside Diameter round tubing expanding adapter\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG46\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for light to medium-duty industrial and commercial applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for carts, equipment, and mobility solutions requiring flexibility and ease of movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth, reliable movement under varying load conditions\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin material offers resistance to wear and environmental factors\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" HI-TECH Polyolefin Ball Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46) is engineered for smooth performance and reliable mobility. The polyolefin wheel offers excellent wear resistance, making this caster perfect for a variety of light to medium-duty applications. The high-quality ball bearings ensure a smooth ride, reducing friction and providing long-lasting durability. With its versatile expanding adapter, the caster can easily be mounted to a range of round tubing sizes, making it a flexible solution for a variety of carts and equipment. This caster is ideal for environments that require a balance of flexibility and dependability.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        We prioritize the highest standards of quality and reliability in the manufacturing of the 3.5\" x 1.25\" HI-TECH Polyolefin Ball Bearing Caster with 1-1\/2\" to 1-9\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG46). Each caster undergoes rigorous testing to ensure it meets industrial standards for performance and durability. Backed by our commitment to customer satisfaction, you can trust in the long-term reliability and value of this caster for your business needs. Rest assured that with this product, you’re getting a solution built to handle your mobility needs with ease and efficiency.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069180728,"sku":"2.03267.55-MTG46","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG46-2.png?v=1771081482"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-1-5-8-to-1-11-16-inside-dia-round-tubing-2-03267-55-mtg47-for-light-duty-industrial-applications","title":"Colson 2.03267.55 MTG47 3.5\" x 1.25\" Polyolefin Caster – 1-5\/8\" Adapter | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-5\/8\" to 1-11\/16\" Inside Dia. Round Tubing Expanding Adapter (MTG47) - 2.03267.55 MTG47\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Ball bearings for smooth rolling\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1-5\/8\" to 1-11\/16\" Inside Diameter round tubing expanding adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter (MTG47)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG47\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Perfect for light-duty machinery and industrial equipment\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth, quiet operation with precision ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built for reliable use in commercial and industrial settings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin construction offers excellent chemical and corrosion resistance\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter (MTG47) is engineered to meet the demands of light-duty industrial and commercial applications. The polyolefin wheel ensures durability and resistance to wear, while the precision ball bearings allow for smooth and quiet movement even under moderate loads. This caster is equipped with an expanding adapter that fits round tubing with an inside diameter ranging from 1-5\/8\" to 1-11\/16\", providing versatility for a variety of mounting options. Its corrosion-resistant material ensures long-term reliability, even in challenging environments.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter (MTG47) has been rigorously tested to meet high standards of performance and durability. Designed for light-duty use, this caster offers exceptional value and reliability for your machinery and industrial equipment. Backed by our customer satisfaction guarantee, you can trust that this product will deliver the smooth performance and durability you need for your applications. We are committed to providing products that enhance your productivity and provide long-lasting service.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069344568,"sku":"2.03267.55-MTG47","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG47-2.png?v=1771081482"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-7-8-to-15-16-inside-dia-square-tubing-expanding-adapter-mtg51-2-03267-55-mtg51-durable-smooth-operating-caster-for-light-to-medium-duty-industrial-use","title":"Colson 2.03267.55 MTG51 3.5\" x 1.25\" Polyolefin Rigid Caster – CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG51) - 2.03267.55 MTG51\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with high-quality ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth operation\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Standard rigid design (non-swiveling)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMounting Adapter:\u003c\/strong\u003e 7\/8\" to 15\/16\" Inside Diameter Square Tubing Expanding Adapter\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG51\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Suitable for light to medium-duty industrial and commercial use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth, reliable movement with minimal friction\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Built to withstand wear and tear for long-term use\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel and steel components provide solid resistance to rust and corrosion\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG51) is designed for high performance in light to medium-duty applications. The polyolefin wheel offers superior impact resistance and durability, ensuring that your equipment operates smoothly under everyday conditions. Equipped with precision ball bearings, this caster reduces friction, providing a reliable and consistent performance, even with heavy loads. The versatile expanding adapter makes installation easy on square tubing ranging from 7\/8\" to 15\/16\" in diameter. Whether for industrial carts, material handling, or commercial equipment, this caster provides superior mobility and reliability.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 7\/8\" to 15\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG51) is crafted with exceptional care to meet the highest standards of industrial performance. Each caster is rigorously tested to ensure long-term durability and reliable performance in demanding environments. We are committed to offering products that deliver real value to our customers. With our customer satisfaction guarantee, you can rest assured that this caster will serve your operational needs effectively and efficiently.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069475640,"sku":"2.03267.55-MTG51","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG51-2.png?v=1771081485"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-1-to-1-1-16-inside-dia-square-tubing-heavy-duty-precision-movement-industrial-use-model-2-03267-55-mtg52","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 1\" Square Tube | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52) - 2.03267.55 MTG52\u003c\/h1\u003e\n\t\u003chr id=\"horizontalrule\"\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with ball bearings\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eLocking Mechanism:\u003c\/strong\u003e Non-locking, providing free movement\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eAdapter:\u003c\/strong\u003e 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG52)\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG52\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for industrial and heavy-duty applications\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for equipment, carts, and machinery\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Smooth and reliable under load\u003c\/li\u003e\n\t\t\u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Resilient polyolefin material resistant to wear and tear\u003c\/li\u003e\n\t\u003c\/ul\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n\t\u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (2.03267.55 MTG52) is engineered to deliver durability and efficiency for a wide range of industrial applications. The polyolefin wheel is designed for enhanced wear resistance, providing smooth and reliable performance even in demanding environments. Equipped with precision ball bearings, this caster ensures effortless movement, reducing friction and improving overall efficiency. The expanding adapter is compatible with a variety of square tubing sizes, making it a versatile solution for various mounting configurations. Perfect for machinery, carts, and industrial equipment, this caster is built to withstand heavy-duty usage.\n\t\u003c\/p\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n\t\u003cp\u003e\n        At the heart of the 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1\" to 1-1\/16\" Inside Dia. Square Tubing Expanding Adapter (2.03267.55 MTG52) is a commitment to high-quality manufacturing standards. Every caster undergoes rigorous testing to ensure it meets the highest performance and durability benchmarks. We prioritize customer satisfaction, providing products that perform consistently and reliably under heavy loads. Our customer-first approach guarantees your peace of mind, knowing that you're investing in a caster designed to last in demanding industrial settings.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069508408,"sku":"2.03267.55-MTG52","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG52-2.png?v=1771081485"},{"product_id":"3-5-x-1-25-polyolefin-ball-bearing-caster-with-expanding-adapter-1-1-8-to-1-3-16-inside-dia-square-tubing-heavy-duty-industrial-caster-for-equipment-and-machinery-model-2-03267-55-mtg53","title":"Colson 2.03267.55 3.5\" x 1.25\" Polyolefin Caster – 1-1\/8\" Square Stem | CasterHQ","description":"\u003c!-- Product Description Section --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG53) - 2.03267.55 MTG53\u003c\/h1\u003e\n    \u003chr id=\"horizontalrule\"\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 3.5\" x 1.25\"\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Polyolefin wheel with ball bearings\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAdapter Size:\u003c\/strong\u003e 1-1\/8\" to 1-3\/16\" Inside Diameter Square Tubing Expanding Adapter\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBearings:\u003c\/strong\u003e Precision ball bearings for smooth movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMounting Type:\u003c\/strong\u003e Expanding adapter for easy installation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e 2.03267.55 MTG53\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Designed for light to medium-duty industrial applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for use with square tubing equipment and machinery\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerformance:\u003c\/strong\u003e Provides reliable, smooth motion for light-duty applications\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCorrosion Resistance:\u003c\/strong\u003e Polyolefin wheel material ensures resistance to wear and environmental factors\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eKey Benefits\u003c\/h2\u003e\n    \u003cp\u003e\n        The 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with 1-1\/8\" to 1-3\/16\" Inside Dia. Square Tubing Expanding Adapter (MTG53) is engineered to provide excellent maneuverability and durability for light to medium-duty industrial use. Featuring a polyolefin wheel that offers resistance to wear and environmental conditions, this caster ensures smooth and reliable movement. The precision ball bearings allow for easy mobility under moderate loads, making it ideal for machinery and equipment requiring reliable, low-maintenance solutions.\n    \u003c\/p\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eCustomer Assurance\u003c\/h2\u003e\n    \u003cp\u003e\n        Our 3.5\" x 1.25\" Polyolefin Ball Bearing Caster with Expanding Adapter (MTG53) is built to the highest industry standards, ensuring long-lasting performance in a variety of commercial and industrial environments. Each caster is carefully tested for quality and reliability, offering exceptional value and peace of mind. Backed by our customer satisfaction guarantee, you can be confident that this caster will meet your operational needs with ease and dependability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122069573944,"sku":"2.03267.55-MTG53","price":62.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.03267.55-MTG53-2.png?v=1771081486"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/collections\/b53be2fdb35adaefedf4bf58f6e3ab4c8de21707_e20dd388-669b-4a08-a725-956098146d39.png?v=1769534608","url":"https:\/\/casterhq.com\/collections\/expanding-adapter-caster.oembed?page=18","provider":"CasterHQ","version":"1.0","type":"link"}