UL Certified eBike

A collection page of Himiway Bike

category
Products
6
Active ads
0
Depth
Published
2026/09/01

About

/* ========================================================================== Himiway Collection - Premium Brand Styling ========================================================================== */ #himiwaycollection { --hw-primary-dark: #0f172a; --hw-accent: #f59e0b; /* Himiway warm amber/orange accent */ --hw-text-main: #334155; --hw-text-muted: #64748b; --hw-bg-surface: #ffffff; --hw-bg-subtle: #f8fafc; --hw-border: #e2e8f0; --hw-radius-lg: 16px; --hw-radius-sm: 8px; --hw-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05); --hw-shadow-md: 0 10px 30px -10px rgba(0, 0, 0, 0.08); max-width: 960px; margin: 4px auto; padding: 4px 28px; background-color: var(--hw-bg-surface); color: var(--hw-text-main); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.75; letter-spacing: -0.01em; border-radius: var(--hw-radius-lg); box-shadow: var(--hw-shadow-md); border: 1px solid var(--hw-border); box-sizing: border-box; } /* Headings */ #himiwaycollection h2 { color: var(--hw-primary-dark); font-size: 1.65rem; font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; margin-top: 40px; margin-bottom: 16px; position: relative; padding-bottom: 8px; } /* Hero Main Title */ #himiwaycollection > h2:first-of-type { font-size: 2.1rem; font-weight: 800; line-height: 1.25; margin-top: 0; padding-bottom: 16px; border-bottom: 2px solid var(--hw-border); background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Accent indicator on subheadings */ #himiwaycollection h2:not(:first-of-type)::before { content: ""; display: block; width: 28px; height: 3px; background: var(--hw-accent); border-radius: 2px; margin-bottom: 8px; } /* Body Paragraphs */ #himiwaycollection p { color: var(--hw-text-main); margin: 0 0 20px 0; font-size: 1.05rem; } /* Lists */ #himiwaycollection ul { list-style: none; padding: 0; margin: 16px 0 28px 0; display: grid; gap: 12