@media screen and (max-width: 1160px) {
  .products .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }

  .product-card > a{
    width: 30%;
  }

  .clothes__products .products > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .product-card__photo,
  .product-card__photo.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 208px;
    width: 100%;
  }

  .clothes__products-bottom-controls a {
    width: 100%;
  }
}
