body:not(.has-transparent-header) main#product-category {
  padding-top: 0;
}

.category {
  background: #ece5dd;
}

@media (min-width: 1140px) {
  .categories-list {
    width: 80%;
  }
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  row-gap: 30px;
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 834px) {
  .products-list {
    justify-content: space-between;
    gap: 48px;
    margin-top: 50px;
  }
}
.products-list .product-item {
  position: relative;
  width: 49%;
  max-width: 360px;
}
@media (min-width: 834px) {
  .products-list .product-item {
    max-width: 234px;
    margin: 0;
  }
}
.products-list .product-item__image img {
  display: flex;
  width: 100%;
  height: auto;
}
.products-list .btn-add-to-cart {
  display: block;
  margin: 0 auto;
}

.product-item__name {
  height: 58px;
}

/*# sourceMappingURL=category.css.map */
