
.wd-dropdown-results {
	margin-top: 0 !important;
	--wd-search-font-size: .92em;
	--wd-search-sp: 15px;
	overflow: hidden;
	right: calc(( var(--wd-form-brd-radius) / 1.5 ));
	left: calc(( var(--wd-form-brd-radius) / 1.5 ));
}

.wd-dropdown-results:after {
	width: auto !important;
	height: auto !important;
}

.wd-dropdown-results .wd-scroll-content {
	overscroll-behavior: none;
}

.wd-dropdown-results .wd-search-suggestions {
	margin-top: -1px;
	margin-inline-end: -1px;
}

.wd-dropdown-results .wd-search-suggestions .wd-search-title {
	margin-block: -1px;
	border-block: 1px solid var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion {
	margin-bottom: -1px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-inline-end: 1px solid;
	border-color: var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion:hover, .wd-dropdown-results .wd-suggestion.wd-active {
	background-color: var(--bgcolor-gray-100);
}

.wd-dropdown-results .wd-suggestion-thumb {
	flex: 0 0 auto;
	margin-inline-end: 15px;
	max-width: 65px;
}

.wd-dropdown-results .wd-suggestion-thumb img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-dropdown-results .wd-all-results {
	background-color: var(--bgcolor-white);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories {
	display: block;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion {
	border: none;
	padding-block: 10px;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child {
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after {
	content: "";
	font-family: "woodmart-font";
	color: var(--color-gray-400);
}

.wd-dropdown-results .wd-not-found {
	background-color: var(--bgcolor-white) !important;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found {
	margin-bottom: 0;
}

.wd-dropdown-results :is(.wd-search-requests, .wd-search-history, .wd-search-area) {
	padding: var(--wd-search-sp);
}

.wd-dropdown-results :is(.wd-search-requests, .wd-search-history, .wd-search-area):not(:first-child) {
	margin-top: -1px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-searched .wd-dropdown-results :is(.wd-search-history, .wd-search-requests, .wd-search-area) {
	display: none;
}

.wd-dropdown-results .wd-search-requests {
	--wd-requests-pd: 8px 12px;
	--wd-requests-fs: 10px;
}

@media (max-width: 1024px) {
	.wd-dropdown-results {
		--wd-search-sp: 10px;
	}
	
	.wd-dropdown-results .wd-suggestion-thumb {
		max-width: 45px;
	}
}
