Best Hardtail eBikes
A collection page of Himiway Bike
About
.hardtail-collection { padding: 0; background: #fff; } .hardtail-container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .hardtail-summary-box { background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border-left: 4px solid #dc2626; padding: 20px 25px; border-radius: 8px; margin-bottom: 35px; } .hardtail-summary-box p { color: #991b1b; font-size: 1.05rem; line-height: 1.6; margin: 0; } .hardtail-collection h2 { font-size: 2.2rem; color: #2d3436; margin-bottom: 1.5rem; text-align: center; font-weight: 700; line-height: 1.2; } .hardtail-collection h3 { font-size: 1.8rem; color: #2d3436; text-align: center; margin-bottom: 1.5rem; font-weight: 600; } .hardtail-intro-text { text-align: center; color: #666; font-size: 1rem; max-width: 800px; margin: 0 auto 2rem; line-height: 1.6; } .hardtail-feature-categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; } .hardtail-feature-card { background: #fff; padding: 25px; border-radius: 10px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .hardtail-feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); border-color: #dc2626; } .hardtail-feature-card h4 { font-size: 1.3rem; color: #2d3436; margin-bottom: 1rem; font-weight: 600; } .hardtail-feature-card ul { list-style: none; padding: 0; margin: 0; } .hardtail-feature-card li { color: #5a6c7d; padding: 0.4rem 0; font-size: 0.95rem; line-height: 1.5; } .hardtail-feature-card li::before { content: "✓ "; color: #27ae60; font-weight: 600; } .hardtail-picks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; } .hardtail-pick-card { background: #fff; padding: 25px; border-radius: 10px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .hardtail-pick-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); border-color: #dc2626; } .hardtail-pick-label { font-size: 1rem; color: #dc2626; margin-bottom: 0.5r