.catalog-bookmarks-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 34px;
  margin-right: 14px;
  padding: 0 12px;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  background: #fff;
  color: #5f6875;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .08);
  cursor: pointer;
}
.catalog-bookmarks-button:hover { background: #f7f8fa; border-color: #cfd7e1; color: #5f6875; }
.catalog-bookmarks-button.is-active { background: #111; border-color: #111; color: #fff; }
.catalog-bookmarks-button[aria-disabled="true"] {
  background: #f5f6f8;
  border-color: #e3e7ed;
  color: #a5acb7;
  box-shadow: none;
  cursor: not-allowed;
}
.catalog-bookmarks-button:focus-visible { outline: 2px solid #5f6875; outline-offset: 3px; }
@media (max-width: 991.98px) {
  .catalog-bookmarks-button { height: 28px; margin-right: 10px; padding: 0 9px; border-radius: 7px; font-size: 11px; }
}
