.bemet-goods-related-block {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .bemet-goods-related-block {
    padding-bottom: 30px;
  }
}
.bemet-goods-related-block .section-title {
  /*margin-bottom: 70px;*/
}
@media (max-width: 1199px) {
  .bemet-goods-related-block .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bemet-goods-related-block .section-title {
    margin-bottom: 30px;
  }
}
.bemet-goods-related-block .section-title .sub-title {
  font-size: 22px;
  font-weight: 400;
  display: block;
  color: var(--color-primary);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .bemet-goods-related-block .section-title .sub-title {
    font-size: 18px;
  }
}
.bemet-goods-related-block .section-title .title {
  margin-bottom: 0;
  font-size: 50px;
}
@media (max-width: 1199px) {
  .bemet-goods-related-block .section-title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bemet-goods-related-block .section-title .title {
    font-size: 25px;
  }
}
.bemet-goods-related-block .section-title .title-shape {
  margin: 0 auto;
  width: 255px;
  height: 33px;
  margin-top: 25px;
  display: block;
}
@media (max-width: 1199px) {
  .bemet-goods-related-block .section-title .title-shape {
    margin-top: 6px;
    height: 20px;
  }
}
.bemet-goods-related-block .section-title .title-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bemet-goods-related-block .inner-product-item {
  padding: 40px 40px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .bemet-goods-related-block .inner-product-item {
    margin-bottom: 20px;
    padding: 30px 30px 20px;
  }
}
.bemet-goods-related-block .inner-product-item .product-thumb-three {
  position: relative;
  margin-bottom: 30px;
  height: 180px;
}
.bemet-goods-related-block .inner-product-item .product-thumb-three a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
}
.bemet-goods-related-block .inner-product-item .product-thumb-three .batch {
  position: absolute;
  left: -10px;
  top: -15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  color: #3a1c15;
}
.bemet-goods-related-block .inner-product-item .product-thumb-three .batch .iconfont {
  font-size: 11px;
  margin-left: 5px;
  color: var(--color-primary);
}
.bemet-goods-related-block .inner-product-item .product-content-three .tag {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  transition: 0.3s;
  color: var(--color-primary);
}
.bemet-goods-related-block .inner-product-item .product-content-three .tag:hover {
  color: var(--btn-hover);
}
.bemet-goods-related-block .inner-product-item .product-content-three .title {
  font-size: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bemet-goods-related-block .inner-product-item .product-content-three .title a {
  transition: 0.3s;
}
.bemet-goods-related-block .inner-product-item .product-shape-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bemet-goods-related-block .inner-product-item .product-shape-two svg {
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  fill: var(--bg-color);
  opacity: 0.9;
}
