/* Fast AJAX Filters Lite
 * Frontend scaffold only for now.
 */

body.faf-active {
	--faf-panel-bg: #ffffff;
	--faf-panel-bg-soft: #f6f8fc;
	--faf-panel-surface: rgba(255, 255, 255, 0.9);
	--faf-panel-surface-strong: rgba(255, 255, 255, 0.96);
	--faf-panel-text: #243043;
	--faf-panel-muted: rgba(36, 48, 67, 0.64);
	--faf-panel-border: rgba(15, 23, 42, 0.1);
	--faf-panel-border-strong: rgba(15, 23, 42, 0.16);
	--faf-panel-inset: rgba(255, 255, 255, 0.45);
	--faf-panel-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	--faf-panel-shadow-soft: 0 8px 16px rgba(15, 23, 42, 0.04);
	--faf-slider-track: rgba(15, 23, 42, 0.12);
	--faf-overlay: rgba(10, 15, 29, 0.44);
	--faf-font-body: var(--global-body-font-family, inherit);
	--faf-font-heading: var(--global-heading-font-family, var(--faf-font-body));
}

body.faf-active .faf-filter-surface[data-faf-mode="light"],
body.faf-active .faf-active-shell[data-faf-mode="light"] {
	--faf-panel-bg: #ffffff;
	--faf-panel-bg-soft: #f6f8fc;
	--faf-panel-surface: rgba(255, 255, 255, 0.9);
	--faf-panel-surface-strong: rgba(255, 255, 255, 0.96);
	--faf-panel-text: #243043;
	--faf-panel-muted: rgba(36, 48, 67, 0.64);
	--faf-panel-border: rgba(15, 23, 42, 0.1);
	--faf-panel-border-strong: rgba(15, 23, 42, 0.16);
	--faf-panel-inset: rgba(255, 255, 255, 0.45);
	--faf-panel-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	--faf-panel-shadow-soft: 0 8px 16px rgba(15, 23, 42, 0.04);
	--faf-slider-track: rgba(15, 23, 42, 0.12);
	--faf-overlay: rgba(10, 15, 29, 0.44);
}

body.faf-active.faf-theme-light {
	--faf-panel-bg: #ffffff;
	--faf-panel-bg-soft: #f6f8fc;
	--faf-panel-surface: rgba(255, 255, 255, 0.9);
	--faf-panel-surface-strong: rgba(255, 255, 255, 0.96);
	--faf-panel-text: #243043;
	--faf-panel-muted: rgba(36, 48, 67, 0.64);
	--faf-panel-border: rgba(15, 23, 42, 0.1);
	--faf-panel-border-strong: rgba(15, 23, 42, 0.16);
	--faf-panel-inset: rgba(255, 255, 255, 0.45);
	--faf-panel-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	--faf-panel-shadow-soft: 0 8px 16px rgba(15, 23, 42, 0.04);
	--faf-slider-track: rgba(15, 23, 42, 0.12);
	--faf-overlay: rgba(10, 15, 29, 0.44);
}

body.faf-active.color-switch-light {
	--faf-panel-bg: #ffffff;
	--faf-panel-bg-soft: #f6f8fc;
	--faf-panel-surface: rgba(255, 255, 255, 0.9);
	--faf-panel-surface-strong: rgba(255, 255, 255, 0.96);
	--faf-panel-text: #243043;
	--faf-panel-muted: rgba(36, 48, 67, 0.64);
	--faf-panel-border: rgba(15, 23, 42, 0.1);
	--faf-panel-border-strong: rgba(15, 23, 42, 0.16);
	--faf-panel-inset: rgba(255, 255, 255, 0.45);
	--faf-panel-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	--faf-panel-shadow-soft: 0 8px 16px rgba(15, 23, 42, 0.04);
	--faf-slider-track: rgba(15, 23, 42, 0.12);
	--faf-overlay: rgba(10, 15, 29, 0.44);
}

body.faf-active .faf-filter-surface[data-faf-mode="dark"],
body.faf-active .faf-active-shell[data-faf-mode="dark"] {
	--faf-panel-bg: #171d28;
	--faf-panel-bg-soft: #202838;
	--faf-panel-surface: rgba(30, 38, 53, 0.92);
	--faf-panel-surface-strong: rgba(34, 42, 58, 0.98);
	--faf-panel-text: #f5f7fb;
	--faf-panel-muted: rgba(230, 236, 244, 0.76);
	--faf-panel-border: rgba(255, 255, 255, 0.12);
	--faf-panel-border-strong: rgba(255, 255, 255, 0.2);
	--faf-panel-inset: rgba(255, 255, 255, 0.06);
	--faf-panel-shadow: 0 24px 48px rgba(3, 7, 18, 0.38);
	--faf-panel-shadow-soft: 0 10px 22px rgba(3, 7, 18, 0.24);
	--faf-slider-track: rgba(255, 255, 255, 0.16);
	--faf-overlay: rgba(2, 6, 23, 0.68);
}

body.faf-active.faf-theme-light .faf-active-shell,
body.faf-active.faf-theme-light .faf-active-shell a,
body.faf-active.faf-theme-light .faf-active-shell span,
body.faf-active.faf-theme-light .faf-active-shell button {
	color: var(--faf-panel-text);
}

body.faf-active.faf-theme-light .faf-term-list > li > a,
body.faf-active.faf-theme-light .faf-term-list > li > span,
body.faf-active.faf-theme-light .faf-term-list .children > li > a,
body.faf-active.faf-theme-light .faf-term-list .children > li > span,
body.faf-active.faf-theme-light .faf-term-list--boolean > li > a,
body.faf-active.faf-theme-light .faf-term-list--boolean > li > span,
body.faf-active.faf-theme-light .faf-filter-group__body,
body.faf-active.faf-theme-light .faf-term-list,
body.faf-active.faf-theme-light .faf-term-list li,
body.faf-active.faf-theme-light .faf-price-slider__values,
body.faf-active.faf-theme-light .faf-term-count,
body.faf-active.faf-theme-light .faf-child-toggle,
body.faf-active.faf-theme-light .faf-clear-all,
body.faf-active.faf-theme-light .faf-chip,
body.faf-active.faf-theme-light .faf-chip__remove {
	color: var(--faf-panel-text) !important;
	opacity: 1;
}

