.products-grid {
  width: 100%;
}
.products-grid__search {
	width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .products-grid__search {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.products-grid__actions {
  display: none;
  justify-content: space-between;
  align-items: center;
	margin-bottom: 12px;
	color: #000;
}
@media (max-width: 768px) {
  .products-grid__actions {
    display: flex;
  }
}
.products-grid__button {
  border: none;
  background-color: unset;
}
.products-grid__button--post {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  padding-right: 36px;
}
.products-grid__button--post:hover {
  color: var(--primary);
}
.products-grid__button--post::after {
  content: url("/local/templates/b2bcabinet_v2.0/images/buy_plus.svg");
  display: flex;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  width: 24px;
  height: 24px;
  background-color: var(--primary);
  border-radius: 100px;
}
.products-grid__button--filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 4px;
}
.products-grid__button--filter img {
  width: 20px;
  height: 20px;
}
.products-grid__row {
  --gutter-x: 32px;
  --gutter-y: 32px;
}
.products-grid__pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .products-grid__pagination {
    margin-top: 40px;
  }
}
.products-grid__item {
  color: #000;
  cursor: pointer;
}
.products-grid__item-image {
  min-width: 100%;
  width: 100%;
  /* object-fit: contain; */
  /* object-fit: cover;*/
  background-color: var(--grey-300);
  /* min-height: 184px; */
  border-radius: 6px;
}
.products-grid__item-image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}
.products-grid__item-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.73px;
  padding: 4px 10px;
  background-color: #84C73F;
  color: #fff;
  border-radius: 6px 0 0 0;
}
.products-grid__item-badge--secondary {
  background-color: var(--primary);
  top: unset;
  bottom: 0;
  border-radius: 0 0 0 6px;
}
.products-grid__item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .products-grid__item-name {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.products-grid__item-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
}
.products-grid__item-price:not(:last-child) {
  margin-bottom: 4px;
}
.products-grid__item-location {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #959CA5;
  margin-bottom: 8px;
}
.products-grid__item-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #959CA5;
}

/*# sourceMappingURL=products-grid.css.map */
