
/* Фильтры */

.chars-filter-popup .menu-close{
    text-align: right;
	font-size: 22px;
}

.filter{	
	line-height: normal;
	cursor: pointer;
}


.filter.cat_2:hover{
		transition: .3s;
		color:  #94a7c8;
}

.filter.cat_1 {
    padding-bottom: 4px;
    padding-top: 4px;
}


.cat_filter_bar .filter{
	padding-left: 15px;
}

.cat_2_list {
    margin-bottom: unset; 
    margin-left: 7px;
    margin-top: 5px;
}
 

.filter.cat_2{
	padding-top: 3px;
	padding-bottom: 3px;
}

.cat_filter_bar .wrap_filter {
    padding: 15px 0px;
    margin-top: -1px;
}


.highlighted{background: red;}


/* Активный фильтр */

.filter.active{
  background-color: #94a7c8;
  color: white;
  border-radius: 2px;
}

.filter.active:hover{
  color: white;
}


/* Фильтры характеристик*/

.wrap_charest_container, 
.filter_charset, 
.filter_charset input, 
.filter_charset label{
    cursor: pointer;
}

.filter_charset {
    margin-bottom: 6px;
}


/* поиск */
.search-wrapp {
  position: relative; 
  width: 300px;
}

/* Сайдбар каталога — на всю ширину колонки */
#secondary .search-wrapp {
  width: 100%;
}

#secondary .search-wrapp .input_area {
  width: 100%;
}

#secondary .search-wrapp input.search {
  width: 100%;
  box-sizing: border-box;
  padding-right: 42px;
}

