Entry Level Ebikes

A collection page of Himiway Bike

category
Products
11
Active ads
0
Depth
Published
2025/09/18

About

/* Container & Global Typography within Scoped ID */ #himiwaycollection { --hw-primary-dark: #111827; /* Deep Onyx Charcoal */ --hw-text-body: #374151; /* Readable Slate Body Text */ --hw-text-muted: #6B7280; /* Cool Gray for secondary text */ --hw-accent: #E65100; /* Himiway Signature Adventure Orange */ --hw-accent-hover: #BF360C; /* Deep Hover Bronze/Orange */ --hw-bg-light: #F9FAFB; /* Crisp Off-White */ --hw-card-bg: #FFFFFF; /* Card White */ --hw-border-subtle: #E5E7EB; /* Soft Border Gray */ --hw-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04); --hw-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 8px 10px -6px rgba(0, 0, 0, 0.04); max-width: 920px; margin: 4px auto; padding: 4px 32px; background-color: var(--hw-card-bg); color: var(--hw-text-body); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; box-sizing: border-box; } /* Reset box-sizing inside container */ #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: border-box; } /* Typography Headings */ #himiwaycollection h2 { color: var(--hw-primary-dark); font-size: clamp(22px, 3.5vw, 30px); font-weight: 750; line-height: 1.3; letter-spacing: -0.025em; margin-top: 36px; margin-bottom: 20px; position: relative; } /* Main Title (First h2) */ #himiwaycollection > h2:first-of-type { font-size: clamp(28px, 4.5vw, 40px); font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; margin-top: 0; margin-bottom: 24px; color: var(--hw-primary-dark); border-bottom: 3px solid var(--hw-accent); padding-bottom: 16px; } #himiwaycollection h4 { color: var(--hw-primary-dark); font-size: 19px; font-weight: 650; letter-spacing: -0.015em; margin-top: 28px; margin-bottom: 12px; display: flex; align-items: center; } #himiwaycollection h4::before { content: ""; display: inline-block; width: 6px; height: 18px; background-color: var(--hw-accent); border-radius: 3px; ma