ebike for xc

A collection page of Himiway Bike

category
Products
4
Active ads
0
Depth
Published
2026/08/26

About

/* ========================================== HIMIWAY XC PRODUCT EDITORIAL STYLES ========================================== */ #himiwaycollection { --hw-primary: #111827; --hw-accent: #e05638; /* Dynamic Trail Orange */ --hw-accent-light: #fff5f2; --hw-text: #374151; --hw-text-muted: #6b7280; --hw-bg-subtle: #f9fafb; --hw-border: #e5e7eb; --hw-border-focus: #d1d5db; --hw-font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-family: var(--hw-font-base); color: var(--hw-text); background-color: #ffffff; line-height: 1.75; font-size: 1.05rem; max-width: 860px; margin: 4px auto; padding: 3px 24px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } /* Headings Hierarchy */ #himiwaycollection h2 { font-size: clamp(1.5rem, 2.5vw, 1.875rem); font-weight: 800; line-height: 1.3; color: var(--hw-primary); margin: 2.5rem 0 1.25rem 0; letter-spacing: -0.02em; position: relative; padding-bottom: 0.5rem; } /* Decorative accent on first main hero heading */ #himiwaycollection > h2:first-of-type { font-size: clamp(1.75rem, 3.2vw, 2.25rem); margin-top: 0; padding-bottom: 1rem; border-bottom: 3px solid var(--hw-accent); } #himiwaycollection h4 { font-size: 1.2rem; font-weight: 700; color: var(--hw-primary); margin: 2rem 0 0.75rem 0; letter-spacing: -0.01em; display: flex; align-items: center; } #himiwaycollection h4::before { content: ""; display: inline-block; width: 6px; height: 1.1em; background-color: var(--hw-accent); margin-right: 10px; border-radius: 2px; } /* Body & Paragraphs */ #himiwaycollection p { margin: 0 0 1.25rem 0; font-weight: 400; color: var(--hw-text); } /* Styled Bullet Lists */ #himiwaycollection ul { list-style: none; padding: 0; margin: 1.25rem 0 1.75rem 0; display: flex; flex-direction: column; gap: 0.75rem; } #himiwaycollection ul li { position: relative; padding-left: 1.75rem; color: var(--hw-text); font-size: 1rem; } #himiwaycollection ul li::before { content: "✓"; position: absolute; left: 0; top