.site-head-search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .15);
    max-height: 70vh;
    overflow-y: auto;
    z-index: 200;
    display: none;
    padding: 6px;
}
.site-head-search-dropdown.is-open { display: block; }

.ssd-section { padding: 6px 0; }
.ssd-section + .ssd-section { border-top: 1px solid #f0f2f5; }
.ssd-title {
    padding: 6px 12px 4px;
    color: #5a6b80;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
}
.ssd-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ssd-section li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.3;
}
.ssd-section li a:hover { background: #f4f7fb; color: #1a5fb4; }
.ssd-cat-name { flex: 1; }
.ssd-cat-count {
    background: #eef1f6;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 11px;
    color: #5a6b80;
}
.ssd-prod-thumb,
.ssd-prod-thumb-stub {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    background: #f4f7fb;
    flex-shrink: 0;
}
.ssd-prod-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.ssd-prod-name { font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ssd-prod-sku { color: #8a8a8a; font-size: 11px; }
.ssd-prod-price { font-weight: 600; color: #1a5fb4; font-size: 13px; flex-shrink: 0; }
.ssd-prod-price del { color: #8a8a8a; font-weight: 400; font-size: 11px; margin-right: 4px; }
.ssd-prod-price ins { text-decoration: none; color: #d31700; }
.ssd-more {
    display: block;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #f0f2f5;
    font-weight: 600;
    color: #1a5fb4;
    text-decoration: none;
    font-size: 13px;
}
.ssd-more:hover { background: #f4f7fb; }
.ssd-empty {
    padding: 22px;
    text-align: center;
    color: #8a8a8a;
    font-size: 13px;
}
