Black Friday Electric Bike

A collection page of Himiway Bike

saleLinked from the homepage
Products
10
Active ads
0
Depth
Click depth 1
Published
2025/11/05

About

/* ========================================================================== Himiway Black Friday Editorial & Buying Guide Section Design Language: Modern, Premium eCommerce Minimalist Brand Accents: Slate / Deep Charcoal with Warm Ember Accent ========================================================================== */ #himiwaycollection { /* Design Tokens */ --hm-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --hm-text-primary: #121619; --hm-text-secondary: #4a5568; --hm-accent: #d9531e; /* Himiway signature warm active orange */ --hm-accent-light: #fff8f5; --hm-surface: #ffffff; --hm-surface-subtle: #f8f9fa; --hm-border: #e2e8f0; --hm-border-subtle: #edf2f7; --hm-radius: 12px; --hm-shadow-subtle: 0 4px 20px -2px rgba(0, 0, 0, 0.04); /* Layout & Base */ max-width: 920px; margin: 4px auto; padding: 4px 36px; background-color: var(--hm-surface); border-radius: var(--hm-radius); box-shadow: var(--hm-shadow-subtle); font-family: var(--hm-font-sans); color: var(--hm-text-secondary); line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased; box-sizing: border-box; } /* Reset box-sizing within container */ #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: inherit; } /* Main Document Hero Title */ #himiwaycollection > h2:first-of-type { font-size: clamp(28px, 4vw, 38px); font-weight: 800; letter-spacing: -0.025em; color: var(--hm-text-primary); line-height: 1.2; margin: 0 0 28px 0; padding-bottom: 24px; border-bottom: 2px solid var(--hm-border-subtle); position: relative; } #himiwaycollection > h2:first-of-type::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 64px; height: 2px; background-color: var(--hm-accent); } /* Section Headings (H2) */ #himiwaycollection h2 { font-size: clamp(20px, 2.5vw, 24px); font-weight: 700; letter-spacing: -0.015em; color: var(--hm-text-primary); line-height: 1.35; margin: 48px 0 16px 0; padding-left: 14p