New Arrival
A collection page of Himiway Bike
About
/* Container & Typography Setup */ #himiwaycollection { max-width: 960px; margin: 4px auto; padding: 4px 36px; background: #ffffff; border: 1px solid #eef0f2; border-radius: 20px; box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333d47; line-height: 1.8; letter-spacing: -0.01em; box-sizing: border-box; } /* Prevent Shopify theme font override glitches */ #himiwaycollection * { box-sizing: border-box; } /* Main Hero Header */ #himiwaycollection > h2:first-of-type { font-size: 2.1rem; font-weight: 800; line-height: 1.25; color: #0f172a; letter-spacing: -0.03em; margin-top: 0; margin-bottom: 20px; position: relative; padding-bottom: 16px; border-bottom: 2px solid #f97316; /* Premium energetic accent */ display: inline-block; } /* Subheadings */ #himiwaycollection h2 { font-size: 1.45rem; font-weight: 700; color: #1e293b; margin-top: 32px; margin-bottom: 14px; display: flex; align-items: center; letter-spacing: -0.02em; } #himiwaycollection h2:not(:first-of-type)::before { content: ""; display: inline-block; width: 6px; height: 22px; background: linear-gradient(135deg, #ea580c, #f97316); border-radius: 4px; margin-right: 12px; flex-shrink: 0; } /* Body Text */ #himiwaycollection p { font-size: 1.05rem; color: #475569; margin-bottom: 18px; font-weight: 400; } #himiwaycollection p:first-of-type { font-size: 1.15rem; color: #334155; line-height: 1.75; } /* Elegant Divider */ #himiwaycollection hr { border: 0; height: 1px; background: linear-gradient(90deg, rgba(226, 232, 240, 0) 0%, #cbd5e1 50%, rgba(226, 232, 240, 0) 100%); margin: 36px 0; } /* Feature Lists (Clean, interactive card-style rows) */ #himiwaycollection ul { list-style: none; padding: 0; margin: 20px 0 28px 0; display: grid; gap: 12px; } #himiwaycollection ul li { position: relative; padding: 14px 18px 14px 44px; background: #f8fafc; border: 1px solid #f1f5f9; border-radi