E-Bike With Pedals
A collection page of Himiway Bike
About
/* ========================================================================== HIMIWAY COLLECTION - MODERN LUXURY E-COMMERCE STYLING Scoped exclusively under #himiwaycollection ========================================================================== */ #himiwaycollection { /* Brand Design Tokens */ --hw-color-primary: #111827; /* Deep Charcoal Black */ --hw-color-body: #4b5563; /* Refined Slate Grey */ --hw-color-heading: #0f172a; /* Rich Midnight Black */ --hw-color-accent: #ea580c; /* Dynamic Electric Orange */ --hw-color-accent-hover: #c2410c; --hw-color-bg-light: #f8fafc; /* Crisp Studio Light Grey */ --hw-color-border: #e2e8f0; /* Subtle Border Grey */ --hw-color-card: #ffffff; --hw-radius-md: 12px; --hw-radius-lg: 16px; --hw-shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.02); --hw-shadow-md: 0 4px 20px -2px rgba(15, 23, 42, 0.06); --hw-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); max-width: 920px; margin: 0 auto; padding: 4px 24px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--hw-color-body); line-height: 1.75; font-size: 16px; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; box-sizing: border-box; } #himiwaycollection * { box-sizing: border-box; } /* ---------------- Typography ---------------- */ #himiwaycollection h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--hw-color-heading); letter-spacing: -0.025em; line-height: 1.25; margin-top: 48px; margin-bottom: 20px; position: relative; padding-bottom: 12px; } /* Main Hero Header */ #himiwaycollection > h2:first-of-type { margin-top: 0; font-size: clamp(28px, 5vw, 40px); background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; border-bottom: none; padding-bottom: 0; } #himiwaycollection h4 { font-size: 20px; font-weight: 700; color: var(--hw-color-heading); letter-spacing: -0.015em; margin-top: 36px; margin-b