div:has(.products_nav) {
  position: sticky;
  width: 100%;
  top: 6.6rem;
  left: 0;
  z-index: 900;
}
.products_nav {
  position: sticky;
  background-color: #f2f6f9;
  width: 100%;
  top: 6.6rem;
  left: 0;
  z-index: 900;
  padding: 1.6rem 0 1.9rem;
}
.products_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0.5rem;
}
.products_nav .nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 1.7rem 1.6rem 1rem;
  gap: 1rem;
  min-width: 10.2rem;
}
.products_nav .nav_item.active,
.products_nav .nav_item:hover {
  background-color: #fff;
}
.products_nav .nav_item.active i,
.products_nav .nav_item:hover i {
  filter: unset;
}
.products_nav .nav_item i {
  width: 3.7rem;
  height: 3.7rem;
  display: block;
  content: '';
  background: no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.products_nav .nav_item .title {
  font-size: 1.5rem;
  text-align: center;
}
.products_banner .flex {
  min-height: 70.7rem;
  padding: 6rem 0;
}
.products_banner .head {
  flex: 1;
  max-width: 47.3rem;
  max-width: 100rem;
  padding-bottom: 2.5%;
}
.products_banner h1 {
  font-size: 6.4rem;
  line-height: 7rem;
}
.products_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--content_color);
  opacity: 0.85;
  max-width: 45.9rem;
  margin-top: 2.6rem;
}
.products_banner .btn {
  margin-top: 4.1rem;
}
.products_main {
  padding: 2.9rem 0;
}
.products_main.first {
  padding-top: 6.7rem;
}
.products_main.last {
  padding-bottom: 8rem;
}
.products_main + .products_luxury {
  margin-top: 5.1rem;
  margin-bottom: 3.8rem;
}
.products_main .btn_line {
  margin-bottom: 1px;
}
.products_main .products_main_swiper {
  overflow: hidden;
  margin-top: 4rem;
}
.products_main .product_list a {
  display: block;
  height: 100%;
}
.products_main .product_list a:hover img {
  transform: scale(1.05);
}
.products_main .product_list .img {
  width: 100%;
  border-radius: 2rem;
  padding-bottom: 99.422%;
  background-color: #e9eff4;
  overflow: hidden;
}
.products_main .product_list h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-top: 2.3rem;
}
.products_main .swiper_btns_circle {
  top: 43.5%;
  max-width: 149.7rem;
}
.products_main .swiper_btns_circle div {
  background-color: #fff;
  width: 5.7rem;
  height: 5.7rem;
  border: 1px solid #d9dbdd;
}
.products_main .swiper_btns_circle div::after {
  filter: contrast(0) brightness(0);
  width: 1.2rem;
  height: 1.2rem;
}
.products_main .swiper_btns_circle div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.products_luxury {
  overflow: hidden;
  background-color: #e9eff4;
  padding: 6.2rem 0 5.9rem;
}
.products_luxury .btn_line {
  margin-bottom: 1px;
}
.products_luxury .products_luxury_swiper {
  max-width: 134.5rem;
  margin-top: 3.9rem;
}
.products_luxury .swiper_con {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.1rem;
}
.products_luxury .swiper_con div.swiper-scrollbar {
  position: static;
  width: 85%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.products_luxury .swiper_con div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #000;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .page_choose {
    padding: 3rem 0 !important;
    margin: 0 !important;
  }
}


.products_list {
  padding: 8rem 0 15rem;
}
.products_list .inner {
  max-width: 180.1rem;
  margin: 0 auto;
}
.products_list ul {
  gap: 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.products_list p:has(button) {
  min-height: 6.4rem;
  margin-top: 8rem;
}