.p-product-catalog-page {
  padding-top: var(--header-height);
  background: var(--color-section-background-light);
}

.p-product-catalog-breadcrumb {
  padding-block: 40px;
}

.p-product-catalog-breadcrumb .c-breadcrumb {
  min-height: 40px;
}

.p-product-catalog {
  padding-block: 120px 200px;
}

.p-product-catalog__heading .c-section-heading__en {
  font-size: var(--font-size-6xl);
  line-height: var(--line-height-none);
}

.p-product-catalog__content {
  margin-top: 80px;
}

.p-product-catalog__filter {
  padding: 24px;
  background: var(--color-white);
}

.p-product-catalog__filter-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-product-catalog__filter-group[hidden] {
  display: none;
}

.p-product-catalog__filter-group + .p-product-catalog__filter-group {
  margin-top: 16px;
}

.p-product-catalog__filter-title {
  font-size: var(--font-size-lg-plus);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.1em;
}

.p-product-catalog__filter-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-product-catalog__filter-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-product-catalog__filter-subtitle {
  width: max-content;
  min-height: 28px;
  padding-left: 16px;
  border-left: 1px solid var(--color-border-subtle);
  font-size: var(--font-size-base);
  line-height: 27.43px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.1em;
}

.p-product-catalog__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-product-catalog__chip {
  min-height: 32px;
  padding: 4px 8px;
  border: 1px solid var(--color-border-strong);
  display: inline-flex;
  align-items: center;
  background: var(--color-white);
  color: var(--color-text);
  font: inherit;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-product-catalog__empty {
  grid-column: 1 / -1;
}

.p-product-catalog__chip:hover,
.p-product-catalog__chip.is-active {
  background: var(--color-text);
  color: var(--color-white);
}

#catalog-list-anchor {
  display: block;
  position: relative;
  top: -48px;
  visibility: hidden;
}

.p-product-catalog__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 296px);
  gap: 80px 116px;
}

.p-product-catalog-card {
  display: block;
}

.p-product-catalog-card[hidden] {
  display: none;
}

.p-product-catalog-card__image {
  display: block;
  overflow: hidden;
  background: var(--color-white);
}

.p-product-catalog-card__image img {
  width: 100%;
  aspect-ratio: 296 / 419;
  object-fit: cover;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.p-product-catalog-card__image--empty {
  aspect-ratio: 296 / 419;
}

.p-product-catalog-card__body {
  display: block;
  margin-top: 24px;
}

.p-product-catalog-card__title {
  color: var(--color-text);
  font-size: var(--font-size-lg-plus);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-family-display-en);
  letter-spacing: 0.08em;
  transition: color 0.2s ease;
}

.p-product-catalog-card__tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-product-catalog-card__tags span {
  min-height: 29px;
  padding: 4px 16px;
  border: 1px solid var(--color-border-strong);
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--color-text);
  font-size: var(--font-size-md-plus);
  line-height: var(--line-height-normal);
  letter-spacing: 0.08em;
}

.p-product-catalog-card:hover .p-product-catalog-card__image img {
  transform: scale(1.03);
  filter: brightness(1.03);
}

.p-product-catalog-card:hover .p-product-catalog-card__title {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-product-catalog__pager {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.p-product-catalog__pager-item {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-border-strong);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--color-text);
  font-size: var(--font-size-base);
  font-family: var(--font-family-display-en);
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-product-catalog__pager-item:hover,
.p-product-catalog__pager-item.is-active {
  background: var(--color-border-strong);
  color: var(--color-white);
}

.p-product-catalog__pager-item img {
  width: 9px;
  height: 8px;
  transition: filter 0.2s ease;
}

.p-product-catalog__pager-item:hover img {
  filter: brightness(0) invert(1);
}

.p-product-catalog__pager-ellipsis {
  min-width: 16px;
  text-align: center;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
}

.p-product-catalog-contact__links {
  grid-template-columns: minmax(0, 1fr);
}

.p-product-catalog-page .p-contact {
  background: var(--color-white);
}

.p-product-catalog-page .p-contact__top {
  padding-bottom: 120px;
}

@media (max-width: 1179px) and (min-width: 768px) {
  .p-product-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 40px;
  }

  .p-product-catalog-card__tags {
    gap: 6px;
  }

  .p-product-catalog-card__tags span {
    min-height: 24px;
    padding: 3px 10px;
    font-size: var(--font-size-xs);
    line-height: var(--line-height-normal);
    letter-spacing: 0.04em;
  }
}

@media (max-width: 767px) {
  .p-product-catalog-breadcrumb {
    padding-block: 18px;
  }

  .p-product-catalog {
    padding-block: 72px 120px;
  }

  .p-product-catalog__heading .c-section-heading__en {
    font-size: var(--font-size-4xl);
  }

  .p-product-catalog__content {
    margin-top: 48px;
  }

  .p-product-catalog__filter {
    padding: 24px 16px;
  }

  .p-product-catalog__filter-title {
    font-size: var(--font-size-lg);
  }

  .p-product-catalog__filter-subtitle {
    font-size: var(--font-size-base);
  }

  .p-product-catalog__chips {
    gap: 10px;
  }

  .p-product-catalog__chip {
    min-height: 30px;
    font-size: var(--font-size-md);
  }

  .p-product-catalog__grid {
    margin-top: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 20px;
  }

  .p-product-catalog-card__body {
    margin-top: 16px;
  }

  .p-product-catalog-card__title {
    font-size: var(--font-size-md);
    letter-spacing: 0.04em;
  }

  .p-product-catalog-card__tags {
    margin-top: 10px;
    gap: 6px;
  }

  .p-product-catalog-card__tags span {
    min-height: 24px;
    padding: 2px 8px;
    font-size: var(--font-size-xs);
  }

  .p-product-catalog__pager {
    margin-top: 56px;
    gap: 12px;
  }

  .p-product-catalog__pager-item {
    width: 40px;
    height: 40px;
  }

  .p-product-catalog-page .p-contact__top {
    padding-bottom: 40px;
  }
}
