.pd-swiper {
  background-color: #f8f8f8;
}
.pd-swiper .pd-swiper-item {
  width: 700px;
  height: 450px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fdfcfc;
}
.pd-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.pd-swiper .swiper-slide .pd-img {
  width: 50% !important;
}
.swiper-pagination {
  display: none;
}
.product-content {
  line-height: 2rem;
}
@media screen and (max-width: 900px) {
  .pd-swiper .pd-swiper-item {
    width: 500px;
    height: 300px !important;
  }
}
@media screen and (max-width: 600px) {
  .pd-swiper .pd-swiper-item {
    width: 300px;
    height: 200px !important;
  }
}
