Men's Electric Bikes

A collection page of Himiway Bike

category
Products
10
Active ads
0
Depth
Published
2025/12/25

About

/* Men's Electric Bikes Collection Styles */ .mens-ebike-collection { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .mens-ebike-collection h2 { font-size: 2.2rem; color: #2c3e50; text-align: center; margin: 40px 0 30px; font-weight: 700; } .mens-ebike-collection h3 { font-size: 1.6rem; color: #2c3e50; text-align: center; margin: 35px 0 25px; font-weight: 600; } .mens-ebike-collection p { color: #5a6c7d; margin-bottom: 16px; } /* Quick Summary */ .mens-summary-box { background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border-left: 4px solid #dc2626; border-radius: 8px; padding: 20px 25px; margin-bottom: 35px; } .mens-summary-box p { color: #991b1b; margin: 0; font-size: 1.05rem; line-height: 1.7; } .mens-summary-box a { color: #dc2626; font-weight: 600; text-decoration: none; } .mens-summary-box a:hover { text-decoration: underline; } /* Feature Categories Grid */ .mens-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 40px; } .mens-feature-card { background: #fff; border-radius: 10px; padding: 25px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .mens-feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .mens-feature-card h4 { font-size: 1.2rem; color: #2c3e50; margin: 0 0 15px 0; font-weight: 600; } .mens-feature-card ul { list-style: none; padding: 0; margin: 0; } .mens-feature-card li { padding: 8px 0; color: #5a6c7d; display: flex; align-items: flex-start; gap: 10px; } .mens-feature-card li::before { content: "✓"; color: #27ae60; font-weight: bold; flex-shrink: 0; } /* Product Picks Grid */ .mens-picks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 40px; } .mens-pick-card { background: #fff; border-radius: 10px; padding: 25px; box-shadow: 0 3px 15px rgba(0