.products_section {
  padding: 10.1rem 0 3.3rem;
  overflow: hidden;
}
.products_section .head {
  padding-bottom: 6.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.products_section .head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--content_color);
  max-width: 100.7rem;
  margin-top: 2.1rem;
}
.products_section .flex {
  margin-top: 1.8rem;
}
.products_section .labels > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.products_section .labels li {
  background-color: #f2eee5;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  color: #161616;
  padding: 0.6rem 1.4rem;
  gap: 2.8rem;
  cursor: pointer;
  transition: all .3s;
}
.products_section .labels li:hover {
  background-color: #d8d4ca;
}
.products_section .labels li.clean::after {
  display: none;
}
.products_section .labels li::after {
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon-del.svg") no-repeat center / contain;
  content: '';
  transition: all 0.3s;
}
.products_section .labels li:hover::after {
  transform: rotate(360deg);
}
.products_section .filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 6rem;
}
.products_section .filter .filter_item {
  position: relative;
  display: block;
}
.products_section .filter .filter_item:hover ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.products_section .filter .sel_toggle {
  font-size: 1.6rem;
  color: #636363;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.8rem;
  padding: 0.8rem 0 1.9rem;
  cursor: pointer;
}
.products_section .filter .sel_toggle .current {
  color: #000;
}
.products_section .filter .sel_toggle i {
  width: 1rem;
  height: 0.6rem;
  background: url("../img/icon-select.svg") no-repeat center / contain;
  display: inline-block;
  content: '';
}
.products_section .filter .sel_menu {
  position: absolute;
  background-color: #fdfaf5;
  border: 1px solid #000000;
  padding: 0.5rem 2rem 0;
  min-width: 22.2rem;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-2rem);
  pointer-events: none;
  z-index: 9;
}
.products_section .filter .sel_menu li {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 1.3rem 1rem 1.7rem;
  cursor: pointer;
  transition: all 0.4s;
}
.products_section .filter .sel_menu li.active {
  opacity: 1;
}
.products_section .filter .sel_menu li:last-child {
  border-bottom: none;
}
.products_section .filter .sel_menu li:hover {
  opacity: 1;
}
.products_section .list {
  margin-top: 9.6rem;
}
.products_section .list > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 192rem;
  margin: 0 auto;
}
.products_section .list li {
  grid-column: span 2;
}
.products_section .list li:nth-child(8n + 7), .products_section .list li:nth-child(8n + 8) {
  grid-column: span 3;
}
.products_section .list > ul .product_item:nth-child(8n + 7) .pd_swiper,
.products_section .list > ul .product_item:nth-child(8n + 8) .pd_swiper {
  padding-bottom: 43.125%;
}
.products_section .list > ul .product_item:nth-child(8n + 7) .pd_swiper .swiper-slide,
.products_section .list > ul .product_item:nth-child(8n + 8) .pd_swiper .swiper-slide {
  padding-bottom: 43.125%;
}
.products_section .list .item a {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.products_section .list .item a:hover img {
  transform: scale(1.02);
}
.products_section .list .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 2.3rem 2.8% 3.3rem;
  width: 100%;
}
.products_section .list .item h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.products_section .list .item .img {
  width: 100%;
  padding-bottom: 60.48%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.products_section .list_num {
  font-size: 2rem;
  margin-top: 8rem;
}
.products_section p.center:has(.btn_full) {
  min-height: 6rem;
  margin-top: 2.4rem;
}
.products_section p.center:has(.btn_full) .btn_full {
  min-width: 23.5rem;
}
.footer_connect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  content: '';
  background-image: linear-gradient(to bottom, #fff 30%, transparent);
}
