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

.products-detail .title {
  text-align: left;
  margin-bottom: 20px;
}

.products-detail .swiper-slide {
  cursor: pointer;
}

.products-detail .swiper-gallery .swiper-container {
  margin: -2px -6px -6px -2px;
}

.products-detail .swiper-gallery .swiper-slide {
  padding: 2px 6px 6px 2px;
  text-align: center;
}

.products-detail .swiper-gallery .swiper-slide a {
  display: block;
}

.products-detail .swiper-gallery img {
  width: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.products-detail .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.products-detail .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: var(--style-color);
    transition: all .3s;
}

.products-detail .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: .5;
}

.products-detail .swiper-thumbs {
  margin-top: 30px;
  position: relative;
  display: none;
}

.products-detail .swiper-thumbs .swiper-slide {
  text-align: center;
  border: 1px solid var(--style-color);
}

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

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, .6);
}

.fancybox__caption {
  font-size: 12px;
}

.products-detail .info-group {
  margin-top: 30px;
}

.products-detail .info strong,
.products-detail .info b {
  color: var(--style-color);
  font-family: "JosefinSans-B";
}

.products-detail .info p:not(:last-child) {
  margin-bottom: 9px;
}

.products-detail .btn {
  margin-top: 20px;
  color: #fff;
  background: var(--style-color);
}

.products-detail .item-wrap {
  margin-top: 30px;
}

.products-detail .item:not(:last-child) {
  margin-bottom: 20px;
}

.products-detail .item-title {
  width: 160px;
  text-align: center;
  line-height: 1;
  padding: 10px 15px;
  color: var(--style-color);
  background: #f1f1f1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  font-family: "JosefinSans-B";
  margin-bottom: 20px;
}

.products-detail .item-info ul {
  list-style: none;
}

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

.products-detail .item-info table {
  width: 100% !important;
}

.products-detail table th,
.products-detail table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.products-detail table tr,
.products-detail table th,
.products-detail table td {
  border-color: #2B2B2B;
}

.products-detail .item-info iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 675;
}

@media (min-width: 992px) {
  .products-detail .pro-row {
    display: flex;
  }

  .products-detail .product-album {
    width: 540px;
  }

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

  .products-detail .info-group {
    flex: 0 0 calc(100% - 540px);
    max-width: calc(100% - 540px);
    margin-top: 0;
    padding-left: 30px;
    padding-bottom: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

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

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

  .products-detail .info-group {
    padding-left: 60px;
  }

  .products-detail .btn {
    transition: background .3s;
  }

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

  .products-detail .item-wrap {
    margin-top: 60px;
  }

  .products-detail .item-title {
    width: 185px;
    padding: 10px 15px;
    margin-bottom: 46px;
  }

  .products-detail .item:not(:last-child) {
    margin-bottom: 46px;
  }

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

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

  .products-detail .title {
    font-size: 45px;
  }

  .products-detail .info-group {
    padding-left: 120px;
  }

  .products-detail .item-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 991px) {
  .swiper-pagination {
    display: block;
  }
}


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

.recommend .title {
  color: var(--style-color);
  margin-bottom: 20px;
}

.recommend .swiper-container {
  margin: -2px -6px 0 -2px;
}

.recommend .swiper-slide {
  padding: 2px 6px 0 2px;
}

.recommend .pic img {
  width: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.recommend .tit {
  margin-top: 25px;
  text-align: left;
  font-family: "JosefinSans-B";
}

.recommend .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: var(--style-color);
}

.recommend .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: .5;
}

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

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

  .recommend .tit {
    margin-top: 52px;
  }
}

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

@media (min-width: 1640px) {
  .recommend .title {
    font-size: 45px;
  }
}