/**
 * Navegação 90sneakers — v1.6.9
 * Header: wp_nav_menu nativo do Veen.
 * Footer: estrutura própria do child, fora de Aparência > Menus.
 */

/* Header: preserva integralmente o Veen e evita quebra dos HUBs principais. */
#header .main-nav .vch-menu-hub > a,
#header .main-nav .vch-menu-categories > a,
.mobile.main-nav .vch-menu-hub > a,
.mobile.main-nav .vch-menu-categories > a {
    white-space: nowrap;
}

/* Footer multilíngue ---------------------------------------------------- */
#footer.vch-localized-footer,
#footer.vch-localized-footer * {
    box-sizing: border-box;
}

#footer.vch-localized-footer .vch-localized-footer-widgets {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 62px 0 42px;
}

#footer.vch-localized-footer .vch-footer-grid {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    align-items: start;
    margin: 0;
}

#footer.vch-localized-footer .vch-footer-column {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

#footer.vch-localized-footer .vch-footer-column__title {
    margin: 0 0 22px;
    padding: 0 0 12px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

#footer.vch-localized-footer .vch-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer.vch-localized-footer .vch-footer-list li {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
}

#footer.vch-localized-footer .vch-footer-list li:last-child {
    margin-bottom: 0;
}

#footer.vch-localized-footer .vch-footer-list a {
    display: inline;
    max-width: 100%;
    padding: 0;
    border: 0;
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: normal;
    transition: opacity .2s ease;
}

#footer.vch-localized-footer .vch-footer-list a:hover,
#footer.vch-localized-footer .vch-footer-list a:focus {
    opacity: .72;
}

/* Redes sociais permanecem apenas em texto, sem pseudo-ícones. */
#footer.vch-localized-footer .vch-footer-column--social a::before,
#footer.vch-localized-footer .vch-footer-column--social a::after {
    content: none !important;
    display: none !important;
}

/* Evita que regras antigas de .widget_nav_menu/.row.large afetem o novo grid. */
#footer.vch-localized-footer .vch-footer-grid::before,
#footer.vch-localized-footer .vch-footer-grid::after,
#footer.vch-localized-footer .vch-footer-column::before,
#footer.vch-localized-footer .vch-footer-column::after {
    content: none;
    display: none;
}

@media (max-width: 1023px) {
    #footer.vch-localized-footer .vch-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 36px;
    }
}

@media (max-width: 767px) {
    #footer.vch-localized-footer .vch-localized-footer-widgets {
        padding: 42px 0 28px;
    }

    #footer.vch-localized-footer .vch-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 22px;
    }

    #footer.vch-localized-footer .vch-footer-column__title {
        margin-bottom: 16px;
        font-size: 13px;
    }

    #footer.vch-localized-footer .vch-footer-list li {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    #footer.vch-localized-footer .vch-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
}

/* v1.6.9 — contraste do rodapé e copyright automático. */
#footer.vch-localized-footer .vch-footer-column__title,
#footer.vch-localized-footer .vch-footer-list,
#footer.vch-localized-footer .vch-footer-list li,
#footer.vch-localized-footer .vch-footer-list a,
#footer.vch-localized-footer .vch-footer-list a:link,
#footer.vch-localized-footer .vch-footer-list a:visited,
#footer.vch-localized-footer .vch-footer-copyright,
#footer.vch-localized-footer .vch-footer-copyright a,
#footer.vch-localized-footer .vch-footer-copyright a:link,
#footer.vch-localized-footer .vch-footer-copyright a:visited {
    color: #fff !important;
}

#footer.vch-localized-footer .vch-footer-copyright {
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0;
    padding: 0 20px 24px;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
}

#footer.vch-localized-footer .vch-footer-copyright a {
    font-weight: 700;
    text-decoration: none;
}

#footer.vch-localized-footer .vch-footer-copyright a:hover,
#footer.vch-localized-footer .vch-footer-copyright a:focus {
    opacity: .78;
}
