.wd-search-full-screen-2 {
top:var(--wd-admin-bar-h);
display:flex;
align-items:center;
padding-top:50px;
background-color:rgba(var(--bgcolor-white-rgb), 0.97);
transition:visibility .25s ease, opacity .25s ease;
--wd-form-height: 50px;
--wd-content-heigh: 80vh}
.wd-search-full-screen-2 .searchform {
opacity:0;
transition:all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
transform:translateY(150px);
--wd-form-height: unset}
.wd-search-full-screen-2 .wd-dropdown-results .wd-scroll-content {
max-height:none;
height:0;
transition:all .6s ease}
.wd-search-full-screen-2 .wd-dropdown-results.wd-opened .wd-scroll-content {
height:calc(var(--wd-content-heigh) - 50px - var(--wd-form-height) - var(--wd-requests-height) - var(--wd-admin-bar-h))}
.wd-search-full-screen-2 .wd-dropdown-results.wd-no-results .wd-scroll-content {
height:20vh}
.wd-search-full-screen-2 .autocomplete-suggestions {
padding-top:20px;
gap:20px;
grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))}

.wd-search-full-screen-2 .wd-close-search.wd-style-icon {
--wd-action-icon-size: 16px;
position:absolute;
top:0;
right: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-full-screen-2.wd-requests-enabled .autocomplete-suggestions {
padding-top:10px}
.wd-search-full-screen-2 .wd-search-requests {
opacity:0;
transition:all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
transform:translateY(150px)}
.wd-search-full-screen-2.wd-opened {
padding-right:var(--wd-scroll-w)}
.wd-search-full-screen-2.wd-opened :is(.searchform,.wd-search-requests) {
opacity:1;
transform:none}
.wd-search-full-screen-2 .wd-search-area {
opacity:0;
transition:all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
transform:translateY(150px)}
.wd-search-full-screen-2 .wd-search-area .wd-scroll-content {
max-height:calc(var(--wd-content-heigh) - 50px - var(--wd-form-height) - var(--wd-requests-height) - var(--wd-admin-bar-h))}
.wd-search-full-screen-2 .wd-search-requests ~ .wd-search-area {
transition-delay:.4s}
.wd-search-full-screen-2.wd-opened .wd-search-area {
visibility:visible;
opacity:1;
transform:none}
.wd-search-full-screen-2.wd-searched .wd-search-area .wd-scroll-content {
visibility:hidden;
padding:0;
max-height:0;
opacity:0}
@media (min-width: 1025px) {
.wd-search-full-screen-2 {
--wd-form-height: 65px;
--wd-content-heigh: 100vh}
.wd-search-full-screen-2 .searchform input[type="text"] {
padding-left:20px}
.wd-search-full-screen-2 .searchform.wd-with-cat {
--wd-search-cat-w: 220px}
.wd-search-full-screen-2 .wd-search-cat>a {
padding-inline:30px}
.form-style-underlined .wd-search-full-screen-2 .searchform input[type="text"] {
padding-left:0}
}
@media (max-width: 576px) {
.wd-search-full-screen-2 .autocomplete-suggestions {
grid-template-columns:repeat(auto-fill, minmax(170px, 1fr))}
}