body.faf-active.faf-theme-light .faf-term-count,
body.faf-active.faf-theme-light .faf-price-slider__values,
body.faf-active.faf-theme-light .faf-child-toggle,
body.faf-active.faf-theme-light .faf-chip__remove {
	color: var(--faf-panel-muted) !important;
}

body.faf-active.faf-theme-light .faf-term-list--attribute.faf-display-pill .is-unavailable > a,
body.faf-active.faf-theme-light .faf-term-list--attribute.faf-display-pill .is-unavailable > span,
body.faf-active.faf-theme-light .faf-term-list--taxonomy.faf-display-pill .is-unavailable > a,
body.faf-active.faf-theme-light .faf-term-list--taxonomy.faf-display-pill .is-unavailable > span,
body.faf-active.faf-theme-light .faf-term-list--categories .is-unavailable > a,
body.faf-active.faf-theme-light .faf-term-list--categories .is-unavailable > span,
body.faf-active.faf-theme-light .faf-term-list--taxonomy:not(.faf-display-pill) .is-unavailable > a,
body.faf-active.faf-theme-light .faf-term-list--taxonomy:not(.faf-display-pill) .is-unavailable > span,
body.faf-active.faf-theme-light .faf-term-list--boolean .is-unavailable > a,
body.faf-active.faf-theme-light .faf-term-list--boolean .is-unavailable > span {
	color: color-mix(in srgb, var(--faf-panel-text) 44%, transparent) !important;
}

body.faf-active.faf-theme-light .faf-term-list--categories .is-unavailable > a .faf-term-count,
body.faf-active.faf-theme-light .faf-term-list--categories .is-unavailable > span .faf-term-count {
	color: color-mix(in srgb, var(--faf-panel-text) 32%, transparent) !important;
}

body.faf-active.faf-theme-light .faf-filter-group__summary::after {
	color: var(--faf-panel-muted);
}

body.faf-active.faf-theme-light .faf-term-list > li > a:hover,
body.faf-active.faf-theme-light .faf-term-list > li > a:focus,
body.faf-active.faf-theme-light .faf-term-list .children > li > a:hover,
body.faf-active.faf-theme-light .faf-term-list .children > li > a:focus,
body.faf-active.faf-theme-light .faf-term-list .current-cat > a,
body.faf-active.faf-theme-light .faf-term-list .is-active > a {
	color: var(--faf-panel-text) !important;
	opacity: 1;
}

body.faf-active.faf-theme-dark {
	--faf-panel-bg: #171d28;
	--faf-panel-bg-soft: #202838;
	--faf-panel-surface: rgba(30, 38, 53, 0.92);
	--faf-panel-surface-strong: rgba(34, 42, 58, 0.98);
	--faf-panel-text: #f5f7fb;
	--faf-panel-muted: rgba(230, 236, 244, 0.76);
	--faf-panel-border: rgba(255, 255, 255, 0.12);
	--faf-panel-border-strong: rgba(255, 255, 255, 0.2);
	--faf-panel-inset: rgba(255, 255, 255, 0.06);
	--faf-panel-shadow: 0 24px 48px rgba(3, 7, 18, 0.38);
	--faf-panel-shadow-soft: 0 10px 22px rgba(3, 7, 18, 0.24);
	--faf-slider-track: rgba(255, 255, 255, 0.16);
	--faf-overlay: rgba(2, 6, 23, 0.68);
}

body.faf-active.color-switch-dark {
	--faf-panel-bg: #171d28;
	--faf-panel-bg-soft: #202838;
	--faf-panel-surface: rgba(30, 38, 53, 0.92);
	--faf-panel-surface-strong: rgba(34, 42, 58, 0.98);
	--faf-panel-text: #f5f7fb;
	--faf-panel-muted: rgba(230, 236, 244, 0.76);
	--faf-panel-border: rgba(255, 255, 255, 0.12);
	--faf-panel-border-strong: rgba(255, 255, 255, 0.2);
	--faf-panel-inset: rgba(255, 255, 255, 0.06);
	--faf-panel-shadow: 0 24px 48px rgba(3, 7, 18, 0.38);
	--faf-panel-shadow-soft: 0 10px 22px rgba(3, 7, 18, 0.24);
	--faf-slider-track: rgba(255, 255, 255, 0.16);
	--faf-overlay: rgba(2, 6, 23, 0.68);
}

body.faf-active.faf-theme-dark .faf-active-shell,
body.faf-active.faf-theme-dark .faf-active-shell a,
body.faf-active.faf-theme-dark .faf-active-shell span,
body.faf-active.faf-theme-dark .faf-active-shell button {
	color: var(--faf-panel-text);
}

body.faf-active.faf-theme-dark .faf-term-list > li > a,
body.faf-active.faf-theme-dark .faf-term-list > li > span,
body.faf-active.faf-theme-dark .faf-term-list .children > li > a,
body.faf-active.faf-theme-dark .faf-term-list .children > li > span,
body.faf-active.faf-theme-dark .faf-term-list--boolean > li > a,
body.faf-active.faf-theme-dark .faf-term-list--boolean > li > span,
body.faf-active.faf-theme-dark .faf-filter-group__body,
body.faf-active.faf-theme-dark .faf-term-list,
body.faf-active.faf-theme-dark .faf-term-list li,
body.faf-active.faf-theme-dark .faf-price-slider__values,
body.faf-active.faf-theme-dark .faf-term-count,
body.faf-active.faf-theme-dark .faf-child-toggle,
body.faf-active.faf-theme-dark .faf-clear-all,
body.faf-active.faf-theme-dark .faf-chip,
body.faf-active.faf-theme-dark .faf-chip__remove {
	color: var(--faf-panel-text) !important;
	opacity: 1;
}

