.combined-search-preview {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 10000;
    display: none;
    width: 1120px;
    max-width: calc(100vw - 60px);
    padding: 28px 32px 24px;
    background: #fff;
    border: 1px solid #e2e5e8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    color: #333;
    text-align: left;
}

.combined-search-preview.is-visible {
    display: flex;
}

.combined-search-column {
    width: 50%;
    min-width: 0;
}

.combined-search-column::after {
    display: table;
    clear: both;
    content: '';
}

.combined-search-products {
    padding-right: 30px;
}

.combined-search-contents {
    padding-left: 30px;
    border-left: 1px solid #e1e1e1;
}

.combined-search-preview.has-single-column .combined-search-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
}

.combined-search-heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

.combined-search-result {
    display: flex;
    min-height: 68px;
    padding: 8px 6px;
    color: #333 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: background-color .15s ease;
}

.combined-search-result:hover,
.combined-search-result:focus,
.combined-search-result.is-keyboard-active {
    background: #f1f7fa;
    color: #0069b4 !important;
    outline: 2px solid transparent;
}

.combined-search-image {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-right: 14px;
    object-fit: contain;
    background: #fff;
}

.combined-search-image-placeholder {
    background: #f3f3f3 url('/assets/images/lente.PNG') no-repeat center;
    background-size: 24px;
    opacity: .55;
}

.combined-search-result-text {
    display: block;
    min-width: 0;
    padding-top: 2px;
    line-height: 1.35;
}

.combined-search-result-text strong,
.combined-search-description {
    display: block;
}

.combined-search-result-text strong {
    margin-bottom: 3px;
    color: inherit;
    font-size: 14px;
}

.combined-search-description {
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.7em;
    color: #555;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.combined-search-message {
    padding: 22px 6px;
    color: #777;
    font-size: 13px;
}

.combined-search-more {
    display: none;
    float: right;
    margin-top: 12px;
    color: #0069b4 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.combined-search-more::after {
    content: ' ›';
}

.mobile-combined-search {
    position: relative;
    width: 100%;
    margin: 8px 0 12px;
}

.mobile-combined-search-input {
    position: relative;
}

.mobile-combined-search-input input {
    width: 100%;
    height: 42px;
    padding: 8px 44px 8px 16px;
    border: 1px solid #009dde;
    border-radius: 24px;
    background-color: rgba(234, 91, 12, .05);
    color: #009dde;
    font-size: 16px;
    outline: 0;
}

.mobile-combined-search-input img {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile-combined-search .combined-search-preview {
        top: 50px;
        width: calc(100vw - 20px);
        max-width: none;
        max-height: calc(100vh - 150px);
        padding: 20px 20px 36px;
        overflow-y: auto;
    }

    .mobile-combined-search .combined-search-preview.is-visible {
        display: block;
    }

    .mobile-combined-search .combined-search-column {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }

    .mobile-combined-search .combined-search-contents {
        margin-top: 24px;
    }

    .mobile-combined-search .combined-search-preview.has-single-column .combined-search-contents {
        margin-top: 0;
    }

    .mobile-combined-search .combined-search-result {
        min-height: 64px;
    }
}
