Class 1 eBike

A collection page of Himiway Bike

category
Products
10
Active ads
0
Depth
Published
2026/05/26

About

/* ------------------------------------------------------------- Himiway D5 2.0 - Premium eCommerce Editorial Style ------------------------------------------------------------- */ #himiwaycollection { --hw-primary: #121619; /* Deep Obsidian */ --hw-accent: #e65c00; /* High-performance Electric Orange */ --hw-accent-hover: #c44d00; --hw-text-main: #2b3035; /* Crisp Charcoal Body Text */ --hw-text-muted: #5e6670; /* Subdued Slate */ --hw-bg-card: #f8fafc; /* Ultra-light Crisp Surface */ --hw-border-light: #e2e8f0; /* Delicate Divider */ --hw-border-table: #edf2f7; --hw-radius-sm: 8px; --hw-radius-md: 14px; --hw-radius-pill: 9999px; --hw-shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.05); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--hw-text-main); line-height: 1.75; letter-spacing: -0.01em; max-width: 900px; margin: 4px auto; padding: 0 20px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } /* Reset & Container Defaults */ #himiwaycollection * { box-sizing: border-box; } /* ---------------- Headings ---------------- */ #himiwaycollection h2 { color: var(--hw-primary); font-size: clamp(1.6rem, 2.8vw, 2.1rem); font-weight: 800; line-height: 1.25; letter-spacing: -0.03em; margin-top: 36px; margin-bottom: 18px; position: relative; display: inline-block; } /* Hero Main Title Highlight */ #himiwaycollection > h2:first-of-type { font-size: clamp(1.85rem, 3.5vw, 2.5rem); font-weight: 900; letter-spacing: -0.035em; margin-top: 0; margin-bottom: 20px; background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } #himiwaycollection h4 { color: var(--hw-primary); font-size: 1.25rem; font-weight: 700; line-height: 1.35; margin-top: 28px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } /* Subtle accent dot next to H4 */ #himiwaycollection h4::before { content: ""; display: inline-block; width: 6px; height