.search-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 700px;
    /* z-index: 1; */
}

.lg-victorenzo {
    width: 42px;
    height: 42px;
}

.color-insta { color: #e9125d; }
.color-whats { color: #088962; }
.color-face  { color: #10578f; }

.hr-titulo {
    width: 360px;
    border-color: #daa6a6 !important;
}

.btn-victorenzo {
    color: #b69598;
    border-color: #b69598;
    background: transparent;
}

.btn-victorenzo:hover {
    background: #b69598;
    color: white;
    border-color: #b69598;
}

.btn-pesquisar {
    background: #5bbf8e;
    border-color: #5bbf8e;
    color: white;
}

.btn-pesquisar:hover {
    background: #4ea37a;
    border-color: #4ea37a;
    color: white;
}

.btn-pesquisar:active {
    background: #3d8460 !important;
    border-color: #3d8460 !important;
    color: white !important;
}

.btn-pesquisar:focus {
    box-shadow: 0 0 0 3px rgba(91, 191, 142, 0.35);
}

.search-dropdown {
    position: absolute;
    top: 100%; /* Fica  abaixo da barra de pesquisa */
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1050; 
    max-height: 400px;
    overflow-y: auto; /* Scroll caso tenha muitos resultados */
    display: none; /* Escondido por padrão */
}

.search-dropdown-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background 0.2s;
}

.search-dropdown-item:hover {
    background-color: #f8f9fa;
}

.search-dropdown-item:last-child {
    border-bottom: none;
}

.search-dropdown-info {
    font-size: 0.9rem;
}

.search-dropdown-price {
    color: #5bbf8e;
    font-weight: bold;
    float: right;
}

.search-dropdown-item.active {
    background-color: #f0f0f0;
    border-left: 3px solid #5bbf8e;
}

.search-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #666;
    z-index: 1050;
}


@media (max-width: 991.98px) {
    .search-container {
        position: static;
        transform: none;
        left: auto;
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 1495px) {
     .navbar-subtitulo {
        display: none;
    }
}