.products-detail {
  padding-top: 30px;
}

.products-detail .pdt-group {
  margin-bottom: 30px;
}

.products-detail .swiper-thumbs {
  display: none;
}

.products-detail .swiper-slide {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  overflow: hidden;
  cursor: pointer;
}

.products-detail .swipers-slide img {
  aspect-ratio: 1 / 1;
}

.products-detail .rt {
  margin-top: 20px;
}

.products-detail .title {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 15px;
}

.products-detail .sub-info {
  line-height: 1.75;
}

.products-detail .sub-info>*:not(:last-child) {
  margin-bottom: 15px;
}

.products-detail .sub-info ul {
  padding-left: 20px;
}

.products-detail .sub-info ul li:not(:last-child) {
  margin-bottom: 7px;
}

.products-detail .sub-info ul li::marker {
  color: var(--style-color);
}

.products-detail .btn {
  width: 140px;
  color: #fff;
  margin-top: 20px;
  padding: 11px 15px 10px;
  border-radius: 4px;
  background: var(--style-color);
}

.products-detail .tab-list li {
  padding: 7px 15px;
  color: var(--style-color);
  border: 1px solid var(--style-color);
  font-family: "PlusJakartaSans-B";
  cursor: pointer;
}

.products-detail .tab-list li.active {
  color: #fff;
  background: var(--style-color);
}

.products-detail .tab-content {
  margin-top: 20px;
}

.products-detail .tab-pane {
  line-height: 1.75;
}

.products-detail .tab-pane>*:not(:last-child) {
  margin-bottom: 15px;
}

.products-detail .tab-pane ul {
  padding-left: 20px;
  color: var(--style-color);
}

.products-detail .tab-pane ul>li:not(:last-child) {
  margin-bottom: 7px;
}

.products-detail .tab-pane h2, .products-detail .tab-pane h3 {
  font-size: 20px;
  color: var(--style-color);
  text-align: left;
}

.products-detail .tab-pane iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 675;
  display: block;
}

.products-detail .scrollbar-x {
  padding-bottom: 10px;
}

.products-detail .scrollbar-x::-webkit-scrollbar {
  height: 5px;
}

@media (min-width: 768px) {
  .products-detail .lt {
    display: flex;
  }

  .products-detail .swiper-thumbs {
    width: 91px;
    flex-shrink: 0;
    margin-right: 30px;
    display: block;
  }

  .products-detail .swiper-thumbs .swiper-container {
    height: 521px;
  }

  .products-detail .swiper-thumbs .swiper-slide-thumb-active {
    border-color: var(--sub-color);
  }

  .products-detail .swiper-gallery {
    flex: 1;
    max-width: 521px;
  }

  .products-detail .tab-list {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(208, 208, 208, .5);
  }

  .products-detail .tab-list li {
    padding: 0 0 5px;
    margin-bottom: -1px;
    border: none;
    color: inherit;
    border-bottom: 2px solid transparent;
  }

  .products-detail .tab-list li.active {
    color: var(--sub-color);
    border-bottom-color: var(--sub-color);
    background: none;
  }

  .products-detail .tab-list li:not(:last-child) {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .products-detail {
    padding-top: 64px;
  }

  .products-detail .pdt-group {
    display: flex;
    margin-bottom: 60px;
  }

  .products-detail .swiper-thumbs {
    margin-right: 38px;
  }

  .products-detail .rt {
    flex: 1;
    padding-left: 30px;
    margin-top: 0;
  }

  .products-detail .title {
    margin-bottom: 29px;
  }

  .products-detail .sub-info>*:not(:last-child) {
    margin-bottom: 30px;
  }

  .products-detail .btn {
    margin-top: 33px;
    width: 250px;
    transition: background .3s;
  }

  .products-detail .btn:hover {
    background: var(--sub-color);
  }

  .products-detail .tab-content {
    margin-top: 38px;
  }

  .products-detail .tab-pane>*:not(:last-child) {
    margin-bottom: 30px;
  }

  .products-detail .tab-pane h2, .products-detail .tab-pane h3 {
    font-size: 25px;
  }
}

@media (min-width: 1440px) {
  .products-detail .pdt-group {
    margin-bottom: 85px;
  }

  .products-detail .rt {
    padding-left: 44px;
  }
}


/* contact */
.contact {
  padding-top: 30px;
}

.contact .title {
  text-align: left;
  color: var(--style-color);
  margin-bottom: 15px;
}

.contact label {
  margin-bottom: 15px;
  font-family: 'PlusJakartaSans-S';
}

.contact label span {
  color: var(--sub-color);
}

.contact .form-control {
  border-radius: 2px;
  border-color: #D0D0D0;
  box-shadow: none;
}

.contact input.form-control {
  height: 46px;
}

.contact textarea.form-control {
  height: 128px;
}

.contact .btn-wrap {
  text-align: left;
}

.contact .btn {
  width: 160px;
  padding: 11px 15px 10px;
  margin-top: 20px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--style-color);
}

@media (min-width: 1200px) {
  .contact {
    padding-top: 60px;
  }

  .contact .title {
    margin-bottom: 27px;
  }

  .contact form .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .contact form .row>div {
    padding: 0 20px;
  }

  .contact .form-group {
    margin-bottom: 26px;
  }

  .contact form input.form-control {
    height: 51px;
  }

  .contact form textarea.form-control {
    height: 201px;
  }

  .contact .btn {
    width: 250px;
    font-size: 18px;
    margin-top: 30px;
    transition: background .3s;
  }

  .contact .btn:hover {
    background: var(--sub-color);
  }
}

@media (min-width: 1440px) {
  .contact {
    padding-top: 85px;
  }

  .contact .info {
    margin-bottom: 48px;
  }
}


/* recommend */
.recommend {
  padding: 30px 0;
}

.recommend .title {
  text-align: left;
  margin-bottom: 15px;
  color: var(--style-color);
}

.recommend .swiper-slide {
  height: unset;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
}

.recommend .img {
  display: block;
}

.recommend .img img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.recommend .tit {
  line-height: 1.38;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
  color: var(--style-color);
  font-family: 'PlusJakartaSans-B'
}

@media (min-width: 1200px) {
  .recommend {
    padding: 60px 0;
  }

  .recommend .title {
    margin-bottom: 27px;
  }

  .recommend .swiper-slide {
    padding-bottom: 31px;
  }

  .recommend .tit {
    margin-top: 28px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .recommend .tit:hover {
    color: var(--sub-color);
  }
}

@media (min-width: 1440px) {
  .recommend {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}