.small-product__product-wrapper .swiper-button-disabled {
  display: none;
}
.small-product__product-wrapper:hover .small-product__slider-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.small-product__product-wrapper:hover .swiper-button-disabled {
  display: none;
}
.small-product__product-wrapper.swiper-container {
  margin: -5px;
  padding: 5px;
}
@media (max-width: 1344px) {
  .small-product__product-wrapper.swiper-container {
    margin: -5px 0 -5px -5px;
    padding: 5px 0 5px 5px;
  }
}
.small-product__product-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 321px;
}
.small-product__product-wrapper .swiper-slide > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}