header.sticky ~ .products_main .left {
  top: 24rem;
}
.products_main {
  padding: 8.1rem 0 10.8rem;
}
.products_main .left {
  width: 19.93%;
  min-width: 25rem;
  position: sticky;
  transition: all 0.3s;
  top: 10rem;
}
.products_main .left .filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.products_main .left .filter_title strong {
  font-size: 3rem;
  font-weight: 500;
  color: #000000;
}
.products_main .left .filter_title .reset {
  font-size: 1.8rem;
  color: #898989;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 2px;
}
.products_main .left .filter_title .reset:hover {
  color: var(--theme_color);
}
.products_main .left .filter_title .btn_filter {
  display: none;
}
.products_main .products_sidebar {
  margin-top: 3.5rem;
}
.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 {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.4rem;
  border-top: 1px solid rgba(22, 22, 22, 0.24);
  padding: 1.6rem 0;
}
.products_main .products_sidebar .title::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-down.svg) no-repeat center / contain;
}
.products_main .products_sidebar .box {
  opacity: 0;
  /* display: none; */
  transition: opacity 0.3s;
}
.products_main .products_sidebar .terms {
  padding: 1.1rem 0 5.5rem;
}
.products_main .products_sidebar .terms li {
  position: relative;
  cursor: pointer;
  font-size: 1.7rem;
  color: #5b5b5b;
  transition: all 0.3s;
  padding-left: 3.4rem;
}
.products_main .products_sidebar .terms li::before {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  background: url("../img/gou-w.svg") no-repeat center / 65% #fff;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
}
.products_main .products_sidebar .terms li:last-child {
  margin-bottom: 0;
}
.products_main .products_sidebar .terms li.active {
  color: #000000;
}
.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: #000;
}
.products_main .products_sidebar .terms li + li {
  margin-top: 2rem;
}
.products_main .products_sidebar .terms .more {
  display: inline-flex;
  align-items: center;
  color: #000000;
  transition: all 0.3s;
  background-color: transparent;
  font-size: 1.6rem;
  text-decoration: underline;
  margin-top: 2.1rem;
  gap: 1rem;
  padding-bottom: 0.3rem;
}
.products_main .products_sidebar .terms .more::after {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  content: '';
  background: url("../img/add.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.products_main .products_sidebar .terms .more:hover {
  color: var(--theme_color);
  text-decoration-color: transparent;
}
.products_main .products_sidebar .terms .more:hover::after {
  transform: rotate(360deg);
  filter: unset;
}
.products_main .products_sidebar .range {
  padding-right: 0.8rem;
  padding-top: 1.1rem;
  padding-bottom: 2.3rem;
}
.products_main .products_sidebar .range .slider {
  height: 3px;
  background-color: rgba(47, 101, 174, 0.24);
  border-radius: 100px;
  position: relative;
}
.products_main .products_sidebar .range .slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--theme_color);
}
.products_main .products_sidebar .range .slider .ui-slider-handle {
  display: block;
  width: 4px;
  aspect-ratio: 4/17;
  position: absolute;
  outline: none;
  transform: translate(-50%, -6px);
}
.products_main .products_sidebar .range .slider .ui-slider-handle::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-color: var(--theme_color);
  cursor: pointer;
  cursor: grab;
  transition: all 0.3s;
}
.products_main .products_sidebar .range .slider .ui-slider-handle:active {
  cursor: grabbing;
  z-index: 2;
}
.products_main .products_sidebar .range .slider .ui-slider-handle:active::after {
  transform: scale(0);
}
.products_main .products_sidebar .range .btc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #000000;
  margin-top: 2rem;
}
.products_main .right {
  flex: 1;
  max-width: 105.4rem;
}
.products_main .right .sort_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  border-top: 1px solid rgba(22, 22, 22, 0.24);
  padding-top: 2.5rem;
  margin-top: 5.2rem;
}
.products_main .right .sort_box .sort label {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.products_main .right .sort_box .sort select {
  display: block;
  color: var(--subtheme_color);
  font-size: 1.8rem;
  font-weight: 500;
  border: none;
  outline: none;
  background: url("../img/select-icon.svg") no-repeat center right / 1.3rem;
  padding-right: 3.5rem;
}
.products_main p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  margin-top: 2.2rem;
}
.products_main .list {
  margin-top: 4rem;
}
.products_main .list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem 1.7rem;
  min-height: 500px;
  position: relative;
}
.products_main p.center:has(.btn_b) {
  min-height: 5.8rem;
  margin-top: 6rem;
}
