Checkmate Electric Bike
A collection page of Himiway Bike
About
#himiwaycollection { --hw-primary-dark: #0f1115; --hw-card-bg: #ffffff; --hw-text-main: #1d2129; --hw-text-muted: #5e6472; --hw-accent-orange: #ff5722; --hw-accent-light: #fff5f2; --hw-border: #e6e8ec; --hw-radius-lg: 16px; --hw-radius-sm: 8px; --hw-shadow-subtle: 0 4px 20px -2px rgba(15, 17, 21, 0.05); --hw-shadow-hover: 0 12px 32px -4px rgba(15, 17, 21, 0.10); max-width: 1040px; margin: 4px auto; padding: 0 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--hw-text-main); line-height: 1.65; -webkit-font-smoothing: antialiased; } /* Intro Section */ #himiwaycollection > p:first-of-type { font-size: 1.25rem; line-height: 1.7; font-weight: 400; color: var(--hw-text-muted); margin-bottom: 36px; max-width: 900px; } /* Clean Dividers */ #himiwaycollection hr { border: none; height: 1px; background: linear-gradient(90deg, transparent, var(--hw-border) 20%, var(--hw-border) 80%, transparent); margin: 48px 0; } /* Typography */ #himiwaycollection h4 { font-size: 1.45rem; font-weight: 700; letter-spacing: -0.02em; color: var(--hw-primary-dark); margin-top: 0; margin-bottom: 12px; } /* Section Title Styling */ #himiwaycollection > h4:not(:has(+ p > span.specs-badge)):not([class]) { font-size: 1.75rem; font-weight: 800; letter-spacing: -0.03em; position: relative; padding-bottom: 12px; margin-bottom: 20px; } #himiwaycollection > h4:not(:has(+ p > span.specs-badge)):not([class])::after { content: ""; position: absolute; bottom: 0; left: 0; width: 44px; height: 3px; background: var(--hw-accent-orange); border-radius: 2px; } /* Paragraph Text */ #himiwaycollection p { font-size: 1rem; color: var(--hw-text-muted); margin-top: 0; margin-bottom: 16px; } /* Specs & Price Highlight Line (Paragraphs right after h4) */ #himiwaycollection h4 + p:has(+ p) { font-size: 0.95rem; font-weight: 600; color: var(--hw-accent-orange); background: var(--hw-accent-light); display: inline-block; padding: 6px 14px; border-radius