/* Bazarban - professional header search + image similarity UI (v16)
 * Scoped to .bbh-header so it does not alter the rest of the storefront.
 */
.bbh-header .bbh-search-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99990 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #ffffff !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.bbh-header .bbh-search-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bbh-header .bbh-search-close {
    position: fixed !important;
    inset-inline-start: 28px !important;
    top: 24px !important;
    z-index: 5;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e9e8 !important;
    border-radius: 50% !important;
    color: #253534 !important;
    background: #fff !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    box-shadow: 0 6px 18px rgba(24, 48, 46, .05) !important;
    cursor: pointer;
}

.bbh-header .bbh-search-close:hover,
.bbh-header .bbh-search-close:focus-visible {
    border-color: #cdd8d6 !important;
    color: #008f87 !important;
    outline: none;
}

.bbh-header .bbh-search-inner {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 92px 24px 48px !important;
    display: block !important;
    background: #fff !important;
}

.bbh-header .bbh-search-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.bbh-header .bbh-search-heading {
    margin: 0 auto 30px;
    text-align: center;
}

.bbh-header .bbh-search-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #009b92;
    font-size: 13px;
    font-weight: 700;
}

.bbh-header .bbh-search-heading h2 {
    margin: 0;
    color: #1f302f;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.35;
}

.bbh-header .bbh-search-heading p {
    max-width: 620px;
    margin: 10px auto 0;
    color: #74817f;
    font-size: 14px;
    line-height: 1.9;
}

.bbh-header .bbh-search-form {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bbh-header .bbh-search-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px) 124px;
    gap: 12px;
    align-items: stretch;
}

.bbh-header .bbh-search-text-control {
    position: relative;
    min-width: 0;
}

.bbh-header .bbh-search-field-icon {
    position: absolute;
    inset-inline-start: 18px;
    top: 50%;
    z-index: 2;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    fill: none;
    stroke: #8b9896;
    stroke-width: 1.7;
    stroke-linecap: round;
    pointer-events: none;
}

.bbh-header .bbh-search-text-control #inputSearchIndex {
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    padding-inline-start: 52px !important;
    border: 1px solid #dfe6e4 !important;
    border-radius: 14px !important;
    color: #20302f !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 58px !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.bbh-header .bbh-search-text-control #inputSearchIndex:focus {
    border-color: #18a79e !important;
    box-shadow: 0 0 0 3px rgba(0, 155, 146, .08) !important;
}

.bbh-header .bbh-search-text-control #inputSearchIndex::placeholder {
    color: #9aa5a3;
    opacity: 1;
}

.bbh-header .bbh-search-file-control {
    min-width: 0;
}

.bbh-header .bbh-image-search-file {
    position: static !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 7px !important;
    display: block !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
    border: 1px solid #dfe6e4 !important;
    border-radius: 14px !important;
    color: #677573 !important;
    background: #fff !important;
    font-size: 12px !important;
    line-height: 42px !important;
    cursor: pointer;
    outline: none;
}

.bbh-header .bbh-image-search-file::file-selector-button {
    height: 42px;
    margin: 0;
    margin-inline-end: 10px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    color: #087f78;
    background: #eef8f7;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.bbh-header .bbh-image-search-file::-webkit-file-upload-button {
    height: 42px;
    margin: 0;
    margin-inline-end: 10px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    color: #087f78;
    background: #eef8f7;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.bbh-header .bbh-image-search-file:focus {
    border-color: #18a79e !important;
    box-shadow: 0 0 0 3px rgba(0, 155, 146, .08) !important;
}

