.widget_price_filter .price_slider[style*="display:none"]+.price_slider_amount {
	margin-top: 60px;
	justify-content: end;
}

.widget_price_filter [class*=price_slider_amount] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.widget_price_filter [class*=price_slider_amount] .price_label {
	order: 1;
	color: var(--color-gray-500);
}

.widget_price_filter [class*=price_slider_amount] .price_label>span {
	color: var(--color-gray-900);
	font-weight: 600;
}