aluminum ebike
A collection page of Himiway Bike
About
/* CSS Scoped Namespace to protect Shopify Theme Styles */ .ebike-article-container { --eb-primary: #0f172a; /* Deep Slate / Near Black */ --eb-accent: #ff6b00; /* Performance Tangerine / Tech Orange */ --eb-accent-light: #fff7ed; /* Soft Warm Ivory */ --eb-text: #334155; /* Rich Charcoal for reading */ --eb-text-muted: #64748b; /* Neutral Muted Grey */ --eb-border: #e2e8f0; /* Crisp Minimalist Border */ --eb-surface: #ffffff; /* Pure White Card Surface */ --eb-bg-soft: #f8fafc; /* Subtle Off-White Background */ --eb-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03); --eb-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05); --eb-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; max-width: 920px; margin: 1px auto; padding: 2px 24px; font-family: var(--eb-font-sans); color: var(--eb-text); line-height: 1.8; font-size: 1.05rem; letter-spacing: -0.011em; background-color: transparent; box-sizing: border-box; } .ebike-article-container *, .ebike-article-container *::before, .ebike-article-container *::after { box-sizing: inherit; } /* Headings */ .ebike-article-container h2 { font-size: 1.95rem; font-weight: 800; color: var(--eb-primary); letter-spacing: -0.025em; margin-top: 3.5rem; margin-bottom: 1.25rem; padding-left: 1rem; border-left: 4px solid var(--eb-accent); line-height: 1.25; } .ebike-article-container h2:first-of-type { margin-top: 0; } .ebike-article-container h4 { display: inline-block; font-size: 1.125rem; font-weight: 700; color: var(--eb-primary); margin-top: 2.25rem; margin-bottom: 0.65rem; padding: 4px 12px; background: var(--eb-bg-soft); border-radius: 6px; border: 1px solid var(--eb-border); } /* Body Paragraphs */ .ebike-article-container p { margin: 0 0 1.35rem 0; color: var(--eb-text); font-weight: 400; } .ebike-article-container p strong { color: var(--eb-primary); font-weight: 600; } /* Modern List Styling */ .ebike-article-container ul { list