.category_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
}
.category_banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: unset;
}
.category_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  overflow-y: auto;
  margin: 5rem 0;
}
.category_banner .wrap .content {
  display: flex;
  height: 100%;
}
.category_banner .head {
  margin: auto 0;
  width: 60%;
  padding-bottom: 7%;
}
.category_banner p {
  max-width: 44.5rem;
  margin-top: 2.3rem;
}
.category_advantages {
  max-width: 256rem;
  margin: 0 auto;
  background-color: #fbfaf8;
  padding: 1.3rem 0;
}
.category_advantages .items ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  gap: 3rem;
}
.category_advantages .items li {
  flex: 1;
  display: grid;
  grid-template-columns: 2.22223em auto;
  justify-content: center;
  align-items: center;
  gap: 0.5556em;
}
.category_advantages .items li span {
  margin-bottom: 2px;
}
.category_main {
  padding: 12.2rem 0 11.6rem;
}
.category_main .main {
  margin-top: 5rem;
}
.category_main .btn_filter {
  display: none;
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/nav-btn-p.svg") no-repeat center / 50%;
}
.category_main .category_sidebar {
  width: 26.1rem;
  position: sticky;
  top: 150px;
}
.category_main .category_sidebar > .close,
.category_main .category_sidebar .close_box {
  display: none;
}
.category_main .category_sidebar .taxonomy.active .title::after {
  transform: rotate(0);
}
.category_main .category_sidebar .taxonomy.active .box {
  opacity: 1;
}
.category_main .category_sidebar .taxonomy .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.category_main .category_sidebar .taxonomy:first-child .title {
  border-top: none;
}
.category_main .category_sidebar .title {
  display: grid;
  grid-template-columns: 1fr 0.65em;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  border-top: 1px solid #e8e6e3;
  gap: 2rem;
  padding: 2.2rem 0 1rem;
}
.category_main .category_sidebar .title::after {
  display: block;
  content: '';
  padding-bottom: 100%;
  transition: all 0.3s;
  transform: rotate(-90deg);
  background: url(../img/icon-select.svg) no-repeat center / contain;
}
.category_main .category_sidebar .terms {
  padding: 1.1rem 0 2.4rem;
}
.category_main .category_sidebar .terms li + li {
  margin-top: 1em;
}
.category_main .category_sidebar .terms li {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: #4c4c4c;
  transition: all 0.3s;
  padding-left: 2.13333em;
}
.category_main .category_sidebar .terms li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1.06667em;
  height: 1.06667em;
  border: 1px solid #ddd;
  background: url("../img/gou-w.svg") no-repeat center / 65% #fff;
  transition: all 0.3s;
}
.category_main .category_sidebar .terms li.active {
  color: var(--title);
}
.category_main .category_sidebar .terms li.active::before {
  border-color: var(--primary);
  background-color: var(--primary);
}
.category_main .category_sidebar .terms li:hover {
  color: var(--title);
}
.category_main .flex1 {
  width: 100%;
  max-width: 111rem;
}
.category_main .res-box .total {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  color: #636363;
  gap: 0.9rem;
}
.category_main .res-box .total strong {
  color: var(--title);
  font-weight: inherit;
}
.category_main .res-box .sort label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #636363;
  gap: 1.8rem;
}
.category_main .res-box .sort label span {
  flex-shrink: 0;
}
.category_main .res-box .sort label select {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #e8e6e3;
  color: var(--title);
  background: url("../img/icon-select.svg") no-repeat center right 1.5rem/1rem;
  transition: border-color 0.2s;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4.3rem;
  min-width: 11.0625em;
  padding: 0 4rem 0 1.5rem;
}
.category_main .res-box .sort label select:focus,
.category_main .res-box .sort label select.focus {
  border-color: var(--primary);
}
.category_main .list {
  margin-top: 2.7rem;
}
.category_main .list.loading {
  opacity: 0.55;
  pointer-events: none;
}
.category_main .list > ul {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
}
.category_main .list > ul > li {
  display: flex;
  min-height: 100%;
}
.category_main .active .product_item .image .btn {
  transform: translateY(0);
  opacity: 1;
}
.category_main .active .product_item .image .img.img_cv {
  transform: scale(1);
  opacity: 1;
}
.category_main .active .product_item .image .img.img_ct {
  transform: scale(1.3);
  opacity: 0;
}
.category_main .product_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.category_main .product_item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -0.5px;
  content: '';
  border: 1px solid #e8e6e3;
  transition: all 0.3s;
  pointer-events: none;
}
.category_main .product_item:hover .img.img_cv {
  transform: scale(1.03);
}
.category_main .product_item .image {
  position: relative;
  display: block;
  margin: -0.5px;
  overflow: hidden;
}
.category_main .product_item .image .img {
  width: 100%;
  padding-bottom: 82.9443447%;
  transition: all 0.4s linear;
}
.category_main .product_item .image .img_cv {
  transform: scale(1.3);
  opacity: 0;
}
.category_main .product_item .image .img.img_ct {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.category_main .product_item .image .img.img_ct img {
  width: 55.036%;
  height: 66.5217%;
  left: 20.5036%;
  top: 27.8261%;
}
.category_main .product_item .image .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  gap: 0.8rem;
  line-height: 3.4rem;
  padding: 0 2rem;
  margin: 2.517986% 3.597122%;
  transform: translateY(100%);
  opacity: 0;
}
.category_main .product_item .image .btn::before {
  display: inline-block;
  flex-shrink: 0;
  width: 1.0667em;
  height: 1.0667em;
  content: '';
  transition: all 0.3s;
  background: url("../img/icon-view.svg") no-repeat center / contain;
}
.category_main .product_item .image .btn:hover::before {
  filter: contrast(0) brightness(2);
}
.category_main .product_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  padding: 6.126126% 6.846847% 8.288288%;
}
.category_main .product_item .info .tags {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 6.498195% 3.971119%;
  gap: 0.6154em;
}
.category_main .product_item .info .tags span {
  display: inline-block;
  text-align: center;
  background-color: var(--secondary);
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.5154em 0.77em;
}
.category_main .product_item .info .tags span:nth-child(even) {
  background-color: var(--primary);
}
.category_main .product_item .info .pd-colors {
  font-size: 1.4rem;
  min-height: 1.4286em;
}
.category_main .product_item .info .pd-colors ul {
  gap: 0.5px;
}
.category_main .product_item .info .pd-colors li::after {
  margin: -0.2143em;
}
.category_main .product_item .info .pd-colors li {
  margin: 0.2143em;
}
.category_main .product_item .info .title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 22.9rem;
  height: 2.4em;
  margin-top: 1.1rem;
}
.category_main .product_item .info a.title {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.category_main .product_item .info a.title:hover {
  text-decoration-color: var(--title);
}
.category_main .product_item .info .spec {
  line-height: 1.53846154;
  font-weight: 500;
  color: #636363;
  margin-top: 0.4rem;
  min-height: 3.0769em;
}
.category_main .product_item .info .spec span {
  display: block;
}
.category_main .product_item .info .price {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.6rem;
}
.category_main .product_item .info .price strong {
  font-weight: inherit;
}
.category_main .product_item .info .discount {
  flex: 1;
  margin-top: 0.8rem;
  min-height: 8.6rem;
}
.category_main .product_item .info .discount ul {
  background-color: var(--bg);
  margin-bottom: auto;
  padding-bottom: 0.3rem;
}
.category_main .product_item .info .discount ul li + li {
  border-top: 1px solid #fff;
}
.category_main .product_item .info .discount ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.6rem 1.2rem;
  gap: 1rem;
}
.category_main .product_item .info .discount ul li strong {
  font-size: 1.4rem;
  font-weight: 500;
}
.category_main .product_item .info .discount ul li p {
  font-weight: 600;
  color: #4c4c4c;
}
.category_main .product_item .info .discount ul li:first-child {
  padding-top: 0.5rem;
}
.category_main .product_item .info .btn {
  min-width: unset;
  font-size: 1.5rem;
  line-height: 3.6rem;
  padding: 0 2rem;
  margin-top: 1.3rem;
}
.category_main nav.navigation {
  margin-top: 5.2rem;
}
.category_guide {
  position: relative;
  background-color: var(--bg);
  padding: 9.6rem 0 6.4rem;
}
.category_guide .nav {
  margin-top: 2.7rem;
}
.category_guide .main {
  margin-top: 4.5rem;
}
.category_guide .main .swiper_box {
  display: none;
}
.category_guide .main .swiper_box.active {
  display: block;
}
.category_guide .category_guide_swiper {
  overflow: hidden;
}
.category_guide .item {
  display: block;
  height: 100%;
}
.category_guide .item:hover img {
  transform: scale(1.03);
}
.category_guide .item .img {
  padding-bottom: 75.29411765%;
}
.category_guide .item .info {
  margin-top: 2.4rem;
}
.category_guide .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.category_guide .item .info p {
  max-width: 32rem;
  margin-top: 1.5rem;
}
.category_guide .contact_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  background-color: #fff;
  margin-top: 3.3rem;
  padding: 1.805556% 3.125% 2.083333%;
}
.category_guide .contact_card .icon {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  background-color: var(--secondary);
}
.category_guide .contact_card .icon img {
  transform: scale(0.52564103);
}
.category_guide .contact_card .info {
  flex: 1;
  width: 100%;
  margin-top: 0.6%;
}
.category_guide .contact_card .info h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
.category_guide .contact_card .info p {
  margin-top: 0.4rem;
}
.category_guide .contact_card .btn {
  min-width: unset;
  margin-top: 1.2%;
  padding: 0 3.2rem;
}
.category_guide .floats.bk .img img {
  opacity: 0.15;
}
.category_guide .floats .img.img1 {
  width: 34%;
  max-width: 64.1rem;
  left: -17.23958%;
  bottom: 15.20788%;
  z-index: 2;
}
.category_guide .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -8.3151%;
}
.page_faqs {
  padding: 9.5rem 0 9.5rem;
}
.page_faqs .faq_list .answer {
  color: #5d5d5c;
}
.category_argument {
  background-color: var(--bg);
  padding: 11.7rem 0 13.5rem;
}
.category_argument p {
  color: #666665;
  margin-top: 3rem;
}
.category_argument .flex {
  margin-top: 4.9rem;
}
.category_argument .flex .image {
  width: 55.41666667%;
}
.category_argument .flex .flex1 {
  width: 100%;
  max-width: 60.3rem;
}
.category_argument .category_argument_swiper {
  overflow: hidden;
}
.category_argument .category_argument_swiper .img {
  padding-bottom: 62.03007519%;
}
.category_argument .item {
  transition: all 0.3s;
  padding-left: 2.3rem;
}
.category_argument .item.active {
  background-color: #fff;
  margin-bottom: 0.8rem;
}
.category_argument .item.active .title {
  border-top-color: transparent;
  padding-top: 2.4rem;
}
.category_argument .item.active .title .icon {
  filter: none;
}
.category_argument .item.active .title h3 {
  color: var(--title);
}
.category_argument .item.active + .item .title {
  border-top-color: transparent;
}
.category_argument .item:last-child {
  margin-bottom: 0;
}
.category_argument .item .title {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-top: 1px solid rgba(51, 47, 43, 0.12);
  gap: 3.1rem;
  padding: 2rem 0.4rem;
}
.category_argument .item .title .icon {
  filter: contrast(0) brightness(0.8);
}
.category_argument .item .title h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #63615e;
  transition: all 0.3s;
}
.category_argument .item .desc {
  display: none;
  padding: 1rem 0.4rem 3.5rem;
}
.category_argument .item .desc p {
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--text);
  max-width: 39.2rem;
  margin-top: 0;
  margin-left: 8.3rem;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  background-color: #c0a060;
  background-image: none;
}
.footer_contact .head {
  min-height: 18rem;
  padding: 4rem 0;
}
.footer_contact .tcon {
  flex: 1;
  padding-top: 0.8rem;
}
.footer_contact .tcon h2 {
  font-size: 3.4rem;
  color: #493b22;
}
.footer_contact .tcon p {
  color: rgba(73, 59, 34, 0.85);
}
.footer_contact p {
  margin-top: 1rem;
}
.footer_contact .subscribe_form {
  width: 42%;
  max-width: 59.2rem;
  margin-top: 1.2rem;
}
.footer_contact .subscribe_form .wpcf7 {
  display: block;
  width: 100%;
}
.footer_contact form,
.footer_contact .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.3rem;
}
.footer_contact form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--title);
  background-color: #fff;
  border: 1px solid #fff;
  transition: border-color 0.2s;
  height: 4.8rem;
  padding: 0 2.6rem 2px;
}
.footer_contact form input::placeholder {
  color: var(--title);
}
.footer_contact form input:focus {
  border-color: var(--secondary);
}
.footer_contact form input:not([type=submit]) {
  font-family: "DM Sans", sans-serif;
}
.footer_contact form input[type=submit] {
  width: auto;
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
  transition: all 0.3s;
  padding: 0 3.2rem;
}
.footer_contact form input[type=submit]:hover {
  background-color: transparent;
  color: var(--secondary);
}
.footer_contact .floats {
  opacity: 0.39;
}
.footer_contact .floats .img {
  width: 22%;
  max-width: 41rem;
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -7.916667% 0 0 -10.729167%;
}
.footer_contact .floats .img2 {
  right: 0;
  top: 0;
  margin: -0.416667% -17.552083% 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .category_banner .head {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .category_banner .wrap {
    margin: 30px 0;
  }
  .category_banner .head {
    padding: 0;
  }
  .category_banner p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .category_advantages {
    padding: 12px 0;
  }
  .category_advantages .items ul {
    font-size: 14px;
    gap: 14px 16px;
  }
  .category_advantages .items li {
    flex: 1 0 160px;
  }
  .category_main {
    padding: 50px 0;
  }
  .category_main .main {
    margin-top: 30px;
  }
  .category_main .btn_filter {
    display: block;
  }
  .category_main .category_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;
  }
  .category_main .category_sidebar.active {
    pointer-events: all;
  }
  .category_main .category_sidebar.active .close {
    opacity: 1;
  }
  .category_main .category_sidebar.active .con {
    transform: translate(0);
  }
  .category_main .category_sidebar > .close,
  .category_main .category_sidebar .close_box {
    display: block;
  }
  .category_main .category_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);
  }
  .category_main .category_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  .category_main .category_sidebar .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .category_main .category_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;
  }
  .category_main .category_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .category_main .category_sidebar .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 0 30px;
  }
  .category_main .category_sidebar .title {
    font-size: 18px;
    padding: 14px 20px;
    gap: 14px;
  }
  .category_main .category_sidebar .box {
    padding: 10px 20px 20px;
  }
  .category_main .category_sidebar .terms {
    padding: 10px 20px 20px;
  }
  .category_main .category_sidebar .terms li {
    font-size: 14px;
  }
  .category_main .flex1 {
    max-width: unset;
  }
  .category_main .res-box .total {
    font-size: 14px;
    flex: 1;
  }
  .category_main .res-box .sort label {
    font-size: 14px;
    gap: 10px;
  }
  .category_main .res-box .sort label select {
    height: 42px;
    font-size: 14px;
    min-width: 120px;
    padding: 0 36px 0 12px;
  }
  .category_main .list {
    margin-top: 30px;
  }
  .category_main .list > ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .category_main .product_item .image .img.img_cv {
    transform: scale(1);
    opacity: 1;
  }
  .category_main .product_item .image .btn {
    transform: translate(0);
    opacity: 1;
    font-size: 14px;
    line-height: 30px;
    gap: 8px;
  }
  .category_main .product_item .info {
    font-size: 13px;
    padding: 20px;
  }
  .category_main .product_item .info .pd-colors {
    font-size: 14px;
  }
  .category_main .product_item .info .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .category_main .product_item .info .spec {
    margin-top: 5px;
  }
  .category_main .product_item .info .price {
    font-size: 16px;
    margin-top: 5px;
  }
  .category_main .product_item .info .discount {
    margin-top: 10px;
    min-height: 7.2rem;
  }
  .category_main .product_item .info .discount ul {
    padding: 0;
  }
  .category_main .product_item .info .discount li {
    padding: 5px 10px;
  }
  .category_main .product_item .info .discount li strong {
    font-size: 14px;
  }
  .category_main .product_item .info .btn {
    font-size: 14px;
    line-height: 34px;
    margin-top: 16px;
  }
  .category_main nav.navigation {
    margin-top: 40px;
  }
  .category_guide {
    padding: 50px 0;
    overflow: hidden;
  }
  .category_guide .nav {
    margin-top: 20px;
  }
  .category_guide .main {
    margin-top: 30px;
  }
  .category_guide .category_guide_swiper {
    overflow: unset;
  }
  .category_guide .item .info {
    margin-top: 16px;
  }
  .category_guide .item .info h3 {
    font-size: 18px;
  }
  .category_guide .item .info p {
    margin-top: 10px;
  }
  .category_guide .swiper_btns.middle {
    display: none;
  }
  .category_guide .contact_card {
    padding: 20px;
    gap: 16px;
  }
  .category_guide .contact_card .icon {
    width: 50px;
    height: 50px;
  }
  .category_guide .contact_card .info {
    margin: 0;
  }
  .category_guide .contact_card .info h3 {
    font-size: 18px;
  }
  .category_guide .contact_card .info p {
    margin-top: 3px;
  }
  .category_guide .contact_card .btn {
    padding: 0 20px;
    margin: 0;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .category_argument {
    padding: 50px 0;
  }
  .category_argument .flex {
    margin-top: 30px;
    align-items: center;
  }
  .category_argument .flex .image {
    width: 50%;
  }
  .category_argument .item {
    padding-left: 16px;
  }
  .category_argument .item.active {
    margin-bottom: 0;
  }
  .category_argument .item.active .title {
    padding-top: 14px;
  }
  .category_argument .item .title {
    grid-template-columns: 32px 1fr;
    gap: 16px;
    padding: 14px 0;
  }
  .category_argument .item .title h3 {
    font-size: 18px;
  }
  .category_argument .item .desc {
    padding: 0 16px 20px 0;
  }
  .category_argument .item .desc p {
    line-height: 1.5;
    margin-left: 48px;
  }
  .footer_contact .head {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .tcon h2 {
    font-size: 25px;
  }
  .footer_contact .subscribe_form {
    margin: 0;
  }
  .footer_contact form,
  .footer_contact .wpcf7-form {
    gap: 12px;
  }
  .footer_contact form input,
  .footer_contact form input[type=submit] {
    height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .category_banner img {
    min-height: unset;
  }
  .category_banner .wrap {
    position: static;
    overflow: unset;
    margin: 0;
    padding: 40px 0;
  }
  .category_banner .wrap .head {
    width: 100%;
  }
  .category_advantages .items ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .category_advantages .items ul li {
    justify-content: start;
  }
  .category_guide .contact_card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .footer_contact .subscribe_form {
    width: 100%;
  }
  .category_argument .flex {
    flex-direction: column;
  }
  .category_argument .flex .image,
  .category_argument .flex .flex1 {
    width: 100%;
    max-width: unset;
  }
}
