Halloween Ebike
A collection page of Himiway Bike
About
/* --- Himiway Halloween Collection Scoped Styles --- */ #himiwaycollection { --hw-primary: #0f172a; /* Slate 900 - Premium dark text */ --hw-secondary: #475569; /* Slate 600 - Elegant body text */ --hw-accent: #ea580c; /* Dynamic Halloween Warm Orange */ --hw-accent-subtle: #ffedd5; /* Soft Warm Tint */ --hw-surface: #ffffff; /* Card Background */ --hw-bg-tint: #f8fafc; /* Subtle contrast section tint */ --hw-border: #e2e8f0; /* Modern refined border */ max-width: 920px; margin: 4px auto; padding: 4px 36px; background-color: var(--hw-surface); border-radius: 20px; border: 1px solid var(--hw-border); box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05); color: var(--hw-secondary); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; box-sizing: border-box; } /* Reset inner box-sizing */ #himiwaycollection * { box-sizing: border-box; } /* Main Title Styling */ #himiwaycollection > h2:first-of-type { font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--hw-primary); letter-spacing: -0.025em; line-height: 1.25; text-align: center; margin-top: 0; margin-bottom: 24px; padding-bottom: 24px; position: relative; } #himiwaycollection > h2:first-of-type::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--hw-accent), #f97316); } /* Section Headings (h2) */ #himiwaycollection h2 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); font-weight: 700; color: var(--hw-primary); letter-spacing: -0.02em; margin-top: 48px; margin-bottom: 18px; padding-left: 14px; border-left: 4px solid var(--hw-accent); line-height: 1.35; } /* Step Subheadings (h4) Styled as Modern Feature Cards */ #himiwaycollection h4 { font-size: 1.15rem; font-weight: 700; color: var(--hw-primary); margin-top: 32px; margin-bottom: 10px; letter-spacing: -0.01em; display: inlin