Mid Drive Ebikes

A collection page of Himiway Bike

category
Products
5
Active ads
0
Depth
Published
2025/07/16

About

/* Scope Isolation & CSS Variables */ .ebike-article-container { --ebike-primary: #0f172a; /* Deep Slate Navy */ --ebike-accent: #f97316; /* Sporty Electric Orange */ --ebike-accent-hover: #ea580c; --ebike-text-main: #334155; /* Crisp Dark Grey */ --ebike-text-muted: #64748b; /* Subdued Slate */ --ebike-bg-card: #f8fafc; /* Soft Off-White/Grey */ --ebike-border: #e2e8f0; /* Subtle Border */ --ebike-highlight: #fff7ed; /* Warm Accent Tint */ --ebike-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 920px; margin: 0 auto; padding: 4px 20px; font-family: var(--ebike-font); color: var(--ebike-text-main); line-height: 1.75; font-size: 16px; letter-spacing: -0.01em; box-sizing: border-box; } .ebike-article-container * { box-sizing: border-box; } /* Hero H1 Heading */ .ebike-article-container h1 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; line-height: 1.25; color: var(--ebike-primary); margin-bottom: 20px; letter-spacing: -0.025em; border-bottom: 3px solid var(--ebike-accent); padding-bottom: 16px; } /* Section H2 Headings */ .ebike-article-container h2 { font-size: clamp(20px, 3vw, 26px); font-weight: 700; color: var(--ebike-primary); margin-top: 48px; margin-bottom: 20px; padding-left: 14px; border-left: 4px solid var(--ebike-accent); letter-spacing: -0.02em; } /* Sub H4 Headings */ .ebike-article-container h4 { font-size: 18px; font-weight: 600; color: var(--ebike-primary); margin-top: 24px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; } /* Paragraphs & Intro */ .ebike-article-container p { margin-bottom: 16px; font-size: 16px; } .ebike-article-container .lead-paragraph { font-size: 18px; font-weight: 400; line-height: 1.7; color: #1e293b; margin-bottom: 28px; } /* Lists Styling */ .ebike-article-container ul { margin: 12px 0 24px 0; padding-left: 0; list-style: none; } .ebike-article-container ul li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: 1.6; } .ebi