/* ============================================================================
   COMPONENT: catalog-sidebars — filter / categories / group-by left rails (STRUCTURE tier — from the 3 global files, original order)
   Migrated 2026-07-05 (A2). Classes RENAMED repo-wide during extraction:
     search_filters->catalog-filter-sidebar (+__panel/__title/__active-badge[-list]),
     colors_list->catalog-sidebar-values-list, filter-value-link->catalog-sidebar-value-link,
     Sidebar_tags->sidebar-tags-chip-list, side_headings->sidebar-section-heading,
     numeric_slider_bar->groupby-numeric-range-slider-bar, countrySearchForm->groupby-values-search-form.
   sidebar-tags-chip-list + sidebar-section-heading BASE rules stay in the globals
   (shared with detail pages + the photo funnel); only catalog-scoped overrides move.
   PHASE-A FIDELITY: rules relocated VERBATIM (incl. legacy !important); tokenization
   is a recorded follow-up. Do not edit without re-running the harness diff.
   ============================================================================ */
ul.catalog-sidebar-values-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0;
}

.catalog-sidebar-values-list li {
	padding: 5px 8px;
	background: #E8E2CD;
	border: 1px solid #CAC0AC;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #3E342A;
	cursor: pointer;
}

.catalog-sidebar-values-list li.active {
	background-color: #E4DBBB;
	border: 1px solid #3E342A
}

.catalog-sidebar-values-list li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.groupby-numeric-range-slider-bar {
    width: 100%;
    margin-bottom: 20px;
}

.groupby-numeric-range-slider-bar .labels span a {
    color: #3E342A;
    text-decoration: none;
    font-weight: 500;
}

form.groupby-values-search-form {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

form.groupby-values-search-form input[type="text"] {
    width: 100%;
    border: 1px solid #CCC3AE;
    background: #E4DDC7;
    padding: 10px 10px 10px 32px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

form.groupby-values-search-form i.fa.fa-search {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #3E342A;
}

.tableContent .artist_sidebar_links + .table_of_contents_section,
.tableContent .artist_sidebar_links + .sidebar-section-heading,
.tableContent .artist_sidebar_links + .quick_facts_section {
	margin-top: 32px;
}

.tableContent .artist_sidebar_links .nav-link {
	font-size: 14px;
}

.search_sec.catalog-groupby-page .catalog-filter-sidebar {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.catalog-sidebar-values-list li {
		padding: 1px 8px;
	}

}

/* ── A2 second pass (2026-07-05): BEM-suffix rules missed by the first-pass
   selector filter — relocated from the same source file, original order.
   Re-verified by harness diff after this append. ── */
.catalog-filter-sidebar__panel {
	background-color: #E8E2CD;
	padding: 15px 0px;
	width: 100%;
	/* max-width: 340px; */
	font-size: 14px;
	border: 1px solid #DCD3BF;
}

.catalog-filter-sidebar__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding: 0 15px;
}

.catalog-filter-sidebar__title span {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 21px;
	color: #3E342A;
	display: flex;
	gap: 5px;
}

.catalog-filter-sidebar__title a {
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #875D2A;
	text-align: right;
}

.catalog-filter-sidebar__active-badge {
	background: #D5CBA9;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 15px;
	color: #3E342A;
	margin: 5px 10px 5px 0px;
	padding: 3px 8px;

}

.catalog-filter-sidebar__active-badge-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	padding: 0 15px;
	border-bottom: 1px solid #DCD3BF;
	padding-bottom: 15px;
}


/* ── A2 second pass (2026-07-05): BEM-suffix rules missed by the first-pass
   selector filter — relocated from the same source file, original order.
   Re-verified by harness diff after this append. ── */
.catalog-filter-sidebar__active-badge img {
	cursor: pointer;
}


/* ── A2 second pass (2026-07-05): BEM-suffix rules missed by the first-pass
   selector filter — relocated from the same source file, original order.
   Re-verified by harness diff after this append. ── */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.catalog-filter-sidebar__active-badge {
		font-size: 13px;
	}

.catalog-filter-sidebar__title a {
		font-size: 11px;
	}

.catalog-filter-sidebar__title span {
		font-size: 16px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.catalog-filter-sidebar__active-badge {
		font-size: 12px;
	}

}
