/*
Theme Name: Emporio Alimentos Premium 2026
Theme URI: https://emporioalimentos.com.br
Author: Antigravity IDE
Author URI: https://emporioalimentos.com.br
Description: Tema Premium Customizado para o Empório Alimentos (Food Service e Varejo) - Focado em Performance e WooCoomerce 9.x+
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emporio-alimentos
Tags: ecommerce, woocommerce, full-site-editing, custom-background, fast-loading, litespeed-optimized
*/


/* ==========================================================================
   Search Autocomplete Styles
   ========================================================================== */
.emporio-autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}

.autocomplete-loading,
.autocomplete-error,
.autocomplete-no-results {
    padding: 15px 20px;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

.autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.autocomplete-list li {
    border-bottom: 1px solid #f3f4f6;
}

.autocomplete-list li:last-child {
    border-bottom: none;
}

.autocomplete-list li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #374151;
    transition: background-color 0.2s ease;
}

.autocomplete-list li a:hover {
    background-color: #f9fafb;
}

.autocomplete-list li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.autocomplete-item-details {
    display: flex;
    flex-direction: column;
}

.autocomplete-item-title {
    font-size: 16px;
    font-weight: 900;
    color: #1a1c54;
    margin-bottom: 4px;
    line-height: 1.3;
}

.autocomplete-item-price {
    font-size: 18px;
    font-weight: 600;
    color: #16a34a;
}

.autocomplete-item-price del {
    color: #9ca3af;
    font-weight: 400;
    margin-right: 5px;
}

.autocomplete-view-all {
    display: block;
    padding: 12px 15px;
    text-align: center;
    background: #f8fafc;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.autocomplete-view-all:hover {
    background: #f1f5f9;
}