.products-carousel-wrapper{
  margin-top: 30px;
}
.products-carousel-wrapper .title{
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.products-carousel-wrapper .title a svg{
  margin-left: 5px;
  height: 17px;
  width: 7px;
}
.products-carousel-wrapper .title a{
  border: 1px solid #ccc;
  font-size: 12px;
  color: #000;
  font-family: 'Open Sans';
  display: flex;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: initial;
  letter-spacing: 0;
  align-items: center;
}
.products-carousel-wrapper .title a:hover{
  border-color: #ed2690;
}

.products-carousel-wrapper .title a:hover, .products-carousel-wrapper .title a:visited, .products-carousel-wrapper .title a:active{
  text-decoration: none;
}
.products-carousel .slick-list{
  width: 100%;
}
.products-carousel, .slick-track{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.products-carousel-parent *{
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.products-carousel-parent .swiper-slide{
  flex-basis: 20%;
}
@media screen and (max-width: 1300px){
  .products-carousel-parent .swiper-slide{
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1000px){
  .products-carousel-parent .swiper-slide{
    flex-basis: 33.333%;
  }
}
@media screen and (max-width: 680px){
  .products-carousel-parent .swiper-slide{
    flex-basis: 50%;
  }
}