

/* Start:/bitrix/templates/.default/components/bitrix/catalog.smart.filter/filter_new_ajax/style.css?17761554873955*/
.disabled_item>.name {
	color: #c3c3c3 !important;
}

.disabled_value {
	display: none;
}

.hide-archive {
	color: #c3c3c3 !important;
}

.hide-archive::before {
	border-color: #c3c3c3 !important;
}

.disabled_prop {
	color: #c3c3c3;
}

.disabled_prop>.color {
	opacity: 0.3;
}

aside .filter input[type=checkbox]:checked+label:before {
	background-position: 0 -16px;
}

/* === Range slider filter === */
.filter.filter-range .dropdown_wr .dropdown {
	min-width: 280px;
	padding: 16px 16px 11px 16px !important;
}

@media (max-width: 1250px) {
	.filter.filter-range .dropdown_wr .dropdown {
		padding: 16px 0 !important;
	}
}

.filter-range__inputs {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.filter-range__field {
	display: flex;
	align-items: center;
	flex: 1;
	height: 40px;
	border: 1px solid rgba(29, 29, 29, 0.1);
	border-radius: 8px;
	padding: 0 8px;
	cursor: text;
	transition: border-color 0.2s;
}

.filter-range__field:focus-within {
	border-color: #009B3E;
}

.filter-range__label {
	font-size: 13px;
	color: #8b8b8b;
	margin-right: 4px;
	flex-shrink: 0;
}

.filter-range__input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	color: #1D1D1D;
	background: transparent;
	padding: 0;
	-moz-appearance: textfield;
}

.filter-range__input::-webkit-outer-spin-button,
.filter-range__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.filter-range__input::placeholder {
	color: #c3c3c3;
}

.filter-range__unit {
	font-size: 13px;
	color: #8b8b8b;
	margin-left: 2px;
	flex-shrink: 0;
}

.filter-range__slider {
	position: relative;
	padding: 0 10px;
}

.filter-range__track {
	position: relative;
	height: 4px;
	border-radius: 2px;
	background: rgba(29, 29, 29, 0.1);
	cursor: pointer;
}

.filter-range__bar-unavailable,
.filter-range__bar-inactive,
.filter-range__bar-active {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 2px;
}

.filter-range__bar-unavailable {
	background: rgba(29, 29, 29, 0.06);
}

.filter-range__bar-inactive {
	background: rgba(0, 155, 62, 0.2);
}

.filter-range__bar-active {
	background: #009B3E;
}

.filter-range__range {
	position: absolute;
	top: 0;
	height: 100%;
}

.filter-range__handle {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #009B3E;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.2s, transform 0.2s;
}

.filter-range__handle:hover,
.filter-range__handle:active {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 155, 62, 0.2);
}

.filter-range__handle--left {
	left: 0;
	transform: translateX(-50%);
}

.filter-range__handle--right {
	right: 0;
	transform: translateX(50%);
}

/* Увеличиваем зону касания для мобильных без изменения визуального размера */
.filter-range__handle::before {
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
}

.filter-range__labels {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 11px;
	color: #8b8b8b;
}

/* Переопределяем стрелку для range-фильтра (открытие дропдауна) */
.filter-range .filter_btn:after {
	content: "";
	position: relative;
	top: 1px;
	margin-left: 8px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #1D1D1D;
	opacity: 0.6;
	border-radius: 0.5px;
	transition: all 0.3s ease-in-out;
}

/* Мобильные стили */
@media (max-width: 700px) {
	.filter-range .dropdown_wr .dropdown {
		min-width: 260px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.smart.filter/filter_new_ajax/style.css?17761554873955 */
