.product-item {
  margin-bottom: 30px;
}
.product-item .images {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  background-image: url('../images/product_demo.jpg');
  background-size: cover;
}
.product-item img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.product-main {
  /* display: flex; */
}
.product-images {
  /* width: 50%; */
  padding-right: 30px;
  box-sizing: border-box;
}
.product-images .product-images-detail {
  display: flex;
  justify-content: space-between;
}
.product-images .product-images-detail img {
  width: calc(50% - 8px);
}
.product-images .product-images-case {
  margin-top: 16px;
}
.product-images .product-images-case img {
  width: 100%;
}
.product-content {
  /* width: 50%; */
  box-sizing: border-box;
  color: #222222;
}
.product-content .title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.product-content .seo-title {
  line-height: 1.35;
  margin-bottom: 1.75rem;
}
.section {
  padding: 10px 0;
}
.section .title {
  font-size: 16px;
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
.section .sizes {
  display: flex;
  flex-wrap: wrap;
}
.section .size {
  border: 1px solid #ccc;
  padding: 3px 5px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.section .size:last-child {
  margin-right: 0;
}
.section p {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.section p:last-child {
  margin-bottom: 0;
}
.service-item-title {
  line-height: 1.7;
}
.section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.relective {
  margin-top: 80px;
}
.swiper-section img {
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  color: #222222;
}
.product-meta .features {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-images {
    display: block;
  }
  .swiper-section {
    display: none;
  }
}
@media (max-width: 992px) {
  .product-images {
    display: none;
  }
  .swiper-section {
    display: block;
    margin-bottom: 40px;
  }
  .relective {
    margin-top: 0;
  }
}
