.wps-search-wrapper-5fbfef2c {
    position: relative;
    width: 100%;
}

.wps-input-group-5fbfef2c {
    position: relative;
    display: flex;
    align-items: center;
}

.wps-search-input-5fbfef2c {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
}

.wps-search-input-5fbfef2c:focus {
    border-color: #333;
}

.wps-search-icon-5fbfef2c {
    position: absolute;
    right: 14px;
    display: flex;
    align-items: center;
    color: #888;
    pointer-events: none;
}

.wps-loader-5fbfef2c {
    position: absolute;
    right: 14px;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: wps-spin 0.6s linear infinite;
    display: none;
}

.wps-loader-5fbfef2c.loading {
    display: block;
}

.wps-search-icon-5fbfef2c + .wps-loader-5fbfef2c.loading {
    display: block;
}

.wps-search-icon-5fbfef2c + .wps-loader-5fbfef2c.loading ~ .wps-search-icon-5fbfef2c {
    display: none;
}

@keyframes wps-spin {
    to { transform: rotate(360deg); }
}

/* Results Dropdown */
.wps-search-results-5fbfef2c {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.wps-search-results-5fbfef2c.show {
    display: block;
}

.wps-results-list-5fbfef2c {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wps-result-item-5fbfef2c {
    border-bottom: 1px solid #f9f9f9;
}

.wps-result-item-5fbfef2c:last-child {
    border-bottom: none;
}

.wps-result-link-5fbfef2c {
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.wps-result-link-5fbfef2c:hover {
    background-color: #f7f7f7;
}

.wps-product-thumb-5fbfef2c {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    flex-shrink: 0;
}

.wps-product-thumb-5fbfef2c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.wps-product-info-5fbfef2c {
    display: flex;
    flex-direction: column;
}

.wps-product-title-5fbfef2c {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.wps-product-price-5fbfef2c {
    font-size: 14px;
    color: #777;
}

.wps-no-results-5fbfef2c {
    padding: 16px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
