.products_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
}
.products_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.products_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 4rem 0;
}
.products_banner .wrap .content {
  height: 100%;
  display: flex;
}
.products_banner .head {
  width: 55%;
  max-width: 64rem;
  padding-bottom: 2.2%;
  margin: auto 0;
}
.products_banner .head p {
  color: rgba(0, 0, 0, 0.54);
}
.products_banner h1 {
  padding-top: 1px;
}
.products_banner .line {
  margin-top: 1.7rem;
}
.products_banner p {
  max-width: 56.5rem;
  margin-top: 2.9rem;
}
.products_banner .btn {
  min-width: 23.6rem;
  margin-top: 3.8rem;
}
.page_nav {
  padding-top: 3.4rem;
}
.products_main {
  padding: 13.6rem 0 15.8rem;
}
.products_main .products_sidebar {
  width: 29%;
  max-width: 31rem;
  position: sticky;
  top: 120px;
}
.products_main .products_sidebar .taxonomy {
  border-bottom: 1px solid #e4e4e4;
}
.products_main .products_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}
.products_main .products_sidebar .taxonomy.active .box {
  opacity: 1;
}
.products_main .products_sidebar .taxonomy .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.products_main .products_sidebar .title {
  display: grid;
  grid-template-columns: 1fr 1.1rem;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 2rem;
  padding: 1.7rem 0;
  letter-spacing: 0.02em;
}
.products_main .products_sidebar .title::after {
  content: '';
  display: block;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/icon-select-b.svg) no-repeat center / contain;
  opacity: 0;
}
.products_main .products_sidebar .terms {
  padding: 1px 0 4.6rem;
}
.products_main .products_sidebar .terms li + li {
  margin-top: 1.4rem;
}
.products_main .products_sidebar .terms li {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--text);
  transition: all 0.3s;
  padding-left: 1.8667em;
}
.products_main .products_sidebar .terms li::before,
.products_main .products_sidebar .terms li::after {
  position: absolute;
  left: 0;
  top: 0.133em;
  content: '';
  width: 1.0667em;
  height: 1.0667em;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  transition: all 0.3s;
}
.products_main .products_sidebar .terms li::after {
  background-color: #b5b5b5;
  opacity: 0;
}
.products_main .products_sidebar .terms li.active {
  font-weight: 600;
  color: var(--title);
}
.products_main .products_sidebar .terms li.active::before,
.products_main .products_sidebar .terms li.active::after {
  border-color: var(--primary);
}
.products_main .products_sidebar .terms li.active::after {
  background-color: var(--primary);
  transform: scale(0.556);
  opacity: 1;
}
.products_main .products_sidebar .terms li:hover {
  color: var(--title);
}
.products_main .products_sidebar .card {
  background-color: #e9f7ee;
  border-radius: 1.4rem;
  margin-top: 4.9rem;
  padding: 3.4rem 2.5rem 4.4rem;
}
.products_main .products_sidebar .card .info strong {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a2d38;
}
.products_main .products_sidebar .card .info p {
  max-width: 25.5rem;
  margin-top: 1.4rem;
}
.products_main .products_sidebar .card .btn {
  margin-top: 5.8rem;
}
.products_main .flex1 {
  width: 100%;
  max-width: 101.7rem;
}
.products_main .products_results {
  min-height: 28rem;
}
.products_main .res-box {
  padding-top: 1rem;
}
.products_main .res-box .total {
  font-size: 1.5rem;
  color: #3a3a3a;
  flex: 1;
}
.products_main .empty {
  margin-top: 2.7rem;
  padding: 8rem 4rem;
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 2.2rem;
}
.products_main .empty strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a2d38;
}
.products_main .empty p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--text);
}
.products_main .res-box .btn_filter {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn-p.svg) no-repeat center / 50%;
}
.products_main .res-box .btn_clear {
  font-size: 1.4rem;
  line-height: 3.5rem;
  padding: 0 2.3rem;
}
.products_main .list {
  margin-top: 2.7rem;
}
.products_main .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 2.50737463%;
}
.products_main .center:has(.btn_line) {
  margin-top: 5.6rem;
  min-height: 5.7rem;
}
.products_main .center:has(.btn_line) .btn_line {
  gap: 1rem;
}
.products_brand {
  background-color: var(--bg);
  padding: 6.05rem 0;
}
.products_brand.sec1 {
  padding-top: 16rem;
}
.products_brand.secn {
  padding-bottom: 16.1rem;
}
.products_brand .img {
  border-radius: 1.8rem;
  width: 48.26086957%;
  --h: 78.07807808%;
}
.products_brand .head {
  flex: 1;
  width: 100%;
  max-width: 60.5rem;
  padding-bottom: 0.29%;
}
.products_brand .head h2 {
  max-width: 55.7rem;
}
.products_brand .head ul {
  font-size: 1.8rem;
  color: #33424f;
  margin-top: 1.8rem;
}
.products_brand .head ul li {
  position: relative;
  border-bottom: 1px solid var(--border);
  padding: 0.889em 1.5833em 0.994em;
}
.products_brand .head ul li::before {
  position: absolute;
  width: 0.889em;
  height: 0.889em;
  content: '';
  left: 0;
  top: 1.11em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.products_brand p {
  margin-top: 1.4rem;
}
.products_brand .btn {
  min-width: 24.3rem;
  margin-top: 4.5rem;
}
.products_production {
  background-color: var(--secondary);
  padding: 12rem 0;
}
.products_production .img {
  border-radius: 1.8rem;
  width: 48.26086957%;
  --h: 75.07507508%;
}
.products_production .head {
  flex: 1;
  width: 100%;
  max-width: 60.5rem;
  padding-bottom: 2px;
}
.products_production h2 {
  max-width: 56rem;
}
.products_production p {
  margin-top: 1.3rem;
}
.products_production .btn {
  margin-top: 2.7rem;
}
.products_production .nums {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 5.4rem;
  padding-top: 3.1rem;
}
.products_production .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.products_production .nums li {
  flex: 1;
}
.products_production .nums li strong {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}
.products_production .nums li p {
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .products_banner .head {
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_banner .head h1 {
    font-size: 5rem;
  }
  .products_banner p {
    margin-top: 1.4rem;
  }
  .products_banner .btn {
    margin-top: 2rem;
  }
  .products_production .nums li strong {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .products_banner .head h1 {
    font-size: 4rem;
  }
  .products_main .list ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .products_banner {
    background-color: var(--bg);
  }
  .products_banner img {
    opacity: 0.4;
  }
  .products_banner .head {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .products_banner .head h1 {
    font-size: 30px;
  }
  .page_nav {
    padding-top: 0;
  }
  .products_main {
    padding: 30px 0 50px;
  }
  .products_main .products_sidebar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
    padding: 0;
    width: unset;
    max-width: unset;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    transform: translate(0);
  }
  .products_main .products_sidebar > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .products_main .products_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  .products_main .products_sidebar .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .products_main .products_sidebar .close_box .close {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  .products_main .products_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .products_main .products_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    padding: 14px 20px;
    grid-template-columns: 1fr 10px;
    gap: 14px;
  }
  .products_main .products_sidebar .title::after {
    opacity: 1;
  }
  .products_main .products_sidebar .terms {
    padding: 10px 20px 20px;
  }
  .products_main .products_sidebar .terms li + li {
    margin-top: 14px;
  }
  .products_main .products_sidebar .terms li {
    padding-top: 2px;
    font-size: 14px;
  }
  .products_main .products_sidebar .card {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }
  .products_main .products_sidebar .card .info strong {
    font-size: 18px;
  }
  .products_main .products_sidebar .card .info p {
    margin-top: 10px;
  }
  .products_main .products_sidebar .card .btn {
    margin-top: 20px;
  }
  .products_main .products_results {
    min-height: 40vh;
  }
  .products_main .res-box {
    padding: 0;
    gap: 14px;
    flex-wrap: nowrap;
  }
  .products_main .res-box .total {
    font-size: 14px;
    min-width: 0;
  }
  .products_main .res-box .btn_filter {
    display: block;
  }
  .products_main .res-box .btn_clear {
    font-size: 14px;
    line-height: 34px;
    padding: 0 16px;
  }
  .products_main .empty {
    margin-top: 20px;
    padding: 48px 20px;
    border-radius: 10px;
  }
  .products_main .empty strong {
    font-size: 18px;
  }
  .products_main .empty p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .products_main .list {
    margin-top: 30px;
  }
  .products_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
    gap: 30px 16px;
  }
  .products_main .center:has(.btn_line) {
    margin-top: 40px;
    min-height: 44px;
  }
  .products_main .center:has(.btn_line) .btn_line {
    gap: 8px;
  }
  .products_brand {
    padding: 30px 0;
  }
  .products_brand.sec1 {
    padding-top: 50px;
  }
  .products_brand.secn {
    padding-bottom: 50px;
  }
  .products_brand .img {
    border-radius: 10px;
  }
  .products_brand .head {
    padding: 0;
  }
  .products_brand .head ul {
    font-size: 14px;
    margin-top: 10px;
  }
  .products_brand .head ul li {
    padding-right: 0;
  }
  .products_production {
    padding: 50px 0;
  }
  .products_production .img {
    border-radius: 10px;
  }
  .products_production .head {
    padding: 0;
  }
  .products_production .nums {
    margin-top: 30px;
    padding-top: 20px;
  }
  .products_production .nums ul {
    gap: 20px;
  }
  .products_production .nums li strong {
    font-size: 25px;
  }
  .products_production .nums li p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .products_banner img {
    opacity: 1;
  }
  .products_banner .wrap {
    position: static;
    padding: 30px 0 40px;
  }
  .products_brand .img {
    width: 100%;
  }
  .products_production .img {
    width: 100%;
    order: -1;
  }
  .products_production .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.products_main.loading .products_results {
  opacity: 0.45;
  pointer-events: none;
}