body.faf-active.faf-theme-dark .faf-term-list > li > a,
body.faf-active.faf-theme-dark .faf-term-list .children > li > a,
body.faf-active.faf-theme-dark .faf-term-list--boolean > li > a {
	color: color-mix(in srgb, var(--faf-panel-text) 90%, transparent) !important;
}

body.faf-active.faf-theme-dark .faf-term-count,
body.faf-active.faf-theme-dark .faf-price-slider__values,
body.faf-active.faf-theme-dark .faf-child-toggle,
body.faf-active.faf-theme-dark .faf-chip__remove {
	color: var(--faf-panel-muted) !important;
}

body.faf-active.faf-theme-dark .faf-term-list--attribute.faf-display-pill .is-unavailable > a,
body.faf-active.faf-theme-dark .faf-term-list--attribute.faf-display-pill .is-unavailable > span,
body.faf-active.faf-theme-dark .faf-term-list--taxonomy.faf-display-pill .is-unavailable > a,
body.faf-active.faf-theme-dark .faf-term-list--taxonomy.faf-display-pill .is-unavailable > span,
body.faf-active.faf-theme-dark .faf-term-list--categories .is-unavailable > a,
body.faf-active.faf-theme-dark .faf-term-list--categories .is-unavailable > span,
body.faf-active.faf-theme-dark .faf-term-list--taxonomy:not(.faf-display-pill) .is-unavailable > a,
body.faf-active.faf-theme-dark .faf-term-list--taxonomy:not(.faf-display-pill) .is-unavailable > span,
body.faf-active.faf-theme-dark .faf-term-list--boolean .is-unavailable > a,
body.faf-active.faf-theme-dark .faf-term-list--boolean .is-unavailable > span {
	color: color-mix(in srgb, var(--faf-panel-text) 44%, transparent) !important;
}

body.faf-active.faf-theme-dark .faf-term-list--categories .is-unavailable > a .faf-term-count,
body.faf-active.faf-theme-dark .faf-term-list--categories .is-unavailable > span .faf-term-count {
	color: color-mix(in srgb, var(--faf-panel-text) 34%, transparent) !important;
}

body.faf-active.faf-theme-dark .faf-filter-group__summary::after {
	color: var(--faf-panel-muted);
}

body.faf-active.faf-theme-dark .faf-term-list > li > a:hover,
body.faf-active.faf-theme-dark .faf-term-list > li > a:focus,
body.faf-active.faf-theme-dark .faf-term-list .children > li > a:hover,
body.faf-active.faf-theme-dark .faf-term-list .children > li > a:focus,
body.faf-active.faf-theme-dark .faf-term-list .current-cat > a,
body.faf-active.faf-theme-dark .faf-term-list .is-active > a {
	color: var(--faf-panel-text) !important;
	opacity: 1;
}

#wpadminbar .faf-cache-debug-node > .ab-item {
	font-weight: 600;
}

.faf-debug-badge {
	position: fixed;
	top: 46px;
	right: 18px;
	bottom: auto;
	z-index: 99999;
	display: grid;
	gap: 10px;
	width: min(360px, calc(100vw - 24px));
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(11, 18, 32, 0.92);
	color: #f8fbff;
	box-shadow: 0 16px 40px rgba(3, 7, 18, 0.35);
	font: 600 12px/1.35 var(--faf-font-body);
	letter-spacing: 0.01em;
	backdrop-filter: blur(10px);
}

@media (max-width: 782px) {
	.faf-debug-badge {
		top: 56px;
		right: 12px;
	}
}

.faf-debug-badge__label {
	opacity: 0.72;
	text-transform: uppercase;
}

.faf-debug-badge__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.faf-debug-badge__status {
	color: #7dd3fc;
	text-transform: uppercase;
}

.faf-debug-badge__meta {
	display: grid;
	gap: 6px;
	margin: 0;
}

