.mistri-goods-related-block {
  padding: 130px 0;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .mistri-goods-related-block {
    padding: 30px 0;
  }
}
.mistri-goods-related-block .section-title {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mistri-goods-related-block .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mistri-goods-related-block .section-title {
    margin-bottom: 30px;
  }
}
.mistri-goods-related-block .section-title .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mistri-goods-related-block .section-title .title {
    font-size: 25px;
  }
}
.mistri-goods-related-block .swiper:hover .arry-prev,
.mistri-goods-related-block .swiper:hover .arry-next {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.mistri-goods-related-block .shop-item {
  position: relative;
  margin-bottom: 18px;
}
.mistri-goods-related-block .shop-item:hover h3 a {
  color: var(--color-primary) !important;
}
.mistri-goods-related-block .shop-item .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mistri-goods-related-block .shop-item .inner-box .image-box {
  position: relative;
}
.mistri-goods-related-block .shop-item .inner-box .image-box .image {
  display: block;
  height: 214px;
}
.mistri-goods-related-block .shop-item .inner-box .image-box .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mistri-goods-related-block .shop-item .inner-box .lower-content {
  position: relative;
  display: block;
}
.mistri-goods-related-block .shop-item .inner-box .lower-content .price-box {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.mistri-goods-related-block .shop-item .inner-box .lower-content .price-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mistri-goods-related-block .shop-item .inner-box .lower-content .price-box h3 {
    line-height: 1.6;
  }
}
.mistri-goods-related-block .shop-item .inner-box .lower-content .price-box h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--title-text-color);
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mistri-goods-related-block .arry-prev,
.mistri-goods-related-block .arry-next {
  z-index: 1;
  opacity: 0;
  top: 35%;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  font-size: 18px;
  border-radius: 50%;
  line-height: 48px;
}
.mistri-goods-related-block .arry-prev {
  left: 0;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.mistri-goods-related-block .arry-prev:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  border: 1px solid var(--color-primary);
}
.mistri-goods-related-block .arry-prev:hover .icon-left {
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}
.mistri-goods-related-block .arry-prev .icon-left {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  display: inline-block;
  transform: rotate(135deg) translateX(-3px);
}
.mistri-goods-related-block .arry-next {
  right: 0;
  background-color: var(--color-primary);
  color: #ffffff;
  border: 1px solid var(--color-primary);
  font-weight: bold;
}
.mistri-goods-related-block .arry-next .icon-right {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  margin-left: -4px;
}
