Lightweight Ebikes with Removable Battery

A collection page of Himiway Bike

category
Products
16
Active ads
0
Depth
Published
2025/07/16

About

/* Root Theme Variables for Scoped Styling */ #himiwaycollection { --hw-primary-dark: #0f172a; --hw-text-body: #334155; --hw-text-muted: #64748b; --hw-accent: #ea580c; --hw-accent-hover: #c2410c; --hw-accent-subtle: #fff7ed; --hw-accent-border: #ffedd5; --hw-bg-card: #ffffff; --hw-border-color: #e2e8f0; --hw-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05); --hw-shadow-md: 0 4px 16px -2px rgba(15, 23, 42, 0.08); --hw-font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 920px; margin: 4px auto; padding: 3px 24px; font-family: var(--hw-font-family); color: var(--hw-text-body); line-height: 1.75; font-size: 16px; background: #ffffff; border-radius: 16px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } #himiwaycollection * { box-sizing: border-box; } /* Main & Section Headings */ #himiwaycollection h2 { color: var(--hw-primary-dark); font-size: clamp(1.45rem, 2.8vw, 1.95rem); font-weight: 800; line-height: 1.25; letter-spacing: -0.025em; margin-top: 36px; margin-bottom: 18px; position: relative; padding-bottom: 12px; } #himiwaycollection h2:first-of-type { margin-top: 0; font-size: clamp(1.75rem, 3.5vw, 2.35rem); background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-bottom: 16px; } #himiwaycollection h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 44px; height: 3px; background: var(--hw-accent); border-radius: 2px; } /* Subheadings */ #himiwaycollection h4 { color: var(--hw-primary-dark); font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; margin-top: 28px; margin-bottom: 10px; display: inline-block; background: var(--hw-accent-subtle); color: var(--hw-accent); padding: 4px 12px; border-radius: 6px; border: 1px solid var(--hw-accent-border); } /* Paragraph Styling */ #himiwaycollection p { margin-top: 0; margin-bottom: 18px; font-size: 1.025rem; color: var(--hw-text-body); font-we