.catalog {
  gap: 28px;
}

.category-section {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.category-section:first-child {
  margin-top: 10px;
}

.category-heading {
  align-items: center;
  padding-right: 2px;
}

.category-heading .category-title-row h2,
.category-heading > h2 {
  font-size: 24px;
  font-weight: 900;
  color: #111827;
  line-height: 1.1;
}

.subcategory-heading {
  justify-content: flex-start;
  min-height: 30px;
}

.subcategory-heading .category-title-row h3,
.subcategory-heading > h3 {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: #075e57;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.product-row {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.category-section .catalog-rail:last-of-type .product-row {
  border-bottom-color: transparent;
}

.promo-section {
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.045), rgba(255, 255, 255, 0));
  padding: 18px 12px 6px;
}

.promo-section .category-heading .category-title-row h2,
.promo-section .category-heading > h2 {
  color: #075e57;
}

.promo-section .category-heading .category-title-row h2:before,
.promo-section .category-heading > h2:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #0f766e;
  vertical-align: middle;
}

.menu-item--system {
  color: #075e57;
  font-weight: 900;
}

.menu-item--system:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #0f766e;
  vertical-align: middle;
}

.catalog-group--new {
  border-top-style: dashed;
}

@media (max-width: 760px) {
  .catalog {
    gap: 22px;
  }

  .category-section {
    margin-top: 24px;
    padding-top: 14px;
  }

  .category-heading .category-title-row h2,
  .category-heading > h2 {
    font-size: 21px;
  }

  .subcategory-heading .category-title-row h3,
  .subcategory-heading > h3 {
    font-size: 12px;
    padding: 5px 9px;
  }

  .promo-section {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
