350 Watt eBike
A collection page of Himiway Bike
About
#himiwaycollection { /* Brand Color Variables */ --c-primary: #0f172a; --c-secondary: #334155; --c-accent: #0284c7; --c-accent-hover: #0369a1; --c-accent-light: #f0f9ff; --c-bg-subtle: #f8fafc; --c-border: #e2e8f0; --c-border-strong: #cbd5e1; /* Layout & Spacing */ max-width: 860px; margin: 4px auto; padding: 0 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--c-secondary); line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased; } /* Headings */ #himiwaycollection h2 { color: var(--c-primary); font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-top: 40px; margin-bottom: 16px; line-height: 1.35; position: relative; padding-bottom: 8px; } #himiwaycollection h2:first-of-type { font-size: 30px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.25; margin-top: 0; color: #0b132b; border-bottom: 2px solid var(--c-primary); padding-bottom: 16px; } /* Paragraphs */ #himiwaycollection p { margin-bottom: 18px; font-size: 16px; color: #3b4252; } /* Divider */ #himiwaycollection hr { border: 0; height: 1px; background: linear-gradient(to right, transparent, var(--c-border-strong), transparent); margin: 36px 0; } /* Bullet Lists */ #himiwaycollection ul { list-style: none; padding: 0; margin: 20px 0 24px 0; } #himiwaycollection ul li { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: 15.5px; color: #334155; } #himiwaycollection ul li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background-color: var(--c-accent); box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15); } /* Tables & Responsive Wrapper */ #himiwaycollection table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 24px 0; background: #ffffff; border-radius: 12px; border: 1px solid var(--c-border); overflow: hidden; box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.04); } #himiwaycollection th { background-color: #f1f5f9; c