.faf-debug-badge__section {
	display: grid;
	gap: 8px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faf-debug-badge__section-title {
	color: rgba(248, 251, 255, 0.72);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.faf-debug-badge__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.faf-debug-badge__copy {
	padding: 6px 10px;
	border: 1px solid rgba(125, 211, 252, 0.28);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.14);
	color: #dbeafe;
	font: 600 11px/1 var(--faf-font-body);
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.faf-debug-badge__copy:hover,
.faf-debug-badge__copy:focus {
	border-color: rgba(125, 211, 252, 0.46);
	background: rgba(37, 99, 235, 0.24);
	transform: translateY(-1px);
}

.faf-debug-badge__copy-status {
	min-height: 1em;
	color: rgba(248, 251, 255, 0.72);
	font-size: 11px;
	font-weight: 600;
}

.faf-debug-badge__row {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 10px;
	align-items: start;
}

.faf-debug-badge__row dt {
	margin: 0;
	color: rgba(248, 251, 255, 0.62);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.faf-debug-badge__row dd {
	margin: 0;
	color: #f8fbff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	word-break: break-word;
}

.faf-filter-surface {
	position: relative;
	display: grid;
	gap: 10px;
	font-family: var(--faf-font-body);
	color: var(--faf-panel-text);
}

.faf-filter-surface button,
.faf-filter-surface input,
.faf-filter-surface select,
.faf-filter-surface summary,
.faf-filter-surface a,
.faf-filter-surface span,
.faf-filter-surface label {
	font-family: var(--faf-font-body);
}

.faf-select-shell {
	margin: 0 0 14px;
	position: relative;
}

.faf-term-select {
	width: 100%;
	min-height: 44px;
	padding: 0 42px 0 15px;
	border: 1px solid var(--faf-panel-border);
	border-radius: 16px;
	background-color: color-mix(in srgb, var(--faf-panel-bg) 92%, var(--faf-panel-surface));
	color: var(--faf-panel-text);
	box-shadow:
		inset 0 1px 0 var(--faf-panel-inset),
		0 1px 2px color-mix(in srgb, var(--faf-panel-shadow) 16%, transparent);
	appearance: none;
	-webkit-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, color-mix(in srgb, var(--faf-panel-text) 58%, transparent) 50%),
		linear-gradient(135deg, color-mix(in srgb, var(--faf-panel-text) 58%, transparent) 50%, transparent 50%);
	background-position:
		calc(100% - 19px) calc(50% - 2px),
		calc(100% - 14px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.2;
	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		transform 0.18s ease;
}

.faf-term-select:hover,
.faf-term-select:focus {
	border-color: var(--faf-panel-border-strong);
	background-color: color-mix(in srgb, var(--faf-panel-bg) 88%, var(--faf-panel-surface-strong));
	box-shadow:
		inset 0 1px 0 var(--faf-panel-inset),
		0 0 0 3px color-mix(in srgb, var(--faf-accent) 12%, transparent),
		0 8px 18px color-mix(in srgb, var(--faf-panel-shadow) 10%, transparent);
	transform: translateY(-1px);
	outline: 0;
}

.faf-term-select option {
	color: var(--faf-panel-text);
	background: var(--faf-panel-bg);
}

body.faf-active.faf-theme-light .faf-term-select {
	color: #1f2937;
	background-color: #ffffff;
}

body.faf-active.faf-theme-light .faf-term-select option {
	color: #111827 !important;
	background-color: #ffffff !important;
}

body.faf-active.faf-theme-dark .faf-term-select {
	color: #f8fafc;
	background-color: color-mix(in srgb, var(--faf-panel-bg) 86%, #0f172a);
}

body.faf-active.faf-theme-dark .faf-term-select option {
	color: #f8fafc !important;
	background-color: #1b2432 !important;
}

.faf-filter-group {
	display: grid;
	gap: 4px;
}

.faf-filter-group[open] {
	padding-bottom: 2px;
}

.faf-filter-group__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 33px;
	padding: 6px 11px;
	border: 1px solid var(--faf-panel-border);
	border-radius: 10px;
	background: var(--faf-panel-surface);
	cursor: pointer;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--global-palette3, var(--faf-panel-text));
	list-style: none;
	letter-spacing: 0.01em;
	text-transform: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.faf-filter-group__summary::-webkit-details-marker {
	display: none;
}

.faf-filter-group__summary::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 10px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	color: color-mix(in srgb, var(--faf-panel-text) 58%, transparent);
	transform: rotate(45deg);
	transition: transform 0.18s ease, color 0.18s ease;
}

.faf-filter-group[open] .faf-filter-group__summary::after {
	transform: rotate(-135deg);
}

.faf-filter-group__summary:hover,
.faf-filter-group__summary:focus {
	border-color: color-mix(in srgb, var(--faf-panel-border) 78%, transparent);
	background: color-mix(in srgb, var(--faf-panel-surface-strong) 92%, transparent);
}

.faf-filter-group__summary:hover::after,
.faf-filter-group__summary:focus::after {
	color: var(--faf-panel-text);
}

.faf-filter-group__body {
	display: grid;
	gap: 2px;
}

.faf-filter-group[open] .faf-filter-group__body {
	padding-top: 7px;
}

.faf-filter-group[open] .faf-filter-group__body > .faf-term-list--categories,
.faf-filter-group[open] .faf-filter-group__body > .faf-term-list--boolean {
	margin-bottom: 2px;
}

.faf-block-title {
	margin: 0 0 4px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--global-palette3, var(--faf-panel-text));
	text-transform: uppercase;
	letter-spacing: 0.008em;
	font-family: var(--faf-font-heading);
}

.faf-widget {
	display: grid;
	gap: 5px;
	align-content: start;
}

.faf-widget--filters-panel .faf-filters-panel {
	display: grid;
	gap: 10px;
}

.faf-price-shell {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.faf-price-form {
	display: grid;
	gap: 6px;
}

.faf-price-form--slider {
	gap: 10px;
}

.faf-price-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.faf-price-form__input {
	width: 100%;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid var(--faf-panel-border-strong);
	border-radius: 12px;
	background: var(--faf-panel-surface-strong);
	color: var(--faf-panel-text);
	font-size: 13px;
}

.faf-price-form__submit {
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid var(--faf-panel-border);
	border-radius: 999px;
	background: var(--faf-panel-surface-strong);
	color: var(--faf-panel-text);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px var(--faf-panel-inset);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.faf-price-form__submit:hover,
.faf-price-form__submit:focus {
	border-color: var(--faf-panel-border-strong);
	background: color-mix(in srgb, var(--faf-panel-surface-strong) 92%, var(--faf-panel-bg));
	color: var(--faf-panel-text);
	box-shadow:
		inset 0 0 0 1px var(--faf-panel-inset),
		0 0 0 2px color-mix(in srgb, var(--faf-accent) 6%, transparent);
	transform: translateY(-1px);
}

.faf-price-slider {
	display: grid;
	gap: 8px;
	padding: 2px 0 2px;
}

.faf-price-slider__values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	font-weight: 600;
	color: color-mix(in srgb, var(--faf-panel-text) 74%, transparent);
	letter-spacing: 0.01em;
	line-height: 1;
}

.faf-price-slider__track {
	position: relative;
	height: 32px;
	padding: 0;
}

.faf-price-slider__bar {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 8px;
	transform: translateY(-50%);
	border-radius: 999px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--faf-slider-track) 88%, white), color-mix(in srgb, var(--faf-slider-track) 100%, transparent));
	overflow: hidden;
	box-shadow:
		inset 0 1px 0 color-mix(in srgb, white 58%, transparent);
}

