ebikes with basket
A collection page of Himiway Bike
About
.ebike-collection-intro { padding: 1px 1px; background: #ffffff; } .ebike-container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .ebike-intro-content h2 { font-size: 2.2rem; color: #333; margin-bottom: 2.5rem; text-align: center; font-weight: 700; line-height: 1.2; } .ebike-value-propositions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 3rem; } .ebike-value-item { background: #ffffff; padding: 1.5rem; border-radius: 8px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .ebike-value-item:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(220, 38, 38, 0.1); border-color: #dc2626; } .ebike-value-item h3 { margin-bottom: 0.8rem; font-size: 1.1rem; font-weight: 600; line-height: 1.4; } .ebike-value-item p { color: #666; line-height: 1.5; margin: 0; font-size: 0.95rem; } .ebike-products-section h3 { font-size: 2rem; color: #333; text-align: center; margin-bottom: 2rem; font-weight: 700; } .ebike-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; } .ebike-product-card { background: #ffffff; padding: 1.5rem; border-radius: 8px; border: 1px solid #e5e5e5; transition: all 0.3s ease; } .ebike-product-card:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(220, 38, 38, 0.1); border-color: #dc2626; } .ebike-product-title { margin-bottom: 0.8rem; font-size: 1.1rem; font-weight: 600; line-height: 1.4; } .ebike-product-link:hover { text-decoration: underline; } .ebike-product-features { list-style: none; padding: 0; margin: 0; } .ebike-product-features li { color: #666; margin-bottom: 0.3rem; font-size: 0.95rem; line-height: 1.5; } .ebike-faq-section { padding: 3rem 0; background: #ffffff; } .ebike-faq-section h2 { font-size: 2rem; color: #333; text-align: center; margin-bottom: 2rem; font-weight: 700; } .ebike-faq-list { max-width: 900px; margin: 0 auto; } .ebike-faq-item { background: #ffffff; border: 1px solid #e5e5e5; bo