20 inch frame to 26 inch frame ebike

A collection page of Himiway Bike

category
Products
4
Active ads
0
Depth
Published
2026/09/07

About

/* Scoped Modern E-Commerce Typography & Component Styling */ .ebike-article-spec { --ebike-primary: #0f172a; /* Deep Slate / Near Black */ --ebike-accent: #2563eb; /* High-performance Electric Cobalt */ --ebike-accent-glow: rgba(37, 99, 235, 0.08); --ebike-text-main: #334155; /* Refined Charcoal */ --ebike-text-muted: #64748b; /* Slate Muted */ --ebike-bg-surface: #f8fafc; /* Clean Off-White */ --ebike-border: #e2e8f0; /* Subtle Border */ --ebike-radius: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--ebike-text-main); line-height: 1.75; font-size: 16px; max-width: 860px; margin: 0 auto; padding: 1px 20px; -webkit-font-smoothing: antialiased; } /* Headings */ .ebike-article-spec h2 { color: var(--ebike-primary); font-size: 1.65rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; margin-top: 3.5rem; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--ebike-border); position: relative; } .ebike-article-spec h2:first-of-type { margin-top: 0; font-size: 2.1rem; border-bottom: 3px solid var(--ebike-primary); padding-bottom: 1rem; letter-spacing: -0.03em; } .ebike-article-spec h2::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 48px; height: 2px; background-color: var(--ebike-accent); } .ebike-article-spec h2:first-of-type::after { height: 3px; width: 64px; } /* Paragraphs */ .ebike-article-spec p { margin-bottom: 1.25rem; font-size: 1.05rem; color: var(--ebike-text-main); } /* Lead paragraph for intro */ .ebike-article-spec h2:first-of-type + p { font-size: 1.15rem; line-height: 1.8; color: #1e293b; font-weight: 450; } /* Formula & Specification Highlights */ .ebike-article-spec p:has(+ p), .ebike-article-spec p:not(:has(*)) { /* Targets mathematical/dimension lines */ } /* Highlighting dimensional formulas and key metrics */ .ebike-article-spec p:empty { display: none; } /* Lists styling */ .ebike-article-spec ul { list-style: none