gravel ebike
A collection page of Himiway Bike
About
/* Root Theme Variables for Clean Scalability */ .ebike-article-container { --ebike-primary: #0f172a; /* Deep luxury slate */ --ebike-accent: #d97706; /* Refined trail amber/copper */ --ebike-accent-light: #fffbeb; /* Subtle tinted highlight */ --ebike-text: #334155; /* Readable body slate */ --ebike-muted: #64748b; /* Soft secondary text */ --ebike-border: #e2e8f0; /* Modern crisp dividing lines */ --ebike-bg-card: #f8fafc; /* Ultra-clean muted card background */ --ebike-table-header: #1e293b; /* Solid premium dark header */ --ebike-highlight-col: #f0fdf4; /* Very soft contrast background */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--ebike-text); line-height: 1.75; font-size: 16px; letter-spacing: -0.01em; max-width: 860px; margin: 0 auto; padding: 4px 20px 20px 20px; box-sizing: border-box; } .ebike-article-container * { box-sizing: border-box; } /* Main & Secondary Headings */ .ebike-article-container h2 { font-size: clamp(24px, 3.2vw, 32px); font-weight: 700; color: var(--ebike-primary); letter-spacing: -0.025em; line-height: 1.25; margin-top: 56px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--ebike-border); position: relative; } /* First heading top clean spacing */ .ebike-article-container > h2:first-of-type { margin-top: 0; font-size: clamp(28px, 4vw, 40px); border-bottom: 2px solid var(--ebike-primary); padding-bottom: 18px; } /* Subtle indicator on sub-section titles */ .ebike-article-container h2:not(:first-of-type)::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 48px; height: 2px; background-color: var(--ebike-accent); } .ebike-article-container h4 { font-size: 18px; font-weight: 600; color: var(--ebike-primary); margin-top: 32px; margin-bottom: 8px; letter-spacing: -0.01em; } /* Paragraphs */ .ebike-article-container p { margin: 0 0 18px 0; font-size: 16px; font-weight: 400; } /* Hero Intro Text Styling */ .ebike-article-contain