.products_main {
  padding: 15.3rem 0 14rem;
}
.products_main .left {
  width: 25rem;
  position: sticky;
  top: 13rem;
}
.products_main .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.products_main .head h2 {
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 600;
}
.products_main .head .reset {
  color: #898989;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.6rem;
}
.products_main .head .reset:hover {
  color: var(--theme_color);
}
.products_main .head .btn_filter {
  display: none;
}
.products_main .products_sidebar {
  margin-top: 10px;
}
.products_main .products_sidebar .taxonomy {
  border-top: 1px solid #e3e5e8;
}
.products_main .products_sidebar .taxonomy:first-child {
  border-top: none;
}
.products_main .products_sidebar .taxonomy.active > .title::after {
  transform: rotate(180deg);
}
.products_main .products_sidebar .taxonomy.active .box {
  opacity: 1;
}
.products_main .products_sidebar .title {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #171717;
  font-weight: 600;
  cursor: pointer;
  padding: 2rem 0;
}
.products_main .products_sidebar .title .active {
  color: var(--theme_color);
}
.products_main .products_sidebar .title a:hover {
  color: var(--theme_color);
}
.products_main .products_sidebar .title a {
  transition: all .3s;
}
.products_main .products_sidebar .title::after {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-select.svg") no-repeat center / contain;
  transition: all 0.3s;
  margin-top: 0.8rem;
}
.products_main .products_sidebar .taxonomy:not(:has(.terms)) .title::after {
  display: none;
}
.products_main .products_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
  padding-bottom: 2.7rem;
}
.products_main .products_sidebar .slide_obj.active .title::after {
  transform: rotate(180deg);
}
.products_main .products_sidebar .slide_obj.active .terms {
  opacity: 1;
}
.products_main .products_sidebar .slide_obj .title {
  font-size: 2.2rem;
  color: #2d2d2d;
  padding: 0.8rem 0 1.9rem;
  align-items: center;
}
.products_main .products_sidebar .slide_obj .title::after {
  margin: 0;
}
.products_main .products_sidebar .slide_obj .terms {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
  padding-bottom: 2.2rem;
}
.products_main .products_sidebar .slide_obj:last-child .terms {
  padding-bottom: 0;
}
.products_main .products_sidebar .terms li {
  position: relative;
  color: #65676b;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 3.8rem;
  margin-bottom: 1.6rem;
}
.products_main .products_sidebar .terms li::before {
  width: 2rem;
  height: 2rem;
  border: 1px solid #bcbec1;
  border-radius: 4px;
  background: url("../img/gou.svg") no-repeat center / 52% transparent;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
}
.products_main .products_sidebar .terms li:last-child {
  margin-bottom: 0;
}
.products_main .products_sidebar .terms li.active {
  font-weight: 500;
  color: var(--theme_color);
}
.products_main .products_sidebar .terms li.active::before {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.products_main .products_sidebar .terms li:hover {
  color: var(--theme_color);
}
.products_main .list {
  flex: 1;
  max-width: 105.4rem;
}
.products_main .list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem 1.8%;
}
.products_main .product_list a {
  border: 1px solid #eee;
}
.products_main p.center:has(.btn_line) {
  margin-top: 6.4rem;
  min-height: 5.5rem;
}
.search .products_main {
  padding: 8rem 0;
}
.search .products_main .list {
  max-width: unset;
}
.search .products_main .list > ul {
  grid-template-columns: repeat(4, 1fr);
}
/*# sourceMappingURL=products.css.map */