ebikes for short riders
A collection page of Himiway Bike
About
/* -------------------------------------------------- Scoped Container & Typography -------------------------------------------------- */ #himiwaycollection { --hw-primary: #111827; /* Deep Charcoal Slate */ --hw-secondary: #374151; /* Soft Body Gray */ --hw-accent: #f59e0b; /* Premium Himiway Amber/Orange */ --hw-accent-hover: #d97706; /* Deep Amber */ --hw-accent-light: #fffbeb; /* Ultra Light Amber Tint */ --hw-bg-subtle: #f9fafb; /* Card / Table Alt Background */ --hw-border: #e5e7eb; /* Clean Divider Border */ --hw-border-focus: #d1d5db; --hw-radius-sm: 8px; --hw-radius-md: 14px; --hw-radius-lg: 20px; --hw-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05); --hw-shadow-md: 0 4px 20px -2px rgba(0, 0, 0, 0.06); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: var(--hw-secondary); line-height: 1.75; font-size: 16px; max-width: 920px; margin: 0 auto; padding: 3px 20px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } #himiwaycollection * { box-sizing: border-box; } /* -------------------------------------------------- Headings -------------------------------------------------- */ #himiwaycollection h2 { color: var(--hw-primary); font-size: 1.85rem; font-weight: 800; line-height: 1.28; letter-spacing: -0.025em; margin-top: 2.5rem; margin-bottom: 1.15rem; position: relative; padding-left: 16px; } #himiwaycollection h2::before { content: ""; position: absolute; left: 0; top: 12%; bottom: 12%; width: 4px; background: linear-gradient(180deg, var(--hw-accent), #f97316); border-radius: 4px; } #himiwaycollection > h2:first-of-type { font-size: 2.25rem; margin-top: 0; padding-left: 0; letter-spacing: -0.03em; color: var(--hw-primary); } #himiwaycollection > h2:first-of-type::before { display: none; } #himiwaycollection h4 { color: var(--hw-primary); font-size: 1.2rem; font-weight: 700; line-height: 1.4; letter-spacing: -0.01em; margin-top: 2rem; margin-bottom: 0.75rem; display: flex; alig