﻿body {
  margin-top: 68px;
  background: #F5F5F5;
}

@media only screen and (min-width: 1140px) {
  body {
    margin-top: 73px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    margin-top: 83px;
  }
}
.products-result-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 18px;
}

  .products-result-wrapper .catalog-filters {
    flex: 1;
    display: none;
  }

  .products-result-wrapper .products {
    flex: 5;
    position: relative;
  }


@media only screen and (min-width : 1000px) {

  .products-result-wrapper {
    display: flex;
    flex-direction: row;
    gap: 18px;
  }
}

@media only screen and (min-width: 1100px) {
  .products-result-wrapper {
    padding: 30px 90px 30px 90px;
  }
}

@media only screen and (min-width : 1000px) {
  .products-result-wrapper .catalog-filters {
    display: block;
  }

  .products-result-wrapper {
    gap: 40px;
  }
}