.vgl-search-page,
.vgl-category-page__main {
    padding-bottom: var(--vgl-space-2);
}

.vgl-search-page__header,
.vgl-category-page__header {
    margin-bottom: var(--vgl-space-4);
}

.vgl-search-page__title,
.vgl-category-page__title {
    font-size: var(--vgl-font-size-2xl);
}

.vgl-search-results {
    min-height: 200px;
    width: 100%;
    clear: both;
}

.vgl-search-results .listing-options {
    background: var(--vgl-color-bg-alt);
    border: 1px solid var(--vgl-color-border);
    border-radius: var(--vgl-radius);
    padding: var(--vgl-space-3) var(--vgl-space-4);
    margin-bottom: var(--vgl-space-4);
}

.vgl-search-results .listing-options .listing-results {
    margin-bottom: var(--vgl-space-2);
    color: var(--vgl-color-text-muted);
}

.vgl-search-results .search_filters fieldset {
    margin-right: var(--vgl-space-4);
}

.vgl-search-results .search_filters fieldset p {
    margin: 0 0 var(--vgl-space-1);
    font-size: var(--vgl-font-size-sm);
    color: var(--vgl-color-text-muted);
}

.vgl-search-results .compare_products_order_by_select_box {
    padding: 8px 10px 8px 12px;
    border-radius: 999px;
    border: 1px solid #dbe1e8;
    background: #dbe1e8;
    color: #676767;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.vgl-search-input-wrap {
    margin-bottom: var(--vgl-space-6);
}

.fulltext_search_input,
.vgl-search-input {
    width: 100%;
    padding: var(--vgl-space-3) var(--vgl-space-4);
    border: 2px solid var(--vgl-color-border);
    border-radius: var(--vgl-radius);
    font-size: var(--vgl-font-size-base);
}

.fulltext_search_input:focus,
.vgl-search-input:focus {
    border-color: var(--vgl-color-primary);
    outline: none;
}

.search_tip_results {
    position: absolute;
    background: var(--vgl-color-surface);
    border: 1px solid var(--vgl-color-border);
    border-radius: var(--vgl-radius);
    box-shadow: var(--vgl-shadow-lg);
    z-index: 50;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}

.search-results-count {
    color: var(--vgl-color-text-muted);
    margin-bottom: var(--vgl-space-4);
}

#s_product {
    width: 100%;
    clear: both;
}

#s_product .section-title.main_title h1,
#s_product .section-title.main_title h2 {
    margin-bottom: var(--vgl-space-3);
}
