.products_banner {
  max-width: 256rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--bg2);
}
.products_banner.img_bg > img {
  height: auto;
  top: unset;
  bottom: 0;
}
.products_banner .flex {
  min-height: 82.4rem;
  padding: 6rem 0;
}
.products_banner .lt {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  max-width: 75.2rem;
  padding-bottom: 2.7%;
}
.products_banner .head > em {
  margin-bottom: 1.5rem;
}
.products_banner p {
  max-width: 58rem;
  margin-top: 1.3rem;
}
.products_banner .nums {
  margin-top: 4.7rem;
}
.products_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.products_banner .nums li {
  min-width: 20.8%;
}
.products_banner .nums li strong {
  font-size: 6.4rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
}
.products_banner .nums li strong i {
  font-size: 0.5625em;
  color: var(--secondary);
  margin-left: 0.2788em;
}
.products_banner .nums li p {
  color: var(--text);
  margin-top: 1.2rem;
}
.products_banner .img {
  width: 84.02777778%;
  --h: 49.58677686%;
  margin-right: -26.59722222%;
  margin-left: -9.51388889%;
}
.products_nav {
  padding-top: 7.2rem;
}
.products_nav .content {
  max-width: 179.2rem;
}
.products_nav .nav .nav_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9rem;
}
.products_nav .nav .nav_item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 20rem;
  border: 1rem solid #f0f0f0;
}
.products_nav .nav .nav_item:hover img {
  transform: scale(1.03);
}
.products_nav .nav .nav_item .img {
  padding-bottom: 32.63403263%;
  border-radius: 20rem;
}
.products_nav .nav .nav_item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.676) -1.865%, rgba(0, 0, 0, 0.5608) 19.2%, rgba(0, 0, 0, 0.1) 67.25%);
}
.products_nav .nav .nav_item .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 6.655%;
}
.products_nav .nav .nav_item .info .title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: auto;
}
.products_nav .nav .nav_item .info .btn_i {
  color: #fff;
  font-size: 1.616rem;
  gap: 0.8rem;
  margin-top: 1.8rem;
  margin-bottom: auto;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.products_nav .nav .nav_item .info .btn_i::after {
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
}
.products_nav .nav .nav_item.active,
.products_nav .nav .nav_item:hover {
  border-color: var(--primary);
  box-shadow: 1rem 1rem 2rem rgba(62, 68, 65, 0.25);
}
.products_main {
  padding: 9.1rem 0 10.4rem;
}
.products_main .products_sidebar {
  width: 25rem;
  padding-top: 1px;
  position: sticky;
  top: 12rem;
}
.products_main .products_sidebar .taxonomy {
  margin-top: 2.4rem;
}
.products_main .products_sidebar .taxonomy:first-child {
  margin-top: 0;
}
.products_main .products_sidebar .taxonomy.active > .title {
  background-color: var(--primary);
  color: #fff;
}
.products_main .products_sidebar .taxonomy.active > .title::after {
  transform: rotate(180deg);
  filter: contrast(0) brightness(2);
}
.products_main .products_sidebar .taxonomy.active > .box {
  opacity: 1;
}
.products_main .products_sidebar .taxonomy .taxonomy {
  margin: 0;
}
.products_main .products_sidebar .taxonomy .taxonomy.active > .title {
  background-color: transparent;
  color: #9a9a95;
}
.products_main .products_sidebar .taxonomy .taxonomy .title {
  display: block;
  background-color: transparent;
  color: #9a9a95;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: default;
  padding: 1.7rem 0 2px;
}
.products_main .products_sidebar .taxonomy .taxonomy .title::after {
  display: none;
}
.products_main .products_sidebar .taxonomy .taxonomy + .taxonomy .title {
  border-top: 1px solid #e6e4df;
}
.products_main .products_sidebar .title {
  display: grid;
  grid-template-columns: 1fr 0.77778em;
  align-items: center;
  cursor: pointer;
  border-radius: 0.333em;
  background-color: #efefef;
  color: #1a1626;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  gap: 0.56em;
  padding: 1.4rem 1.9rem;
}
.products_main .products_sidebar .title::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  transition: all 0.3s;
  background: url("../images/icon-select.svg") no-repeat center / contain;
}
.products_main .products_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.products_main .products_sidebar .terms {
  padding: 2.3rem 0 1.8rem;
}
.products_main .products_sidebar .terms ul {
  display: grid;
  gap: 1.1375em;
}
.products_main .products_sidebar .terms li {
  position: relative;
  cursor: pointer;
  color: #424242;
  transition: all 0.3s;
  padding-left: 1.8125em;
}
.products_main .products_sidebar .terms li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1em;
  height: 1em;
  border: 1px solid #e6e4df;
  border-radius: 3px;
  background: url("../images/gou-w.svg") no-repeat center / 68.75% #fff;
  transition: all 0.3s;
}
.products_main .products_sidebar .terms li.active,
.products_main .products_sidebar .terms li:hover {
  color: #161616;
}
.products_main .products_sidebar .terms li.active {
  font-size: 1.125em;
  font-weight: 500;
  margin: -2px 0;
}
.products_main .products_sidebar .terms li.active::before {
  background-color: var(--secondary);
  border-color: #fff;
}
.products_main .rt {
  flex: 1;
  max-width: 108.5rem;
}
.products_main .btn_filter {
  display: none;
}
.products_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr));
  gap: 2.2rem 2.16589862%;
}
.products_main nav.navigation {
  margin-top: 4rem;
}
.product_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.6rem;
  border: 1px solid #f0f0f0;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .img {
  display: flex;
  justify-content: center;
  padding-bottom: 81.10465116%;
}
.product_list .img img {
  height: 93.18996416%;
  width: 75.58139535%;
  left: unset !important;
  top: unset !important;
  bottom: 0;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 2rem 2.1rem;
}
.product_list .info .text {
  flex: 1;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
}
.product_list .info .title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #1a1a1a;
}
.product_list .info .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-width: 30.9rem;
  margin-top: 0.7rem;
}
.product_list .info .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.3rem;
}
.product_list .info .wrap .code {
  font-size: 1.4rem;
  color: #aaa;
  letter-spacing: 0.057em;
}
.product_list .info .wrap .btn_i {
  font-size: 1.4rem;
  color: #0b7a3f;
  gap: 1.1rem;
  margin-top: 0.3rem;
}
.product_list .info .wrap .btn_i::after {
  width: 0.643em;
  height: 0.643em;
  background-image: url("../images/arrow-r-s.svg");
}
.page_certified {
  padding: 6.2rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .products_banner .img {
    width: 70%;
    margin: 0 -10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .products_banner .nums li strong {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_banner .nums li strong {
    font-size: 4rem;
  }
  .products_nav .nav .nav_item .info .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .products_banner .flex {
    min-height: unset;
    padding: 50px 0 70px;
  }
  .products_banner .lt {
    padding: 0;
  }
  .products_banner .head > em {
    margin-bottom: 8px;
  }
  .products_banner .nums {
    margin-top: 20px;
  }
  .products_banner .nums ul {
    gap: 30px 16px;
  }
  .products_banner .nums li strong {
    font-size: 24px;
  }
  .products_banner .nums li p {
    margin-top: 10px;
  }
  .products_banner .img {
    width: 55%;
    margin: 0 -20px;
  }
  .products_nav {
    padding: 30px 0;
  }
  .products_nav .nav .nav_list {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .products_nav .nav .nav_item {
    border-width: 5px;
  }
  .products_nav .nav .nav_item .info .title {
    font-size: 16px;
  }
  .products_nav .nav .nav_item .info .btn_i {
    font-size: 14px;
    gap: 8px;
    margin-top: 12px;
  }
  .products_main {
    padding: 30px 0 50px;
  }
  .products_main .btn_filter {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 30px;
  }
  .products_main .btn_filter::after {
    display: inline-block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    content: '';
    background: url("../images/icon-menu.svg") no-repeat center / contain;
  }
  .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;
  }
  .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: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../images/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;
    padding: 12px 12px 30px;
  }
  .products_main .products_sidebar .taxonomy {
    margin-top: 16px;
  }
  .products_main .products_sidebar .taxonomy .taxonomy.active > .title::after {
    filter: unset;
  }
  .products_main .products_sidebar .taxonomy .taxonomy .title {
    display: grid;
    font-size: 15px;
    padding: 14px 0;
    border-radius: 0;
  }
  .products_main .products_sidebar .taxonomy .taxonomy .title::after {
    display: block;
  }
  .products_main .products_sidebar .taxonomy .taxonomy .terms {
    padding-top: 0;
  }
  .products_main .products_sidebar .title {
    font-size: 16px;
    padding: 14px 16px;
    grid-template-columns: 1fr 12px;
  }
  .products_main .products_sidebar .terms {
    padding: 20px 0;
  }
  .products_main .products_sidebar .terms li{
    font-size: 1.8rem;
  }
  .products_main .products_sidebar .terms li.active {
    font-size: 1em;
    margin: 0;
  }
  .products_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .products_main nav.navigation {
    margin-top: 40px;
  }
  .product_list a {
    border-radius: 10px;
  }
  .product_list .info {
    padding: 10px 20px 20px;
  }
  .product_list .info .text {
    padding-bottom: 12px;
  }
  .product_list .info .title {
    font-size: 18px;
  }
  .product_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_list .info .wrap {
    margin-top: 12px;
  }
  .product_list .info .wrap .code {
    font-size: 14px;
  }
  .product_list .info .wrap .btn_i {
    font-size: 14px;
    gap: 8px;
    margin: 0;
  }
  .page_certified {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .products_banner .img {
    width: 100%;
    order: -1;
    margin: 0;
  }
}

/* No Results */
.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem;
  min-height: 40rem;
}
.no-results .head {
  margin-bottom: 3.5rem;
}
.no-results .head h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
}
.no-results .head p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
  max-width: 50rem;
  margin: 0 auto;
}
.no-results .search-form {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 48rem;
  width: 100%;
}
.no-results .search-form label {
  flex: 1;
}
.no-results .search-form .search-field {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  outline: none;
  transition: border-color 0.3s;
}
.no-results .search-form .search-field:focus {
  border-color: #0b7a3f;
}
.no-results .search-form .search-submit {
  height: 5rem;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #0b7a3f;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.no-results .search-form .search-submit:hover {
  background-color: #095e30;
}
@media screen and (max-width: 768px) {
  .no-results {
    padding: 5rem 1.5rem;
    min-height: 30rem;
  }
  .no-results .head h2 {
    font-size: 2.4rem;
  }
  .no-results .search-form {
    flex-direction: column;
  }
  .no-results .search-form .search-field,
  .no-results .search-form .search-submit {
    width: 100%;
  }
}
