.blh-product .blh-product-slide-wrapper {
  border: 1px solid #3C3C3C;
  padding: 12px 28px;
  background-color: #ffff;
}

.blh-product .blh-product-wrapper {
  height: 298px;
}

.blh-product .blh-product-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blh-product .blh-product-slide {
  padding: 0 16px;
}

.blh-product .blh-product-slide .h4,
.h5 {
  font-weight: 800
}

.blh__arrows {
  padding-top: 44px;
  max-width: fit-content;
  margin: auto;
}

.blh__arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #cfcfcf;
  transition: 0.7s;
  position: relative;
  border: 0;
  display: inline-block;
}

.blh__arrow:hover {
  opacity: 0.8;
  background: #000;
}

.blh__arrow_dir_left::after,
.blh__arrow_dir_right::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
}


.blh__arrow_dir_left::after {
  content: "\f053";
}

.blh__arrow_dir_right::after {
  content: "\f054";
}

.blh__dots {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 12px;
}

.blh__dots-list {
  display: inline-block;
  padding: 0px;

}

.blh__dots-list li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #cfcfcf;
  font-size: 0;
  cursor: pointer;
  transition: 0.7s;
}

.blh__dots-list li:hover {
  background: #000;
}

.blh__dots-list li:not(:last-child) {
  margin-right: 8px;
}

.blh__dots-list li.slick-active {
  background: #000;
}

@media (min-width: 768px) {
  .blh__dots {
    padding: 0 28px;
  }

  .blh__arrow {
    width: 56px;
    height: 56px;
  }
}

@media only screen and (min-width: 991px) {
  .blh-product .blh-product-slide-wrapper {
    min-height: 974px;
  }
}
