/* ============================================================================
   PAGE FAMILY: catalog categories + group-by pages (B9) — SKIN tier — from site-topimpressionists-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-groupby-page,
.search_sec.artwork-groupby-page,
.search_sec.artist-groupby-page,
.search_sec.museum-groupby-page,
.search_sec.article-groupby-page {
  --ti-gb-bg:      var(--ti-paper);
  --ti-gb-ink:     var(--ti-ink);
  --ti-gb-ink-2:   var(--ti-ink-soft);
  --ti-gb-ink-3:   var(--ti-ink-mute);
  --ti-gb-ink-4:   var(--ti-ink-faint);
  --ti-gb-line:    var(--ti-rule);
  --ti-gb-line-2:  var(--ti-rule-soft);
  --ti-gb-band:    var(--ti-linen);
  --ti-gb-slot:    var(--ti-gesso);
  --ti-gb-accent:  var(--ti-plein);
  --ti-gb-display: var(--font-title);
  --ti-gb-body:    var(--font-body);
  --ti-gb-ui:      var(--font-title-accent);
}

.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(--ti-gb-ink);
  font-family: var(--ti-gb-ui);
}

.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(--ti-gb-bg) !important;
  border: 1px solid var(--ti-gb-line) !important;
  color: var(--ti-gb-ink) !important;
  border-radius: 2px;
  font-family: var(--ti-gb-ui);
  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(--ti-gb-band) !important;
  border: 1px solid var(--ti-gb-line) !important;
  color: var(--ti-gb-ink) !important;
  border-radius: 2px;
  font-family: var(--ti-gb-ui);
  border-left: 3px solid transparent !important;
  transition: background 0.2s, border-color 0.2s;
}

.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(--ti-gb-slot) !important;
  border-color: var(--ti-gb-line-2) !important;
  border-left-color: var(--ti-plein, #d89a78) !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(--ti-gesso, #f9f4e8) !important;
  border-color: var(--ti-rule-soft, #ddd4be) !important;
  border-left-color: var(--ti-plein, #d89a78) !important;
}

.search_sec.catalog-groupby-page h3.sidebar_box_title,
.search_sec.catalog-groupby-page h3.sidebar_box_title a,
.search_sec.catalog-groupby-page p.sidebar_box_description,
.search_sec.catalog-groupby-page p.sidebar_box_description a,
.search_sec.artwork-groupby-page h3.sidebar_box_title,
.search_sec.artwork-groupby-page h3.sidebar_box_title a,
.search_sec.artwork-groupby-page p.sidebar_box_description,
.search_sec.artwork-groupby-page p.sidebar_box_description a,
.search_sec.artist-groupby-page h3.sidebar_box_title,
.search_sec.artist-groupby-page h3.sidebar_box_title a,
.search_sec.artist-groupby-page p.sidebar_box_description,
.search_sec.artist-groupby-page p.sidebar_box_description a,
.search_sec.museum-groupby-page h3.sidebar_box_title,
.search_sec.museum-groupby-page h3.sidebar_box_title 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 h3.sidebar_box_title,
.search_sec.article-groupby-page h3.sidebar_box_title a,
.search_sec.article-groupby-page p.sidebar_box_description,
.search_sec.article-groupby-page p.sidebar_box_description a {
  font-family: var(--ti-gb-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.search_sec.catalog-groupby-page p.sidebar_box_description,
.search_sec.catalog-groupby-page p.sidebar_box_description a,
.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.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(--ti-ink-mute, #6c647a) !important;
  font-style: italic;
}

.search_sec.catalog-groupby-page h3.sidebar_box_title,
.search_sec.catalog-groupby-page h3.sidebar_box_title a,
.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.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(--ti-gb-ink) !important;
  font-family: var(--ti-gb-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.search_sec.catalog-groupby-page h3.sidebar_box_title a:hover,
.search_sec.artwork-groupby-page h3.sidebar_box_title a:hover,
.search_sec.artist-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(--ti-gb-accent) !important;
}

.search_sec.artwork-groupby-page .showMainResuls,
.search_sec.artist-groupby-page .showMainResuls {
  font-family: var(--ti-gb-ui);
}

.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(--ti-gb-ink) !important;
  font-family: var(--ti-gb-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  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(--ti-gb-accent) !important;
}

.search_sec.artwork-groupby-page .showMainResulsTitle h3 span,
.search_sec.artist-groupby-page .showMainResulsTitle h3 span {
  background: var(--ti-gb-slot) !important;
  color: var(--ti-gb-ink-3) !important;
  font-family: var(--ti-gb-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .06em;
}

.search_sec.artwork-groupby-page .showMainResulsTitle > a,
.search_sec.artwork-groupby-page .showMainResulsTitle > button.catalog-nav-btn,
.search_sec.artist-groupby-page .showMainResulsTitle > a,
.search_sec.artist-groupby-page .showMainResulsTitle > button.catalog-nav-btn {
  color: var(--ti-gb-ink-2) !important;
  font-family: var(--ti-gb-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.4;
}

.search_sec.artwork-groupby-page .showMainResulsTitle > a:hover,
.search_sec.artwork-groupby-page .showMainResulsTitle > button.catalog-nav-btn:hover,
.search_sec.artist-groupby-page .showMainResulsTitle > a:hover,
.search_sec.artist-groupby-page .showMainResulsTitle > button.catalog-nav-btn:hover {
  color: var(--ti-gb-accent) !important;
}

.search_sec.artwork-groupby-page .showMainResulsBox,
.search_sec.artist-groupby-page .showMainResulsBox {
  background: var(--ti-gb-band) !important;
  color: var(--ti-gb-ink) !important;
  border: .5px solid var(--ti-gb-line);
  border-radius: 2px;
  font-family: var(--ti-gb-ui);
}

.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: rgba(42, 36, 56, 0.72) !important;
  color: var(--ti-gb-bg) !important;
  font-family: var(--ti-gb-display);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}

.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: var(--ti-gb-bg) !important;
  font-family: var(--ti-gb-body);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  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(--ti-gb-ink) !important;
  font-family: var(--ti-gb-body);
  font-size: 14px;
  line-height: 1.45;
  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-family: var(--ti-gb-display);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}

.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(--ti-gb-accent) !important;
}

@media (max-width: 640px) {
.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 {
    --ti-gb-band: var(--ti-canvas);
  }

.search_sec.artist-groupby-page h3.sidebar_box_title,
.search_sec.artist-groupby-page h3.sidebar_box_title a {
    font-size: 15px;
  }

.search_sec.artist-groupby-page .showMainResulsTitle h3,
.search_sec.artist-groupby-page .showMainResulsTitle h3 a {
    font-size: 17px;
  }

}
.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(--ti-ink, #2a2438);
  font-family: var(--font-body, "Cormorant Garamond", serif);
}

.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(--ti-paper, #fbf7ee) !important;
  border: 1px solid var(--ti-rule, #c7bea8) !important;
  color: var(--ti-ink, #2a2438) !important;
  border-radius: 2px;
  font-family: var(--f-ui, "Manrope", sans-serif);
  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: var(--ti-paper, #fbf7ee);
  border: 0.5px solid var(--ti-rule, #c7bea8) !important;
  border-bottom: 0.5px solid var(--ti-rule, #c7bea8) !important;
  border-radius: 2px;
  box-shadow: var(--ti-shadow-sm, 0 4px 20px -8px rgba(42, 36, 56, .1));
  transition: box-shadow 0.35s ease, transform 0.35s ease, background 0.25s ease;
  overflow: visible; /* the global hover panel extends BELOW the card — never clip it
                        (image zoom is clipped by .search_img's own overflow:hidden) */
  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: var(--ti-gesso, #f9f4e8) !important;
  box-shadow: var(--ti-shadow-hover-md, 0 6px 20px -6px rgba(42, 36, 56, .18));
  transform: translateY(-3px);
}