.faf-price-slider__bar::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--faf-slider-start, 0%);
	right: calc(100% - var(--faf-slider-end, 100%));
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--faf-accent) 88%, white), color-mix(in srgb, var(--faf-accent) 64%, white));
	border-radius: 999px;
	box-shadow: inset 0 1px 0 color-mix(in srgb, white 42%, transparent);
}

.faf-price-slider input[type="range"] {
	position: absolute;
	inset: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	pointer-events: none;
}

.faf-price-slider input[type="range"]::-webkit-slider-runnable-track {
	height: 6px;
	background: transparent;
	border: 0;
}

.faf-price-slider input[type="range"]::-moz-range-track {
	height: 6px;
	background: transparent;
	border: 0;
}

.faf-price-slider input[type="range"]::-moz-focus-outer {
	border: 0;
}

.faf-price-slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	margin-top: -6px;
	border-radius: 50%;
	border: 3px solid var(--faf-panel-bg);
	background:
		radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.92), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--faf-accent) 92%, white), color-mix(in srgb, var(--faf-accent) 72%, black 8%));
	box-shadow:
		0 8px 18px rgba(15, 23, 42, 0.16),
		0 0 0 1px color-mix(in srgb, var(--faf-accent) 20%, transparent);
	pointer-events: auto;
	cursor: pointer;
}

.faf-price-slider input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 3px solid var(--faf-panel-bg);
	background:
		radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.92), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--faf-accent) 92%, white), color-mix(in srgb, var(--faf-accent) 72%, black 8%));
	box-shadow:
		0 8px 18px rgba(15, 23, 42, 0.16),
		0 0 0 1px color-mix(in srgb, var(--faf-accent) 20%, transparent);
	pointer-events: auto;
	cursor: pointer;
}

.faf-term-list,
.faf-term-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faf-filter-surface .faf-term-list li,
.faf-filter-surface .faf-term-list .children li {
	margin: 0;
	padding-bottom: 3px;
	line-height: 1 !important;
}

.faf-term-list {
	--faf-list-gap: 0;
	--faf-list-child-gap: 0;
	--faf-list-child-indent: 10px;
	--faf-list-item-min-height: 18px;
	--faf-list-item-padding-y: 0;
	--faf-list-item-padding-x: 3px;
	--faf-list-item-font-size: 13px;
	--faf-list-item-line-height: 1;
	--faf-list-item-radius: 8px;
	display: grid;
	gap: var(--faf-list-gap);
	max-height: none;
	overflow: visible;
	padding-right: 0;
	justify-items: stretch;
}

.faf-term-list .children {
	display: grid;
	gap: var(--faf-list-child-gap);
	margin-top: 0;
	padding-left: calc(var(--faf-list-child-indent) + 10px);
}

.faf-term-list li {
	margin: 0;
}

.faf-term-list > li > a,
.faf-term-list > li > span,
.faf-term-list .children > li > a,
.faf-term-list .children > li > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: var(--faf-list-item-min-height);
	padding: var(--faf-list-item-padding-y) var(--faf-list-item-padding-x);
	border-radius: var(--faf-list-item-radius);
	color: var(--faf-panel-text);
	text-decoration: none;
	font-size: var(--faf-list-item-font-size);
	line-height: var(--faf-list-item-line-height);
	font-weight: 400;
	transition: color 0.2s ease, border-color 0.2s ease;
	text-decoration: none !important;
}

.faf-term-list--categories,
.faf-term-list--categories .children {
	--faf-list-gap: 0;
	--faf-list-child-gap: 0;
	--faf-list-item-min-height: 17px;
	--faf-list-item-padding-y: 0;
	--faf-list-item-padding-x: 2px;
	--faf-list-item-font-size: 13.5px;
	--faf-list-item-line-height: 1;
	--faf-list-item-radius: 0;
}

.faf-term-list--categories > li,
.faf-term-list--categories .children > li {
	position: relative;
	display: block;
	width: 100%;
}

.faf-term-list--categories > li > a,
.faf-term-list--categories > li > span,
.faf-term-list--categories .children > li > a,
.faf-term-list--categories .children > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 2px;
}

.faf-term-list--categories > li > a::before,
.faf-term-list--categories > li > span::before,
.faf-term-list--taxonomy:not(.faf-display-pill) > li > a::before,
.faf-term-list--taxonomy:not(.faf-display-pill) > li > span::before,
.faf-term-list--attribute:not(.faf-display-pill):not(.faf-display-swatch) > li > a::before,
.faf-term-list--attribute:not(.faf-display-pill):not(.faf-display-swatch) > li > span::before,
.faf-term-list--boolean > li > a::before,
.faf-term-list--boolean > li > span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 6px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.72), transparent 28%),
		linear-gradient(
			135deg,
			color-mix(in srgb, #7ef3ff 84%, white 16%) 0%,
			color-mix(in srgb, #7b2ff7 84%, white 16%) 100%
		);
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--faf-panel-border) 42%, transparent),
		0 0 5px rgba(123, 47, 247, 0.1);
	flex: 0 0 auto;
	transform: translateY(1px);
	opacity: 1;
}

.faf-term-list--categories .children > li > a::before,
.faf-term-list--categories .children > li > span::before {
	content: none;
}

.faf-term-list--categories li.cat-parent > a,
.faf-term-list--categories li.cat-parent > span {
	padding-right: 28px;
}

