/* ============================================================================
   PAGE FAMILY: catalog categories + group-by pages (B9) — SKIN tier — from site-wikioo-V2.0.css, original order
   Migrated 2026-07-05. Scope: every rule scoped to a *-categories-page or
   *-groupby-page class (the 4 categories + 4 group-by templates).
   PHASE-A FIDELITY: verbatim relocation (incl. legacy !important); tokenization
   is a recorded follow-up. Do not edit without re-running the harness diff.
   ============================================================================ */
.search_sec.catalog-categories-page .custom_search .row > [class*="col-"],
.search_sec.artwork-categories-page .custom_search .row > [class*="col-"] {
    border: 0;
    padding-left:  8px;
    padding-right: 8px;
    margin-bottom: var(--sp-4);
}

.search_sec.catalog-groupby-page,
.search_sec.artwork-groupby-page,
.search_sec.artist-groupby-page,
.search_sec.museum-groupby-page,
.search_sec.article-groupby-page {
  --wk-bg:      var(--page, #ffffff);
  --wk-band:    var(--accent-tint, #f2f2f2);
  --wk-slot:    var(--chip, #f3f3f3);
  --wk-ink:     var(--ink, #1c1c1c);
  --wk-ink-2:   var(--ink-soft, #494949);
  --wk-ink-3:   var(--muted, #8a8a8a);
  --wk-line:    var(--line, #e6e6e6);
  --wk-line-2:  var(--line-strong, #d6d6d6);
  --wk-accent:  var(--ink, #1c1c1c);   /* encyclopedic brand — monochrome accent */
  --wk-body:    var(--font-body);
  --wk-display: var(--font-title);
}

.search_sec.artwork-groupby-page .breadcrumb-navigation-list li,
.search_sec.artwork-groupby-page .breadcrumb-navigation-list a,
.search_sec.artwork-groupby-page .breadcrumb-current-page-item,
.search_sec.artwork-groupby-page .Showing_text,
.search_sec.artwork-groupby-page .sortABC,
.search_sec.artwork-groupby-page .sortABC a,
.search_sec.artwork-groupby-page .sortABC span,
.search_sec.artist-groupby-page .breadcrumb-navigation-list li,
.search_sec.artist-groupby-page .breadcrumb-navigation-list a,
.search_sec.artist-groupby-page .breadcrumb-current-page-item,
.search_sec.artist-groupby-page .Showing_text,
.search_sec.artist-groupby-page .sortABC,
.search_sec.artist-groupby-page .sortABC a,
.search_sec.artist-groupby-page .sortABC span {
  color: var(--wk-ink);
  font-family: var(--wk-body);
}

.search_sec.artwork-groupby-page .Showing_text,
.search_sec.artist-groupby-page .Showing_text {
  font-size: 14px;
  line-height: 1.5;
}

.search_sec.catalog-groupby-page #groupby-selector,
.search_sec.catalog-groupby-page #fieldSelector,
.search_sec.catalog-groupby-page .Showing_text .form-control,
.search_sec.artwork-groupby-page #groupby-selector,
.search_sec.artwork-groupby-page .Showing_text .form-control,
.search_sec.artist-groupby-page #groupby-selector,
.search_sec.artist-groupby-page .Showing_text .form-control,
.search_sec.museum-groupby-page #groupby-selector,
.search_sec.museum-groupby-page #fieldSelector,
.search_sec.museum-groupby-page .Showing_text .form-control,
.search_sec.article-groupby-page #groupby-selector,
.search_sec.article-groupby-page .Showing_text .form-control {
  background-color:var(--wk-bg);
  border: 1px solid var(--wk-line-2) !important;
  color:var(--wk-ink);
  border-radius: 0;
  font-family: var(--wk-body);
  font-size: 13px;
}

.search_sec.catalog-groupby-page .sidebar .sidebar_box,
.search_sec.artwork-groupby-page .sidebar .sidebar_box,
.search_sec.artist-groupby-page .sidebar .sidebar_box,
.search_sec.museum-groupby-page .sidebar .sidebar_box,
.search_sec.article-groupby-page .sidebar .sidebar_box {
  background:var(--wk-band);
  border: 1px solid var(--wk-line) !important;
  color:var(--wk-ink);
  border-radius: 0;
  font-family: var(--wk-body);
}

.search_sec.catalog-groupby-page .sidebar .sidebar_box:hover,
.search_sec.artwork-groupby-page .sidebar .sidebar_box:hover,
.search_sec.artist-groupby-page .sidebar .sidebar_box:hover,
.search_sec.museum-groupby-page .sidebar .sidebar_box:hover,
.search_sec.article-groupby-page .sidebar .sidebar_box:hover {
  background:var(--wk-band, #f5f5f5);
  border-color: var(--wk-line-2, #d6d6d6) !important;
}

.search_sec.catalog-groupby-page .sidebar .sidebar_box.active,
.search_sec.artwork-groupby-page .sidebar .sidebar_box.active,
.search_sec.artist-groupby-page .sidebar .sidebar_box.active,
.search_sec.museum-groupby-page .sidebar .sidebar_box.active,
.search_sec.article-groupby-page .sidebar .sidebar_box.active {
  background:var(--wk-ink, #1c1c1c);
  border-color: var(--wk-ink, #1c1c1c) !important;
  color:#ffffff;
}

.search_sec.catalog-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title,
.search_sec.catalog-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title a,
.search_sec.catalog-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description,
.search_sec.catalog-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description a,
.search_sec.artwork-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title,
.search_sec.artwork-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title a,
.search_sec.artwork-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description,
.search_sec.artwork-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description a,
.search_sec.artist-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title,
.search_sec.artist-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title a,
.search_sec.artist-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description,
.search_sec.artist-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description a,
.search_sec.museum-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title,
.search_sec.museum-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title a,
.search_sec.museum-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description,
.search_sec.museum-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description a,
.search_sec.article-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title,
.search_sec.article-groupby-page .sidebar .sidebar_box.active h3.sidebar_box_title a,
.search_sec.article-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description,
.search_sec.article-groupby-page .sidebar .sidebar_box.active p.sidebar_box_description a {
  color:#ffffff;
}

.search_sec.artwork-groupby-page h3.sidebar_box_title,
.search_sec.artwork-groupby-page h3.sidebar_box_title a,
.search_sec.artist-groupby-page h3.sidebar_box_title,
.search_sec.artist-groupby-page h3.sidebar_box_title a,
.search_sec.catalog-groupby-page h3.sidebar_box_title,
.search_sec.catalog-groupby-page h3.sidebar_box_title a,
.search_sec.museum-groupby-page h3.sidebar_box_title,
.search_sec.museum-groupby-page h3.sidebar_box_title a,
.search_sec.article-groupby-page h3.sidebar_box_title,
.search_sec.article-groupby-page h3.sidebar_box_title a {
  color:var(--wk-ink, #1c1c1c);
  font-family: var(--wk-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.search_sec.artwork-groupby-page p.sidebar_box_description,
.search_sec.artwork-groupby-page p.sidebar_box_description a,
.search_sec.artist-groupby-page p.sidebar_box_description,
.search_sec.artist-groupby-page p.sidebar_box_description a,
.search_sec.catalog-groupby-page p.sidebar_box_description,
.search_sec.catalog-groupby-page p.sidebar_box_description a,
.search_sec.museum-groupby-page p.sidebar_box_description,
.search_sec.museum-groupby-page p.sidebar_box_description a,
.search_sec.article-groupby-page p.sidebar_box_description,
.search_sec.article-groupby-page p.sidebar_box_description a {
  color:var(--wk-ink-2, #6e6c68);
  font-family: var(--wk-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.search_sec.artwork-groupby-page h3.sidebar_box_title,
.search_sec.artwork-groupby-page h3.sidebar_box_title a,
.search_sec.artist-groupby-page h3.sidebar_box_title,
.search_sec.artist-groupby-page h3.sidebar_box_title a,
.search_sec.catalog-groupby-page h3.sidebar_box_title,
.search_sec.catalog-groupby-page h3.sidebar_box_title a,
.search_sec.museum-groupby-page h3.sidebar_box_title,
.search_sec.museum-groupby-page h3.sidebar_box_title a,
.search_sec.article-groupby-page h3.sidebar_box_title,
.search_sec.article-groupby-page h3.sidebar_box_title a {
  font-family: var(--wk-display, var(--wk-body));
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.search_sec.artwork-groupby-page h3.sidebar_box_title a:hover,
.search_sec.artist-groupby-page h3.sidebar_box_title a:hover,
.search_sec.catalog-groupby-page h3.sidebar_box_title a:hover,
.search_sec.museum-groupby-page h3.sidebar_box_title a:hover,
.search_sec.article-groupby-page h3.sidebar_box_title a:hover {
  color:var(--wk-accent, #1c1c1c);
}

.search_sec.artwork-groupby-page .showMainResuls,
.search_sec.artist-groupby-page .showMainResuls {
  font-family: var(--wk-body);
}

.search_sec.artwork-groupby-page .showMainResulsTitle h3,
.search_sec.artwork-groupby-page .showMainResulsTitle h3 a,
.search_sec.artist-groupby-page .showMainResulsTitle h3,
.search_sec.artist-groupby-page .showMainResulsTitle h3 a {
  color:var(--wk-ink);
  font-family: var(--wk-display, var(--wk-body));
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-transform: none;
}

.search_sec.artwork-groupby-page .showMainResulsTitle h3 a:hover,
.search_sec.artist-groupby-page .showMainResulsTitle h3 a:hover {
  color:var(--wk-accent);
}

.search_sec.artwork-groupby-page .showMainResulsTitle h3 span,
.search_sec.artist-groupby-page .showMainResulsTitle h3 span {
  background:var(--wk-slot);
  color:var(--wk-ink);
  font-family: var(--wk-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
}

.search_sec.artwork-groupby-page .showMainResulsTitle > a,
.search_sec.artist-groupby-page .showMainResulsTitle > a{
  color:var(--wk-ink);
  font-family: var(--wk-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

.search_sec.artwork-groupby-page .showMainResulsTitle > a:hover,
.search_sec.artist-groupby-page .showMainResulsTitle > a:hover{
  color:var(--wk-accent);
}

.search_sec.artwork-groupby-page .showMainResulsBox,
.search_sec.artist-groupby-page .showMainResulsBox {
  background:var(--wk-band);
  color:var(--wk-ink);
  border: 1px solid var(--wk-line);
  border-radius: 0;
  font-family: var(--wk-body);
}

.search_sec.artwork-groupby-page .showMainResulsImage h3,
.search_sec.artwork-groupby-page .showMainResulsImage h3 a,
.search_sec.artist-groupby-page .showMainResulsImage h3,
.search_sec.artist-groupby-page .showMainResulsImage h3 a {
  background:rgb(28 28 28 / 72%);
  color:#ffffff;
  font-family: var(--wk-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.search_sec.artwork-groupby-page .showMainResulsImage p,
.search_sec.artwork-groupby-page .showMainResulsImage p a,
.search_sec.artist-groupby-page .showMainResulsImage p,
.search_sec.artist-groupby-page .showMainResulsImage p a {
  color:#ffffff;
  font-family: var(--wk-body);
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.search_sec.artwork-groupby-page .showResultsItems h3 a,
.search_sec.artwork-groupby-page .showResultsItems h3,
.search_sec.artwork-groupby-page .showResultsItems h4,
.search_sec.artwork-groupby-page .showResultsItems h4 a,
.search_sec.artwork-groupby-page .showResultsItems p,
.search_sec.artwork-groupby-page .showResultsItems p a,
.search_sec.artwork-groupby-page .artwork_list_additional_values h3,
.search_sec.artwork-groupby-page .artwork_list_additional_values h3 a,
.search_sec.artist-groupby-page .showResultsItems h3 a,
.search_sec.artist-groupby-page .showResultsItems h3,
.search_sec.artist-groupby-page .showResultsItems h4,
.search_sec.artist-groupby-page .showResultsItems h4 a,
.search_sec.artist-groupby-page .showResultsItems p,
.search_sec.artist-groupby-page .showResultsItems p a {
  color:var(--wk-ink);
  font-family: var(--wk-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}

.search_sec.artwork-groupby-page .showResultsItems h3 a,
.search_sec.artwork-groupby-page .showResultsItems h4 a,
.search_sec.artist-groupby-page .showResultsItems h3 a,
.search_sec.artist-groupby-page .showResultsItems h4 a {
  font-weight: 600;
}

.search_sec.artwork-groupby-page .showResultsItems h4 a:hover,
.search_sec.artwork-groupby-page .showResultsItems h3 a:hover,
.search_sec.artwork-groupby-page .showResultsItems p a:hover,
.search_sec.artist-groupby-page .showResultsItems h4 a:hover,
.search_sec.artist-groupby-page .showResultsItems h3 a:hover,
.search_sec.artist-groupby-page .showResultsItems p a:hover {
  color:var(--wk-accent);
}

.search_sec.artist-groupby-page .sortABC a.active,
.search_sec.artwork-groupby-page .sortABC a.active {
  background:var(--wk-ink);
  color:#ffffff;
  border-color: var(--wk-ink) !important;
  font-family: var(--wk-body);
  font-weight: 600;
}

.search_sec.artist-groupby-page .sortABC a.disabled,
.search_sec.artwork-groupby-page .sortABC a.disabled {
  color:var(--wk-ink-3);
  background:var(--wk-band);
  border-color: var(--wk-line) !important;
  cursor: default;
}

@media (max-width: 480px) {
.search_sec.catalog-groupby-page .sidebar .sidebar_box,
.search_sec.artist-groupby-page .sidebar .sidebar_box,
.search_sec.artwork-groupby-page .sidebar .sidebar_box {
    padding: 10px;
  }

}
.search_sec.catalog-categories-page,
.search_sec.artwork-categories-page {
  --wk-bg:      var(--page, #ffffff);
  --wk-band:    var(--accent-tint, #f5f5f5);
  --wk-slot:    var(--chip, #eeeeee);
  --wk-ink:     var(--ink, #1c1c1c);
  --wk-ink-2:   var(--ink-soft, #6e6c68);
  --wk-ink-3:   var(--muted, #a3a09b);
  --wk-line:    var(--line, #e6e6e6);
  --wk-line-2:  var(--line-strong, #d6d6d6);
  --wk-accent:  var(--ink, #1c1c1c);          /* monochrome brand — accent == ink */
  --wk-accent-dark: var(--accent-dark, #000000);
  --wk-body:    var(--font-body);
  --wk-display: var(--font-title);
}

.search_sec.catalog-categories-page .breadcrumb-navigation-list li,
.search_sec.catalog-categories-page .breadcrumb-navigation-list a,
.search_sec.catalog-categories-page .breadcrumb-current-page-item,
.search_sec.catalog-categories-page .Showing_text,
.search_sec.catalog-categories-page .sorting_content,
.search_sec.catalog-categories-page .sort_by,
.search_sec.artwork-categories-page .breadcrumb-navigation-list li,
.search_sec.artwork-categories-page .breadcrumb-navigation-list a,
.search_sec.artwork-categories-page .breadcrumb-current-page-item,
.search_sec.artwork-categories-page .Showing_text,
.search_sec.artwork-categories-page .sorting_content,
.search_sec.artwork-categories-page .sort_by {
  color: var(--wk-ink);
  font-family: var(--wk-body);
}

.search_sec.catalog-categories-page .Showing_text .form-control,
.search_sec.catalog-categories-page .sorting_content select.custom-select,
.search_sec.artwork-categories-page .Showing_text .form-control,
.search_sec.artwork-categories-page .sorting_content select.custom-select {
  background-color:var(--wk-bg);
  border: 1px solid var(--wk-line-2) !important;
  color:var(--wk-ink);
  border-radius: 0;
  font-family: var(--wk-body);
  font-size: 13px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card,
.search_sec.catalog-categories-page .custom_search .article-list-card,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card,
.search_sec.artwork-categories-page .custom_search .article-list-card{
  background-color: var(--wk-bg, #ffffff);
  border: 1px solid var(--card-border, #cdcdcd);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;  /* the global hover panel extends BELOW the card — never clip it
                         (image zoom is clipped by .search_img's own overflow:hidden) */
  transition: border-color 0.18s ease, background-color 0.18s ease;
  position: relative;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card:hover{
  background-color:var(--wk-band, #f5f5f5);
  border-color: var(--wk-ink, #1c1c1c) !important;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__media,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__media{
  overflow: hidden;
  border-radius: 0;
  background: #333;
  border-bottom: 1px solid var(--wk-line, #e6e6e6);
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__body,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__body,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__body,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__body{
  padding: 9px 10px 8px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 4px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta h2,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta h2 a,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta h2,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta h2 a{
  font-family: var(--wk-body, 'Helvetica Neue', Helvetica, Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color:var(--wk-ink, #1c1c1c);
  text-decoration: none;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta h2 a:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta h2 a:hover{
  color:var(--wk-accent-dark, #000000);
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist span,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta span,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist span a,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta span a,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist span,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta span,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist span a,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta span a{
  font-family: var(--wk-body, 'Helvetica Neue', Helvetica, Arial, sans-serif);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color:var(--wk-ink-3, #a3a09b);
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  transition: color 0.15s ease;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__title,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__title a,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__title,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__title a{
  font-family: var(--font-title, 'Newsreader', Georgia, serif);
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color:var(--wk-ink, #1c1c1c);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__title a:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__title a:hover{
  color:var(--wk-accent, #1c1c1c);
  text-decoration: underline;
  text-underline-offset: 2px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__hover,
.search_sec.article-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover,
.search_sec.article-categories-page .custom_search .article-list-card .article-list-card__hover{
  background:var(--wk-band, #f5f5f5);   /* match card :hover surface (panel only shows on hover) */
  border: 1px solid var(--wk-ink, #1c1c1c);
  border-top: 1px solid var(--wk-line, #e6e6e6) !important;
  padding: 10px 10px 8px;
  margin-top: 0;  /* cancel global .hover_visible margin-top:15px */
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover p,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__hover p,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover p,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__hover p{
  font-family: var(--wk-body, 'Helvetica Neue', Helvetica, Arial, sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color:var(--wk-ink-2, #6e6c68);
  margin: 0 0 10px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover p a,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__hover p a,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__hover p a,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__hover p a{
  color:var(--wk-ink, #1c1c1c);
  text-decoration: underline;
  text-underline-offset: 2px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__footer,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__footer,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__footer,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: nowrap;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__cta,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn.added,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__cta.added,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__cta,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn.added,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__cta.added{
  display:inline-flex;
  align-items: center;
  justify-content: center;
  background:var(--wk-ink, #1c1c1c);
  color:#ffffff;
  font-family: var(--wk-body, 'Helvetica Neue', Helvetica, Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 9px 12px;
  min-width: 0;
  width: auto;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  transition: background-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn .product-price-display,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__cta .product-price-display,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn .product-price-display,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__cta .product-price-display{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__cta:hover,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn.added:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__cta.added:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__cta:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__buy-btn.added:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__cta.added:hover{
  background:var(--wk-accent-dark, #000000);
  color:#ffffff;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn,
.search_sec.catalog-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn,
.search_sec.artwork-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta{
  color:#ffffff;
  padding:9px 12px;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn::before,
.search_sec.catalog-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta::before,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn::after,
.search_sec.catalog-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta::after,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn::before,
.search_sec.artwork-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta::before,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card__cart-group a.artwork-catalog-card__buy-btn::after,
.search_sec.artwork-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta::after{
  content:none;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--wk-bg, #ffffff);
  border: 1px solid var(--wk-line-2, #d6d6d6) !important;
  border-radius: 0;
  padding: 7px 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group:hover,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group.active,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group.active,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group.active,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group.active{
  background:var(--wk-slot, #eeeeee);
  border-color: var(--wk-ink, #1c1c1c) !important;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle{
  padding:0;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle::before,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle::before,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle::after,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle::after,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle::before,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle::before,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__fav-group a.fav_toggle::after,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__fav-group a.fav_toggle::after{
  content:none;
}

.search_sec.artwork-groupby-page h3.sidebar_box_title a:hover,
.search_sec.artist-groupby-page h3.sidebar_box_title a:hover,
.search_sec.catalog-groupby-page h3.sidebar_box_title a:hover,
.search_sec.museum-groupby-page h3.sidebar_box_title a:hover,
.search_sec.article-groupby-page h3.sidebar_box_title a:hover,
.search_sec.artwork-groupby-page .showMainResulsTitle h3 a:hover,
.search_sec.artist-groupby-page .showMainResulsTitle h3 a:hover,
.search_sec.artwork-groupby-page .showMainResulsTitle > a:hover,
.search_sec.artist-groupby-page .showMainResulsTitle > a:hover,
.search_sec.artwork-groupby-page .showResultsItems h4 a:hover,
.search_sec.artwork-groupby-page .showResultsItems h3 a:hover,
.search_sec.artwork-groupby-page .showResultsItems p a:hover,
.search_sec.artist-groupby-page .showResultsItems h4 a:hover,
.search_sec.artist-groupby-page .showResultsItems h3 a:hover,
.search_sec.artist-groupby-page .showResultsItems p a:hover {
    color:#fff;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__meta h2 a:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__artist h2 a:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__meta h2 a:hover,
.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__title a:hover,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__title a:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__title a:hover{
    color:#fff;
}


/* ============================================================================
   A1b/c/d RECONCILIATION PINS (2026-07-06, git-HEAD-reference verified):
   tiles converted to BEM now match A1 phase-A `.custom_search ...` !important
   chains the old alias markup never matched. Values re-assert a git-HEAD
   reference render (RULE 4); high class-repetition out-specifies those chains.
   ========================================================================= */
.artist-categories-page .artwork-catalog-card.artwork-catalog-card.artwork-catalog-card.artwork-catalog-card.artwork-catalog-card.artwork-catalog-card.artwork-catalog-card {
  padding:25px 15px;
}
.artist-categories-page .artwork-catalog-card__media-link.artwork-catalog-card__media-link.artwork-catalog-card__media-link.artwork-catalog-card__media-link.artwork-catalog-card__media-link.artwork-catalog-card__media-link.artwork-catalog-card__media-link {
  display:flex;
}
.artist-categories-page .artwork-catalog-card__body.artwork-catalog-card__body.artwork-catalog-card__body.artwork-catalog-card__body.artwork-catalog-card__body.artwork-catalog-card__body.artwork-catalog-card__body {
  margin-top:12px;
}
.artist-categories-page .artwork-catalog-card__content.artwork-catalog-card__content.artwork-catalog-card__content.artwork-catalog-card__content.artwork-catalog-card__content.artwork-catalog-card__content.artwork-catalog-card__content {
  margin-left:auto;
  margin-right:auto;
}
.artist-categories-page .artwork-catalog-card__footer.artwork-catalog-card__footer.artwork-catalog-card__footer.artwork-catalog-card__footer.artwork-catalog-card__footer.artwork-catalog-card__footer.artwork-catalog-card__footer {
  align-items:center;
}
.artist-categories-page .artwork-catalog-card__cart-group.artwork-catalog-card__cart-group.artwork-catalog-card__cart-group.artwork-catalog-card__cart-group.artwork-catalog-card__cart-group.artwork-catalog-card__cart-group.artwork-catalog-card__cart-group {
  display:block;
  align-items:normal;
}

/* -- GROUPBY SEARCH CHROME SWEEP (2026-07-06): bare inner classes of the 4 group_by templates (showResultsItems, showMainResuls*, sortABC, sidebar rail, labels, numeric slider container, custom cols) - verbatim, original order -- */

.showMainResulsImage {
    background: #333;
}

.showMainResulsImage a img {
    transition: filter 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}

.showMainResulsImage a:hover img {
    filter: contrast(1.5) saturate(0.05) brightness(1.05);
    transform: scale(0.95);
    opacity: 0.8;
}

