Cadence Sensor Ebikes

A collection page of Himiway Bike

category
Products
8
Active ads
0
Depth
Published
2025/07/24

About

/* ------------------------------------------------------------- Himiway Collection Premium Layout & Typography Scoped specifically to #himiwaycollection to avoid theme clashes -------------------------------------------------------------- */ #himiwaycollection { /* Brand Design Tokens */ --hw-primary: #121619; /* Deep Charcoal / Near Black */ --hw-accent: #e65c00; /* Himiway Vibrant Orange */ --hw-accent-hover: #cf4f00; --hw-accent-light: #fff5ee; /* Soft warm highlight */ --hw-text-main: #2b3035; /* High-readability body text */ --hw-text-muted: #5f6b76; /* Subdued secondary text */ --hw-bg-card: #f9fbfd; /* Card & table background */ --hw-border: #e2e8f0; /* Clean subtle border */ --hw-radius-md: 10px; --hw-radius-lg: 16px; --hw-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04); --hw-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--hw-text-main); line-height: 1.75; font-size: 16px; max-width: 980px; margin: 5px auto; padding: 0 20px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } #himiwaycollection * { box-sizing: border-box; } /* Headings */ #himiwaycollection h2 { font-size: 26px; font-weight: 700; color: var(--hw-primary); line-height: 1.35; margin-top: 36px; margin-bottom: 16px; letter-spacing: -0.01em; position: relative; } #himiwaycollection > h2:first-of-type { font-size: 32px; font-weight: 800; margin-top: 0; color: var(--hw-primary); border-left: 5px solid var(--hw-accent); padding-left: 16px; } #himiwaycollection h4 { font-size: 18px; font-weight: 700; color: var(--hw-primary); margin-top: 24px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; } #himiwaycollection h4::before { content: ""; display: inline-block; width: 6px; height: 6px; background-color: var(--hw-accent); border-radius: 50%; } /* Paragraphs & Typography */ #himiwaycollection p { margin-top: 0; margin-bottom: 18px; color: var(--hw-text-main); } #himiwaycollecti