user custom ebike
A collection page of Himiway Bike
About
/* =================================================== COLLECTION: Custom eBike Prefix: custom Version: v2.4 =================================================== */ .custom-collection { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 20px 20px 40px; } /* --- Module 1: Quick Summary --- */ .custom-quick-summary { margin-bottom: 35px; } .custom-summary-box { background: linear-gradient(135deg, #fef2f2, #fee2e2); border-left: 4px solid #dc2626; border-radius: 8px; padding: 20px 25px; color: #991b1b; font-size: 1rem; line-height: 1.7; } .custom-summary-box strong { font-weight: 700; } /* --- Module 2: Intro + Feature Categories --- */ .custom-intro { margin-bottom: 40px; } .custom-intro header { text-align: center; margin-bottom: 30px; } .custom-intro h2 { font-size: 2.4rem; font-weight: 700; color: #2c3e50; margin: 0 0 12px; line-height: 1.25; } .custom-intro-text { font-size: 1.05rem; color: #5a6c7d; max-width: 760px; margin: 0 auto; } .custom-features-overview { margin-bottom: 40px; } .custom-features-overview h3 { font-size: 1.8rem; font-weight: 600; color: #2c3e50; text-align: center; margin-bottom: 24px; } .custom-feature-categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .custom-feature-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 25px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: transform 0.2s, box-shadow 0.2s; } .custom-feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); } .custom-feature-card h4 { font-size: 1.1rem; font-weight: 600; color: #2c3e50; margin: 0 0 14px; } .custom-feature-card ul { list-style: none; margin: 0; padding: 0; } .custom-feature-card li { font-size: 0.93rem; color: #5a6c7d; padding: 5px 0 5px 22px; position: relative; } .custom-feature-card li::before { content: "✓"; color: #dc2626; font-weight: 700; po