.products_margin {
  margin-top: 80px;
}
.products__heading {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 30px;
}
.products__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products__row .product-item {
  flex-basis: calc(33.33% - 13.3333333333px);
}
.products__row_4 .product-item {
  flex-basis: calc(25% - 15px);
}
.products__row_2 .product-item {
  flex-basis: calc(50% - 5px);
}
.products__row_1 .product-item {
  flex-basis: 100%;
}
.products__paginate {
  margin-top: 20px !important;
}