.ps-c74220f5-wrapper {
    position: relative;
    width: 100%;
}

.ps-c74220f5-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.ps-c74220f5-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
}

.ps-c74220f5-spinner {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: #999;
}

.ps-c74220f5-input {
    width: 100%;
    padding: 12px 44px 12px 44px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    background-color: #fff;
}

.ps-c74220f5-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.ps-c74220f5-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-top: 4px;
    max-height: 380px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.ps-c74220f5-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color 0.15s ease;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.ps-c74220f5-result-item:last-child {
    border-bottom: none;
}

.ps-c74220f5-result-item:hover {
    background-color: #f5f5f5;
}

.ps-c74220f5-result-thumb {
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #f9f9f9;
}

.ps-c74220f5-result-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ps-c74220f5-result-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-c74220f5-result-price {
    font-size: 13px;
    font-weight: 600;
    color: #7c3aed;
}

.ps-c74220f5-no-results {
    padding: 16px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
