.products_nav {
  box-shadow: 0 5px 5px rgba(186, 186, 186, 0.35);
}
div:has(.products_nav) {
  position: sticky;
  top: 9.1rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.products_nav {
  position: sticky;
  top: 9.1rem;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.products_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.products_nav .nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #332c2b;
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  padding: 2.6rem 1rem 2.2rem;
  min-width: 20rem;
  gap: 0.9rem;
}
.products_nav .nav_item.active,
.products_nav .nav_item:hover {
  border-bottom-color: var(--primary);
}
.products_nav .nav_item .icon {
  height: 4.4rem;
  width: max-content;
}
.products_nav .nav_item .icon img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.products_banner {
  position: relative;
  background: no-repeat center / cover;
  margin-bottom: 4rem;
}
.products_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 73.48958333%;
  height: 100%;
  background-image: linear-gradient(to right, #000000 -29.826364%, transparent);
  content: '';
  pointer-events: none;
}
.products_banner .flex {
  min-height: 60.3rem;
  padding: 4rem 0;
}
.products_banner .head {
  color: #fff;
  flex: 1;
  max-width: 66rem;
  padding-top: 8.9%;
}
.products_banner p {
  font-size: 3.2rem;
  line-height: 5rem;
  margin-top: 0.5rem;
  font-weight: 300;
}
.products_banner .btn {
  margin-top: 3.6rem;
}
.products_main {
  padding: 10rem 0 18rem;
}
.products_main .left {
  width: 19.625%;
  min-width: 30rem;
  position: sticky;
  top: 25rem;
}
.products_main .left .head {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.products_main .left .head h2 {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  color: #171717;
}
.products_main .left .head .btn_filter {
  display: none;
}
.products_main .products_sidebar {
  margin-top: 2rem;
}
.products_main .products_sidebar .taxonomy {
  border-bottom: 1px solid #e5e5e5;
}
.products_main .products_sidebar .taxonomy.active .title i {
  background-color: var(--primary);
  opacity: 1;
  border-color: var(--primary);
}
.products_main .products_sidebar .taxonomy.active .title i::after {
  filter: contrast(0) brightness(2);
}
.products_main .products_sidebar .taxonomy.show .title::after {
  transform: rotate(180deg);
}
.products_main .products_sidebar .taxonomy.show .box {
  opacity: 1;
}
.products_main .products_sidebar .taxonomy:first-child {
  border-top: 1px solid #e5e5e5;
}
.products_main .products_sidebar .title {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 4rem 1fr;
  padding: 1.9rem 0;
  padding-right: 2rem;
}
.products_main .products_sidebar .title i {
  width: 100%;
  padding-bottom: calc(100% - 2px);
  border-radius: 50%;
  opacity: 0.5;
  border: 1px solid #081528;
  position: relative;
  transition: all 0.3s;
}
.products_main .products_sidebar .title i::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/arrow-r-b.svg") no-repeat center / 31.5789%;
  transition: all 0.3s;
}
.products_main .products_sidebar .taxonomy:has(.box) .title::after {
  position: absolute;
  content: '';
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  transition: all 0.3s;
  background: url(../img/icon-select.svg) no-repeat center / contain;
  right: 0;
}
.products_main .products_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.products_main .products_sidebar .terms {
  padding: 1rem 0 2rem;
}
.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 #e5e5e5;
  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: var(--primary);
}
.products_main .products_sidebar .terms li.active::before {
  border-color: var(--primary);
  background-color: var(--primary);
}
.products_main .products_sidebar .terms li:hover {
  color: #000;
}
.products_main .products_sidebar .terms li + li {
  margin-top: 2rem;
}
.products_main .right {
  flex: 1;
  max-width: 119.6rem;
  padding-top: 1.7rem;
}
.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: 600;
  color: #5e5f60;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}
