.current-product-category-page .catalog-filter-guide {
  display: none;
}

.current-product-category-page .catalog-filter-keyboard-help {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .current-product-category-page #product-list .catalog-filter-guide {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 1px 0 -2px;
    color: #174b69;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .current-product-category-page #product-list .catalog-filter-guide strong {
    color: #102f43;
    font-weight: 850;
    letter-spacing: 0.01em;
  }

  .current-product-category-page #product-list .catalog-filter-overflow-hint {
    color: #426a82;
    font-weight: 750;
    text-align: right;
  }

  .current-product-category-page #product-list .catalog-filter-overflow-hint[hidden] {
    display: none;
  }

  .current-product-category-page #product-list .catalog-filter-chips {
    --catalog-rail-left-shadow: inset 18px 0 18px -20px transparent;
    --catalog-rail-right-shadow: inset -18px 0 18px -20px transparent;
    margin-inline: -8px;
    padding: 6px 8px 10px;
    scroll-padding-inline: 8px;
    overscroll-behavior-inline: contain;
    box-shadow: var(--catalog-rail-left-shadow), var(--catalog-rail-right-shadow);
  }

  .current-product-category-page #product-list .catalog-filter-chips[data-overflow-left="true"] {
    --catalog-rail-left-shadow: inset 18px 0 18px -20px rgba(23, 75, 105, 0.6);
  }

  .current-product-category-page #product-list .catalog-filter-chips[data-overflow-right="true"] {
    --catalog-rail-right-shadow: inset -18px 0 18px -20px rgba(23, 75, 105, 0.6);
  }

  .current-product-category-page #product-list .catalog-filter-chips button {
    border-color: rgba(23, 75, 105, 0.2);
    background: #f7fafb;
    color: #203f4f;
    transition:
      border-color 0.18s ease,
      background-color 0.18s ease,
      color 0.18s ease,
      box-shadow 0.18s ease;
  }

  .current-product-category-page #product-list .catalog-filter-chips button[aria-pressed="true"] {
    border-color: #0c7778;
    background: #0f5e67;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(16, 119, 122, 0.16);
  }

  .current-product-category-page #product-list .catalog-filter-chips button:focus-visible {
    outline: 3px solid #176f8c;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(23, 111, 140, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .current-product-category-page #product-list .catalog-filter-chips button {
    transition: none;
  }
}
