.ps-16838646-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.ps-16838646-form {
    display: flex;
    width: 100%;
}
.ps-16838646-input {
    flex-grow: 1;
    padding: 14px 20px;
    border: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    outline: none;
}
.ps-16838646-input:focus {
    border-color: #FFA500;
}
.ps-16838646-btn {
    padding: 14px 30px;
    background-color: #FFA500;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.ps-16838646-btn:hover {
    background-color: #e69500;
}

/* Dropdown Styles */
.ps-16838646-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
    max-height: 400px;
    overflow-y: auto;
    margin-top: -1px;
}
.ps-16838646-loading,
.ps-16838646-no-results,
.ps-16838646-error {
    padding: 15px 20px;
    color: #666;
    text-align: center;
}
.ps-16838646-item-header {
    padding: 8px 20px;
    background: #f5f6f8;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ps-16838646-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}
.ps-16838646-item:hover {
    background: #f9f9f9;
}
.ps-16838646-item:last-child {
    border-bottom: none;
}
.ps-16838646-item-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}
.ps-16838646-item-content {
    display: flex;
    flex-direction: column;
}
.ps-16838646-item-title {
    font-weight: 500;
    margin-bottom: 2px;
}
.ps-16838646-item-price {
    font-size: 14px;
    color: #FFA500;
}
.ps-16838646-item-price del {
    color: #999;
    margin-right: 5px;
}
.ps-16838646-item-attr {
    padding-left: 30px;
}