.faf-term-list--boolean {
	--faf-list-gap: 0;
	--faf-list-child-gap: 0;
	--faf-list-item-min-height: 17px;
	--faf-list-item-padding-y: 0;
	--faf-list-item-padding-x: 0;
	--faf-list-item-font-size: 13.5px;
	--faf-list-item-line-height: 1;
	margin-top: 0;
}

.faf-term-list--boolean > li > a,
.faf-term-list--boolean > li > span {
	font-weight: 400;
	letter-spacing: 0;
}

.faf-term-list--boolean .is-active > a,
.faf-term-list--boolean .is-active > span {
	font-weight: 500;
}

.faf-term-list > li > a:hover,
.faf-term-list > li > a:focus,
.faf-term-list .children > li > a:hover,
.faf-term-list .children > li > a:focus {
	color: var(--faf-panel-text);
	text-decoration: none !important;
	background: transparent;
}

.faf-term-list .current-cat > a,
.faf-term-list .is-active > a {
	background: transparent;
	font-weight: 600;
}

.faf-term-list .is-unavailable > a,
.faf-term-list .is-unavailable > span {
	opacity: 0.42;
}

.faf-term-list .is-unavailable > a:hover,
.faf-term-list .is-unavailable > a:focus {
	opacity: 0.68;
}

.faf-term-list--categories .is-unavailable > a::before,
.faf-term-list--categories .is-unavailable > span::before {
	opacity: 0.34;
	filter: saturate(0.7);
}

.faf-term-list--attribute.faf-display-pill a,
.faf-term-list--taxonomy.faf-display-pill a {
	--faf-pill-min-height: 30px;
	--faf-pill-font-size: 12.75px;
	--faf-pill-padding-x: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--faf-pill-min-height);
	padding: 0 var(--faf-pill-padding-x);
	border-radius: 999px;
	border: 1px solid var(--faf-panel-border);
	background: var(--faf-panel-surface);
	box-shadow: inset 0 0 0 1px var(--faf-panel-inset);
	min-width: 82px;
	width: 100%;
	font-size: var(--faf-pill-font-size);
	font-weight: 500;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.faf-term-list--attribute.faf-display-pill,
.faf-term-list--taxonomy.faf-display-pill {
	--faf-pill-gap: 6px;
	--faf-pill-margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--faf-pill-gap);
	max-height: none;
	overflow: visible;
	padding-top: 1px;
	margin-bottom: var(--faf-pill-margin-bottom);
}

.faf-term-list--attribute.faf-display-pill li,
.faf-term-list--taxonomy.faf-display-pill li {
	display: inline-flex;
	align-items: center;
	flex: 1 1 calc(50% - 6px);
	min-width: 96px;
}

.faf-term-list--attribute.faf-display-pill a:hover,
.faf-term-list--attribute.faf-display-pill a:focus,
.faf-term-list--taxonomy.faf-display-pill a:hover,
.faf-term-list--taxonomy.faf-display-pill a:focus {
	transform: translateY(-1px);
	border-color: var(--faf-panel-border-strong);
	background: color-mix(in srgb, var(--faf-panel-surface-strong) 94%, white);
	box-shadow: inset 0 0 0 1px var(--faf-panel-inset);
}

.faf-term-list--attribute.faf-display-pill .is-active > a,
.faf-term-list--taxonomy.faf-display-pill .is-active > a {
	transform: translateY(-1px);
	box-shadow: inset 0 0 0 1px var(--faf-panel-inset);
}

.faf-term-list--attribute.faf-display-pill .is-unavailable > a,
.faf-term-list--attribute.faf-display-pill .is-unavailable > span,
.faf-term-list--taxonomy.faf-display-pill .is-unavailable > a,
.faf-term-list--taxonomy.faf-display-pill .is-unavailable > span {
	border-color: color-mix(in srgb, var(--faf-panel-border) 38%, transparent);
	background: color-mix(in srgb, var(--faf-panel-surface) 72%, transparent);
	color: color-mix(in srgb, var(--faf-panel-text) 44%, transparent) !important;
	box-shadow: none;
	opacity: 1;
}

.faf-term-list--attribute.faf-display-pill .is-unavailable > a,
.faf-term-list--taxonomy.faf-display-pill .is-unavailable > a {
	color: color-mix(in srgb, var(--faf-panel-text) 44%, transparent) !important;
}

.faf-term-list--attribute.faf-display-pill .is-unavailable > a:hover,
.faf-term-list--attribute.faf-display-pill .is-unavailable > a:focus,
.faf-term-list--taxonomy.faf-display-pill .is-unavailable > a:hover,
.faf-term-list--taxonomy.faf-display-pill .is-unavailable > a:focus {
	transform: none;
	border-color: color-mix(in srgb, var(--faf-panel-border) 38%, transparent);
	background: color-mix(in srgb, var(--faf-panel-surface) 72%, transparent);
	box-shadow: none;
}

:root {
	--faf-swatch-size: 26px;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch {
	--faf-swatch-gap: 6px;
	--faf-swatch-margin-bottom: 8px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--faf-swatch-size), var(--faf-swatch-size)));
	grid-auto-rows: var(--faf-swatch-size);
	justify-content: start;
	align-items: start;
	gap: var(--faf-swatch-gap);
	padding-top: 1px;
	max-height: none;
	overflow: visible;
	margin-bottom: var(--faf-swatch-margin-bottom);
}

body.faf-active .faf-term-list--attribute.faf-display-swatch li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--faf-swatch-size);
	height: var(--faf-swatch-size);
	margin: 0;
	padding: 0;
	list-style: none;
	flex: none;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-link,
