Snow Blades

Refine Your Selection

Select an option below to narrow down your matching equipment and parts:

Compare Selected
/* Agri Parts Pros - Card Quick Links Styling */ .card-quick-links { display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; margin-top: 10px !important; padding-top: 8px !important; border-t: 1px solid #f1f5f9 !important; } .card-link { font-family: 'Montserrat', sans-serif !important; font-weight: 700 !important; font-size: 12px !important; text-transform: uppercase !important; text-decoration: none !important; transition: color 0.2s ease !important; } /* Red Indicator Accent for Parts */ .card-link.link-parts { color: #dc2626 !important; /* Bold Red Accent */ } .card-link.link-parts:hover { color: #991b1b !important; text-decoration: underline !important; } /* Green Indicator Accent for Manuals */ .card-link.link-manuals { color: #0A4D3C !important; /* APP Brand Green */ } .card-link.link-manuals:hover { color: #D4A017 !important; /* APP Brand Gold */ text-decoration: underline !important; } .card-link-divider { color: #cbd5e1 !important; font-size: 12px !important; font-weight: 400 !important; }