Electric Dirt Bike

A collection page of Himiway Bike

category
Products
5
Active ads
0
Depth
Published
2026/07/31

About

/* Root Theme & Typography Scope */ #himiwaycollection { --hw-primary: #ff5500; /* Dynamic Electric Orange / Brand Accent */ --hw-primary-hover: #e04b00; --hw-dark: #0f172a; /* Deep Slate / Midnight Black */ --hw-text-main: #334155; /* Rich Charcoal for readability */ --hw-text-muted: #64748b; --hw-bg-light: #f8fafc; --hw-border: #e2e8f0; --hw-card-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.03); --hw-radius-md: 12px; --hw-radius-lg: 18px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--hw-text-main); line-height: 1.75; font-size: 16px; max-width: 900px; margin: 4px auto; padding: 4px 28px; background-color: #ffffff; border-radius: var(--hw-radius-lg); box-shadow: var(--hw-card-shadow); letter-spacing: -0.01em; } /* Main & Section Headings */ #himiwaycollection h2 { color: var(--hw-dark); font-size: 1.85rem; font-weight: 800; line-height: 1.3; margin-top: 2rem; margin-bottom: 1.25rem; letter-spacing: -0.025em; position: relative; padding-left: 16px; border-left: 4px solid var(--hw-primary); } /* First Main Title */ #himiwaycollection > h2:first-of-type { font-size: 2.25rem; margin-top: 0; padding-left: 0; border-left: none; background: linear-gradient(135deg, #0f172a 0%, #334155 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Subheadings (H4) */ #himiwaycollection h4 { color: var(--hw-dark); font-size: 1.2rem; font-weight: 700; margin-top: 1.8rem; margin-bottom: 0.6rem; letter-spacing: -0.015em; display: flex; align-items: center; } #himiwaycollection h4::before { content: ""; display: inline-block; width: 6px; height: 6px; background-color: var(--hw-primary); border-radius: 50%; margin-right: 10px; } /* Paragraphs */ #himiwaycollection p { margin-bottom: 1.25rem; color: var(--hw-text-main); font-size: 1.05rem; } /* Lead Paragraph Enhancement */ #himiwaycollection > p:first-of-type { font-size: 1.15rem; line-height: 1.8; colo