.ppsearch-popup .ppsearch-row {
    display: flex;
    align-items: stretch;
    color: inherit;
    text-decoration: none;
}
.ppsearch-popup .ppsearch-row.is-active,
.ppsearch-popup .ppsearch-row:hover {
    background: #f4f7fb;
}
.ppsearch-popup .header__search__popup-img img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}
.ppsearch-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 2px;
    font-size: 12px;
    color: #6b7280;
}
.ppsearch-sku {
    font-weight: 600;
    color: #1f2937;
}
.ppsearch-sku-sup {
    font-family: ui-monospace, Consolas, monospace;
}
.ppsearch-out {
    color: #b45309;
}
.ppsearch-empty {
    padding: 16px;
    color: #4b5563;
}
.ppsearch-popup .header__search__popup-price s {
    margin-left: 6px;
    opacity: 0.65;
}
