Paddleboard Backpacks

NIXY Sports 的集合页

bundles
商品数
2
在投广告
0
深度
发布
2022/02/07

关于

/* MAIN WRAPPER */ .nixy-backpack-seo { margin-top: 60px; padding: 48px 20px 64px; background: radial-gradient(circle at top left, #f7fcff 0%, #ffffff 45%); border-radius: 32px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #102028; position: relative; overflow: hidden; } /* Soft abstract shapes */ .nixy-backpack-seo::before { content:""; position:absolute; right:-90px; top:-70px; width:240px; height:240px; background:rgba(0,188,212,0.07); border-radius:50%; filter:blur(40px); } .nixy-backpack-seo::after { content:""; position:absolute; left:-120px; bottom:-80px; width:260px; height:260px; background:rgba(255,167,94,0.07); border-radius:50%; filter:blur(50px); } .nixy-backpack-inner { max-width:1080px; margin:0 auto; position:relative; z-index:1; } /* EYEBROW / HEADER */ .nixy-backpack-eyebrow { font-size:.88rem; letter-spacing:.22em; text-transform:uppercase; color:#6d7c85; margin-bottom:18px; } .nixy-backpack-seo h1 { font-size:2.1rem; line-height:1.25; margin-bottom:12px; color:#102028; } .nixy-backpack-intro { font-size:1.06rem; line-height:1.75; max-width:780px; margin-bottom:10px; color:#28343a; } .nixy-backpack-highlight { padding:12px 16px; background:#f5f8fc; border:1px solid #dde7f3; border-radius:12px; color:#243447; max-width:780px; font-size:.98rem; margin-bottom:34px; } .nixy-backpack-link { text-decoration:underline; font-weight:600; text-underline-offset:3px; color:#0072ce; } /* GRID */ .nixy-backpack-card-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px; } /* CARD */ .nixy-backpack-card { background:rgba(255,255,255,0.95); border:1px solid #e1e4ec; border-radius:18px; padding:20px; box-shadow:0 4px 12px rgba(0,0,0,0.02); } .nixy-backpack-card--wide { grid-column:1 / -1; } /* Card headings */ .nixy-backpack-card h2 { font-size:1rem; text-transform:uppercase; letter-spacing:.16em; color:#4a5a63; margin:0 0 10px; } .nixy-backpack-underline { width:40px; height:2px; b