.current-product-category-page .catalog-clear,
.current-product-category-page .catalog-copy-link,
.current-product-category-page .catalog-empty-reset {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(46, 126, 174, 0.3);
  border-radius: 999px;
  background: #f4f9fc;
  color: #174b69;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.current-product-category-page .catalog-clear:hover,
.current-product-category-page .catalog-copy-link:hover,
.current-product-category-page .catalog-empty-reset:hover {
  border-color: rgba(22, 125, 181, 0.48);
  background: #eaf5fb;
  color: #123f59;
}

.current-product-category-page .catalog-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-self: start;
}

.current-product-category-page .catalog-copy-link[data-copy-state="success"] {
  border-color: rgba(13, 124, 128, 0.4);
  background: #eaf7f5;
  color: #0c5d5f;
}

.current-product-category-page .catalog-copy-link[data-copy-state="error"] {
  border-color: rgba(150, 92, 41, 0.36);
  background: #fff8f0;
  color: #70441f;
}

.current-product-category-page .catalog-copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.current-product-category-page .catalog-empty-state {
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(75, 145, 199, 0.26);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(75, 145, 199, 0.08), rgba(13, 124, 128, 0.05)),
    #fff;
  box-shadow: 0 16px 36px rgba(23, 74, 108, 0.08);
}

.current-product-category-page .catalog-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.current-product-category-page .catalog-empty-reset,
.current-product-category-page .catalog-empty-cta {
  min-height: 44px;
}

.current-product-category-page .catalog-empty-reset:focus-visible,
.current-product-category-page .catalog-clear:focus-visible,
.current-product-category-page .catalog-copy-link:focus-visible {
  outline: 3px solid #176f8c;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .current-product-category-page #product-list .catalog-tools {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
  }

  .current-product-category-page #product-list .catalog-search,
  .current-product-category-page #product-list .catalog-filter-chips {
    grid-column: 1 / -1;
  }

  .current-product-category-page #product-list .catalog-result-count {
    grid-column: 1 / -1;
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .current-product-category-page #product-list .catalog-filter-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    width: 100%;
  }

  .current-product-category-page #product-list .catalog-filter-actions .catalog-clear,
  .current-product-category-page #product-list .catalog-filter-actions .catalog-copy-link {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    white-space: normal;
  }

  .current-product-category-page #product-list .catalog-empty-state {
    padding: 18px;
  }

  .current-product-category-page #product-list .catalog-empty-actions {
    display: grid;
    width: 100%;
  }

  .current-product-category-page #product-list .catalog-empty-reset,
  .current-product-category-page #product-list .catalog-empty-cta {
    width: 100%;
  }
}
