/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* alterar a cor da navbar */
header.version_1 .main_header {
    background-color: #2d6c3f;
}

/* search dropdown */
header .main_nav .custom-search-input {
    position: relative;
}

header .main_nav .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 6px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-height: 260px;
    overflow-y: auto;
    z-index: 1000;
}

header .main_nav .search-result-item {
    display: block;
    padding: 10px 12px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

header .main_nav .search-result-item:hover {
    background: #f7f7f7;
}

header .main_nav .search-empty {
    padding: 10px 12px;
    color: #777;
    font-size: 13px;
}

/* ou, se quiser específico desta página: */
body.catalogo .top_banner { margin-bottom: 35px; }
body.catalogo .grid_item .ribbon { display: none; }

/* about page images */
.about-photo {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.phone_note {
    font-size: 0.6rem;
    line-height: 1.1;
}

.page-404 #page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-404 main {
    flex: 1;
}

.page-404 footer {
    margin-top: auto;
}

#contact-form .privacy-note {
    margin-bottom: 12px;
}

