Best Electric Bicycles Under $2000
A collection page of Himiway Bike
About
/* ========================================================== HIMIWAY COLLECTION - MODERN ECOMMERCE EDITORIAL STYLING ========================================================== */ #himiwaycollection { /* Design Tokens */ --hw-primary-dark: #0f172a; --hw-text-main: #334155; --hw-text-muted: #64748b; --hw-accent: #e05600; /* Signature Performance Orange / Amber */ --hw-accent-light: #fff7ed; --hw-accent-hover: #c2410c; --hw-surface: #ffffff; --hw-surface-subtle: #f8fafc; --hw-border: #e2e8f0; --hw-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03); --hw-shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04); --hw-radius-md: 10px; --hw-radius-lg: 16px; --hw-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); max-width: 920px; margin: 4px auto; padding: 3px 24px; background-color: var(--hw-surface); color: var(--hw-text-main); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16.5px; line-height: 1.75; letter-spacing: -0.011em; -webkit-font-smoothing: antialiased; box-sizing: border-box; } #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: border-box; } /* --- Headings --- */ #himiwaycollection h2 { color: var(--hw-primary-dark); font-size: 1.75rem; font-weight: 800; line-height: 1.3; letter-spacing: -0.025em; margin-top: 3.2rem; margin-bottom: 1.25rem; position: relative; padding-bottom: 0.75rem; border-bottom: 2px solid var(--hw-border); } #himiwaycollection > h2:first-of-type { margin-top: 0; font-size: 2.2rem; line-height: 1.25; background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; border-bottom: none; padding-bottom: 0; } #himiwaycollection h4 { color: var(--hw-primary-dark); font-size: 1.18rem; font-weight: 700; letter-spacing: -0.015em; margin-top: 2rem; margin-bottom: 0.75rem; display: inline-block; background-color: var(-