.yunce-related-products {
  color: #1B2530;
  background: #EEF2F6;
  border-radius: 10px;
  padding: 30px 20px;
}
.yunce-related-products .yunce-related-product-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}
.yunce-related-products .yunce-related-product-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: #FF6C1B;
}
.yunce-related-products .yunce-related-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yunce-related-products .yunce-related-product-item {
  position: relative;
  border-bottom: 1px solid #C4CFDC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.yunce-related-products .yunce-related-product-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.yunce-related-products .yunce-related-product-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.yunce-related-products .yunce-related-product-item a:hover {
  color: #FF6C1B;
}
.yunce-related-products .yunce-related-product-item:not([data-show-price=yes]) .yunce-related-product-name {
  margin-bottom: 0;
}
.yunce-related-products .yunce-related-product-thumbnail {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.yunce-related-products .yunce-related-product-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.yunce-related-products .yunce-related-product-thumbnail[data-hover-animation=zoom] img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.yunce-related-products .yunce-related-product-thumbnail[data-hover-animation=fade] img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.yunce-related-products .yunce-related-product-thumbnail[data-hover-animation=fade] img:hover {
  opacity: 0.8;
}
.yunce-related-products .yunce-related-product-name {
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 14px;
}
.yunce-related-products .yunce-related-product-price {
  font-size: 12px;
  font-weight: bold;
  color: #FF6C1B;
}
.yunce-related-products .yunce-related-product-price del {
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}
.yunce-related-products .yunce-related-product-price ins {
  text-decoration: none;
}
.yunce-related-products .yunce-related-product-empty {
  text-align: center;
  padding: 30px;
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .yunce-related-products .yunce-related-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .yunce-related-products .yunce-related-product-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .yunce-related-products .yunce-related-product-name {
    font-size: 14px;
  }
  .yunce-related-products .yunce-related-product-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .yunce-related-products .yunce-related-product-list {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */