.wd-search-full-screen.wd-fill,
.wd-search-full-screen.wd-opened {
    width: 45vw;
    left: calc(100% - 45vw);
    margin-bottom: 0;
    z-index: 9999;
}

.wd-search-full-screen.wd-fill.wd-opened {
    top: 0 !important;
}

.wd-search-full-screen .wd-close-search.wd-action-btn.wd-style-icon {
	--wd-action-icon-size: 16px;
	align-items: center;
    justify-content: center;
	width: 32px;
	height: 32px;
	top: 32px;
	right: 32px;
	z-index: 6;
}
.wd-search-full-screen .wd-close-search.wd-action-btn.wd-style-icon > a {
	width: 16px;
	height: 16px;
}

.wd-search-full-screen.wd-fill .searchform,
.wd-search-full-screen.wd-opened .searchform {
    padding-inline: unset;
    padding: 32px;
    border-bottom: none;
	border-bottom: 1px solid #E3E2E1;
	z-index: 5;
}

.wd-search-full-screen .searchform input[type="text"].s {
    font-family: "Instrument Sans", sans-serif;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: -0.72px;
    color: #605E5C;
    height: 32px;
    text-align: left;
    /* text-transform: uppercase; */
	padding-right: 32px;
}
.wd-search-full-screen .searchform input[type="text"].s::placeholder {
    color: #605E5C;
}

.wd-search-full-screen.wd-fill .search-info-text {
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-align: left;
    padding: 32px 32px 0;
	transition: none;
    margin-top: 0;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestion {
    flex-basis: 50%;
    padding: 0 8px 16px;
	width: 50%;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestion:nth-child(2n) {
    padding-right: 0;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestion:nth-child(2n+1) {
    padding-left: 0;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestion.suggestion-no-found {
    flex-basis: 100%;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestion.suggestion-no-found span {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
	/* padding-top: 32px; */
}

.autocomplete-suggestion .product-card-bottom-left {
    padding: 8px 32px;
}

.autocomplete-suggestions .autocomplete-suggestion .roket-product-page-wrapper .suggestion-thumb {
    overflow:hidden;
    margin-bottom: 0;
}

.product-card-bottom .wd-entities-title {
    font-family: "Funnel Sans", sans-serif;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #FFF;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    margin-bottom: 0;
}
.product-card-bottom .wd-entities-title:hover {
    color: #FFF
}

.autocomplete-suggestion .roket-product-page-wrapper .wd-entities-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.24px;
}

.search-results-text,
.search-results-query {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #1B1B1B;
}

.search-results-query {
    font-weight: 500;
    color: #0A0A0A;
}

/* .products .roket-product-page-wrapper.one,
.products .roket-product-page-wrapper.two,
.products .roket-product-page-wrapper.three,
.products .roket-product-page-wrapper.four,
.products .roket-product-page-wrapper.five,
.products .roket-product-page-wrapper.six,
.products .roket-product-page-wrapper.seven,
.products .roket-product-page-wrapper.eight {
    grid-column: span 1;
} */

.search-results-wrapper {
    --wd-form-height: 55px;
}

.wd-search-full-screen .autocomplete-suggestions .view-all-results {
    display: flex;
    position: sticky;
    bottom: 16px;
    left: 0;
    right: 0;
    background-color: #263336;
    margin: 0;
    z-index: 1;
    justify-content: center;
	border-radius: 1024px;
	height: 48px;
	align-items: center;
	margin-top: auto;
}

/* .wd-search-full-screen .autocomplete-suggestions .view-all-results::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: 48px;
    bottom: -1px;
    border: 2px solid #ABABAB;
    border-right-width: 1px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
} */

.wd-search-full-screen .autocomplete-suggestions .view-all-results::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
}

.wd-search-full-screen .autocomplete-suggestions .view-all-results:hover::before,
.wd-search-full-screen .autocomplete-suggestions .view-all-results:hover::after {
    opacity: 1;
}

.view-all-results span {
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: 20px;
    letter-spacing: -0.28px;
    color: #FFF;
    text-transform: none;
}

.view-all-results .view-all-results-svg-container {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1B1B1B;
    border: 1px solid #303030;
}

.wd-search-full-screen.wd-fill .autocomplete-suggestions {
    padding: 0 32px 32px;
	height: 100%;
}

.autocomplete-suggestions .autocomplete-header {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}

.autocomplete-suggestions .autocomplete-header span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #0A0A0A;
    text-transform: uppercase
}

.wd-search-full-screen.wd-searched.wd-fill .search-results-wrapper {
	height: calc(100% - 96px);
	margin-top: -20px;
}

.autocomplete-suggestion .roket-product-card-wrapper .suggestion-thumb img {
	width: 100%;
	object-fit: cover;
}

.autocomplete-suggestion .roket-product-card-atc {
	background-color: #263336;
    border-radius: 1024px;
}

.roket-search-heading {
	padding: 0 32px 16px;
}

.wd-search-full-screen .search-results-wrapper .wd-dropdown-results .wd-scroll-content {
	max-height: calc(100% - 70px); /* 70px tekstas Paieskos rezultatai... */
}

[class*="wd-search-full-screen"] .search-results-wrapper .autocomplete-suggestion .suggestion-thumb {
	margin-bottom: 0;
}

.autocomplete-suggestions .roket-buy-price .vi-sctv-price {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

@media (max-width: 1024px) {
	.wd-search-full-screen .wd-close-search.wd-action-btn.wd-style-icon {
		display: inline-flex;
		top: 24px;
		right: 24px;
	}
    .wd-search-full-screen.wd-fill,
    .wd-search-full-screen.wd-opened {
        width: unset;
        left: 0;
/*         margin: 24px 16px; */
    }
    .wd-search-full-screen.wd-opened .searchform {
        padding-inline: unset;
        padding: 24px;
    }
    .wd-search-full-screen.wd-fill .autocomplete-suggestion {
        flex-basis: 50%;
        padding: 0 6px 12px;
    }
    .autocomplete-suggestion .product-card-bottom-left {
        padding: 8px 16px;
    }
    .wd-search-full-screen.wd-fill .autocomplete-suggestions {
        padding: 0px 24px;
    }
    .view-all-results .view-all-results-text {
        padding: 0 16px;
    }
    .wd-search-full-screen.wd-fill .search-info-text {
        padding: 24px 24px 0;
    }
	.wd-search-full-screen.wd-searched.wd-fill .search-results-wrapper {
		height: calc(100% - 80px);
	}
	.roket-search-heading {
		padding: 0 24px 16px;
	}
	.wd-search-full-screen .search-results-wrapper .wd-dropdown-results .wd-scroll-content {
		max-height: calc(100% - 62px);
	}
	.wd-search-full-screen.wd-fill .autocomplete-suggestion.suggestion-no-found span {
		/* padding-top: 24px; */
	}
}

@media (max-width: 768px) {
	.wd-search-full-screen .wd-close-search.wd-action-btn.wd-style-icon {
		top: 16px;
		right: 16px;
	}
    .wd-search-full-screen.wd-opened .searchform {
        padding-inline: unset;
        padding: 16px;
    }
    .autocomplete-suggestion .product-card-bottom-left {
        padding: 8px 12px;
    }
    .wd-search-full-screen.wd-fill .autocomplete-suggestions {
        padding: 0px 16px;
    }
    .view-all-results .view-all-results-text {
        padding: 0 12px;
    }
    .wd-search-full-screen.wd-fill .search-info-text {
        padding: 16px 16px 0;
    }
	.wd-search-full-screen.wd-searched.wd-fill .search-results-wrapper {
		height: calc(100% - 64px);
	}
	.roket-search-heading {
		padding: 0 16px 16px;
	}
	.wd-search-full-screen .search-results-wrapper .wd-dropdown-results .wd-scroll-content {
		max-height: calc(100% - 54px);
	}
	.wd-search-full-screen.wd-fill .autocomplete-suggestion.suggestion-no-found span {
		/* padding-top: 16px; */
	}
}