/* Carros Lagarto Core 10.32.4 — rodapé global com logomarca oficial */

/*
 * Oculta apenas rodapés de página legados. Não usamos o seletor genérico
 * "footer" para não alterar rodapés internos de componentes, cards ou carrinhos.
 */
html body footer.clc-site-footer:not(#clc-global-footer-v10323),
html body footer.clc-own-footer,
html body footer.clc-home-own-footer,
html body footer.site-footer:not(#clc-global-footer-v10323),
html body #footer:not(#clc-global-footer-v10323),
html body .stm-footer,
html body .stm-footer__bottom,
html body .footer_widgets_wrapper,
html body .footer-widgets-wrapper,
html body .footer-wrapper,
html body .footer-copyright:not(.clc-global-footer-v10323__copyright),
html body .copyright-socials {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

html body #clc-global-footer-v10323 {
    box-sizing: border-box !important;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: #000 !important;
    background-color: #000 !important;
    background-image: none !important;
    border: 0 !important;
    border-top: 2px solid #63E600 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: inherit !important;
    isolation: isolate !important;
    z-index: 2 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(760px, calc(100% - 36px)) !important;
    max-width: 760px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 30px 0 20px !important;
    text-align: center !important;
    background: transparent !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__logo-link {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 210px !important;
    max-width: 64vw !important;
    height: auto !important;
    margin: 0 0 13px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    line-height: 0 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__logo {
    display: block !important;
    width: 100% !important;
    max-width: 210px !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__slogan,
#clc-global-footer-v10323 .clc-global-footer-v10323__description,
#clc-global-footer-v10323 .clc-global-footer-v10323__location {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__slogan {
    margin: 0 0 7px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__description {
    max-width: 650px !important;
    margin: 0 !important;
    color: #a5ada9 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__location {
    margin: 16px 0 0 !important;
    color: #8c9590 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__location span {
    display: inline !important;
    color: #63E600 !important;
    margin: 0 5px !important;
}

#clc-global-footer-v10323 .clc-global-footer-v10323__copyright {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: 17px 0 0 !important;
    padding: 14px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(99, 230, 0, .24) !important;
    color: #7f8883 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 740px) {
    html body #clc-global-footer-v10323 .clc-global-footer-v10323__inner {
        width: calc(100% - 32px) !important;
        padding: 24px 0 106px !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__logo-link {
        width: 190px !important;
        max-width: 66vw !important;
        margin-bottom: 11px !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__logo {
        max-width: 190px !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__slogan {
        font-size: 17px !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__description {
        max-width: 520px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__location {
        margin-top: 14px !important;
        font-size: 12px !important;
    }
    #clc-global-footer-v10323 .clc-global-footer-v10323__copyright {
        margin-top: 14px !important;
        padding-top: 12px !important;
        font-size: 11px !important;
    }
}

@media (min-width: 741px) {
    html body #clc-global-footer-v10323 .clc-global-footer-v10323__inner {
        padding-bottom: 24px !important;
    }
}

/* 10.32.6 — trava definitiva contra o rodapé legado/atalhos antigos */
html body .clc-legacy-footer-hidden {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* 10.32.6 — qualquer rodapé estrutural da página é substituído pelo oficial. */
html body footer:not(#clc-global-footer-v10323):not(.clc-panel-footer):not(:has(#clc-global-footer-v10323)) {
    display: none !important;
    visibility: hidden !important;
}
/* Rodapé interno do carrinho lateral do Delivery não é rodapé da página. */
html body .clc-cart-panel > footer {
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    pointer-events: auto !important;
}
