/* categories.css - 分类页面特定样式 */

/* 分类页面特有样式 */
.tip-class {
  font-family: Source Han Sans;
  font-size: 21.25px;
  font-weight: bold;
  line-height: 25.38px;
  text-align: center;
  letter-spacing: normal;
  color: #59b9ff;
  margin-top: 40px;
}

/* 分类筛选区域布局 */
.filter-container {
  margin-top: 20px;
}

.nav-left {
  margin-right: 30px;
}

/* 商品网格布局 */
.goods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

/* 分类页面特定按钮样式 */
.back-btn {
  margin-bottom: 15px;
}

/* 分类页面特定布局调整 */
.nav-right {
  flex: 1;
}