.wl-price-filter {
	margin: 0 0 1.25rem;
}

.wl-price-filter__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 0.65rem;
}

.wl-price-filter__heading {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 600;
	white-space: nowrap;
}

.wl-price-filter__clear {
	flex-shrink: 0;
	margin: 0;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: underline;
	color: inherit;
}

.wl-price-filter__clear:hover,
.wl-price-filter__clear:focus-visible {
	opacity: 0.8;
}

.wl-price-filter__clear[hidden] {
	display: none !important;
}

.wl-price-filter__hist {
	display: flex;
	align-items: flex-end;
	gap: 2px;
	height: 56px;
	margin: 0 0 0.5rem;
}

.wl-price-filter__bar {
	flex: 1 1 0;
	min-width: 0;
	height: var(--wl-bar, 8%);
	min-height: 4px;
	border-radius: 2px 2px 0 0;
	background: rgba(113, 189, 247, 0.45);
	transition: background 0.15s ease;
}

.wl-price-filter__labels {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 0.35rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
}

.wl-price-filter__slider {
	margin: 0 0 0.75rem;
	padding: 4px 0;
}

.wl-price-filter__rail {
	position: relative;
	height: 18px;
}

.wl-price-filter__track,
.wl-price-filter__range {
	position: absolute;
	left: 9px;
	right: 9px;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	border-radius: 999px;
}

.wl-price-filter__track {
	background: #e5e5e5;
}

.wl-price-filter__range {
	background: #71bdf7;
	pointer-events: none;
}

.wl-price-filter__input {
	position: absolute;
	left: 9px;
	right: 9px;
	width: auto;
	top: 0;
	height: 18px;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.wl-price-filter__input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	margin-top: -7px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #71bdf7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	pointer-events: auto;
}

.wl-price-filter__input::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #71bdf7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	pointer-events: auto;
}

.wl-price-filter__input::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
}

.wl-price-filter__input::-moz-range-track {
	height: 4px;
	background: transparent;
	border: 0;
}

.wl-price-filter__input--max {
	z-index: 2;
}

.wl-price-filter__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.wl-price-filter__apply:hover,
.wl-price-filter__apply:focus-visible {
	opacity: 0.9;
}
