.influencers-section-box {
  margin: 70px 0;

}
.video_product_components {
  display: block !important;
}
@media screen and (max-width: 750px){
  .influencers-section-box {
    margin: 30px 0;
  }
}
.influencers-item {

}

.influencers-item img,
.influencers-item video {
  width: 100%;
  height: auto;
}
.influencers-section-title h3 {
  font-size: var(--influencers-title, 32px);
}

@media screen and (max-width: 959px) {
  .influencers-section-title h3 {
    font-size: calc(var(--title4-font-size) * 1);
  }
}
.influencers-section-title {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 969px){
  .influencers-section-title {
    margin-bottom: 20px;
  }
}
.influencers-arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 40px;
  cursor: pointer;
}
.influencers-prev,
.influencers-next {
  background: #565257;
  color: #FFFFFF;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 0 none;
  cursor: pointer;
}
.influencers-prev:hover,
.influencers-next:hover {
  background: #F1F1F1;
  color: #000000;
}
.influencers-prev:disabled,
.influencers-next:disabled {
  background: #cdcdcd;
  color: #000000;
}
.influencers-prev {
  transform: rotate(90deg);
}
.influencers-next {
  transform: rotate(-90deg);
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}

.shop-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 34px;
  color: #FFFFFF;
  cursor: pointer;
  background: rgba(0,0,0,.3);
}
@media screen and (max-width: 750px){
  .play-icon {
    width: 44px;
    height: 44px;
  }
  .shop-icon {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }
}
