.ealfa-shop-filters {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: none;
	padding: 14px 16px 16px;
}

.ealfa-shop-filters__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.ealfa-shop-filters__title {
	color: rgba(0, 0, 0, 0.9);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.ealfa-shop-filters__clear {
	color: #3483fa;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

.ealfa-shop-filters__clear:hover {
	text-decoration: underline;
}

.ealfa-shop-filters__section {
	border-top: 1px solid #ededed;
	margin-top: 10px;
	padding-top: 10px;
}

.ealfa-shop-filters__section:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.ealfa-shop-filters__section-toggle {
	background: transparent;
	border: 0;
	color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	padding: 0;
	text-align: left;
	width: 100%;
}

.ealfa-shop-filters__section-body {
	margin-top: 8px;
}

.ealfa-shop-filters__section:not(.is-open) .ealfa-shop-filters__section-body {
	display: none;
}

.ealfa-shop-filters__search-field {
	align-items: stretch;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
	display: flex;
	overflow: hidden;
}

.ealfa-shop-filters__search-field:focus-within {
	border-color: #3483fa;
	box-shadow: 0 0 0 1px #3483fa;
}

.ealfa-shop-filters__search {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.9);
	flex: 1;
	font-size: 14px;
	line-height: 1.25;
	min-width: 0;
	padding: 8px 10px;
	width: auto;
}

.ealfa-shop-filters__search:focus {
	box-shadow: none;
	outline: 0;
}

.ealfa-shop-filters__search-submit {
	align-items: center;
	background: #3483fa;
	border: 0;
	border-left: 1px solid #e6e6e6;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 0 12px;
}

.ealfa-shop-filters__search-submit:hover {
	background: #2968c8;
}

.ealfa-shop-filters__search-icon {
	display: block;
}

.ealfa-shop-filters__options {
	list-style: none;
	margin: 0;
	max-height: 220px;
	overflow-y: auto;
	padding: 0 16px 0 0;
	scrollbar-color: #d9d9d9 transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.ealfa-shop-filters__options::-webkit-scrollbar {
	width: 10px;
}

.ealfa-shop-filters__options::-webkit-scrollbar-track {
	background: transparent;
}

.ealfa-shop-filters__options::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border: 3px solid #fff;
	border-radius: 10px;
}

.ealfa-shop-filters__options > li {
	margin: 0;
	padding: 0;
}

.ealfa-shop-filters__option {
	align-items: flex-start;
	color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: grid;
	gap: 6px 8px;
	grid-template-columns: 16px minmax(0, 1fr) auto;
	margin: 0;
	min-height: 24px;
	padding: 2px 0;
}

.ealfa-shop-filters__option input {
	accent-color: #3483fa;
	height: 16px;
	margin: 1px 0 0;
	width: 16px;
}

.ealfa-shop-filters__option span {
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
}

.ealfa-shop-filters__option small {
	color: rgba(0, 0, 0, 0.45);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	min-width: 20px;
	padding-left: 8px;
	text-align: right;
	white-space: nowrap;
}

.ealfa-shop-filters__option-depth-1 {
	padding-left: 12px;
}

.ealfa-shop-filters__option-depth-2 {
	padding-left: 24px;
}
