Electric Motors

A collection page of NIXY Sports

categoryLinked from the homepage
Products
8
Active ads
0
Depth
Click depth 1
Published
2026/06/05

About

/* MAIN WRAPPER */ .nixy-bixpy-seo { margin-top: 40px; padding: 40px 20px 52px; background: radial-gradient(circle at top left, #f7fcff 0%, #ffffff 45%); border-radius: 24px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #102028; position: relative; overflow: hidden; } /* Soft shapes */ .nixy-bixpy-seo::before { content: ""; position: absolute; right: -80px; top: -60px; width: 220px; height: 220px; background: rgba(0, 188, 212, 0.07); border-radius: 50%; filter: blur(40px); } .nixy-bixpy-seo::after { content: ""; position: absolute; left: -110px; bottom: -70px; width: 240px; height: 240px; background: rgba(255, 167, 94, 0.07); border-radius: 50%; filter: blur(50px); } .nixy-bixpy-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; } /* HEADER */ .nixy-bixpy-eyebrow { font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase; color: #6d7c85; margin-bottom: 14px; } .nixy-bixpy-seo h1 { font-size: 2rem; line-height: 1.25; font-weight: 700; margin-bottom: 10px; color: #102028; } .nixy-bixpy-subline { font-size: 0.95rem; letter-spacing: 0.14em; text-transform: uppercase; color: #7a8a96; margin-bottom: 20px; } .nixy-bixpy-intro { font-size: 1.02rem; line-height: 1.75; max-width: 760px; color: #28343a; margin-bottom: 28px; } /* CARD GRID */ .nixy-bixpy-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; } /* CARDS */ .nixy-bixpy-card { background: rgba(255, 255, 255, 0.95); border-radius: 18px; border: 1px solid #e1e4ec; padding: 18px 18px 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); } .nixy-bixpy-card--wide { grid-column: 1 / -1; } /* CARD HEADINGS */ .nixy-bixpy-card h3 { font-size: 0.98rem; text-transform: uppercase; letter-spacing: 0.16em; color: #4a5a63; margin: 0 0 10px; } /* Underline */ .nixy-bixpy-underline { width: 40px; height: 2px; border-radius: 999px; background: #cfd8dc; margin-bottom: 12px; } /* LISTS */ .nixy-bixpy-list { list