eBike For Carrying Kids

A collection page of Himiway Bike

category
Products
5
Active ads
0
Depth
Published
2026/08/28

About

/* Scoped Container & Typography */ #himiwaycollection { --hw-primary: #0f172a; /* Deep slate black */ --hw-accent: #f97316; /* Himiway premium energetic orange */ --hw-accent-hover: #ea580c; /* Darker accent orange */ --hw-accent-subtle: #fff7ed; /* Ultra-soft orange tint */ --hw-text-main: #334155; /* Refined dark charcoal for body */ --hw-text-muted: #64748b; /* Slate gray for secondary text */ --hw-bg-card: #ffffff; /* Pure white card backgrounds */ --hw-bg-surface: #f8fafc; /* Premium clean backdrop */ --hw-border: #e2e8f0; /* Subtle border lines */ --hw-radius-lg: 16px; --hw-radius-md: 10px; --hw-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04); --hw-shadow-lg: 0 12px 30px rgba(15, 23, 42, 0.08); --hw-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: var(--hw-font-family); max-width: 960px; margin: 4px auto; padding: 4px 36px; background-color: var(--hw-bg-card); color: var(--hw-text-main); line-height: 1.75; letter-spacing: -0.01em; font-size: 16px; box-sizing: border-box; border-radius: var(--hw-radius-lg); box-shadow: var(--hw-shadow-sm); } /* Universal Box-Sizing for the widget */ #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: border-box; } /* Main & Section Headers (H2) */ #himiwaycollection h2 { color: var(--hw-primary); font-size: clamp(22px, 3.5vw, 28px); font-weight: 800; line-height: 1.3; letter-spacing: -0.025em; margin-top: 36px; margin-bottom: 18px; position: relative; padding-left: 14px; border-left: 4px solid var(--hw-accent); } /* Top Main Title */ #himiwaycollection > h2:first-of-type { font-size: clamp(26px, 4.5vw, 36px); border-left: none; padding-left: 0; margin-top: 0; margin-bottom: 20px; background: linear-gradient(135deg, var(--hw-primary) 30%, #475569 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Subheadings (H4) */ #himiwaycollection h4 { color: var(--hw-primary); font-size: 19px; font-weight