.recently-view-product{overflow: hidden;padding-top: 0px;padding-bottom: 50px;}
.recently-view-product .recently-products__heading {margin: 0 0 40px;font-size: 40px;line-height: 1.1;font-weight: 700;color: #2F2F2F;}

.recently-view-product .recently-view-product-slider-wrap{position: relative;}
.recently-view-product .recently-view-product-slider-wrap .swiper-button.swiper-button-lock{display: none;}

.recently-view-product-slider .card-product-block-wrap{width: calc(25% - 22.5px); height: auto;}


@media screen and (max-width: 989px){
  .recently-view-product .card-product-block-wrap{width: calc(33.33% - 10px);}
}

@media screen and (max-width: 749px){
  .recently-view-product{padding-top: 20px; padding-bottom: 25px;}
  .recently-view-product .recently-products__heading{margin-bottom: 25px;font-size: 25px;line-height: 30px;}
  
  .recently-view-product .recently-view-product-slider{overflow: unset;}
  .recently-view-product .card-product-block-wrap{width: 55%;}
}

@media screen and (max-width: 575px){
  .recently-view-product .card-product-block-wrap{width: 80%;}
}