body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--faf-swatch-size);
	height: var(--faf-swatch-size);
	min-width: var(--faf-swatch-size);
	min-height: var(--faf-swatch-size);
	max-width: var(--faf-swatch-size);
	max-height: var(--faf-swatch-size);
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 50%;
	background: transparent !important;
	box-shadow: none !important;
	line-height: 1;
	text-decoration: none;
	flex: 0 0 auto;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-link:hover,
body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-link:focus {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	outline: 0;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-dot {
	width: var(--faf-swatch-size);
	height: var(--faf-swatch-size);
	min-width: var(--faf-swatch-size);
	min-height: var(--faf-swatch-size);
	border-radius: 50%;
	display: block;
	background: var(--faf-swatch-color, #d1d5db);
	box-shadow:
		0 0 0 1px rgba(148, 163, 184, 0.22),
		inset 0 0 0 1px rgba(0, 0, 0, 0.06);
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0.1) 40%,
		transparent 60%
	);
	pointer-events: none;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-swatch-link:hover .faf-swatch-dot {
	transform: translateY(-1px) scale(1.03);
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .is-active .faf-swatch-dot {
	transform: scale(1.04);
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--faf-accent) 78%, white),
		0 0 0 2px var(--faf-panel-bg),
		inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .is-unavailable .faf-swatch-link {
	opacity: 0.34;
	transform: none;
	box-shadow: none;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .is-unavailable .faf-swatch-link:hover,
body.faf-active .faf-term-list--attribute.faf-display-swatch .is-unavailable .faf-swatch-link:focus {
	opacity: 0.42;
	transform: none;
	box-shadow: none;
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .is-unavailable .faf-swatch-dot {
	filter: grayscale(0.35) saturate(0.72);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.22),
		0 0 0 1px color-mix(in srgb, var(--faf-panel-border) 46%, transparent);
}

body.faf-active .faf-term-list--attribute.faf-display-swatch .faf-term-count {
	display: none !important;
}

.faf-term-count {
	color: var(--faf-panel-muted);
	font-size: 10.75px;
	font-weight: 500;
	margin-left: 3px;
	line-height: 1;
}

.faf-mobile-toolbar {
	display: none;
	margin: 0 0 16px;
}

.faf-active-shell {
	display: grid;
	gap: 10px;
}

.faf-active-shell--top {
	margin: 6px 0 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 10px;
	width: fit-content;
	max-width: min(100%, 560px);
	padding: 4px 0 3px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	animation: faf-active-shell-top-enter 0.24s ease-out;
}

.faf-active-shell--sidebar {
	margin: 0 0 12px;
	display: grid;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.faf-active-shell[hidden] {
	display: none;
}

.faf-active-shell__title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--faf-panel-muted);
	font-family: var(--faf-font-heading);
}

.faf-active-shell--sidebar .faf-active-shell__title {
	font-size: 11px;
	letter-spacing: 0.015em;
	margin-bottom: 0;
}

.faf-active-shell--top .faf-active-shell__title {
	flex: 0 0 100%;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: color-mix(in srgb, var(--faf-panel-muted) 78%, transparent);
	margin-bottom: 1px;
}

.faf-active-shell__row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.faf-active-shell--sidebar .faf-active-shell__row {
	gap: 6px 6px;
	align-items: flex-start;
}

.faf-active-shell--top .faf-active-shell__row {
	gap: 8px;
	flex: 0 1 auto;
	align-items: center;
}

.faf-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--faf-panel-surface-strong);
	border: 1px solid var(--faf-panel-border);
	color: var(--faf-panel-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: var(--faf-panel-shadow-soft);
	text-decoration: none;
}

.faf-active-shell--sidebar .faf-chip {
	min-height: 28px;
	padding: 4px 11px;
	background: color-mix(in srgb, var(--faf-panel-surface) 58%, white 42%);
	border-color: color-mix(in srgb, var(--faf-panel-border) 58%, transparent);
	box-shadow: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
}

body.faf-active.faf-theme-dark .faf-active-shell--sidebar .faf-chip {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.16);
}

.faf-active-shell--top .faf-chip {
	min-height: 28px;
	padding: 4px 11px;
	border-color: color-mix(in srgb, var(--faf-panel-border) 58%, transparent);
	background: color-mix(in srgb, var(--faf-panel-surface) 58%, white 42%);
	box-shadow: none;
	font-size: 12px;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

a.faf-chip:hover,
a.faf-chip:focus {
	border-color: var(--faf-panel-border-strong);
	background: var(--faf-panel-bg);
	color: var(--faf-panel-text);
	text-decoration: none !important;
}

.faf-active-shell--sidebar a.faf-chip:hover,
.faf-active-shell--sidebar a.faf-chip:focus,
.faf-active-shell--sidebar a.faf-chip:active,
.faf-active-shell--sidebar a.faf-chip:visited {
	border-color: var(--faf-panel-border-strong);
	background: color-mix(in srgb, var(--faf-panel-surface) 42%, white 58%);
	color: var(--faf-panel-text);
	box-shadow: none;
	text-decoration: none !important;
}

body.faf-active.faf-theme-dark .faf-active-shell--sidebar a.faf-chip:hover,
body.faf-active.faf-theme-dark .faf-active-shell--sidebar a.faf-chip:focus,
body.faf-active.faf-theme-dark .faf-active-shell--sidebar a.faf-chip:active,
body.faf-active.faf-theme-dark .faf-active-shell--sidebar a.faf-chip:visited {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.22);
}

.faf-chip__remove {
	font-size: 16px;
	line-height: 1;
	color: var(--faf-panel-muted);
	transition: color 0.18s ease, transform 0.18s ease;
}

.faf-active-shell--sidebar .faf-chip__remove {
	font-size: 14px;
}

.faf-active-shell--top .faf-chip__remove {
	font-size: 14px;
}

