.lt-wrapper.lt-mall-category .lt-container {
  display: flex;
  justify-content: space-between;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter {
  width: 272px;
  display: block;
  height: fit-content;
  background-color: #7eba7e;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label .filter__clear {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #DF982D;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label .filter__clear img {
  width: 12px;
  height: 12px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__label {
  height: 28px;
  font-family: sans-serif, Source Han Sans CN, Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
  user-select: none;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 350px;
  overflow-y: auto;
  --sb-track-color: transparent;
  --sb-thumb-color: #D9D9D9;
  --sb-size: 4px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar {
  width: var(--sb-size);
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item {
  height: 20px;
  line-height: 20px;
  font-family: sans-serif, PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item input[type=radio] {
  cursor: pointer;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item.active {
  color: #BC2E20;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item:hover {
  color: #BC2E20;
}
.lt-wrapper.lt-mall-category .lt-mall-category__main {
  background-color: #e3d098;
  width: 1100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/*# sourceMappingURL=lt-category.css.map */