/* Absolute Mode */
.search-wrapp.width_mode {
  position: absolute;
  width: calc(100% - 20px);
  right: 10px;
  align-self: flex-start;
  transition: 0.25s;
  overflow: visible;
  background: var(--color-stage, #fff);
  border: 1px solid var(--color-border, #ebebeb);
  box-shadow: 0 16px 40px rgb(14 26 50 / 0.12);
}

.search-wrapp .input_area{
  position: relative;
}

.search-wrapp input, .search-wrapp > .input_area > button.search_icon {
  outline: none;
  background: transparent;
}


/* Мобильные настройки дял поиска */
@media(max-width: 991px){
  .search-wrapp.width_mode {
    width: 100%;
    right: 0;
    top: 0;
    border-radius: unset;} 
	
  .search-wrapp.width_mode  .input_area{
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;}
	
}


.search-wrapp input {
  margin-bottom: unset;
}


.search-wrapp > .input_area > button.search_icon {
  border: none;
  height: 40px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Лупа декоративная — клик проходит в input и открывает поиск */
.search-wrapp > .input_area > button.search_icon:not(.close_modal) {
  pointer-events: none;
}



.search-wrapp > .input_area > button.search_icon:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 17px;
}


.search-wrapp > .input_area > button.search_icon.close_modal:before{
  content: "\2716";
}

/* Контейнер для фильтров по свойствам */

.filtr_charest{
  margin-left: 10px;
} 

.chars_filters .headline {
    margin-bottom: 8px;
}


.filter_charset label input{
  vertical-align: middle;
  text-transform: lowercase;
}


/* поиск для хедера в мобильной версии */
@media (max-width: 990px) { 
	.search-wrapp {
		width: 100%;}

}

/* ------------------------*/
.search_result {
	border-radius: 0 0 8px 8px;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	top: calc(100% - 5px);
	border: 1px solid var(--color-border, #ebebeb);
	border-top: unset;
	background: var(--color-stage, #fff);
	color: var(--color-text-stage, #202020);
	z-index: 10;
	margin: 0 15px;
	overflow: auto;
	height: 85vh;
	box-shadow: 0 12px 32px rgb(14 26 50 / 0.1);
}

.search-wrapp .search_result {
	margin: 30px 15px;
}

.search_result .products.vertical_4 {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	column-gap: var(--vm-catalog-col-gap, 2px);
	row-gap: var(--vm-catalog-row-gap, 12px);
	width: 100%;
	margin: 0;
	padding: 12px;
	box-sizing: border-box;
}

.search_result .products.vertical_4 .product_card--marketplace.vertical_4,
.search_result .products.vertical_4 .product_card.vertical_4 {
	max-width: none;
	width: 100%;
}

@media (max-width: 1199px) {
	.search_result .products.vertical_4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.search_result .products.vertical_4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.search_result .products.vertical_4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 0;
		padding: 0;
	}
}

.search_result .products--search-list {
	display: block !important;
	grid-template-columns: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search_result .pc_media__dots {
	display: none;
}

.search_result .products--search-list .product_card--search-row {
	flex-direction: row;
	height: auto;
	min-height: 0;
	margin-bottom: 0;
	padding: 8px 10px;
	border-radius: 0;
}

.search_result__all {
	display: block;
	padding: 12px 14px;
	text-align: center;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 600;
	color: var(--vm-navy, #0e1a32);
	text-decoration: none;
	border-top: 1px solid var(--color-border, #ebebeb);
}

.search_result__all:hover {
	background: var(--color-back-stage, #f6f7f9);
	text-decoration: underline;
}

html.dark .search_result__all {
	color: var(--vm-lime, #9edc2a);
}

.marketplace_facets__label {
	margin-bottom: 6px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--color-deep-stage, #838383);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.marketplace_facets__group + .marketplace_facets__group {
	margin-top: 12px;
}

.marketplace_facets__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.marketplace_facets__chips--wrap {
	row-gap: 6px;
}

.filter.marketplace_facet {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	color: var(--color-text-stage, #202020);
	background: var(--color-back-stage, #f6f7f9);
	border: 1px solid transparent;
}

.filter.marketplace_facet:hover {
	background: rgb(15 23 42 / 0.05);
}

.filter.marketplace_facet.active {
	color: var(--vm-navy, #0e1a32);
	background: color-mix(in srgb, var(--vm-lime, #9edc2a) 38%, #fff);
	border-color: color-mix(in srgb, var(--vm-lime, #9edc2a) 55%, transparent);
}

html.dark .filter.marketplace_facet.active {
	color: var(--vm-lime, #9edc2a);
}

html.dark .search-wrapp.width_mode {
	box-shadow: 0 16px 40px rgb(0 0 0 / 0.45);
}

html.dark .search_result {
	box-shadow: 0 12px 32px rgb(0 0 0 / 0.35);
}

html.dark .search-wrapp .search_icon {
	color: var(--color-text-stage, #e8eaef);
}

/* Ozon-style filters inside catalog sidebar */
.catalog-shell #secondary .marketplace_facets__label,
.catalog-shell #secondary .chars_filters .headline {
	margin-bottom: 10px;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--color-text-stage, #202020);
	text-transform: none;
	letter-spacing: normal;
}

.catalog-shell #secondary .marketplace_facets__group + .marketplace_facets__group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgb(15 23 42 / 0.06);
}

.catalog-shell #secondary .filter.marketplace_facet {
	padding: 6px 11px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 500;
	color: var(--color-text-stage, #202020);
	background: var(--color-back-stage, #f5f7fb);
	border: 1px solid transparent;
}

.catalog-shell #secondary .filter.marketplace_facet:hover {
	background: rgb(15 23 42 / 0.05);
}

.catalog-shell #secondary .filter.marketplace_facet.active {
	color: var(--color-text-stage, #202020);
	background: rgb(15 23 42 / 0.07);
	border-color: transparent;
}

.catalog-shell #secondary .filter.active {
	background: rgb(15 23 42 / 0.07);
	color: var(--color-text-stage, #202020);
	border-radius: 10px;
}

.catalog-shell #secondary .filter.active:hover {
	color: var(--color-text-stage, #202020);
}

.catalog-shell #secondary .filter.cat_1,
.catalog-shell #secondary .filter.cat_2 {
	padding: 6px 10px;
	border-radius: 10px;
	line-height: 1.35;
	color: var(--color-text-stage, #202020);
}

.catalog-shell #secondary .filter.cat_1 {
	font-size: 15px;
	font-weight: 600;
	padding-top: 8px;
	padding-bottom: 6px;
	letter-spacing: -0.01em;
}

.catalog-shell #secondary .filter.cat_2 {
	font-size: 13px;
	font-weight: 400;
	color: rgb(15 23 42 / 0.72);
	opacity: 1;
}

.catalog-shell #secondary .filter.cat_1:hover,
.catalog-shell #secondary .filter.cat_2:hover {
	background: rgb(15 23 42 / 0.04);
	color: var(--color-text-stage, #202020);
}

.catalog-shell #secondary .filter.cat_2:hover {
	color: rgb(15 23 42 / 0.88);
}

.catalog-shell #secondary .filter.cat_1.active {
	font-weight: 700;
}

.catalog-shell #secondary .cat_filter_bar .filter {
	padding-left: 10px;
}

.catalog-shell #secondary .cat_filter_bar .wrap_filter {
	padding: 6px 0 10px;
	margin-top: 0;
	border-bottom: 1px solid rgb(15 23 42 / 0.06);
}

.catalog-shell #secondary .cat_filter_bar .wrap_filter:last-child {
	border-bottom: none;
	padding-bottom: 4px;
}

.catalog-shell #secondary .cat_2_list {
	margin-left: 0;
	margin-top: 2px;
	padding-left: 0;
	list-style: none;
}

.catalog-shell #secondary .filter_charset label {
	font-size: 14px;
	line-height: 1.35;
	color: var(--color-text-stage, #202020);
}

.catalog-shell #secondary .filter_charset {
	margin-bottom: 8px;
}

html.dark .catalog-shell #secondary .filter.marketplace_facet {
	background: var(--color-back-stage, #121722);
}

html.dark .catalog-shell #secondary .filter.marketplace_facet.active,
html.dark .catalog-shell #secondary .filter.active {
	background: rgb(255 255 255 / 0.08);
}

html.dark .catalog-shell #secondary .filter.cat_2 {
	color: rgb(255 255 255 / 0.72);
}

html.dark .catalog-shell #secondary .filter.cat_2:hover {
	color: rgb(255 255 255 / 0.9);
}

html.dark .catalog-shell #secondary .cat_filter_bar .wrap_filter {
	border-bottom-color: rgb(255 255 255 / 0.08);
}


/* спойлеры фильтры */

summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: 4px 28px;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
   width: 100%;
}
summary:before {  
  left: 7px;
  top: 7px;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}

details[open] > summary:before {
  transform: rotateZ(90deg);
}

summary ~ * {
   padding:0 1em 0 1em;
}

details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
  margin-top: 6px;
}
 


.search_result .add_products{
  display: none;
}

.wrap_radio, .wrap_checkbox{
  margin-top: -1px;
  padding: 15px 0px;
}



.chars_filters .next,
.chars_filters .filter_facet_more {
  text-decoration: underline;
}

.chars_filters .filter_facet_more {
  display: inline-block;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.chars_filters .filter_block_toggle,
.category_filters_wrap .filter_block_toggle {
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
  cursor: pointer;
}



.mobile_filters_modal_container{
  max-width: 80vw;
  height: 100vh;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile_filters_modal_container .cat_filter_bar{
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* кнопка в футере панели — не перекрывает список фильтров */
a.all_results {
  position: static;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 12px 20px 20px;
  padding: 12px 16px;
  text-decoration: none;
}

/* ===== Mobile catalog: sticky bar + bottom sheet (store pages) ===== */

.catalog-mobile-bar {
	display: none;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.catalog-mobile-bar__placeholder {
	display: none;
	height: 0;
}

.catalog-mobile-bar__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--color-border, #e5e7eb);
	border-radius: 999px;
	background: var(--color-stage, #fff);
	color: var(--color-text-stage, #0e1a32);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.06);
}

.catalog-mobile-bar__btn-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: var(--tv-action-primary, #6366f1);
}

.catalog-mobile-bar__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--tv-action-primary, #6366f1);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
}

.catalog-mobile-bar__btn--reset {
	margin-left: auto;
	border-color: transparent;
	background: transparent;
	color: var(--tv-action-primary, #6366f1);
	box-shadow: none;
	font-weight: 600;
}

.catalog-mobile-bar__btn--reset[hidden],
.catalog-mobile-bar__badge[hidden] {
	display: none !important;
}

@media (max-width: 991px) {
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-mobile-bar,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-mobile-bar__placeholder {
		display: none !important;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar).is-mobile-bar-pinned .catalog-mobile-bar {
		position: fixed;
		top: var(--catalog-mobile-bar-top, 56px);
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		margin: 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar).is-mobile-bar-pinned .catalog-mobile-bar__placeholder {
		display: block;
		height: var(--catalog-mobile-bar-height, 59px);
		margin: 0 calc(-1 * var(--tv-page-gutter, 12px)) 10px;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar {
		position: fixed;
		inset: auto 0 0 0;
		z-index: 1000015;
		width: auto;
		max-width: none;
		max-height: min(88vh, 760px);
		margin: 0;
		padding: 0;
		pointer-events: none;
		visibility: hidden;
		transform: translateY(calc(100% + 12px));
		transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .sticky_ {
		display: flex;
		flex-direction: column;
		max-height: min(88vh, 760px);
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		background: var(--color-stage, #fff);
		box-shadow: 0 -8px 32px rgb(15 23 42 / 0.18);
		--filter-sheet-inline: 16px;
		--filter-sheet-section-gap: 14px;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 2px var(--filter-sheet-inline) 12px;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .sticky_ > .mb-3 {
		flex: 0 0 auto;
		padding: 12px var(--filter-sheet-inline) 10px;
		margin-bottom: 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .sticky_ > .mb-3 .search-wrapp {
		margin-bottom: 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .marketplace_facets_wrap,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .range_archive_container,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .category_filters_wrap,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .characteristics_filters_wrap {
		margin: 0 !important;
		padding: var(--filter-sheet-section-gap) 0 0 !important;
		border-top: 1px solid var(--color-border, #eef0f4);
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > :first-child {
		padding-top: 10px !important;
		border-top: none;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar .marketplace_facets.mb-4 {
		margin-bottom: 0 !important;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .marketplace_facets__group {
		padding: 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .marketplace_facets__group + .marketplace_facets__group {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgb(15 23 42 / 0.06);
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .marketplace_facets__label,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .chars_filters .headline,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .category_filters_wrap .filter_block_toggle,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .chars_filters .filter_block_toggle {
		margin-bottom: 8px;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar .filter,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar .wrap_filter {
		padding-left: 0;
		padding-right: 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar .wrap_filter {
		padding-top: 0;
		padding-bottom: 8px;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .wrap_radio,
	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .wrap_checkbox {
		margin-top: 0;
		padding: 8px 0;
	}

	.catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .filter_charset {
		margin-bottom: 6px;
	}

	/* Только открытый sheet: перебиваем #secondary .cat_filter_bar { padding: 0 } из marketplace_store */
	.catalog-shell.is-filters-open:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar#secondary .cat_filter_bar {
		padding: 2px var(--filter-sheet-inline) 12px !important;
	}

	.catalog-shell.is-filters-open:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar#secondary .cat_filter_bar .filter,
	.catalog-shell.is-filters-open:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar#secondary .cat_filter_bar .filter.cat_1,
	.catalog-shell.is-filters-open:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar#secondary .cat_filter_bar .filter.cat_2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.catalog-shell.is-filters-open:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar#secondary .range_container {
		padding-left: 0;
		padding-right: 0;
	}

	.catalog-shell.is-filters-open .catalog-shell__sidebar {
		pointer-events: auto;
		visibility: visible;
		transform: translateY(0);
	}

	/* page--content / store grid row — raise layer when sheet is open */
	.catalog-shell.is-filters-open > .tv-page.catalog-shell__page--content,
	.catalog-shell.is-filters-open > .tv-page.catalog-grid-row {
		z-index: 1000020;
	}

	/* route_container is a sibling of .tv-storefront-footer — lift it above the tab bar (z-index 1000) */
	body.catalog-filters-sheet-open .route_container {
		position: relative;
		z-index: 1000020;
	}

	.catalog-filters-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1000010;
		background: rgb(15 23 42 / 0.42);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.28s ease;
	}

	.catalog-shell.is-filters-open .catalog-filters-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	body.catalog-filters-sheet-open {
		overflow: hidden;
	}

	body.catalog-filters-sheet-open .tv-storefront-footer .sticky_area {
		display: none !important;
	}

.catalog-filters-sheet__head {
	flex: 0 0 auto;
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 8px 16px 12px;
	background: var(--color-stage, #fff);
	border-bottom: 1px solid var(--color-border, #eef0f4);
}

.catalog-filters-sheet__handle {
	display: block;
	width: 36px;
	height: 4px;
	margin: 0 auto 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--color-text-stage, #0e1a32) 18%, transparent);
}

.catalog-filters-sheet__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.catalog-filters-sheet__title {
	margin: 0;
	margin-right: auto;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-text-stage, #0e1a32);
}

.catalog-filters-sheet__reset {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: var(--tv-action-primary, #6366f1);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
}

.catalog-filters-sheet__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: var(--color-back-stage, #f5f7fb);
	color: var(--color-text-stage, #0e1a32);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.catalog-filters-sheet__foot {
	flex: 0 0 auto;
	padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--color-border, #eef0f4);
	background: var(--color-stage, #fff);
}

.catalog-filters-sheet__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35em;
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 12px;
	background: var(--tv-action-primary, #6366f1);
	color: #fff;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
}

.catalog-filters-sheet__apply-count {
	font-variant-numeric: tabular-nums;
}
}

@media (min-width: 992px) {
	.catalog-filters-backdrop,
	.catalog-filters-sheet__head,
	.catalog-filters-sheet__foot {
		display: none !important;
	}
}

html.dark .catalog-mobile-bar__btn {
	background: var(--color-stage, #1a1f2e);
	border-color: var(--color-border, #2d3748);
	color: var(--color-text-stage, #e5e7eb);
}

html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-mobile-bar {
	background: var(--color-stage, #1a1f2e);
	border-bottom-color: var(--color-border, #2d3748);
	box-shadow: 0 4px 16px rgb(0 0 0 / 0.28);
}

html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .sticky_ {
	background: var(--color-stage, #1a1f2e);
	box-shadow: 0 -8px 32px rgb(0 0 0 / 0.45);
}

html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .marketplace_facets_wrap,
html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .range_archive_container,
html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .category_filters_wrap,
html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .cat_filter_bar > .characteristics_filters_wrap,
html.dark .catalog-shell:not(.catalog-shell--no-sidebar) .catalog-shell__sidebar .marketplace_facets__group + .marketplace_facets__group {
	border-top-color: rgb(255 255 255 / 0.08);
}








