.b-products-list {
  padding-bottom: 50px;
}
.b-products-list h1 {
  font-family: Yanone Kaffeesatz;
  font-size: 64px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 98px;
}
.b-products-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.b-products-list__item {
  width: calc(34% - 28px);
  margin-bottom: 10px;
}
.b-products-list__item img {
  width: 100%;
}
@media (max-width: 1000px) {
  .b-products-list__item {
    width: calc(33% - 28px);
  }
}
@media (max-width: 767px) {
  .b-products-list__item {
    width: calc(50% - 28px);
  }
}
.b-products-list__name {
  display: flex;
  justify-content: space-between;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.b-products-list__name a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
.b-products-list__price {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 150%;
  text-align: right;
  color: #ACACAC;
}/*# sourceMappingURL=style.css.map */