.search_form {
    position: relative;
}

.search_form .second {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    border-radius: 8px;
    overflow: hidden;
}

.cb-search-results {
    width: 100%;
}

.cb-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f0f0f0;
    transition: background .2s ease;
}

.cb-search-item:hover {
    background: #f8f8f8;
}

.cb-search-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
}

.cb-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cb-search-meta {
    flex: 1;
    min-width: 0;
}

.cb-search-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 4px;
    color: #1d1d1d;
}

.cb-search-sku {
    font-size: 12px;
    line-height: 1.3;
    opacity: .75;
    margin-bottom: 4px;
}

.cb-search-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.cb-search-empty,
.cb-search-loading-row {
    padding: 14px;
    font-size: 14px;
}

.cb-search-all-results {
    display: block;
    padding: 14px;
    text-decoration: none;
    font-weight: 600;
    background: #fafafa;
    color: inherit;
}

.cb-search-all-results:hover {
    background: #f3f3f3;
}

.search_form.cb-search-loading .second {
    display: block;
}
.cb-search-excerpt {
    font-size: 12px;
    line-height: 1.45;
    color: #666;
    margin-bottom: 6px;
}

.cb-search-title mark,
.cb-search-sku mark,
.cb-search-excerpt mark {
    background: rgba(255, 230, 0, 0.35);
    padding: 0 2px;
    border-radius: 2px;
}

.cb-search-excerpt {
    font-size: 12px;
    line-height: 1.45;
    color: #666;
    margin-bottom: 6px;
}

.cb-search-taxonomy-match {
    font-size: 12px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 6px;
    font-weight: 600;
}

.cb-search-title mark,
.cb-search-sku mark,
.cb-search-excerpt mark,
.cb-search-taxonomy-match mark {
    background: rgba(255, 230, 0, 0.35);
    padding: 0 2px;
    border-radius: 2px;
}