{"title":"Track Wheels (All Types) · 52 Styles · Ships Same Day","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\n.chq-jump-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: linear-gradient(135deg, #016367 0%, #02858a 100%);\n  color: #fff;\n  padding: 14px 28px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 15px;\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  margin-bottom: 24px;\n}\n.chq-jump-btn:hover { opacity: 0.9; }\n\u003c\/style\u003e\u003cdiv style=\"text-align:center;margin:0 0 28px 0\"\u003e\u003ca class=\"chq-jump-btn\" href=\"#shop-products\"\u003eJump to Products\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cpolyline points=\"19 12 12 19 5 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003c\/div\u003e\u003cdiv class=\"chq-hero\"\u003e\n\u003cdiv class=\"chq-hero-badge\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16v-4M12 8h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWhat Are Track Wheels\u003c\/div\u003e\n\u003ch2 class=\"chq-h2 chq-h2-hero\"\u003eWhat Are Track Wheels and When Should You Use Them?\u003c\/h2\u003e\n\u003cp\u003eLight duty casters handle up to 10,000 lbs per caster and are the go-to choice for offices, retail stores, hospitality, healthcare facilities, and residential furniture. CasterHQ stocks track wheels in rubber, polyurethane, thermoplastic rubber (TPR), and nylon wheels from 2\" to 5\" — available with top plate, threaded stem, grip ring, and expanding adapter mounts. Most ship same day from our network of over \u003cstrong\u003e$100 million in U.S. warehouse inventory\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-author-section chq-reveal chq-reveal-d1\"\u003e\n\u003cdiv class=\"chq-author-avatar\"\u003eJW\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-author-name\"\u003eJordan Wilson\u003c\/div\u003e\n\u003cdiv class=\"chq-author-title\"\u003eIndustrial Caster Specialist | 15+ Years in Caster Engineering\u003c\/div\u003e\n\u003cdiv class=\"chq-author-inventory\"\u003eAccess to $100M+ in-stock U.S. caster inventory\u003c\/div\u003e\n\u003cdiv class=\"chq-author-credentials\"\u003eApplication Engineers On Staff · ISO-Certified Facility · Trusted by 50,000+ Businesses Nationwide\u003c\/div\u003e\n\u003cdiv class=\"chq-fact-check\"\u003e\n\u003csvg style=\"width: 14px; height: 14px; color: #059669; flex-shrink: 0;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" data-mce-style=\"width: 14px; height: 14px; color: #059669; flex-shrink: 0;\"\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Reviewed by CasterHQ Engineering — 100+ Combined Years in Caster Design, Selection \u0026amp; Application\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-stats\"\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e10,000 lbs\u003c\/div\u003e\n\u003cdiv class=\"chq-stat-label\"\u003eMax Per-Wheel Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-stat\"\u003e\n\u003cdiv class=\"chq-stat-num\"\u003e24\"\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\u003cdiv class=\"chq-choose\"\u003e\n\u003cdiv class=\"chq-choose-header\"\u003e\n\u003cdiv class=\"chq-choose-icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-choose-title\"\u003eChoose Track Wheels If...\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"chq-checklist\"\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eYour load is under 10,000 lbs per caster\u003c\/strong\u003e — office chairs, furniture, display racks, light utility carts, medical instrument stands\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eFloor protection matters\u003c\/strong\u003e — hardwood, tile, laminate, or polished concrete where non-marking rubber or TPR wheels prevent scratches and scuffs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eQuiet operation is required\u003c\/strong\u003e — healthcare settings, libraries, offices, and hospitality environments where noise must be minimized\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"chq-check\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMultiple mount options are needed\u003c\/strong\u003e — threaded stem for chairs, grip ring for furniture legs, expanding adapter for tubular frames, top plate for carts\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\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\/cast-iron-v-groove-track-wheels\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-6X2-R12-2.jpg?v=1771095448\" alt=\"Cast Iron V-Groove\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eCast Iron V-Groove\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/4-wheels-single-flange-track-capacity-up-to-2-000-lbs\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858\" alt=\"4\" single flange track loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003e4\" Single Flange Track\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/4-wheels-double-flange-track-capacity-up-to-2-000-lbs\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858\" alt=\"4\" double flange track loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003e4\" Double Flange Track\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/6-wheels-single-flange-track-capacity-up-to-2-000-lbs\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858\" alt=\"6\" single flange track loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003e6\" Single Flange Track\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/6-wheels-double-flange-track-capacity-up-to-2-000-lbs\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858\" alt=\"6\" double flange track loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003e6\" Double Flange Track\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/8-wheels-single-flange-track-capacity-up-to-2-000-lbs\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858\" alt=\"8\" single flange track loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003e8\" Single Flange Track\u003c\/div\u003e\u003c\/a\u003e\u003ca class=\"chq-subcat-card\" href=\"\/collections\/v-track-sliding-gate-wheels-and-casters\"\u003e\u003cdiv class=\"chq-subcat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-6X2-R12-2.jpg?v=1771095448\" alt=\"V-Track Sliding Gate\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-subcat-label\"\u003eV-Track Sliding Gate\u003c\/div\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d1\"\u003e\n\u003ch2\u003eHow Much Weight Can a Track Caster Hold?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eLight duty casters support 50 to 10,000 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 track 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\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d2\"\u003e\n\u003ch2\u003eWhat Are the Best Track Wheels for Hardwood Floors?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane and TPR (thermoplastic rubber) casters are the top choices for hardwood floors. Both are non-marking, roll quietly, and protect wood surfaces from scratches. Choose polyurethane for heavier loads up to 10,000 lbs; choose TPR for lighter furniture under 200 lbs where softer rolling is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d3\"\u003e\n\u003ch2\u003eWhich Track Caster Wheel Material Is Best for My Application?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003ePolyurethane handles hard floors and moderate loads up to 10,000 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\u003cdiv class=\"chq-answer-block chq-reveal chq-reveal-d4\"\u003e\n\u003ch2\u003eWhat Size Track Caster Do I Need?\u003c\/h2\u003e\n\u003cp class=\"chq-answer-direct\"\u003eFor carpet and uneven floors, use 3–5 inch wheels for easier rolling. For hard flat surfaces like tile or concrete, 2–3 inch wheels work well. Larger diameters roll over obstacles and door thresholds more easily. Match plate size to your equipment’s mounting holes: 2-3\/8″ x 3-5\/8″ is the most common track plate.\u003c\/p\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-formula chq-reveal chq-reveal-d2\"\u003e\n\u003cdiv class=\"chq-formula-icon\"\u003e\u003csvg style=\"width: 20px; height: 20px;\" stroke-width=\"2\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" data-mce-style=\"width: 20px; height: 20px;\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2M12 21v2M4.22 4.22l1.42 1.42M16.36 16.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M16.36 7.64l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-content\"\u003e\n\u003cdiv class=\"chq-formula-label\"\u003eENGINEERING RULE OF THUMB\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-rule\"\u003ePer-Caster Rating = Total Weight ÷ (N−1 casters) × 1.15 safety factor\u003c\/div\u003e\n\u003cdiv class=\"chq-formula-note\"\u003eFor a 200 lb office chair with 5 casters: 200 ÷ 4 × 1.15 = 58 lbs minimum per caster. The N−1 method assumes one caster lifts on uneven carpet or transitions. For carts on hard floors, a 4-caster setup with 300 lbs total: 300 ÷ 3 × 1.15 = 115 lbs per caster minimum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-specs\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eQuick Specs\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eSizes, capacities, and mount options at a glance\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"chq-cbody\"\u003e\n\u003ctable class=\"chq-spec-table mce-item-table\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eValue\u003c\/th\u003e\n\u003c\/tr\u003e\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\u003c\/details\u003e\u003cdetails class=\"chq-card\"\u003e\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compat\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eApplication Guide\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eWhere these casters work best and which wheel to choose\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"chq-cbody\"\u003e\u003cdiv class=\"chq-compat-grid\"\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 6V4M8 6V4M16 6V4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eOffice \u0026amp; Workspace\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDesk chairs, file cabinets, printer stands, mobile pedestals — polyurethane or TPR recommended \u003cstrong\u003ebecause\u003c\/strong\u003e they protect hard floors and roll quietly in noise-sensitive offices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eFurniture \u0026amp; Residential\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eSofas, ottomans, kitchen islands, bed frames — rubber or soft tread \u003cstrong\u003ebecause\u003c\/strong\u003e they distribute weight without denting hardwood or scratching tile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eHealthcare \u0026amp; Medical\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eInstrument carts, IV poles, exam stools, bedside tables — quiet TPR wheels ideal \u003cstrong\u003ebecause\u003c\/strong\u003e patient environments demand near-silent mobility and non-marking treads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-item\"\u003e\n\u003cdiv class=\"chq-compat-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"20\"\u003e\u003c\/circle\u003e\u003cpath d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"chq-compat-name\"\u003eRetail \u0026amp; Hospitality\u003c\/div\u003e\n\u003cdiv class=\"chq-compat-desc\"\u003eDisplay fixtures, garment racks, service carts, luggage carts — versatile mount options \u003cstrong\u003ebecause\u003c\/strong\u003e retail environments need frequent reconfiguration with minimal floor damage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"chq-card\"\u003e\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-compare\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003cline x1=\"6\" y1=\"18\" x2=\"18\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpolyline points=\"8 6 18 6 18 16\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eTrack vs. Medium Heavy Duty — Head to Head\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eSide-by-side comparison to help you choose the right tier\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"chq-cbody\"\u003e\u003ctable class=\"chq-compare-table mce-item-table\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eTrack\u003c\/th\u003e\n\u003cth\u003eMedium Heavy Duty\u003c\/th\u003e\n\u003c\/tr\u003e\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;\" data-mce-style=\"color: #d4a017; font-size: 15px;\"\u003e★\u003c\/span\u003e Up to 10,000 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;\" data-mce-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;\" data-mce-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;\" data-mce-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;\" data-mce-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;\" data-mce-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\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"chq-card\"\u003e\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-tips\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a7 7 0 0 1 4 12.7V17a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.3A7 7 0 0 1 12 2z\"\u003e\u003c\/path\u003e\u003cline x1=\"10\" y1=\"21\" x2=\"14\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eSelection Tips from Our Team\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003ePractical advice for choosing the right caster\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"chq-card\"\u003e\u003csummary\u003e\u003cspan class=\"chq-ci chq-ci-faq\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"chq-ct-wrap\"\u003e\u003cspan class=\"chq-ct\"\u003eFAQs\u003c\/span\u003e\u003cspan class=\"chq-ct-sub\"\u003eQuick answers to the most common questions\u003c\/span\u003e\u003c\/span\u003e\u003csvg class=\"chq-chev\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"chq-cbody\"\u003e\n\u003cdiv class=\"chq-faq-item\"\u003e\n\u003cdiv class=\"chq-faq-q\"\u003eWhat qualifies as a track caster?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eAny caster rated up to 10,000 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 track wheels 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 track wheels with brakes?\u003c\/div\u003e\n\u003cdiv class=\"chq-faq-a\"\u003eYes. CasterHQ stocks track wheels 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\u003c\/details\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-avoid chq-reveal chq-reveal-d3\"\u003e\n\u003cdiv class=\"chq-avoid-header\"\u003e\n\u003cdiv class=\"chq-avoid-icon\"\u003e\u003csvg style=\"width: 16px; height: 16px;\" stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" data-mce-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 Track Wheels 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\" data-mce-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\" data-mce-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\" data-mce-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\" data-mce-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\u003cdiv class=\"chq-blog-links chq-reveal\"\u003e\n\u003ca class=\"chq-blog-link\" href=\"\/blogs\/news\/how-to-choose-the-right-caster-wheel\" data-mce-href=\"\/blogs\/news\/how-to-choose-the-right-caster-wheel\"\u003e\u003csvg style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" data-mce-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 class=\"chq-blog-link\" href=\"\/blogs\/news\/polyurethane-vs-rubber-caster-wheels\" data-mce-href=\"\/blogs\/news\/polyurethane-vs-rubber-caster-wheels\"\u003e\u003csvg style=\"width: 16px; height: 16px; color: #016367; flex-shrink: 0;\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" data-mce-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\u003cdiv class=\"chq-tools-section\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eENGINEERING RESOURCES\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-tools-grid\"\u003e\n\u003ca href=\"\/pages\/caster-load-calulator\" class=\"chq-tool-card\" data-mce-href=\"\/pages\/caster-load-calulator\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-calc\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCasterSpec™ Load Calculator\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/blogs\/technical-resources\" class=\"chq-tool-card\" data-mce-href=\"\/blogs\/technical-resources\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-blog\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eCaster Selection \u0026amp; Engineering Hub\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/blogs\/engineering-specifications\" class=\"chq-tool-card\" data-mce-href=\"\/blogs\/engineering-specifications\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-spec\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003eEngineering Specifications\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"\/pages\/casterhq-engineering-tools\" class=\"chq-tool-card\" data-mce-href=\"\/pages\/casterhq-engineering-tools\"\u003e\u003cspan class=\"chq-tool-icon chq-tool-icon-guide\"\u003e\u003csvg stroke-width=\"2\" stroke=\"#016367\" fill=\"none\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"20\" width=\"16\" y=\"2\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan\u003ePush\/Pull Force Calculator\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-rel\"\u003e\n\u003cdiv class=\"chq-section-label\"\u003e\u003cspan\u003eRELATED CATEGORIES\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"chq-links\"\u003e\n\u003ca href=\"\/collections\/casters-medium-heavy-duty\" class=\"chq-linkcard\" data-mce-href=\"\/collections\/casters-medium-heavy-duty\"\u003e\u003cspan\u003eMedium Heavy Duty Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/chair-casters\" class=\"chq-linkcard\" data-mce-href=\"\/collections\/chair-casters\"\u003e\u003cspan\u003eChair \u0026amp; Furniture Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/threaded-stem-caster-wheels\" class=\"chq-linkcard\" data-mce-href=\"\/collections\/threaded-stem-caster-wheels\"\u003e\u003cspan\u003eThreaded Stem Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/grip-ring-stem-casters-2-thru-5-wheels-up-to-350-lbs\" class=\"chq-linkcard\" data-mce-href=\"\/collections\/grip-ring-stem-casters-2-thru-5-wheels-up-to-350-lbs\"\u003e\u003cspan\u003eGrip Ring Stem Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/plate-size-2-3-8-x-3-5-8-popular\" class=\"chq-linkcard\" data-mce-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 width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\u003ca href=\"\/collections\/high-temp-oven-bakery-casters-wheels\" class=\"chq-linkcard\" data-mce-href=\"\/collections\/high-temp-oven-bakery-casters-wheels\"\u003e\u003cspan\u003eHigh Temp Casters\u003c\/span\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 track wheels fits your application?\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-sub\"\u003eOur team has equipped 50,000+ businesses with the right casters from over $100 million in U.S. warehouse inventory. Tell us your application and we'll match you in minutes.\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-quote\"\u003e\"CasterHQ helped us replace every caster in our facility in under 10 minutes on the phone. Perfect fit, zero hassle.\" — Facility Manager, Regional Industrial Network\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"chq-cta-right\"\u003e\n\u003cdiv class=\"chq-live\"\u003e\n\u003cspan class=\"chq-live-dot\"\u003e\u003c\/span\u003e Specialists available now\u003c\/div\u003e\n\u003ca href=\"tel:8444394335\" class=\"chq-cta-btn\" data-mce-href=\"tel:8444394335\"\u003eCall 844-439-4335\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"chq-updated\"\u003eSpecs verified April 2026 · Updated monthly by CasterHQ engineering\u003c\/div\u003e\u003cdiv id=\"shop-products\"\u003e\u003c\/div\u003e","products":[{"product_id":"10-x-3-red-ductile-v-groove-wheel-7-000-lbs-capacity","title":"10\" x 3\" Ductile Iron V-Groove Industrial Wheel – 7,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e10\" X 3\" Red Ductile V-Groove Wheel - 7,000 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 10 inch diameter by 3 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 7,000 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":49994686497080,"sku":"1030DVG-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1\" Double Groove Precision Bearing","offer_id":49994686529848,"sku":"1030DVG-84","price":521.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":49994686562616,"sku":"1030DVG-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":49994686595384,"sku":"1030DVG-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":49994686628152,"sku":"1030DVG-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"3\/4\" Double Groove Precision Bearing","offer_id":49994686660920,"sku":"1030DVG-84","price":521.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/1030DVG-84-2.jpg?v=1771081207"},{"product_id":"10-x-3-black-ductile-v-groove-wheel-7-000-lbs-capacity","title":"10\" x 3\" Ductile V-Groove Industrial Replacement Wheel – 7,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e\u003cb\u003e10\" X 3\" Red Ductile V-Groove Wheel - 7,000 lbs Capacity\u003c\/b\u003e\u003c\/span\u003e\u003c\/h1\u003e\n\u003chr\u003e\n\u003cp\u003e\n\t\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThis listing is for a 10-inch diameter by 3-inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extremely heavy-duty applications. These wheels hold a 7,000 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high-capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high-temperature applications higher than 180 degrees Fahrenheit. This Ductile V Groove wheel comes with a zerk\/grease fitting so you can easily maintain and grease your bearings with ease.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/p\u003e\n\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e\u003chr\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right-hand side of this product page.\u003c\/span\u003e \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003cp\u003e\n\t\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cb\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These types of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearings are not meant to handle thrust loads which is what a ball bearing is typically used for.\u003c\/span\u003e\n\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\n\t\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making them a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failure when under too much weight and pressure. If the application is heavy-duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than roller bearings.\u003c\/span\u003e\n\u003c\/p\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003ci\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eIf you need an application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/span\u003e\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":49994687742264,"sku":"1030DVGB-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1\" Double Groove Precision Bearing","offer_id":49994687775032,"sku":"1030DVGB-84","price":521.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":49994687807800,"sku":"1030DVGB-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":49994687840568,"sku":"1030DVGB-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":49994687873336,"sku":"1030DVGB-84","price":513.0,"currency_code":"USD","in_stock":true},{"title":"3\/4\" Double Groove Precision Bearing","offer_id":49994687906104,"sku":"1030DVGB-84","price":521.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/1030DVGB-84-2.jpg?v=1771081206"},{"product_id":"5-hi-tech-caster-300lb-capacity-expanding-adapter-for-1-1-1-16-tubing-delrin-bearing","title":"Colson 2.05267.91 5\" x 1.25\" HI-TECH Caster – 300 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e \u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e \u003c!-- Main Header --\u003e \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e5\" HI-TECH Delrin Bearing Caster with Expanding Adapter\u003c\/h1\u003e\n\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n    \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eSKU: 2.05267.91 MTG42\u003c\/span\u003e | \n    \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e300 lb Load Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section Header: Product Features --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile and Robust Design\u003c\/h2\u003e\n\u003cp\u003e\n    Experience unparalleled performance with our 5\"x1.25\" HI-TECH Delrin Bearing Caster. Featuring a unique expanding adapter for 1\" to 1-1\/16\" inside diameter round tubing, this caster offers exceptional versatility and stability.\n\u003c\/p\u003e\n\n\u003c!-- Section Header: Technical Specifications --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eMount Height: 6.31 inches\u003c\/li\u003e\n    \u003cli\u003eSwivel Radius: 3.81 inches\u003c\/li\u003e\n    \u003cli\u003eFastening: MTG42 Expanding Adapter\u003c\/li\u003e\n    \u003cli\u003eCompatible with: 1\" to 1-1\/16\" Inside Dia. Round Tubing\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- Section Header: Applications --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eIdeal for Various Applications\u003c\/h2\u003e\n\u003cp\u003e\n    Perfect for industrial, commercial, and residential use, this high-quality caster ensures smooth movement and durability. Its 300 lb load capacity makes it suitable for a wide range of heavy-duty applications.\n\u003c\/p\u003e\n\n\u003c!-- Section Header: Customer Support --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support Available\u003c\/h2\u003e\n\u003cp\u003e\n    Have questions? Our Caster Experts are ready to assist you weekdays from 8 am to 5 pm. Get personalized advice for your specific project needs and ensure you're making the right choice.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122296262968,"sku":"2.05267.91-MTG42","price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.05267.91-MTG42-2.png?v=1771082041"},{"product_id":"5-hi-tech-ball-bearing-caster-with-expanding-adapter-300-lb-capacity-colson-2-05267-95-mtg47","title":"Colson 2.05267.95 5\" x 1.25\" HI-TECH Caster MTG47 – 300 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e \u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e \u003c!-- Main Header --\u003e \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold; \"\u003e5\" HI-TECH Ball Bearing Caster with Expanding Adapter\u003c\/h1\u003e \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003eColson 2.05267.95 MTG47\u003c\/span\u003e | \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e300 lb Capacity\u003c\/span\u003e \u003c\/div\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePremium Caster Solution\u003c\/h2\u003e\n\u003cp\u003e\n    Elevate your equipment's mobility with our 5\"x1.25\" HI-TECH ball bearing caster. Designed for durability and smooth operation, this caster features:\n\u003c\/p\u003e\n\u003cul\u003e\n    \u003cli\u003e300 lb load capacity for heavy-duty applications\u003c\/li\u003e\n    \u003cli\u003e1-5\/8\" to 1-11\/16\" expanding adapter for round tubing (MTG47)\u003c\/li\u003e\n    \u003cli\u003e6.31\" mount height for optimal clearance\u003c\/li\u003e\n    \u003cli\u003e3.81\" swivel radius for enhanced maneuverability\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- Section Header: Applications --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Industrial Use\u003c\/h2\u003e\n\u003cp\u003e\n    Perfect for a wide range of industrial applications, including:\n\u003c\/p\u003e\n\u003cul\u003e\n    \u003cli\u003eMaterial handling equipment\u003c\/li\u003e\n    \u003cli\u003eManufacturing facilities\u003c\/li\u003e\n    \u003cli\u003eWarehouse logistics\u003c\/li\u003e\n    \u003cli\u003eHeavy machinery transport\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- Section Header: Quality Assurance --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eColson Quality Guarantee\u003c\/h2\u003e\n\u003cp\u003e\n    As a trusted name in casters, Colson ensures:\n\u003c\/p\u003e\n\u003cul\u003e\n    \u003cli\u003eSuperior craftsmanship and materials\u003c\/li\u003e\n    \u003cli\u003eRigorous quality control standards\u003c\/li\u003e\n    \u003cli\u003eLong-lasting performance in demanding environments\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- Section Header: Customer Support --\u003e\n\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eExpert Support On Standby\u003c\/h2\u003e\n\u003cp\u003e\n    Got questions? Our Caster Experts are here weekdays 8 am - 5 pm. Get personalized advice for your specific project needs and ensure you choose the perfect caster solution.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"colson-header","offers":[{"title":"Default Title","offer_id":50122304782648,"sku":"2.05267.95-MTG47","price":73.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/2.05267.95-MTG47-2.png?v=1771082069"},{"product_id":"4-x-2-red-ductile-v-groove-wheel-1-500-lbs-capacity","title":"4\" x 2\" Ductile Iron V-Groove Industrial Wheel – 1,500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e4\" X 2\" Red Ductile V-Groove Wheel - 1,500 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 4 inch diameter by 2 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 1,500 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-3\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you. \u003c\/i\u003e\u003chr\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123401724216,"sku":"420DVG-84","price":66.0,"currency_code":"USD","in_stock":true},{"title":"1-3\/16\" Plain Bore (No Bearings)","offer_id":50123401756984,"sku":"420DVG-84","price":66.0,"currency_code":"USD","in_stock":true},{"title":"STANDARD - 3\/4\" ROLLER BEARING W\/1\/2\" ID SPANNER","offer_id":50123401789752,"sku":"420DVG-84","price":66.0,"currency_code":"USD","in_stock":true},{"title":"1\/2\" Sealed Precision Bearing's","offer_id":50123401822520,"sku":"420DVG-84","price":74.0,"currency_code":"USD","in_stock":true},{"title":"1\/2\" SEALED PRECISION BEARINGS","offer_id":50123401855288,"sku":"420DVG-84","price":74.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/420DVG-84-2.jpg?v=1771083012"},{"product_id":"5-x-2-red-ductile-v-groove-wheel-1-500-lbs-capacity","title":"5\" x 2\" Ductile Iron V-Groove Industrial Wheel – 1,500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e5\" X 2\" Red Ductile V-Groove Wheel - 1,500 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 5 inch diameter by 5 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 1,500 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-3\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you. \u003c\/i\u003e\u003chr\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123450319160,"sku":"520DVG-84","price":80.0,"currency_code":"USD","in_stock":true},{"title":"1-3\/16\" Plain Bore (No Bearings)","offer_id":50123450351928,"sku":"520DVG-84","price":80.0,"currency_code":"USD","in_stock":true},{"title":"STANDARD - 3\/4\" ROLLER BEARING W\/1\/2\" ID SPANNER","offer_id":50123450384696,"sku":"520DVG-84","price":80.0,"currency_code":"USD","in_stock":true},{"title":"1\/2\" Sealed Precision Bearing's","offer_id":50123450417464,"sku":"520DVG-84","price":88.0,"currency_code":"USD","in_stock":true},{"title":"1\/2\" SEALED PRECISION BEARINGS","offer_id":50123450450232,"sku":"520DVG-84","price":88.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/420DVG-84-2_43fadd6a-e010-40cc-944a-b31e65d58fa2.jpg?v=1771083068"},{"product_id":"6-x-2-1-2-red-ductile-v-groove-wheel-3-500-lbs-capacity","title":"6\" x 2-1\/2\" Red Ductile V-Groove Industrial Wheel – 3,500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e6\" X 2-1\/2\" Red Ductile V-Groove Wheel - 3,500 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 6 inch diameter by 2.5 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 1,500 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123515298104,"sku":"625DVG-84","price":138.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":50123515330872,"sku":"625DVG-84","price":138.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":50123515363640,"sku":"625DVG-84","price":138.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":50123515396408,"sku":"625DVG-84","price":138.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/420DVG-84-2_ea1427ea-f7fd-44dc-bcb4-5f2b421b374a.jpg?v=1771083109"},{"product_id":"6-x-3-red-ductile-v-groove-wheel-6-000-lbs-capacity","title":"6\" x 3\" Ductile Iron V-Groove Industrial Wheel – 6,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e6\" X 3\" Red Ductile V-Groove Wheel - 6,000 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 6 inch diameter by 3 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 6,000 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123599741240,"sku":"630DVG-84","price":155.0,"currency_code":"USD","in_stock":true},{"title":"1\" Double Groove Precision Bearing","offer_id":50123599774008,"sku":"630DVG-84","price":163.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":50123599806776,"sku":"630DVG-84","price":155.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":50123599839544,"sku":"630DVG-84","price":155.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":50123599872312,"sku":"630DVG-84","price":155.0,"currency_code":"USD","in_stock":true},{"title":"3\/4\" Double Groove Precision Bearing","offer_id":50123599905080,"sku":"630DVG-84","price":163.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/420DVG-84-2_2a0a63bb-de2b-4b77-8027-4156ad25f987.jpg?v=1771083127"},{"product_id":"8-x-2-1-2-red-ductile-v-groove-wheel-4-000-lbs-capacity","title":"8\" x 2-1\/2\" Ductile V-Groove Industrial Replacement Wheel – 4,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e8\" X 2-1\/2\" Red Ductile V-Groove Wheel - 3,500 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 8 inch diameter by 2.5 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 4,000 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123660525880,"sku":"825DVG-84","price":199.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":50123660558648,"sku":"825DVG-84","price":199.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":50123660591416,"sku":"825DVG-84","price":199.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":50123660624184,"sku":"825DVG-84","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/825DVG-84-2.jpg?v=1771083138"},{"product_id":"8-x-3-red-ductile-v-groove-wheel-6-000-lbs-capacity","title":"8\" x 3\" Ductile V-Groove Industrial Replacement Wheel – 6,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003e8\" X 3\" Red Ductile V-Groove Wheel - 6,000 lbs Capacity\u003c\/span\u003e\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0);\"\u003eThis listing is for a 8 inch diameter by 3 inch tread width Red Ductile Iron V-Groove Wheel. These wheels are made for extreme heavy duty applications. These wheels hold 6,000 lbs capacity per wheel and have a heavy core and wheel face for industrial applications. This high capacity grooved wheel has a tensile strength of 70,000 PSI and the ductile v-groove wheels are precision machined 90 degrees with a standard 7\/8\" relief groove. We use all Metal Components for high temperature applications higher than 180 degrees fahrenheit. This Ductile V Groove wheel comes with a zerk \/ grease fitting so you can easily maintenance and grease your bearings with ease. \u003chr\u003eThe wheel has a plain bore size of 1-15\/16\" but has two bearing options to choose from using the drop-down menu on the right hand side of this product page. \u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003ci\u003e\u003cspan style=\"background-color: rgb(255, 255, 0);\"\u003eAvailable Bearing Options:\u003cbr\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cbr\u003eRoller Bearing:\u003c\/b\u003e Needles Nose Roller Bearings are designed to be used with heavy loads in mind. These type of bearings are based around a cylinder, which allows the bearing to distribute the load over a larger area, withstanding heavy loads much easier than a ball bearing. Roller bearing are not meant to handle thrust loads which is what a ball bearing is typically used for. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePrecision Bearing:\u003c\/b\u003e Precision Bearings are able to handle both thrust and radial loads, making it a popular bearing with many production and manufacturing engineers. While Precision Ball Bearings are in motion their job is to help transfer the load from the outer raceway to the inner raceway much easier than a roller bearing. A Precision Ball Bearing allows the wheel to spin much easier than a roller bearing but they can be prone to deformation and failures when under too much weight and pressure. If the application is heavy duty with a lot of weight on the wheels we highly recommend a roller bearing instead of a precision ball bearing. Precision Ball Bearings are easier to roll, initiate, and maintain speed than a roller bearing. \u003cbr\u003e\u003cbr\u003e\u003ci\u003eIf you need application on selecting the perfect bearing for your application please contact us at sales@casterhq.com with your application, floor material, and weight capacity to see which bearing option is best suited for you.\u003c\/i\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50123662098744,"sku":"830DVG-84","price":207.0,"currency_code":"USD","in_stock":true},{"title":"1\" Double Groove Precision Bearing","offer_id":50123662131512,"sku":"830DVG-84","price":215.0,"currency_code":"USD","in_stock":true},{"title":"1-15\/16\" Plain Bore (No Bearings)","offer_id":50123662164280,"sku":"830DVG-84","price":207.0,"currency_code":"USD","in_stock":true},{"title":"1\" Roller Bearing (3\/4\" Spanner Bushing Included)","offer_id":50123662197048,"sku":"830DVG-84","price":207.0,"currency_code":"USD","in_stock":true},{"title":"1-1\/4\" Roller Bearing","offer_id":50123662229816,"sku":"830DVG-84","price":207.0,"currency_code":"USD","in_stock":true},{"title":"3\/4\" Double Groove Precision Bearing","offer_id":50123662262584,"sku":"830DVG-84","price":215.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/830DVG-84-2.jpg?v=1771083138"},{"product_id":"3-x-1-1-4-barn-door-v-groove-cast-iron-wheel-kit-350-lbs-capacity","title":"3\" x 1-1\/4\" Cast Iron V-Groove Wheel – 350 lb | 1\/2\" Bore 1-5\/8\" Hub | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan style=\"\"\u003e3\" X 1-1\/4\" Barn Door V-Groove Cast Iron Wheel Kit | 350 LBS Capacity Per Wheel\u003c\/span\u003e\u003c\/b\u003e\u003c\/h1\u003e\n\u003chr\u003e\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThis listing offers the original barn door v groove wheel kit which also includes a 1\/2\" Outer Diameter Spanner Bushing to 3\/8\" Inner Diameter as well as a 3\/8\" Axle and Lock nut to secure everything into place. \u003cbr\u003e\u003cbr\u003eThis Kit includes the full wheel setup for your barn door. This wheel is made from solid cast iron and is powder coated in black for a beautiful industrial vintage look. The v groove is the industry standard 7\/8\" groove width which fits all barn door iron tracks. \u003cbr\u003e\u003cbr\u003eThis Barn Door Wheel Kit is great if you are a DIY'er and are sourcing the barn door parts yourself and this is also a great replacement for your current barn door wheels. If you bought a barn door kit that included wheels, you may want to upgrade your wheels to these solid cast iron v grooves for the increased capacity, reliability, and assurance to give you peace of mind knowing you have the best wheels on the market.\u003c\/span\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\u003chr\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003eTECHNICAL SPECIFICATIONS:\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cb style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/b\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/b\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWHEEL DIAMETER: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e3\"\u003cbr\u003e\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWHEEL TREAD WIDTH:\u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e 1-1\/4\"\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHUB LENGTH: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e1-5\/8\"\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eGROOVE WIDTH: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e7\/8\"\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eBORE SIZE: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e1\/2\"\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSPANNER BUSHING SIZE: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e1\/2\" OD to 3\/8\" ID\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAXLE \u0026amp; NUT: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e3\/8\" AXLE \u0026amp; LOCK NUT\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTEMPERATURE RANGE: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e-45°F to 180°F\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTENSILE STRENGTH: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e30,000 PSI\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWEIGHT CAPACITY: \u003c\/span\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e350 LBS PER WHEEL\u003c\/b\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/b\u003e\u003cb style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/b\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50126281703736,"sku":"HQBDKIT","price":37.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/HQBDKIT-2.jpg?v=1771088292"},{"product_id":"casterhq-nyloforce-extreme-heavy-duty-wheels-4-x-2-high-temp-resilience-rust-free-6205-bearings-2200lbs-capacity","title":"4\" x 2\" NyloForce V-Groove Wheel – 2200 lb | 6205 Precision Ball Bearings","description":"\u003cdiv style=\"box-shadow: 0px 5px 10px rgba(0,0,0,0.2); border-radius: 15px; padding: 20px;\"\u003e\n    \u003ch1 style=\"text-align: center;  color: rgb(1, 99, 103); font-size: 36px; font-weight: bold;\"\u003e\n        CasterHQ NyloForce Extreme Heavy-Duty V-Groove Wheels - 4\" x 2\" 2,200 lbs Capacity\u003c\/h1\u003e\n    \u003ch2 style=\"text-align: center; font-size: 24px; color: rgb(138, 201, 115); font-weight: bold;\"\u003e\n        High-Temp Resilience, Rust-Free, 6205 Precision Ball Bearings\n    \u003c\/h2\u003e\n    \u003chr\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eProduct Description\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        Step into the future of heavy-duty wheel technology with CasterHQ's NyloForce Wheels. Our game-changing 4\"x2\" wheels are engineered with 6205 precision ball bearings and a high-tech polymer. Experience rust-free, ultra-smooth operation, designed to handle extreme temperatures ranging from -40°F to 250°F. Ideal for severe loads, these wheels are also remarkably impact-resistant. Protect your floors with wheels easier on surfaces than traditional steel and iron options. Our NyloForce Wheels are setting a new industry standard.\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eNote:\u003c\/strong\u003e NyloForce Wheels are not suitable for use in environments with high acidity or alkaline conditions.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50126407237944,"sku":"NYF4x2-78D-HD6205","price":74.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF4x2-78D-HD6205-2.jpg?v=1771088858"},{"product_id":"casterhq-nyloforce-extreme-heavy-duty-wheels-5-x-2-high-temp-resilience-rust-free-6205-bearings-2200lbs-capacity","title":"5\" x 2\" NyloForce V-Groove Wheel – 2200 lb | CasterHQ 6205 Ball Bearing","description":"\u003cdiv style=\"box-shadow: 0px 5px 10px rgba(0,0,0,0.2); border-radius: 15px; padding: 20px;\"\u003e\n    \u003ch1 style=\"text-align: center;  color: rgb(1, 99, 103); font-size: 36px; font-weight: bold;\"\u003e\n        CasterHQ NyloForce Extreme Heavy-Duty V-Groove Wheels - 5\" x 2\" 2,200 lbs Capacity\u003c\/h1\u003e\n    \u003ch2 style=\"text-align: center; font-size: 24px; color: rgb(138, 201, 115); font-weight: bold;\"\u003e\n        High-Temp Resilience, Rust-Free, 6205 Precision Ball Bearings\n    \u003c\/h2\u003e\n    \u003chr\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eProduct Description\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        Step into the future of heavy-duty wheel technology with CasterHQ's NyloForce Wheels. Our game-changing 5\"x2\" wheels are engineered with 6205 precision ball bearings and a high-tech polymer. Experience rust-free, ultra-smooth operation, designed to handle extreme temperatures ranging from -40°F to 250°F. Ideal for severe loads, these wheels are also remarkably impact-resistant. Protect your floors with wheels easier on surfaces than traditional steel and iron options. Our NyloForce Wheels are setting a new industry standard.\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eNote:\u003c\/strong\u003e NyloForce Wheels are not suitable for use in environments with high acidity or alkaline conditions.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50126408417592,"sku":"NYF5x2-78D-HD6205","price":97.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF6x2-78D-HD6205-2.jpg?v=1771088861"},{"product_id":"casterhq-nyloforce-extreme-heavy-duty-wheels-6-x-2-high-temp-resilience-rust-free-6205-bearings","title":"6\" x 2\" NyloForce V-Groove Wheel – 6205 Precision Ball Bearings | CasterHQ","description":"\u003cdiv style=\"box-shadow: 0px 5px 10px rgba(0,0,0,0.2); border-radius: 15px; padding: 20px;\"\u003e\n    \u003ch1 style=\"text-align: center;  color: rgb(1, 99, 103); font-size: 36px; font-weight: bold;\"\u003e\n        CasterHQ NyloForce Extreme Heavy-Duty V-Groove Wheels - 6\" x 2\"\n    \u003c\/h1\u003e\n    \u003ch2 style=\"text-align: center; font-size: 24px; color: rgb(138, 201, 115); font-weight: bold;\"\u003e\n        High-Temp Resilience, Rust-Free, 6205 Precision Ball Bearings\n    \u003c\/h2\u003e\n    \u003chr\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eProduct Description\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        Step into the future of heavy-duty wheel technology with CasterHQ's NyloForce Wheels. Our game-changing 6\"x2\" wheels are engineered with 6205 precision ball bearings and a high-tech polymer. Experience rust-free, ultra-smooth operation, designed to handle extreme temperatures ranging from -40°F to 250°F. Ideal for severe loads, these wheels are also remarkably impact-resistant. Protect your floors with wheels easier on surfaces than traditional steel and iron options. Proudly crafted in the USA, our NyloForce Wheels are setting a new industry standard.\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eNote:\u003c\/strong\u003e NyloForce Wheels are not suitable for use in environments with high acidity or alkaline conditions.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50126409433400,"sku":"NYF6x2-78D-HD6205","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF6x2-78D-HD6205-2_7f86a516-923b-4e22-83be-35d36492cb5c.jpg?v=1771088864"},{"product_id":"casterhq-nyloforce-extreme-heavy-duty-wheels-8-x-2-high-temp-resilience-rust-free-6205-bearings-2200lbs-capacity","title":"8\" x 2\" NyloForce V-Groove Industrial Replacement Wheel – 2200 lb | CasterHQ","description":"\u003cdiv style=\"box-shadow: 0px 5px 10px rgba(0,0,0,0.2); border-radius: 15px; padding: 20px;\"\u003e\n    \u003ch1 style=\"text-align: center;  color: rgb(1, 99, 103); font-size: 36px; font-weight: bold;\"\u003e\n        CasterHQ NyloForce Extreme Heavy-Duty V-Groove Wheels - 8\" x 2\" 2,200 lbs Capacity\u003c\/h1\u003e\n    \u003ch2 style=\"text-align: center; font-size: 24px; color: rgb(138, 201, 115); font-weight: bold;\"\u003e\n        High-Temp Resilience, Rust-Free, 6205 Precision Ball Bearings\n    \u003c\/h2\u003e\n    \u003chr\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eProduct Description\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        Step into the future of heavy-duty wheel technology with CasterHQ's NyloForce Wheels. Our game-changing 8\"x2\" wheels are engineered with 6205 precision ball bearings and a high-tech polymer. Experience rust-free, ultra-smooth operation, designed to handle extreme temperatures ranging from -40°F to 250°F. Ideal for severe loads, these wheels are also remarkably impact-resistant. Protect your floors with wheels easier on surfaces than traditional steel and iron options. Our NyloForce Wheels are setting a new industry standard.\n    \u003c\/p\u003e\n    \u003cp style=\" color: rgb(0, 0, 0); font-size: 18px;\"\u003e\n        \u003cstrong\u003eNote:\u003c\/strong\u003e NyloForce Wheels are not suitable for use in environments with high acidity or alkaline conditions.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50126409662776,"sku":"NYF8x2-78D-HD6205","price":145.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/NYF6x2-78D-HD6205-2_9e4d857b-3efe-4c14-bad8-13a47d96cd5f.jpg?v=1771088864"},{"product_id":"4-x-1-1-2-v-groove-wheel-350-lbs-capacity","title":"4\" x 1-1\/2\" Cast Iron V-Groove Industrial Replacement Wheel – 350 lb | CasterHQ","description":"\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003eCast iron V-groove wheels are made specifically for use on inverted angle iron tracks; they can also be used on flat surfaces.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eStrong durable wheels at an economical price.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003eEach wheel has a precisely machined 90° V-groove with relief groove which enables load equalization.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTensile strength of 30,000 PSI.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTemperature range: -45° F to 600° F.\u003cbr\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eIncludes 3\/4\" Roller bearing with 1\/2\" ID Spanner Bushing\u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eBore: 1\/2\" \u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50131232424248,"sku":"VG-4X15-R12","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-4X15-R12-2.jpg?v=1771095444"},{"product_id":"4-x-2-v-groove-wheel-600-lbs-capacity","title":"4\" x 2\" Cast Iron V-Groove Industrial Wheel – 600 lb | CasterHQ","description":"\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003eCast iron V-groove wheels are made specifically for use on inverted angle iron tracks; they can also be used on flat surfaces.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eStrong durable wheels at an economical price.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003eEach wheel has a precisely machined 90° V-groove with relief groove which enables load equalization.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTensile strength of 30,000 PSI.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTemperature range: -45° F to 600° F.\u003cbr\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eIncludes 3\/4\" Roller bearing with 1\/2\" ID Spanner Bushing\u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eBore: 1\/2\" \u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e","brand":"CasterHQ","offers":[{"title":"CHOOSE YOUR BEARING OPTION:","offer_id":50131233177912,"sku":"VG-4X2-R12","price":23.0,"currency_code":"USD","in_stock":true},{"title":"STANDARD - 3\/4\" ROLLER BEARING W\/1\/2\" ID SPANNER","offer_id":50131233210680,"sku":"VG-4X2-R12","price":23.0,"currency_code":"USD","in_stock":true},{"title":"1\/2\" SEALED PRECISION BEARINGS","offer_id":50131233243448,"sku":"VG-4X2-R12","price":31.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-4X2-R12-2.jpg?v=1771095444"},{"product_id":"5-x-2-v-groove-wheel-900-lbs-capacity","title":"5\" x 2\" Cast Iron V-Groove Wheel Industrial Replacement Wheel – 900 lb | CasterHQ","description":"\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003eCast iron V-groove wheels are made specifically for use on inverted angle iron tracks; they can also be used on flat surfaces.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eStrong durable wheels at an economical price.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003eEach wheel has a precisely machined 90° V-groove with relief groove which enables load equalization.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTensile strength of 30,000 PSI.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTemperature range: -45° F to 600° F.\u003cbr\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eIncludes 3\/4\" Roller bearing with 1\/2\" ID Spanner Bushing\u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eBore: 1\/2\" \u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50131233374520,"sku":"VG-5X2-R12","price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-5X2-R12-2.jpg?v=1771095447"},{"product_id":"6-x-2-v-groove-wheel-1-000-lbs-capacity","title":"6\" x 2\" Cast Iron V-Groove Industrial Replacement Wheel – 1000 lb | CasterHQ","description":"\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003eCast iron V-groove wheels are made specifically for use on inverted angle iron tracks; they can also be used on flat surfaces.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eStrong durable wheels at an economical price.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003eEach wheel has a precisely machined 90° V-groove with relief groove which enables load equalization.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTensile strength of 30,000 PSI.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTemperature range: -45° F to 600° F.\u003cbr\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eIncludes 3\/4\" Roller bearing with 1\/2\" ID Spanner Bushing\u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eBore: 1\/2\" \u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50131233833272,"sku":"VG-6X2-R12","price":26.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-6X2-R12-2.jpg?v=1771095448"},{"product_id":"8-x-2-v-groove-wheel-1-200-lbs-capacity","title":"8\" x 2\" Cast Iron V-Groove Wheel – 1,200 lb | 1\/2\" Bore Roller Bearing | CasterHQ","description":"\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003eCast iron V-groove wheels are made specifically for use on inverted angle iron tracks; they can also be used on flat surfaces.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eStrong durable wheels at an economical price.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003eEach wheel has a precisely machined 90° V-groove with relief groove which enables load equalization.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTensile strength of 30,000 PSI.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003e \u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);  font-size: 13.3333px; background-color: initial;\"\u003eTemperature range: -45° F to 600° F.\u003cbr\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eIncludes 3\/4\" Roller bearing with 1\/2\" ID Spanner Bushing\u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cb style=\" font-size: 13.3333px; background-color: initial;\"\u003e\u003ci\u003eBore: 1\/2\" \u003c\/i\u003e\u003c\/b\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e","brand":"CasterHQ","offers":[{"title":"Default Title","offer_id":50131234324792,"sku":"VG-8X2-R12","price":51.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/VG-8X2-R12-2.jpg?v=1771095448"},{"product_id":"hamilton-ductile-iron-single-flanged-track-wheel-7-7-8-diameter-x-2-1-4-face-x-3-1-4-hub-length-with-1-precision-tapered-roller-bearing","title":"Hamilton WFT-82SDT-1 7-7\/8\" x 2-1\/4\" Ductile Iron Wheel – 4,750 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Ductile Iron Single Flanged Track Wheel 7-7\/8\" Diameter x 2-1\/4\" Face x 3-1\/4\" Hub length with 1\" Precision Tapered Roller Bearing, 4,750 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 3,000 lbs per wheel.\u003cbr\u003e\u003cb\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHAMILTON PART#: \u003c\/span\u003e\u003c\/b\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eWFT-82SDT-1\u003c\/b\u003e\u003c\/font\u003e","brand":"Hamilton","offers":[{"title":"1-1\/4\" Precision Tapered Roller Bearing","offer_id":50133720858936,"sku":"WFT-82SDT-1","price":530.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-3-4-2.jpg?v=1771097356"},{"product_id":"hamilton-ductile-iron-single-flanged-track-wheel-7-7-8-diameter-x-2-1-4-face-x-3-1-4-hub-length-with-3-4-precision-tapered-roller-bearing","title":"Hamilton WFT-82SDT-3\/4 7 7\/8\" x 2 1\/4\" Ductile Iron Wheel – 4,750 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Ductile Iron Single Flanged Track Wheel 7 7\/8\" Diameter x 2 1\/4\" Face x 3 1\/4\" Hub length with 3\/4\" Precision Tapered Roller Bearing, 4,750 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 4,750 LBS PER WHEEL.\u003cbr\u003e\u003cb\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHAMILTON PART#: \u003c\/span\u003e\u003c\/b\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eWFT-82SDT-3\/4\u003c\/b\u003e\u003c\/font\u003e","brand":"Hamilton","offers":[{"title":"3\/4\" Precision Tapered Roller Bearing","offer_id":50133720957240,"sku":"WFT-82SDT-3-4","price":530.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-3-4-2_8e47f720-0517-4d9c-b7df-de5b23952e48.jpg?v=1771097358"},{"product_id":"hamilton-wft-82t-1-cast-iron-single-flanged-track-wheel-8-diameter-precision-tapered-roller-bearing-for-industrial-use","title":"Hamilton WFT-82T-1 8\" x 2 1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel WFT-82T-1\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8\" Diameter x 2 1\/4\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e3 1\/4\" Hub Length with 1\" Precision Tapered Roller Bearing\u003c\/b\u003e\u003c\/font\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurability \u0026amp; Precision for Heavy-Duty Use\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-82T-1 Hamilton Cast Iron Single Flanged Track Wheel is engineered for strength, longevity, and precision. Designed to operate under heavy loads, this 8\" diameter wheel ensures smooth movement along tracks, making it an ideal choice for industrial, manufacturing, and transportation applications. Its robust cast iron construction and precision tapered roller bearing offer unmatched durability and performance.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Whether it's for factory floors, rail systems, or heavy equipment, the WFT-82T-1 wheel stands up to the challenge. Its single flanged design is specifically crafted to navigate tracks with ease, ensuring reliable and efficient operations in even the most demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Why Choose This Wheel --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eMaximize Performance \u0026amp; Reliability\u003c\/h2\u003e\n\t\u003cp\u003e\n        Opt for the Hamilton WFT-82T-1 for your track wheel needs and benefit from its superior construction, precise bearing integration, and exceptional load capacity. Enhance your operational efficiency and equipment longevity with this premium track wheel, designed to meet the rigorous demands of industrial and commercial use.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133721022776,"sku":"WFT-82T-1","price":385.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-1-2.jpg?v=1771097360"},{"product_id":"hamilton-wft-82t-1-1-4-cast-iron-single-flanged-track-wheel-8-diameter-precision-tapered-roller-bearing-for-industrial-use","title":"Hamilton WFT-82T-1-1\/4 8\" x 2-1\/4\" Cast Iron Wheel – 16000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel WFT-82T-1-1\/4\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8\" Diameter x 2 1\/4\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e3 1\/4\" Hub Length with 1\u003c\/b\u003e\u003c\/font\u003e\u003cspan style=\"background-color: initial;\"\u003e\u003cfont color=\"#8ac973\"\u003e\u003cb\u003e-1\/4\u003c\/b\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"color: rgb(138, 201, 115);\"\u003e\" Precision Tapered Roller Bearing\u003c\/b\u003e\n\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurability \u0026amp; Precision for Heavy-Duty Use\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-82T-1-1\/4 Hamilton Cast Iron Single Flanged Track Wheel is engineered for strength, longevity, and precision. Designed to operate under heavy loads, this 8\" diameter wheel ensures smooth movement along tracks, making it an ideal choice for industrial, manufacturing, and transportation applications. Its robust cast iron construction and precision tapered roller bearing offer unmatched durability and performance.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Whether it's for factory floors, rail systems, or heavy equipment, the WFT-82T-1-1\/4 wheel stands up to the challenge. Its single flanged design is specifically crafted to navigate tracks with ease, ensuring reliable and efficient operations in even the most demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Why Choose This Wheel --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eMaximize Performance \u0026amp; Reliability\u003c\/h2\u003e\n\t\u003cp\u003e\n        Opt for the Hamilton WFT-82T-1-1\/4 for your track wheel needs and benefit from its superior construction, precise bearing integration, and exceptional load capacity. Enhance your operational efficiency and equipment longevity with this premium track wheel, designed to meet the rigorous demands of industrial and commercial use.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133721940280,"sku":"WFT-82T-1-1-4","price":460.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-1-1-4-2.jpg?v=1771097361"},{"product_id":"hamilton-wft-82t-3-4-cast-iron-single-flanged-track-wheel-8-diameter-precision-tapered-roller-bearing-for-industrial-use","title":"Hamilton WFT-82T-3\/4 8\" x 2 1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel WFT-82T-3\/4\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8\" Diameter x 2 1\/4\" Face\u003c\/span\u003e | \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e3 1\/4\" Hub Length with 3\/4\" Precision Tapered Roller Bearing\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurability \u0026amp; Precision for Heavy-Duty Use\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-82T-3\/4 Hamilton Cast Iron Single Flanged Track Wheel is engineered for strength, longevity, and precision. Designed to operate under heavy loads, this 8\" diameter wheel ensures smooth movement along tracks, making it an ideal choice for industrial, manufacturing, and transportation applications. Its robust cast iron construction and precision tapered roller bearing offer unmatched durability and performance.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Whether it's for factory floors, rail systems, or heavy equipment, the WFT-82T-3\/4 wheel stands up to the challenge. Its single flanged design is specifically crafted to navigate tracks with ease, ensuring reliable and efficient operations in even the most demanding environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Why Choose This Wheel --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eMaximize Performance \u0026amp; Reliability\u003c\/h2\u003e\n\t\u003cp\u003e\n        Opt for the Hamilton WFT-82T-3\/4 for your track wheel needs and benefit from its superior construction, precise bearing integration, and exceptional load capacity. Enhance your operational efficiency and equipment longevity with this premium track wheel, designed to meet the rigorous demands of industrial and commercial use.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133722300728,"sku":"WFT-82T-3-4","price":395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-3-4-2_ce261e8b-02a5-45cc-98f3-fbebff04d95a.jpg?v=1771097362"},{"product_id":"hamilton-forged-steel-single-flanged-track-wheel-7-7-8-diameter-x-1-3-4-face-x-2-1-2-hub-length-with-1-1-4-precision-tapered-roller-bearings","title":"Hamilton WFT-8FT-1-1\/4 7 7\/8\" x 1 3\/4\" Forged Steel Wheel – 3,200 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Forged Steel Single Flanged Track Wheel 7 7\/8\" Diameter x 1 3\/4\" Face x 2 1\/2\" Hub length with 1 1\/4\" Precision Tapered Roller Bearings, 3,200 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 3,200 lbs per wheel.\u003cbr\u003e\u003cb\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHAMILTON PART#: \u003c\/span\u003e\u003c\/b\u003e\u003cfont color=\"#000000\"\u003e\u003cb\u003eWFT-8FT-1-1\/4\u003c\/b\u003e\u003c\/font\u003e","brand":"Hamilton","offers":[{"title":"1-1\/4\" Precision Tapered Roller Bearing","offer_id":50133722693944,"sku":"WFT-8FT-1-1-4","price":660.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-82T-3-4-2_9486af82-766d-47e6-bd84-87d9e2a107d7.jpg?v=1771097365"},{"product_id":"hamilton-single-flanged-nylast-hp-cast-nylon-track-wheel-8-diameter-x-2-face-x-3-1-4-hub-length-with-3-4-sealed-precision-ball-bearing","title":"Hamilton WFT-8NYB-3\/4 8\" x 2\" Nylast Wheel – 2,000 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Single Flanged Nylast (HP Cast Nylon) Track Wheel 8\" Diameter x 2\" Face x 3 1\/4\" Hub length with 3\/4\" Sealed Precision Ball Bearing, 2,000 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,000 lbs per wheel.\u003cbr\u003e\u003cb\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHamilton Part#: WFT-8NYB-3\/4\u003c\/span\u003e\u003c\/b\u003e","brand":"Hamilton","offers":[{"title":"3\/4\" Sealed Precision Ball Bearing","offer_id":50133724299576,"sku":"WFT-8NYB-3-4","price":708.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-8NYB-3-4-2_69a3a7c1-67d9-410c-88f7-d754435f60f7.jpg?v=1771097375"},{"product_id":"hamilton-wft-91l-1-15-16-cast-iron-double-flanged-track-wheel-9-dia-x-1-1-4-face-2-hub-length-for-industrial-use","title":"Hamilton WFT-91L-1-15\/16 9\" x 1-1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel WFT-91L-1-15\/16\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: #016367; border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9\" Diameter x 1 1\/4\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e2\" Hub Length | 1 15\/16\" Plain Bore\u003c\/b\u003e\u003c\/font\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePrecision Engineering \u0026amp; Durable Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91L-1-15\/16 Cast Iron Double Flanged Track Wheel is designed for unmatched durability and precision. With a 9-inch diameter and 1 1\/4-inch face, this wheel is ideal for heavy-duty applications, ensuring smooth operation and longevity in challenging environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Utility Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Engineered for industrial, manufacturing, and warehousing applications, the WFT-91L-1-15\/16 wheel excels in environments requiring robust material handling solutions. Its 2-inch hub length and 1 15\/16-inch plain bore offer seamless integration with a variety of equipment, making it a versatile choice for professionals.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Advantages --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimized for Efficiency \u0026amp; Reliability\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91L-1-15\/16 wheel stands out with its cast iron construction, providing superior strength and resistance to wear and deformation. Its double flanged design ensures optimal alignment and stability on track systems, enhancing operational efficiency and safety.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Elevate Your Operations --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Operational Capability\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade to the Hamilton Cast Iron Double Flanged Track Wheel WFT-91L-1-15\/16 for unparalleled performance and durability. Its precise engineering and robust design meet the demands of the most challenging applications, setting new standards in industrial mobility.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"1-15\/16\" Plain Bore","offer_id":50133725577528,"sku":"WFT-91L-1-15-16","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-15-16-2.jpg?v=1771097389"},{"product_id":"hamilton-wft-91l-1-3-8-cast-iron-double-flanged-track-wheel-9-dia-x-1-1-4-face-2-hub-length-for-industrial-use","title":"Hamilton WFT-91L-1-3\/8 9\" x 1-1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: #016367; font-weight: bold;  text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel WFT-91L-1-3\/8\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: #016367; border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9\" Diameter x 1 1\/4\" Face\u003c\/span\u003e | \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e2\" Hub Length | 1 3\/8\" Plain Bore\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePrecision Engineering \u0026amp; Durable Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91L-1-3\/8 Cast Iron Double Flanged Track Wheel is designed for unmatched durability and precision. With a 9-inch diameter and 1 1\/4-inch face, this wheel is ideal for heavy-duty applications, ensuring smooth operation and longevity in challenging environments.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Utility Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Engineered for industrial, manufacturing, and warehousing applications, the WFT-91L-1-3\/8 wheel excels in environments requiring robust material handling solutions. Its 2-inch hub length and 1 3\/8-inch plain bore offer seamless integration with a variety of equipment, making it a versatile choice for professionals.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Advantages --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eOptimized for Efficiency \u0026amp; Reliability\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91L-1-3\/8 wheel stands out with its cast iron construction, providing superior strength and resistance to wear and deformation. Its double flanged design ensures optimal alignment and stability on track systems, enhancing operational efficiency and safety.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Elevate Your Operations --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eElevate Your Operational Capability\u003c\/h2\u003e\n\t\u003cp\u003e\n        Upgrade to the Hamilton Cast Iron Double Flanged Track Wheel WFT-91L-1-3\/8 for unparalleled performance and durability. Its precise engineering and robust design meet the demands of the most challenging applications, setting new standards in industrial mobility.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"1-3\/8\" Plain Bore","offer_id":50133727183160,"sku":"WFT-91L-1-3-8","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-3-8-2.jpg?v=1771097389"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-1-7-16-plain-bore","title":"Hamilton WFT-91L-1-7\/16 9-1\/4\" x 1-1\/2\" Cast Iron Wheel – 2,800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9-1\/4\" Diameter x 1-1\/2\" Face x 3-1\/4\" Hub length with 1-7\/16\" Plain Bore Wheel - 2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-7\/16.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-7\/16\" Plain Bore","offer_id":50133727772984,"sku":"WFT-91L-1-7-16","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-7-16-2.jpg?v=1771097390"},{"product_id":"hamilton-wft-91t-1-cast-iron-double-flanged-track-wheel-9-diameter-with-precision-tapered-roller-bearing-for-industrial-use","title":"Hamilton WFT-91T-1 9\" x 1 1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton WFT-91T-1 Cast Iron Double Flanged Track Wheel\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9\" Diameter x 1 1\/4\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e1\" Precision Tapered Roller Bearing\u003c\/b\u003e\u003c\/font\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurable Design for Heavy-Duty Applications\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91T-1 Track Wheel showcases a robust cast iron construction, ideal for supporting heavy loads in industrial settings. With a 9\" diameter and a 1 1\/4\" face, this wheel is designed for optimal performance on track systems, ensuring smooth operation with its 1\" precision tapered roller bearing.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Functionality Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Engineered for reliability, the WFT-91T-1 excels in various demanding environments, from manufacturing facilities to warehouse operations. Its double flanged design improves track alignment and stability, making it a perfect choice for material handling, aerospace, automotive, and more.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Why Choose This Wheel --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Quality and Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Choose the Hamilton WFT-91T-1 for its unmatched quality and reliability. Its precision engineering and durable materials ensure long-lasting performance, reducing downtime and maintenance costs. Elevate your industrial operations with this high-capacity, precision track wheel.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133728035128,"sku":"WFT-91T-1","price":366.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91T-1-2.jpg?v=1771097394"},{"product_id":"hamilton-wft-91t-3-4-cast-iron-double-flanged-track-wheel-9-diameter-with-precision-tapered-roller-bearing-for-industrial-use","title":"Hamilton WFT-91T-3\/4 9\" x 1 1\/4\" Cast Iron Wheel – 16000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton WFT-91T-3\/4 Cast Iron Double Flanged Track Wheel\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9\" Diameter x 1 1\/4\" Face\u003c\/span\u003e | \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e3\/4\" Precision Tapered Roller Bearing\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurable Design for Heavy-Duty Applications\u003c\/h2\u003e\n\t\u003cp\u003e\n        The Hamilton WFT-91T-3\/4 Track Wheel showcases a robust cast iron construction, ideal for supporting heavy loads in industrial settings. With a 9\" diameter and a 1 1\/4\" face, this wheel is designed for optimal performance on track systems, ensuring smooth operation with its 3\/4\" precision tapered roller bearing.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Functionality Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Engineered for reliability, the WFT-91T-3\/4 excels in various demanding environments, from manufacturing facilities to warehouse operations. Its double flanged design improves track alignment and stability, making it a perfect choice for material handling, aerospace, automotive, and more.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Why Choose This Wheel --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Quality and Performance\u003c\/h2\u003e\n\t\u003cp\u003e\n        Choose the Hamilton WFT-91T-3\/4 for its unmatched quality and reliability. Its precision engineering and durable materials ensure long-lasting performance, reducing downtime and maintenance costs. Elevate your industrial operations with this high-capacity, precision track wheel.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133728198968,"sku":"WFT-91T-3-4","price":366.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91T-3-4-2.jpg?v=1771097395"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-1-1-2-plain-bore","title":"Hamilton WFT-91L-1-1\/2 9-1\/4\" x 1-1\/2\" Cast Iron Wheel – 2,800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9 1\/4\" Diameter x 1 1\/2\" Face x 3 1\/4\" Hub length with 1-1\/2\" Plain Bore,  2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-1\/2.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-1\/2\" Plain Bore","offer_id":50133728690488,"sku":"WFT-92L-1-1-2","price":340.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-92L-1-3-4-2.jpg?v=1771097398"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-1-15-16-plain-bore","title":"Hamilton WFT-91L-1-15\/16 9-1\/4\" x 1-1\/2\" Cast Iron Industrial Wheel – 2800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9 1\/4\" Diameter x 1 1\/2\" Face x 3 1\/4\" Hub length with 1-15\/16\" Plain Bore,  2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-15\/16.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-15\/16\" Plain Bore","offer_id":50133728854328,"sku":"WFT-92L-1-15-16","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-92L-1-3-4-2_08dc76d4-31db-4dc1-b04a-a60b3749ae68.jpg?v=1771097399"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-1-3-4-plain-bore","title":"Hamilton WFT-91L-1-3\/4 9-1\/4\" x 1-1\/2\" Cast Iron Wheel – 2,800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9 1\/4\" Diameter x 1 1\/2\" Face x 3 1\/4\" Hub length with 1 3\/4\" Plain Bore,  2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-3\/4.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-3\/4\" Plain Bore","offer_id":50133729018168,"sku":"WFT-92L-1-3-4","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-92L-1-3-4-2_1682fee7-53eb-4b0c-816c-ae4878d9f1e8.jpg?v=1771097403"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-1-3-8-plain-bore","title":"Hamilton WFT-91L-1-3\/8 9 1\/4\" x 1 1\/2\" Cast Iron Wheel – 2,800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9 1\/4\" Diameter x 1 1\/2\" Face x 3 1\/4\" Hub length with 1 3\/8\" Plain Bore,  2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-3\/8.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-3\/8\" Plain Bore","offer_id":50133729182008,"sku":"WFT-92L-1-3-8","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-92L-1-3-8-2.jpg?v=1771097405"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-diameter-x-1-1-4-face-x-2-hub-length-with-1-7-8-plain-bore","title":"Hamilton WFT-91L-1-7\/8 9\"x1-1\/4\" Cast Iron Wheel – 2,800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 8-7\/8\" Diameter x 1-1\/4\" Face x 2\" Hub length with 1-7\/8\" Plain Bore - 2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,800 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112); \"\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003e\u003cb\u003eWFT-91L-1-7\/8.\u003c\/b\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-7\/8\" Plain Bore","offer_id":50133729313080,"sku":"WFT-92L-1-7-8","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-92L-1-7-8-2.jpg?v=1771097407"},{"product_id":"hamilton-cast-iron-double-flanged-track-wheel-9-1-4-diameter-x-1-1-2-face-x-3-1-4-hub-length-with-2-1-4-plain-bore","title":"Hamilton WFT-92L-2-1\/4 9-1\/4\" x 1-1\/2\" Cast Iron Wheel – 2800 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Double Flanged Track Wheel 9-1\/4\" Diameter x 1-1\/2\" Face x 3-1\/4\" Hub length with 2-1\/4\" Plain Bore - 2,800 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Double Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,500 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cfont color=\"#000000\" face=\"Arial\"\u003e\u003cb\u003e\u003cspan style=\"background-color: initial;\"\u003e\u003c\/span\u003eWFT-92L-2-1\/4\u003c\/b\u003e\u003c\/font\u003e","brand":"Hamilton","offers":[{"title":"2-1\/4\" Plain Bore","offer_id":50133729607992,"sku":"WFT-92L-2-1-4","price":331.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-15-16-2_db6ba96b-0655-417b-a859-1cae928a16d2.jpg?v=1771097407"},{"product_id":"hamilton-wft-92t-1-cast-iron-double-flanged-track-wheel-9-1-4-diameter-with-1-precision-bearing-for-industrial-mobility","title":"Hamilton WFT-92T-1 9 1\/4\" x 1 1\/2\" Cast Iron Wheel – 18000 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    \u003c!-- Main Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton WFT-92T-1 Cast Iron Double Flanged Track Wheel\u003c\/h1\u003e\n    \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9 1\/4\" Diameter x 1 1\/2\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e1\" Precision Tapered Roller Bearing\u003c\/b\u003e\u003c\/font\u003e\n    \u003c\/div\u003e\n    \u003c!-- Section Header: Key Features --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eRobust Construction \u0026amp; High Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        The Hamilton WFT-92T-1 offers unmatched durability and efficiency with its cast iron construction and precision engineering. Featuring a 9 1\/4\" diameter and a 1 1\/2\" face, this double flanged track wheel is designed for seamless operation in the most demanding industrial settings.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Applications --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eIdeal for Diverse Industrial Environments\u003c\/h2\u003e\n    \u003cp\u003e\n        From manufacturing floors to automated warehousing, the WFT-92T-1 excels in various applications. Its 3 1\/2\" hub length and 1\" precision tapered roller bearing ensure stability and precision, making it a top choice for professionals seeking reliable material handling solutions.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Why Choose This Wheel --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Design for Maximum Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Select the Hamilton WFT-92T-1 for its superior load capacity, shock absorption, and ease of integration into existing systems. This wheel represents the pinnacle of industrial mobility, providing a perfect blend of strength, precision, and durability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133729673528,"sku":"WFT-92T-1","price":455.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-15-16-2_e55016de-cd0c-4e96-8e21-7427365f0178.jpg?v=1771097409"},{"product_id":"hamilton-wft-92t-1-1-4-cast-iron-double-flanged-track-wheel-9-1-4-diameter-with-1-1-4-precision-bearing-for-industrial-mobility","title":"Hamilton WFT-92T-1-1\/4 9 1\/4\" x 1 1\/2\" Cast Iron Wheel – 16000 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    \u003c!-- Main Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton WFT-92T-1-1\/4 Cast Iron Double Flanged Track Wheel\u003c\/h1\u003e\n    \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9 1\/4\" Diameter x 1 1\/2\" Face\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e1-1\/4\" Precision Tapered Roller Bearing\u003c\/b\u003e\u003c\/font\u003e\n    \u003c\/div\u003e\n    \u003c!-- Section Header: Key Features --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eRobust Construction \u0026amp; High Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        The Hamilton WFT-92T-1-1\/4 offers unmatched durability and efficiency with its cast iron construction and precision engineering. Featuring a 9 1\/4\" diameter and a 1 1\/2\" face, this double flanged track wheel is designed for seamless operation in the most demanding industrial settings.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Applications --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eIdeal for Diverse Industrial Environments\u003c\/h2\u003e\n    \u003cp\u003e\n        From manufacturing floors to automated warehousing, the WFT-92T-1-1\/4 excels in various applications. Its 3 1\/2\" hub length and 1-1\/4\" precision tapered roller bearing ensure stability and precision, making it a top choice for professionals seeking reliable material handling solutions.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Why Choose This Wheel --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Design for Maximum Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Select the Hamilton WFT-92T-1-1\/4 for its superior load capacity, shock absorption, and ease of integration into existing systems. This wheel represents the pinnacle of industrial mobility, providing a perfect blend of strength, precision, and durability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133730525496,"sku":"WFT-92T-1-1-4","price":455.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-15-16-2_0d7c833f-a49d-4655-ac80-41f1590068a6.jpg?v=1771097411"},{"product_id":"hamilton-wft-92t-3-4-cast-iron-double-flanged-track-wheel-9-1-4-diameter-with-3-4-precision-bearing-for-industrial-mobility","title":"Hamilton WFT-92T-3\/4 9 1\/4\" x 1 1\/2\" Cast Iron Wheel – 16000 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    \u003c!-- Main Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003eHamilton WFT-92T-3\/4 Cast Iron Double Flanged Track Wheel\u003c\/h1\u003e\n    \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e9 1\/4\" Diameter x 1 1\/2\" Face\u003c\/span\u003e | \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e3\/4\" Precision Tapered Roller Bearing\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- Section Header: Key Features --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eRobust Construction \u0026amp; High Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        The Hamilton WFT-92T-3\/4 offers unmatched durability and efficiency with its cast iron construction and precision engineering. Featuring a 9 1\/4\" diameter and a 1 1\/2\" face, this double flanged track wheel is designed for seamless operation in the most demanding industrial settings.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Applications --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eIdeal for Diverse Industrial Environments\u003c\/h2\u003e\n    \u003cp\u003e\n        From manufacturing floors to automated warehousing, the WFT-92T-3\/4 excels in various applications. Its 3 1\/2\" hub length and 3\/4\" precision tapered roller bearing ensure stability and precision, making it a top choice for professionals seeking reliable material handling solutions.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Why Choose This Wheel --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Design for Maximum Efficiency\u003c\/h2\u003e\n    \u003cp\u003e\n        Select the Hamilton WFT-92T-3\/4 for its superior load capacity, shock absorption, and ease of integration into existing systems. This wheel represents the pinnacle of industrial mobility, providing a perfect blend of strength, precision, and durability.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133731049784,"sku":"WFT-92T-3-4","price":455.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-91L-1-15-16-2_67d46c7d-f704-4391-8a3b-d801f059a8be.jpg?v=1771097413"},{"product_id":"hamilton-wft-9h-1-cast-iron-flanged-wheel-8-7-8-dia-x-2-1-4-face-1-roller-bearing","title":"Hamilton WFT-9H-1 8 7\/8\" x 2 1\/4\" Cast Iron Wheel – 18000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tHamilton Cast Iron Single Flanged Track Wheel WFT-9H-1\n\t\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8 7\/8\" Diameter\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e2 1\/4\" Face\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e2 1\/4\" Hub Length\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e1\" Straight Roller Bearing\u003c\/b\u003e\u003c\/font\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePrecision Engineering \u0026amp; Durable Design\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-9H-1 Hamilton Cast Iron Single Flanged Track Wheel is engineered for precision and durability, designed to support heavy loads with ease. Its 8 7\/8\" diameter and 2 1\/4\" face width are ideal for a variety of industrial applications, while the 1\" straight roller bearing ensures smooth operation under the toughest conditions.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Perfect for use in manufacturing, warehousing, and transportation infrastructure, the WFT-9H-1 wheel is built to last. Its cast iron construction offers unmatched strength and reliability, making it a preferred choice for track and rail systems where precision movement is critical.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Product Specifications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSpecifications You Can Trust\u003c\/h2\u003e\n\t\u003cp\u003e\n        With a hub length of 2 1\/4\", this Hamilton flanged wheel is designed for optimal performance. The 1\" straight roller bearing provides exceptional load capacity and smooth motion, ensuring your operations run efficiently and without interruption.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Order Now --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operations Today\u003c\/h2\u003e\n\t\u003cp\u003e\n        Elevate your industrial capabilities with the Hamilton WFT-9H-1 Cast Iron Single Flanged Track Wheel. Its robust design and engineering excellence make it an essential component for any heavy-duty application. Experience the difference in quality and performance — order now to take your operations to the next level.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133731082552,"sku":"WFT-9H-1","price":303.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9T-3-4-2.jpg?v=1771097416"},{"product_id":"hamilton-wft-9h-1-1-4-cast-iron-flanged-wheel-8-7-8-dia-x-2-1-4-face-1-1-4-roller-bearing","title":"Hamilton WFT-9H-1-1\/4 8 7\/8\" x 2 1\/4\" Cast Iron Wheel – 16000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tHamilton Cast Iron Single Flanged Track Wheel WFT-9H-1-1\/4\n\t\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8 7\/8\" Diameter\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e2 1\/4\" Face\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e2 1\/4\" Hub Length\u003c\/span\u003e | \u003cfont color=\"#8ac973\"\u003e\u003cb\u003e1\u003c\/b\u003e\u003c\/font\u003e\u003cspan style=\"background-color: initial;\"\u003e\u003cfont color=\"#8ac973\"\u003e\u003cb\u003e-1\/4\u003c\/b\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"color: rgb(138, 201, 115);\"\u003e\" Straight Roller Bearing\u003c\/b\u003e\n\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePrecision Engineering \u0026amp; Durable Design\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-9H-1-1\/4 Hamilton Cast Iron Single Flanged Track Wheel is engineered for precision and durability, designed to support heavy loads with ease. Its 8 7\/8\" diameter and 2 1\/4\" face width are ideal for a variety of industrial applications, while the 1-1\/4\" straight roller bearing ensures smooth operation under the toughest conditions.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Perfect for use in manufacturing, warehousing, and transportation infrastructure, the WFT-9H-1-1\/4 wheel is built to last. Its cast iron construction offers unmatched strength and reliability, making it a preferred choice for track and rail systems where precision movement is critical.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Product Specifications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSpecifications You Can Trust\u003c\/h2\u003e\n\t\u003cp\u003e\n        With a hub length of 2 1\/4\", this Hamilton flanged wheel is designed for optimal performance. The 1-1\/4\" straight roller bearing provides exceptional load capacity and smooth motion, ensuring your operations run efficiently and without interruption.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Order Now --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operations Today\u003c\/h2\u003e\n\t\u003cp\u003e\n        Elevate your industrial capabilities with the Hamilton WFT-9H-1-1\/4 Cast Iron Single Flanged Track Wheel. Its robust design and engineering excellence make it an essential component for any heavy-duty application. Experience the difference in quality and performance — order now to take your operations to the next level.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133731246392,"sku":"WFT-9H-1-1-4","price":307.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9T-3-4-2_aaffbd74-32e3-4d51-afa6-a650813be96e.jpg?v=1771097416"},{"product_id":"hamilton-wft-9h-3-4-cast-iron-flanged-wheel-8-7-8-dia-x-2-1-4-face-3-4-roller-bearing","title":"Hamilton WFT-9H-3\/4 8 7\/8\" x 2 1\/4\" Cast Iron Wheel – 16000 lb | CasterHQ","description":"\u003c!-- Main Container --\u003e\n\u003cdiv style=\"box-shadow: 0px 4px 8px rgba(0,0,0,0.1); padding: 20px; border-radius: 12px;\"\u003e\n\t\u003c!-- Main Header --\u003e\n\t\u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n\tHamilton Cast Iron Single Flanged Track Wheel WFT-9H-3\/4\n\t\u003c\/h1\u003e\n\t\u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8 7\/8\" Diameter\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e2 1\/4\" Face\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e2 1\/4\" Hub Length\u003c\/span\u003e | \n\t\t\u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003e3\/4\" Straight Roller Bearing\u003c\/span\u003e\n\t\u003c\/div\u003e\n\t\u003c!-- Section Header: Key Features --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003ePrecision Engineering \u0026amp; Durable Design\u003c\/h2\u003e\n\t\u003cp\u003e\n        The WFT-9H-3\/4 Hamilton Cast Iron Single Flanged Track Wheel is engineered for precision and durability, designed to support heavy loads with ease. Its 8 7\/8\" diameter and 2 1\/4\" face width are ideal for a variety of industrial applications, while the 3\/4\" straight roller bearing ensures smooth operation under the toughest conditions.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Applications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application Across Industries\u003c\/h2\u003e\n\t\u003cp\u003e\n        Perfect for use in manufacturing, warehousing, and transportation infrastructure, the WFT-9H-3\/4 wheel is built to last. Its cast iron construction offers unmatched strength and reliability, making it a preferred choice for track and rail systems where precision movement is critical.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Product Specifications --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSpecifications You Can Trust\u003c\/h2\u003e\n\t\u003cp\u003e\n        With a hub length of 2 1\/4\", this Hamilton flanged wheel is designed for optimal performance. The 3\/4\" straight roller bearing provides exceptional load capacity and smooth motion, ensuring your operations run efficiently and without interruption.\n\t\u003c\/p\u003e\n\t\u003c!-- Section Header: Order Now --\u003e\n\t\u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eEnhance Your Operations Today\u003c\/h2\u003e\n\t\u003cp\u003e\n        Elevate your industrial capabilities with the Hamilton WFT-9H-3\/4 Cast Iron Single Flanged Track Wheel. Its robust design and engineering excellence make it an essential component for any heavy-duty application. Experience the difference in quality and performance — order now to take your operations to the next level.\n\t\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133732950328,"sku":"WFT-9H-3-4","price":309.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9T-3-4-2_383e393b-5caf-4804-a3e2-14e6f4298c6d.jpg?v=1771097418"},{"product_id":"hamilton-cast-iron-single-flanged-track-wheel-8-7-8-diameter-x-2-1-4-face-x-2-1-4-hub-length-with-7-8-straight-roller-bearing","title":"Hamilton WFT-9H-7\/8 8-7\/8\" x 2-1\/4\" Cast Iron Wheel – 3,750 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel 8-7\/8\" Diameter x 2 1\/4\" Face x 2 1\/4\" Hub length with 7\/8\" Straight Roller Bearing - 3,750 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 3,750 lbs per wheel.\u003cbr\u003e\u003cb\u003eHAMILTON PART#: WFT-9H-7\/8\u003c\/b\u003e","brand":"Hamilton","offers":[{"title":"7\/8\" Straight Roller Bearing","offer_id":50133733245240,"sku":"WFT-9H-7-8","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9H-7-8-2.jpg?v=1771097421"},{"product_id":"hamilton-wft-9l-1-cast-iron-single-flanged-track-wheel-8-7-8-diameter-2-1-4-face-industrial-railway-use","title":"Hamilton WFT-9L-1 8 7\/8\" x 2 1\/4\" Cast Iron Wheel – 18000 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    \u003c!-- Main Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Hamilton Cast Iron Single Flanged Track Wheel WFT-9L-1\n    \u003c\/h1\u003e\n    \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8 7\/8\" Diameter\u003c\/span\u003e | \n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e2 1\/4\" Face\u003c\/span\u003e | \n        \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eIndustrial \u0026amp; Railway Use\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- Section Header: Key Features --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurability \u0026amp; Precision Engineering\u003c\/h2\u003e\n    \u003cp\u003e\n        The Hamilton WFT-9L-1 Cast Iron Single Flanged Track Wheel offers unmatched durability and precision. With an 8 7\/8\" diameter, 2 1\/4\" face, and 2 1\/4\" hub length, it's engineered for high-capacity applications. Its 1\" plain bore ensures a perfect fit for a variety of industrial and railway applications, providing reliable and efficient operation.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Applications --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application \u0026amp; High Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        Designed for the rigors of industrial environments and railway systems, the WFT-9L-1 excels in both. Its robust cast iron construction and precise flange design ensure smooth tracking and longevity, making it an ideal choice for heavy-duty material handling, manufacturing lines, and rail-guided systems.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Why Choose Us --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Quality \u0026amp; Expert Support\u003c\/h2\u003e\n    \u003cp\u003e\n        Choose the Hamilton WFT-9L-1 for its superior quality and our expert support. Our commitment to excellence ensures that each wheel is crafted with precision, meeting the highest standards of durability and performance. Elevate your operations with a wheel designed to tackle the toughest tasks with ease.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133733310776,"sku":"WFT-9L-1","price":289.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9L-1-1-4-2.jpg?v=1771097420"},{"product_id":"hamilton-cast-iron-single-flanged-track-wheel-8-7-8-diameter-x-1-1-4-face-x-2-hub-length-with-1-1-2-plain-bore","title":"Hamilton WFT-9L-1-1\/2 8-7\/8\" x 1-1\/4\" Cast Iron Wheel – 3,750 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel 8-7\/8\" Diameter x 1-1\/4\" Face x 2\" Hub length with 1-1\/2\" Plain Bore - 3,750 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 3,750 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cfont color=\"#000000\" face=\"Arial\"\u003e\u003cb\u003eWFT-9L-1-1\/2.\u003c\/b\u003e\u003c\/font\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-1\/2\" Plain Bore","offer_id":50133733540152,"sku":"WFT-9L-1-1-2","price":248.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9L-1-1-4-2_4ef039d5-898d-4340-ae10-e0e5fba6dc0b.jpg?v=1771097422"},{"product_id":"hamilton-cast-iron-single-flanged-track-wheel-8-7-8-diameter-x-1-1-4-face-x-2-hub-length-with-1-1-4-plain-bore","title":"Hamilton WFT-9L-1-1\/4 8-7\/8\" x 1-1\/4\" Cast Iron Wheel – 3750 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel 8-7\/8\" Diameter x 1-1\/4\" Face x 2\" Hub length with 1-1\/4\" Plain Bore - 3,750 lbs Capacity\u003c\/h1\u003e\u003chr\u003e\u003cspan style=\" color: rgb(0, 0, 0); font-size: 16px;\"\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 3,750 lbs per wheel. \u003cb\u003eHamilton Part#: \u003c\/b\u003e\u003c\/span\u003e\u003cfont color=\"#000000\" face=\"Arial\"\u003e\u003cb\u003eWFT-9L-1-1\/4.\u003c\/b\u003e\u003c\/font\u003e\u003cspan style=\"background-color: initial; color: rgb(109, 110, 112);  font-size: 60px;\"\u003e\u003c\/span\u003e","brand":"Hamilton","offers":[{"title":"1-1\/4\" Plain Bore","offer_id":50133733933368,"sku":"WFT-9L-1-1-4","price":248.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9L-1-1-4-2_1b9d45e8-ed32-4996-ba84-c4b7cab62c06.jpg?v=1771097425"},{"product_id":"hamilton-wft-9l-1-15-16-cast-iron-single-flanged-track-wheel-8-7-8-diameter-2-1-4-face-industrial-railway-use","title":"Hamilton WFT-9L-1-15\/16 8 7\/8\" x 2 1\/4\" Cast Iron Wheel – 18000 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    \u003c!-- Main Header --\u003e\n    \u003ch1 style=\"color: rgb(1, 99, 103); font-weight: bold;  text-align: center;\"\u003e\n        Hamilton Cast Iron Single Flanged Track Wheel WFT-9L-1-15\/16\n    \u003c\/h1\u003e\n    \u003cdiv style=\"background-color: rgb(1, 99, 103); border-radius: 12px; padding: 10px; text-align: center;\"\u003e\n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e8 7\/8\" Diameter\u003c\/span\u003e | \n        \u003cspan style=\"color: #FFFFFF; font-weight: bold;\"\u003e2 1\/4\" Face\u003c\/span\u003e | \n        \u003cspan style=\"color: #8AC973; font-weight: bold;\"\u003eIndustrial \u0026amp; Railway Use\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- Section Header: Key Features --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eDurability \u0026amp; Precision Engineering\u003c\/h2\u003e\n    \u003cp\u003e\n        The Hamilton WFT-9L-1-15\/16 Cast Iron Single Flanged Track Wheel offers unmatched durability and precision. With an 8 7\/8\" diameter, 2 1\/4\" face, and 2 1\/4\" hub length, it's engineered for high-capacity applications. Its 1-15\/16\" plain bore ensures a perfect fit for a variety of industrial and railway applications, providing reliable and efficient operation.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Applications --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eVersatile Application \u0026amp; High Performance\u003c\/h2\u003e\n    \u003cp\u003e\n        Designed for the rigors of industrial environments and railway systems, the WFT-9L-1-15\/16 excels in both. Its robust cast iron construction and precise flange design ensure smooth tracking and longevity, making it an ideal choice for heavy-duty material handling, manufacturing lines, and rail-guided systems.\n    \u003c\/p\u003e\n    \u003c!-- Section Header: Why Choose Us --\u003e\n    \u003ch2 style=\"color: #8AC973; font-weight: bold; \"\u003eSuperior Quality \u0026amp; Expert Support\u003c\/h2\u003e\n    \u003cp\u003e\n        Choose the Hamilton WFT-9L-1-15\/16 for its superior quality and our expert support. Our commitment to excellence ensures that each wheel is crafted with precision, meeting the highest standards of durability and performance. Elevate your operations with a wheel designed to tackle the toughest tasks with ease.\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Hamilton","offers":[{"title":"Default Title","offer_id":50133734031672,"sku":"WFT-9L-1-15-16","price":268.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9L-1-1-4-2_026dd5ad-391e-492b-b41e-92ef9a5e89dc.jpg?v=1771097425"},{"product_id":"hamilton-cast-iron-single-flanged-track-wheel-8-7-8-diameter-x-1-1-4-face-x-2-hub-length-with-1-7-16-plain-bore","title":"Hamilton 8-7\/8\" x 1-1\/4\" Cast Iron Single Flanged Wheel – 2500 lb | CasterHQ","description":"\u003ch1 style=\"text-align: center;\"\u003eHamilton Cast Iron Single Flanged Track Wheel 8-7\/8\" Diameter x 1-1\/4\" Face x 2\" Hub length with 1-7\/16\" Plain Bore - 2,500 lbs Capacity\u003c\/h1\u003e\u003chr\u003eThis listing is for a Hamilton Single Flanged Track Wheel that is made out of Cast Iron with a weight capacity of 2,500 lbs per wheel.","brand":"Hamilton","offers":[{"title":"1-7\/16\" Plain Bore","offer_id":50133734326584,"sku":"WFT-9L-1-7-16","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/files\/WFT-9L-1-7-16-2.jpg?v=1771097430"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/4191\/0328\/collections\/621_76f1c255-e6d2-4a69-b074-bcd09a8c410d.jpg?v=1769533984","url":"https:\/\/casterhq.com\/collections\/track-wheels-all-types.oembed?page=3","provider":"CasterHQ","version":"1.0","type":"link"}