.search_sec.catalog-categories-page .custom_search .row > [class*="col-"],
.search_sec.artwork-categories-page .custom_search .row > [class*="col-"] {
  border: 0 !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{
  background: var(--ti-shadow-c, #e6dec8);
  border-bottom: 0.5px solid var(--ti-rule-soft, #ddd4be);
  padding: 10px 10px 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media a.artwork-catalog-card__media-link,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__media a.article-list-card__media-link,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media a.artwork-catalog-card__media-link,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__media a.article-list-card__media-link{
  display: block;
  outline: 5px solid var(--ti-paper, #fbf7ee);
  outline-offset: -6px;
  overflow: hidden;
  position: relative;
}.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: 16px 18px 14px;
  background: transparent;
  border-top: 0.5px solid var(--ti-rule-soft, #ddd4be);
}.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;
  gap: 8px;
  margin-bottom: 5px;
}.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(--f-ui, "Manrope", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ti-ink-mute, #6c647a) !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  transition: color 0.2s 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(--ti-ink, #2a2438) !important;
}.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(--f-mono, "DM Mono", monospace) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  color: var(--ti-ink-faint, #9a93a4) !important;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s 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, "Italiana", "Cormorant Garamond", serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  color: var(--ti-ink, #2a2438) !important;
  display: block;
  margin-top: 2px;
  transition: color 0.2s 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(--ti-plein, #d89a78) !important;
}.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{
  background: var(--ti-gesso, #f9f4e8) !important;   /* match card :hover surface (panel only shows on hover) */
  border-top: 0.5px solid var(--ti-rule, #c7bea8) !important;
  padding: 16px 18px;
}.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(--font-body, "Cormorant Garamond", serif) !important;
  font-size: 13.5px !important;
  font-style: italic !important;
  line-height: 1.6 !important;
  color: var(--ti-ink-soft, #4a4358) !important;
  margin-bottom: 16px;
}.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(--ti-plein, #d89a78) !important;
}.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: 10px;
}.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 !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--ti-ink, #2a2438) !important;
  color: var(--ti-gesso, #f9f4e8) !important;
  font-family: var(--f-ui, "Manrope", sans-serif) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  padding: 11px 20px !important;
  border: none !important;
  width: auto !important;
  min-width: 0 !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
  text-decoration: none;
}.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{
  font-family: var(--font-title, "Italiana", serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: inherit !important;
}.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__cart-group a.artwork-catalog-card__buy-btn:hover,
.search_sec.catalog-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta: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__cart-group a.artwork-catalog-card__buy-btn:hover,
.search_sec.artwork-categories-page .custom_search .article-list-card__cta-group a.article-list-card__cta:hover{
  background: var(--ti-ink-soft, #4a4358) !important;
  color: var(--ti-gesso, #f9f4e8) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 575.98px) {.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{
    padding: 6px 6px 0;
  }.search_sec.catalog-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media a.artwork-catalog-card__media-link,
.search_sec.catalog-categories-page .custom_search .article-list-card .article-list-card__media a.article-list-card__media-link,
.search_sec.artwork-categories-page .custom_search .artwork-catalog-card .artwork-catalog-card__media a.artwork-catalog-card__media-link,
.search_sec.artwork-categories-page .custom_search .article-list-card .article-list-card__media a.article-list-card__media-link{
    outline-width: 3px;
  }.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: 12px 14px 10px;
  }.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{
    padding: 12px 14px;
  }

}


/* ============================================================================
   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 !important;
}
.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 !important;
  border-top-style: solid !important;
  border-top-color: rgb(221, 212, 190) !important;
}
.artist-categories-page .artwork-catalog-card__hover.artwork-catalog-card__hover.artwork-catalog-card__hover.artwork-catalog-card__hover.artwork-catalog-card__hover.artwork-catalog-card__hover.artwork-catalog-card__hover {
  margin-top: 15px !important;
}
.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 !important;
  margin-right: auto !important;
}
.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 !important;
}
.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 !important;
  align-items: normal !important;
}

/* -- 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: #111;
}

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

.showMainResulsImage a:hover img {
    transform: scale(0.95);
    opacity: 0.9;
}