.faf-active-shell--top a.faf-chip:hover,
.faf-active-shell--top a.faf-chip:focus {
	transform: translateY(-1px);
	background: color-mix(in srgb, var(--faf-panel-surface) 42%, white 58%);
}

.faf-active-shell--top a.faf-chip:hover .faf-chip__remove,
.faf-active-shell--top a.faf-chip:focus .faf-chip__remove,
.faf-active-shell--top a.faf-chip:active .faf-chip__remove {
	color: var(--faf-accent);
	transform: scale(1.06);
}

.faf-child-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 0;
	background: color-mix(in srgb, var(--faf-panel-surface-strong) 88%, transparent);
	color: color-mix(in srgb, var(--faf-panel-text) 62%, transparent);
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.faf-term-list--categories li.faf-children-collapsed > ul.children {
	display: none;
}

.faf-child-toggle:hover,
.faf-child-toggle:focus {
	background: color-mix(in srgb, var(--faf-panel-surface-strong) 100%, transparent);
	border-color: color-mix(in srgb, var(--faf-panel-border) 72%, transparent);
	color: var(--faf-panel-text);
	outline: none;
	box-shadow: none;
	transform: translateY(-1px);
}

.faf-child-toggle__icon {
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: rotate(-135deg);
	transition: transform 0.2s ease;
}

.faf-term-list--categories li.faf-children-collapsed > .faf-child-toggle .faf-child-toggle__icon {
	transform: rotate(45deg);
}

.faf-clear-all {
	justify-self: start;
	min-height: 32px;
	padding: 0 13px;
	border-radius: 999px;
	border: 1px solid var(--faf-panel-border);
	background: transparent;
	color: color-mix(in srgb, var(--faf-panel-text) 86%, transparent);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.faf-active-shell--sidebar .faf-clear-all {
	min-height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	justify-self: start;
	margin-top: -2px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-decoration: none;
}

body.faf-active.faf-theme-dark .faf-active-shell--sidebar .faf-clear-all {
	color: color-mix(in srgb, var(--faf-panel-muted) 92%, transparent);
}

.faf-active-shell--top .faf-clear-all {
	min-height: 28px;
	padding: 0 4px;
	border-color: transparent;
	background: transparent;
	color: color-mix(in srgb, var(--faf-panel-muted) 82%, transparent);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	transition: color 0.18s ease, transform 0.18s ease;
}

.faf-active-shell--top .faf-clear-all:hover,
.faf-active-shell--top .faf-clear-all:focus {
	transform: translateY(-1px);
}

@keyframes faf-active-shell-top-enter {
	from {
		opacity: 0;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.faf-clear-all:hover,
.faf-clear-all:focus {
	border-color: var(--faf-panel-border-strong);
	background: color-mix(in srgb, var(--faf-panel-text) 6%, transparent);
	color: var(--faf-panel-text);
	text-decoration: none !important;
}

.faf-active-shell--sidebar .faf-clear-all:hover,
.faf-active-shell--sidebar .faf-clear-all:focus {
	background: transparent;
	border-color: transparent;
	color: var(--faf-panel-text);
}

.faf-mobile-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--faf-panel-border);
	border-radius: 999px;
	background: var(--faf-panel-surface-strong);
	color: var(--faf-panel-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--faf-panel-shadow-soft);
	font-family: var(--faf-font-body);
}

.faf-mobile-toggle:hover,
.faf-mobile-toggle:focus {
	border-color: var(--faf-panel-border-strong);
	box-shadow: var(--faf-panel-shadow);
}

.faf-drawer-overlay,
.faf-drawer-close {
	display: none;
}

@media (max-width: 1024px) {
	body.faf-active.faf-mobile-drawer-enabled.faf-drawer-open {
		overflow: hidden;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-filter-surface {
		position: relative;
	}

	body.faf-active .faf-active-shell {
		padding: 10px 12px;
		border-radius: 14px;
	}

	body.faf-active .faf-chip {
		min-height: 32px;
		padding: 6px 11px;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-mobile-toolbar {
		display: block;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-drawer-overlay {
		display: block;
		position: fixed;
		inset: 0;
		border: 0;
		padding: 0;
		background: var(--faf-overlay);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.22s ease;
		z-index: 9998;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-filter-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(92vw, 360px);
		max-width: 100%;
		padding: 56px 18px 24px;
		background: var(--faf-panel-bg);
		color: var(--faf-panel-text);
		box-shadow: 24px 0 48px rgba(10, 15, 29, 0.18);
		transform: translateX(-100%);
		transition: transform 0.24s ease;
		overflow-y: auto;
		z-index: 9999;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-filter-surface {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(92vw, 360px);
		max-width: 100%;
		padding: 52px 14px 18px;
		background: var(--faf-panel-bg);
		color: var(--faf-panel-text);
		box-shadow: 24px 0 48px rgba(10, 15, 29, 0.18);
		transform: translateX(-100%);
		transition: transform 0.24s ease;
		overflow-y: auto;
		z-index: 9999;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-filter-group__summary {
		min-height: 32px;
		padding: 5px 9px;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-term-list {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-drawer-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 14px;
		right: 14px;
		width: 34px;
		height: 34px;
		border: 1px solid var(--faf-panel-border);
		border-radius: 999px;
		background: #fff;
		color: #111827;
		font-size: 15px;
		font-weight: 700;
		text-transform: lowercase;
		line-height: 1;
		cursor: pointer;
	}

	body.faf-active.faf-mobile-drawer-enabled.faf-drawer-open .faf-drawer-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	body.faf-active.faf-mobile-drawer-enabled.faf-drawer-open .faf-filter-sidebar {
		transform: translateX(0);
	}

	body.faf-active.faf-mobile-drawer-enabled .faf-filter-surface.faf-surface-open {
		transform: translateX(0);
	}
}
