
.faceted-search-box[data-v-9e3a2cef] {
	min-height: 25rem;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
.scrollable-filter[data-v-9e3a2cef] {
	max-height: 7rem;
	overflow-y: auto;
	margin-bottom: 1rem;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.faceted-search-attribute[data-v-9e3a2cef] {
	flex-flow: row;
	cursor: pointer;
}

/* width */
[data-v-9e3a2cef]::-webkit-scrollbar {
	width: 11px;
}

/* Track */
[data-v-9e3a2cef]::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 7px;
}

/* Handle */
[data-v-9e3a2cef]::-webkit-scrollbar-thumb {
	background: var(--gray-700);
	border-radius: 7px;
}

/* Handle on hover */
[data-v-9e3a2cef]::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}
@-moz-document url-prefix() {
.scrollable-filter[data-v-9e3a2cef] {
		scrollbar-width: thin; /* Set the width of the scrollbar */
		scrollbar-color: var(--gray-700) #eee; /* Set the color of the scrollbar thumb and track */
}
.scrollable-filter[data-v-9e3a2cef]:hover {
		scrollbar-color: var(--primary) #eee;
}
}

.min-max-inputs[data-v-f15f3257] {
	display: inline;
	white-space: nowrap;
}
.min-max-inputs input[data-v-f15f3257] {
	display: inline;
	max-width: 10ch;
	margin-right: 1ch;
	text-align: right;
}
#slider-div[data-v-f15f3257] {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
#slider-div > div[data-v-f15f3257] {
	margin: 8px;
}
.slider-label[data-v-f15f3257] {
	position: absolute;
	background-color: #eee;
	padding: 4px;
	font-size: 0.75rem;
}

.min-max-inputs[data-v-6de0c9ca] {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.min-max-inputs input[data-v-6de0c9ca] {
	width: 17ch;
	text-align: right;
	margin-right: 1ch;
	margin-bottom: 0.5rem;
}
#slider-div[data-v-6de0c9ca] {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
#slider-div > div[data-v-6de0c9ca] {
	margin: 8px;
}
.slider-label[data-v-6de0c9ca] {
	position: absolute;
	background-color: #eee;
	padding: 4px;
	font-size: 0.75rem;
}

.colorpicker[data-v-f436a2c9] {
	display: flex;
	flex-wrap: wrap;
}
.color-card[data-v-f436a2c9] {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 4rem;
	max-width: 4rem;
}
input[data-v-f436a2c9] {
	display: none;
}
.scrollable-filter[data-v-f436a2c9] {
	min-height: 12.5rem;
}
.color-display[data-v-f436a2c9] {
	display: flex;
	min-height: 0.75rem;
	clip-path: circle(40%);
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-size: contain;
}
.colorpicker span[data-v-f436a2c9] {
	font-size: 90%;
	user-select: none;
	overflow: hidden;
	text-overflow: clip;
	text-align: center;
	align-self: center;
}
.color-display p[data-v-f436a2c9] {
	user-select: none;
	display: relative;
	font-size: 200%;
	margin-bottom: 0.5rem;
	padding-top: 0.125rem;
}
