
.wd-search-full-screen-2 {
	--wd-search-sp: 30px;
	--wd-form-height: 50px;
	--wd-content-heigh: 100vh;
	top: var(--wd-admin-bar-h);
	display: flex;
	align-items: center;
	padding-top: 50px;
	background-color: rgba(var(--bgcolor-white-rgb), .97);
	transition: all .25s ease;
}

.wd-search-full-screen-2 :is(.searchform,.wd-search-history,.wd-search-requests,.wd-search-area) {
	visibility: hidden;
	opacity: 0;
	transition: all .8s cubic-bezier(.19, 1, .22, 1) .3s;
	transform: translateY(150px);
}

.wd-search-full-screen-2>.container {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

.wd-search-full-screen-2 .searchform {
	--wd-form-height: unset;
	margin-bottom: var(--wd-search-sp);
}

.wd-search-full-screen-2 .wd-close-search.wd-style-icon {
	--wd-action-icon-size: 26px;
	position: absolute;
	top: 0;
	inset-inline-end: 0;
}

.wd-search-form.wd-display-full-screen-2 {
	cursor: pointer;
}

.wd-search-form.wd-display-full-screen-2 .searchform {
	pointer-events: none;
	user-select: none;
}

.wd-search-form.wd-display-full-screen-2 .wd-clear-search {
	display: none;
}

.wd-search-full-screen-2 .wd-search-suggestions .wd-search-title {
	margin-bottom: var(--wd-search-sp);
	text-transform: unset;
}

.wd-search-full-screen-2 .wd-search-results {
	height: 0;
	transition: all .6s ease;
}

.wd-search-full-screen-2 .wd-suggestions-group {
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.wd-search-full-screen-2 .wd-all-results {
	margin-top: var(--wd-search-sp);
}

.wd-search-full-screen-2 .wd-suggestions-group.wd-type-categories {
	display: flex;
	flex-wrap: wrap;
}

.wd-search-full-screen-2.wd-searched .wd-search-results {
	height: calc(var(--wd-content-heigh) - var(--wd-form-height) - var(--wd-admin-bar-h) - 50px);
}

.wd-search-full-screen-2.wd-searched .wd-search-results.wd-no-results {
	height: 20vh;
}

.wd-search-full-screen-2.wd-searched .wd-search-area {
	visibility: hidden;
	padding: 0;
	max-height: 0;
	height: 0;
	opacity: 0;
}

.wd-search-full-screen-2.wd-opened :is(.searchform,.wd-search-history,.wd-search-requests,.wd-search-area) {
	visibility: visible;
	opacity: 1;
	transform: none;
}

@media (min-width: 1025px) {
	.wd-search-full-screen-2 {
		--wd-form-height: 65px;
		--wd-content-heigh: 80vh;
		padding-right: var(--wd-scroll-w);
	}
	
	.wd-search-full-screen-2 .searchform input[type="text"] {
		padding-inline-start: 20px;
	}
	
	.wd-search-full-screen-2 .searchform.wd-with-cat {
		--wd-search-cat-w: 220px;
		--wd-search-clear-sp: .001px;
	}
	
	.wd-search-full-screen-2 .wd-clear-search {
		padding-inline-end: 20px;
	}
	
	.wd-search-full-screen-2 .wd-with-cat .wd-search-cat>a {
		padding-inline: 30px;
	}
	
	.form-style-underlined .wd-search-full-screen-2 .searchform input[type="text"] {
		padding-inline-start: 0;
	}
}

@media (max-width: 576px) {
	.wd-search-full-screen-2 .wd-suggestions-group {
		grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	}
}
