eBike Top Selling Store
A collection page of Himiway Bike
About
/* -------------------------------------------------- * HIMIWAY PREMIUM EDITORIAL STYLING FOR SHOPIFY * Modern, Sleek, High-Conversion eCommerce Aesthetics * -------------------------------------------------- */ /* Scope everything strictly to #himiwaycollection to prevent theme leakage */ #himiwaycollection { --hw-primary: #0f172a; /* Deep Premium Slate */ --hw-accent: #e8590c; /* Himiway High-Performance Orange */ --hw-accent-hover: #d9480f; --hw-accent-light: #fff4e6; /* Subtle Warm Glow */ --hw-text-main: #334155; /* Modern Neutral Charcoal */ --hw-text-muted: #64748b; /* Subdued Body Text */ --hw-bg-card: #f8fafc; /* Ultra-clean Soft Background */ --hw-border: #e2e8f0; /* Refined Subtle Border */ --hw-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05); --hw-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--hw-text-main); line-height: 1.8; font-size: 16px; max-width: 920px; margin: 4px auto; padding: 4px 40px; background: #ffffff; border-radius: 20px; box-shadow: var(--hw-shadow-md); border: 1px solid var(--hw-border); box-sizing: border-box; position: relative; overflow: hidden; } /* Decorative Brand Top Accent Bar */ #himiwaycollection::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--hw-accent), #f76707, #ff922b); } #himiwaycollection *, #himiwaycollection *::before, #himiwaycollection *::after { box-sizing: inherit; } /* Headings: H2 (Major Section Titles) */ #himiwaycollection h2 { color: var(--hw-primary); font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.35; margin-top: 36px; margin-bottom: 20px; position: relative; padding-bottom: 12px; } /* Main Title (First H2) Editorial Treatment */ #himiwaycollection > h2:first-of-type { font-size: 32px; letter-spacing: -0.03em; margin-top: 0; p