#categorysGrid{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px;gap:8px}.category-chip{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-md);padding:13px;color:var(--text-color);text-decoration:none;box-shadow:var(--shadow-sm)}.category-chip-content{display:flex;align-items:center;justify-content:space-between}.category-chip img{width:36px;height:36px;object-fit:contain;margin-right:6px}.category-chip:after{content:"";width:22px;height:18px;background:url(/imgs/arrow-right.webp) no-repeat center/contain;background-size:100% 100%}.category-chip{gap:8px}.top-category-name{background-color:#fff;color:var(--text-primary);font-size:22px;font-weight:700;grid-column:span 1;grid-row:span 1;display:flex;align-items:center;justify-content:center;height:100px;border-radius:var(--radius-md);box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.05)}.main-content{flex:1}