.products_main .right .sort_box .sort label {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  color: #242424;
}
.products_main .right .sort_box .sort select {
  display: block;
  color: #161616;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  outline: none;
  background: url("../img/icon-select.svg") no-repeat center right / 1.2rem;
  padding-right: 2rem;
}
.products_main .right .tags {
  display: flex;
  align-items: center;
  color: #161616;
  line-height: 3rem;
  gap: 1.4rem;
  margin-top: 2.2rem;
}
.products_main .right .tags .clear {
  background-color: #f0f0f0;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 1.8rem;
}
.products_main .right .tags .clear:hover {
  background-color: var(--primary);
  color: #fff;
}
.products_main .right .tags p {
  border: 1px solid #d3d3d3;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  gap: 1.3rem;
  line-height: 2.9rem;
  padding: 0 1.3rem;
}
.products_main .right .tags p::after {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-cancel.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.products_main .right .tags p:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.products_main .right .tags p:hover::after {
  filter: unset;
  transform: rotate(360deg);
}
.products_main .list {
  margin-top: 4.5rem;
}
.products_main .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2.090301%;
}
.search .products_main .list ul {
  grid-template-columns: repeat(4, 1fr);
}
.products_main p.center:has(.btn_line) {
  margin-top: 5.9rem;
  min-height: 6.9rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products_main .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .search .products_main .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .products_nav .nav_item {
    min-width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  div:has(.products_nav) {
    top: calc(4rem + 1px);
  }
  .products_nav {
    top: calc(4rem + 1px);
  }
  .products_nav .nav_list {
    width: calc(100% + 40px);
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: unset;
    padding: 0 20px;
    margin: 0 -20px;
    gap: 1rem;
  }
  .products_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .products_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .products_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .products_nav .nav_item {
    font-size: 14px;
    gap: 10px;
    padding: 14px 0;
    min-width: 120px;
  }
  .products_nav .nav_item .icon {
    height: 22px;
  }
  .products_banner {
    margin-bottom: 2rem;
  }
  .products_banner::before {
    width: 100%;
  }
  .products_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .products_banner .head {
    max-width: unset;
    padding: 0;
  }
  .products_main {
    padding: 3rem 0 5rem;
  }
  .products_main .left {
    width: 100%;
    position: static;
    top: unset;
    min-width: unset;
  }
  .products_main .left .head {
    gap: 1rem;
  }
  .products_main .left .head h2 {
    font-size: 22px;
  }
  .products_main .left .head .reset {
    font-size: 14px;
    margin: 0;
  }
  .products_main .left .head .btn_filter {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    background: url("../img/mobile-menu/nav-btn.svg") no-repeat center / contain;
    margin-right: auto;
    cursor: pointer;
    align-self: center;
  }
  .products_main .products_sidebar {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    opacity: 1;
    transform: translate(0);
  }
  .products_main .products_sidebar .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  .products_main .products_sidebar .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .products_main .products_sidebar .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  .products_main .products_sidebar .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  .products_main .products_sidebar .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  .products_main .products_sidebar .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding-top: 1.2rem;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 1rem 20px;
    grid-template-columns: 2rem 1fr;
    gap: 10px;
  }
  .products_main .products_sidebar .title::after {
    width: 12px;
    height: 6px;
    right: 16px;
  }
  .products_main .products_sidebar .terms {
    padding: 10px 20px 20px;
  }
  .products_main .products_sidebar .terms li {
    padding-left: 1.6rem;
    font-size: 14px;
  }
  .products_main .products_sidebar .terms li::before {
    width: 14px;
    height: 14px;
  }
  .products_main .products_sidebar .terms li + li {
    margin-top: 12px;
  }
  .products_main .right {
    max-width: unset;
    padding: 0;
  }
  .products_main .right .sort_box {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }
  .products_main .right .sort_box .sort label {
    gap: 5px;
  }
  .products_main .right .sort_box .sort select {
    font-size: 14px;
    padding-right: 2rem;
    background-size: 12px;
  }
  .products_main .right .tags {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 30px;
    gap: 10px;
  }
  .products_main .right .tags .clear {
    padding: 0 12px;
  }
  .products_main .right .tags p {
    line-height: 29px;
    padding: 0 12px;
    gap: 10px;
  }
  .products_main .right .tags p::after {
    width: 6px;
    height: 6px;
  }
  .products_main .list {
    max-width: unset;
    padding: 0;
    margin-top: 2rem;
  }
  .products_main .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .search .products_main .list ul {
    grid-template-columns: 1fr;
  }
  .products_main p.center:has(.btn_line) {
    margin-top: 2rem;
    min-height: 43px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .products_main .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .search .products_main .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=products.css.map */