.veneer-range-search-wrap {
	padding: 0 0 20px;
}

.veneer-range-search-wrap .container {
	position: relative;
}

.veneer-range-heading-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 0;
}

.veneer-range-heading-row > h1 {
	flex: 1 1 auto;
	margin: 0 !important;
	text-align: left !important;
}

.veneer-range-search-bar {
	position: relative;
	flex: 0 0 320px;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.veneer-range-heading-row {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.veneer-range-heading-row .veneer-range-search-bar {
		flex: 1 1 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

.veneer-range-search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #36AA4A;
	font-size: 22px;
	pointer-events: none;
	line-height: 1;
}

.veneer-range-search-input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 10px 42px 10px 44px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	background: #fff;
	color: #40404a;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
}

.veneer-range-search-input:focus {
	outline: none;
	border-color: #36AA4A;
}

.veneer-range-search-input::placeholder {
	color: #8a8a93;
}

.veneer-range-search-clear {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #8a8a93;
	cursor: pointer;
	line-height: 1;
}

.veneer-range-search-clear[hidden] {
	display: none;
}

.veneer-range-search-clear:hover {
	color: #40404a;
	background: #f2f2f2;
}

.veneer-range-search-clear .material-icons {
	font-size: 20px;
}

.veneer-search-empty {
	margin-top: 16px;
	color: #40404a;
	font-size: 16px;
}

/* Scoped to search mode only — default first-12 / load-more CSS is untouched */
.list-section.withload.is-searching .list-box,
.list-section.withoutload.is-searching .list-box {
	display: none !important;
}

.list-section.withload.is-searching .list-box.veneer-search-match,
.list-section.withoutload.is-searching .list-box.veneer-search-match {
	display: block !important;
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
}

/* #loadMore lives outside .list-section, so it is keyed off a body class */
body.veneer-range-is-searching #loadMore,
body.veneer-range-is-searching #loadMore-paused-for-search {
	display: none !important;
	pointer-events: none !important;
}