.bbh-header .bbh-search-submit {
    width: 124px !important;
    min-width: 124px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #009b92 !important;
    border-radius: 14px !important;
    color: #fff !important;
    background: #009b92 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.bbh-header .bbh-search-submit:hover,
.bbh-header .bbh-search-submit:focus-visible {
    border-color: #007f78 !important;
    background: #007f78 !important;
    outline: none;
}

.bbh-header .bbh-search-submit:active {
    transform: translateY(1px);
}

.bbh-header .bbh-search-submit svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

/* Keep Bazarban's existing text autocomplete, just restyle its container. */
.bbh-header .bbh-search-text-control .autocomplete-items {
    position: absolute !important;
    inset-inline: 0 !important;
    top: calc(100% + 8px) !important;
    z-index: 30 !important;
    max-height: 340px;
    overflow-y: auto;
    border: 1px solid #e2e8e7 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(32, 55, 53, .10) !important;
}

/* Preview/result area is shown only after a file is selected. */
.bbh-header .bbh-image-search-stage {
    width: 100%;
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #edf1f0;
}

.bbh-header .bbh-image-search-stage[hidden] {
    display: none !important;
}

.bbh-header .bbh-image-search-query {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 14px;
    border: 1px solid #e5ebea;
    border-radius: 16px;
    background: #fafcfc;
}

.bbh-header .bbh-image-search-preview-wrap {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    overflow: hidden;
    border: 1px solid #e1e8e6;
    border-radius: 12px;
    background: #fff;
}

.bbh-header .bbh-image-search-preview {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbh-header .bbh-image-search-preview.is-visible {
    display: block;
}

.bbh-header .bbh-image-search-query-text {
    min-width: 0;
    flex: 1 1 auto;
}

.bbh-header .bbh-image-search-query-text small {
    display: block;
    margin-bottom: 2px;
    color: #8a9694;
    font-size: 11px;
}

.bbh-header .bbh-image-search-name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #263635;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbh-header .bbh-image-search-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 22px;
    margin-top: 4px;
    color: #6f7d7b;
    font-size: 12px;
}

.bbh-header .bbh-image-search-status.is-loading::before {
    content: '';
    width: 13px;
    height: 13px;
    border: 2px solid #dce8e6;
    border-top-color: #009b92;
    border-radius: 50%;
    animation: bbh-image-spin .75s linear infinite;
}

.bbh-header .bbh-image-search-status.is-error { color: #b53b3b; }
.bbh-header .bbh-image-search-status.is-success { color: #087f78; }
.bbh-header .bbh-image-search-status.is-ready { color: #596a68; }

.bbh-header .bbh-image-search-reset {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid #dce4e2 !important;
    border-radius: 10px !important;
    color: #586866 !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.bbh-header .bbh-image-search-reset:hover {
    border-color: #c8d4d2 !important;
    color: #20302f !important;
}

.bbh-header .bbh-image-search-stage.is-searching .bbh-image-search-reset {
    pointer-events: none;
    opacity: .55;
}

.bbh-header .bbh-image-search-results {
    margin-top: 22px;
}

.bbh-header .bbh-image-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.bbh-header .bbh-image-results-head strong {
    color: #273736;
    font-size: 15px;
    font-weight: 800;
}

.bbh-header .bbh-image-results-head span {
    color: #85918f;
    font-size: 12px;
}

.bbh-header .bbh-image-search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.bbh-header .bbh-image-result-card {
    min-width: 0;
    overflow: hidden;
    display: block;
    border: 1px solid #e3e9e8;
    border-radius: 15px;
    color: inherit;
    background: #fff;
    text-decoration: none !important;
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.bbh-header .bbh-image-result-card:hover {
    color: inherit;
    border-color: #c7d7d4;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(35, 61, 58, .07);
}

.bbh-header .bbh-image-result-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid #eef2f1;
    background: #f7f9f9;
}

.bbh-header .bbh-image-result-media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    background: #fff;
}

.bbh-header .bbh-image-result-body {
    display: block;
    padding: 12px 13px 13px;
}

.bbh-header .bbh-image-result-body strong {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    color: #263635;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bbh-header .bbh-image-result-meta {
    display: block;
    margin-top: 7px;
    color: #008f87;
    font-size: 11px;
    font-weight: 600;
}

.bbh-header .bbh-image-search-empty {
    padding: 32px 18px;
    border: 1px dashed #d8e2e0;
    border-radius: 14px;
    color: #667573;
    background: #fbfcfc;
    font-size: 13px;
    text-align: center;
}

@keyframes bbh-image-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 991.98px) {
    .bbh-header .bbh-search-inner {
        padding-top: 86px !important;
    }

    .bbh-header .bbh-search-controls {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    }

    .bbh-header .bbh-search-submit {
        grid-column: 1 / -1;
        width: 100% !important;
    }

    .bbh-header .bbh-image-search-results-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .bbh-header .bbh-search-close {
        inset-inline-start: 14px !important;
        top: 14px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 25px !important;
    }

    .bbh-header .bbh-search-inner {
        padding: 72px 14px 30px !important;
    }

    .bbh-header .bbh-search-heading {
        margin-bottom: 22px;
        text-align: start;
    }

    .bbh-header .bbh-search-heading p {
        margin-inline: 0;
        font-size: 13px;
    }

    .bbh-header .bbh-search-controls {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bbh-header .bbh-search-submit {
        grid-column: auto;
        width: 100% !important;
    }

    .bbh-header .bbh-image-search-query {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bbh-header .bbh-image-search-query-text {
        width: calc(100% - 84px);
    }

    .bbh-header .bbh-image-search-reset {
        margin-inline-start: 84px !important;
    }

    .bbh-header .bbh-image-search-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 420px) {
    .bbh-header .bbh-image-search-results-grid {
        grid-template-columns: 1fr;
    }

    .bbh-header .bbh-image-result-media {
        aspect-ratio: 16 / 10;
    }
}

/* ==========================================================
   Bazarban unified AJAX search v17
   ========================================================== */
.bbh-header .bbh-search-submit:disabled {
    cursor: wait;
    opacity: .72;
}

.bbh-header .bbh-search-submit.is-loading svg {
    animation: bbh-image-spin .75s linear infinite;
}

.bbh-header .bbh-text-search-stage {
    width: 100%;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf1f0;
}

.bbh-header .bbh-text-search-stage[hidden] {
    display: none !important;
}

.bbh-header .bbh-text-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.bbh-header .bbh-text-results-head strong {
    color: #233331;
    font-size: 15px;
    font-weight: 800;
}

.bbh-header .bbh-text-results-head span {
    color: #879391;
    font-size: 12px;
}

.bbh-header .bbh-text-search-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bbh-header .bbh-text-result-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 9px 12px;
    border: 1px solid #e5ebe9;
    border-radius: 14px;
    color: inherit;
    background: #fff;
    text-decoration: none !important;
    box-shadow: none;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.bbh-header .bbh-text-result-item:hover {
    border-color: #cbdad7;
    background: #fbfdfd;
    transform: translateY(-1px);
}

.bbh-header .bbh-text-result-media {
    width: 58px;
    height: 58px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8edec;
    border-radius: 11px;
    background: #f7faf9;
}

.bbh-header .bbh-text-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbh-header .bbh-text-result-fallback {
    color: #178e87;
    font-size: 22px;
    line-height: 1;
}

.bbh-header .bbh-text-result-copy {
    min-width: 0;
}

.bbh-header .bbh-text-result-type {
    display: block;
    margin-bottom: 3px;
    color: #148d86;
    font-size: 10px;
    font-weight: 700;
}

.bbh-header .bbh-text-result-title {
    display: block;
    overflow: hidden;
    color: #243331;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbh-header .bbh-text-result-copy small {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: #87918f;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbh-header .bbh-text-result-arrow {
    color: #9ba8a5;
    font-size: 17px;
    transition: transform .16s ease, color .16s ease;
}

.bbh-header[dir="rtl"] .bbh-text-result-item:hover .bbh-text-result-arrow {
    color: #148d86;
    transform: translateX(-2px);
}

.bbh-header[dir="ltr"] .bbh-text-result-arrow {
    transform: rotate(180deg);
}

.bbh-header .bbh-search-empty-state,
.bbh-header .bbh-search-loading {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px;
    border: 1px dashed #dce5e3;
    border-radius: 14px;
    color: #73807e;
    background: #fbfcfc;
    text-align: center;
}


.bbh-header .bbh-search-empty-illustration {
    width: 180px;
    max-width: 100%;
    margin: 0 auto 4px;
}

.bbh-header .bbh-search-empty-illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-card,
.bbh-header .bbh-search-empty-illustration .bbh-empty-search {
    fill: #f7fbfa;
    stroke: #d9e6e3;
    stroke-width: 2.2;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-line {
    fill: none;
    stroke: #a8bbb7;
    stroke-width: 4.2;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-handle {
    fill: none;
    stroke: #89a8a3;
    stroke-width: 5;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-dot {
    fill: #0aa095;
    opacity: .22;
}

.bbh-header .bbh-search-empty-state strong {
    color: #344442;
    font-size: 14px;
}

.bbh-header .bbh-search-empty-state span {
    font-size: 12px;
}

.bbh-header .bbh-search-empty-state.is-error strong,
.bbh-header .bbh-search-empty-state.is-error span {
    color: #a33f3f;
}

.bbh-header .bbh-search-loading {
    flex-direction: row;
}

.bbh-header .bbh-search-spinner {
    width: 17px;
    height: 17px;
    border: 2px solid #dce8e6;
    border-top-color: #009b92;
    border-radius: 50%;
    animation: bbh-image-spin .75s linear infinite;
}

/* v17 disables the old live autocomplete panel; submit drives all search APIs. */
.bbh-header #productsetitem {
    display: none !important;
}

@media (max-width: 767.98px) {
    .bbh-header .bbh-text-search-list {
        grid-template-columns: 1fr;
    }

    .bbh-header .bbh-text-result-item {
        grid-template-columns: 52px minmax(0, 1fr) 22px;
        min-height: 68px;
        padding: 8px 10px;
    }

    .bbh-header .bbh-text-result-media {
        width: 52px;
        height: 52px;
    }

    .bbh-header .bbh-text-results-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

/* ==========================================================
   Bazarban unified AJAX search v18
   Results stay inside the open search section.
   ========================================================== */
.bbh-header .bbh-text-search-stage,
.bbh-header .bbh-image-search-stage {
    scroll-margin-top: 24px;
}

/* Text results are intentionally a real vertical list, not a second page/grid. */
.bbh-header .bbh-text-search-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    max-width: 100% !important;
}

.bbh-header .bbh-text-result-item {
    width: 100% !important;
    min-height: 78px !important;
}

/* Keep the result area visually attached to the controls. */
.bbh-header .bbh-text-search-stage,
.bbh-header .bbh-image-search-stage {
    margin-top: 14px !important;
    padding-top: 14px !important;
}

@media (max-width: 767.98px) {
    .bbh-header .bbh-text-result-item {
        grid-template-columns: 52px minmax(0, 1fr) 20px !important;
        gap: 10px !important;
        min-height: 70px !important;
        padding: 8px 10px !important;
    }

    .bbh-header .bbh-text-result-media {
        width: 52px !important;
        height: 52px !important;
    }
}

/* ==========================================================
   Bazarban AJAX search v19 - inline results + empty illustration
   ========================================================== */
.bbh-header .bbh-text-search-list {
    grid-template-columns: 1fr;
}

.bbh-header .bbh-text-result-item {
    grid-template-columns: 64px minmax(0, 1fr) 28px;
    min-height: 84px;
    padding: 10px 14px;
}

.bbh-header .bbh-text-result-media {
    width: 64px;
    height: 64px;
}

.bbh-header .bbh-search-empty-state {
    min-height: 250px;
    gap: 8px;
    padding: 34px 20px;
    border: 1px solid #e7eceb;
    border-radius: 18px;
    background: #fbfcfc;
}

.bbh-header .bbh-search-empty-illustration {
    width: 180px;
    max-width: 55vw;
    margin: 0 auto 4px;
}

.bbh-header .bbh-search-empty-illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-card {
    fill: #ffffff;
    stroke: #dce8e6;
    stroke-width: 2;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-line {
    fill: none;
    stroke: #c4d4d1;
    stroke-width: 4;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-search {
    fill: #f2f9f8;
    stroke: #159c94;
    stroke-width: 3;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-handle {
    fill: none;
    stroke: #159c94;
    stroke-width: 7;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-dot {
    fill: #b9e2de;
}


.bbh-header .bbh-search-empty-illustration {
    width: 180px;
    max-width: 100%;
    margin: 0 auto 4px;
}

.bbh-header .bbh-search-empty-illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-card,
.bbh-header .bbh-search-empty-illustration .bbh-empty-search {
    fill: #f7fbfa;
    stroke: #d9e6e3;
    stroke-width: 2.2;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-line {
    fill: none;
    stroke: #a8bbb7;
    stroke-width: 4.2;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-handle {
    fill: none;
    stroke: #89a8a3;
    stroke-width: 5;
    stroke-linecap: round;
}

.bbh-header .bbh-search-empty-illustration .bbh-empty-dot {
    fill: #0aa095;
    opacity: .22;
}

.bbh-header .bbh-search-empty-state strong {
    color: #243634;
    font-size: 16px;
    font-weight: 800;
}

.bbh-header .bbh-search-empty-state span {
    max-width: 520px;
    color: #788684;
    font-size: 12px;
    line-height: 1.9;
}

.bbh-header .bbh-image-search-results .bbh-search-empty-state {
    margin-top: 16px;
}

@media (max-width: 767.98px) {
    .bbh-header .bbh-search-empty-state {
        min-height: 220px;
        padding: 28px 16px;
    }

    .bbh-header .bbh-search-empty-illustration {
        width: 150px;
    }

    .bbh-header .bbh-text-result-item {
        grid-template-columns: 56px minmax(0, 1fr) 22px;
        min-height: 76px;
        padding: 9px 10px;
    }

    .bbh-header .bbh-text-result-media {
        width: 56px;
        height: 56px;
    }
}
