ebike christmas
A collection page of Himiway Bike
About
/* =================================================== HIMIWAY CHRISTMAS 2026 - LUXURY DTC EDITORIAL STYLE Scope: #himiwaycollection =================================================== */ #himiwaycollection { /* Design System Tokens */ --hw-primary-dark: #111418; /* Deep obsidian black */ --hw-charcoal: #2b3137; /* Rich charcoal body text */ --hw-subtle-text: #59636e; /* Muted secondary text */ --hw-accent-gold: #c89a4b; /* Subtle holiday gold accent */ --hw-accent-gold-soft: #f8f4ec; /* Warm festive tint background */ --hw-card-bg: #ffffff; --hw-card-border: #eaeaea; --hw-surface-muted: #fbfbfb; --hw-radius-md: 12px; --hw-radius-lg: 18px; --hw-shadow-subtle: 0 4px 20px -2px rgba(0, 0, 0, 0.04); --hw-shadow-hover: 0 12px 30px -4px rgba(0, 0, 0, 0.08); /* Container Settings */ max-width: 920px; margin: 4px auto; padding: 4px 32px; background-color: var(--hw-card-bg); border-radius: var(--hw-radius-lg); box-shadow: var(--hw-shadow-subtle); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--hw-charcoal); line-height: 1.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; } #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: inherit; } /* ---------------- Main Title (H1 Level Styling) ---------------- */ #himiwaycollection > h2:first-of-type { font-size: clamp(1.85rem, 3.8vw, 2.6rem); font-weight: 800; line-height: 1.25; color: var(--hw-primary-dark); letter-spacing: -0.025em; margin-top: 0; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1.5px solid #ebecee; position: relative; } #himiwaycollection > h2:first-of-type::after { content: ""; position: absolute; left: 0; bottom: -1.5px; width: 60px; height: 3px; background: linear-gradient(90deg, var(--hw-accent-gold), transparent); border-radius: 2px; } /* Lead / Introductory Paragraph */ #himiwaycollection > h2:first-of-type + p { font-size: 1.125rem; line-