/*
 * NRB — Footer Premium Global
 * Extraído do acabamento final validado na homepage.
 *
 * Âmbito:
 * - Atua apenas em footer.site-footer depois de o JavaScript aplicar
 *   nrb-footer-premium-ready / nrb-footer-final-polish.
 * - Não altera homepage, loja, cartões, filtros, categorias ou cores.
 * - Pode ser carregado em todas as páginas públicas.
 */

/* ----------------------------------------------------------
   2. Remove o espaço exagerado antes do footer
   ---------------------------------------------------------- */

.site-footer {
    margin-top: 24px !important;
}

/* ----------------------------------------------------------
   3. Newsletter mais compacta
   ---------------------------------------------------------- */

.site-footer .footer-newsletter .site-footer-inner {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* ----------------------------------------------------------
   4. Bloco principal do footer
   ---------------------------------------------------------- */

.site-footer .footer-widgets .site-footer-inner {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    gap: 24px !important;
}

/* Coluna institucional esquerda. */
.site-footer .site-footer-contact {
    padding-right: 30px !important;
}

/* Título e descrição institucional. */
.site-footer .site-footer-contact .entry-title {
    margin-bottom: 12px !important;
}

.site-footer .site-footer-contact .entry-description {
    line-height: 1.55 !important;
}

/* APA + Valorcar. */
.site-footer .site-footer-contact .entry-description > .row {
    margin-top: 8px !important;
}

/* Livro de Reclamações. */
.site-footer #livroReclamacoesRed {
    max-width: 88px !important;
}

.site-footer .site-footer-contact
.entry-description > div[style*="margin-bottom:20px"] {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 12px !important;
}

/* CIAB + texto CNIACC. */
.site-footer .site-footer-contact
.entry-description > div[style*="padding-top:15px"] {
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.site-footer .site-footer-contact
.entry-description > div[style*="padding-top:15px"] p {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    line-height: 1.35 !important;
}

/* ----------------------------------------------------------
   5. Linha de logótipo, redes sociais e contactos
   ---------------------------------------------------------- */

.site-footer .footer-info .site-footer-inner {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    gap: 18px !important;
}

.site-footer .footer-info .widget-title {
    margin-bottom: 8px !important;
}

.site-footer .footer-info p {
    margin-bottom: 5px !important;
}

/* ----------------------------------------------------------
   6. Copyright, NIF e pagamentos
   ---------------------------------------------------------- */

.site-footer .footer-copyright .tps-legal-line {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.site-footer .footer-copyright .site-footer-inner {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    gap: 18px !important;
}

/* ----------------------------------------------------------
   7. Tablet
   ---------------------------------------------------------- */

@media (max-width: 1180px) {
    .site-footer {
        margin-top: 20px !important;
    }

        .site-footer .footer-widgets .site-footer-inner {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

        .site-footer .footer-info .site-footer-inner {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

        .site-footer .footer-copyright .site-footer-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ----------------------------------------------------------
   8. Mobile
   Não força colunas horizontais; apenas reduz espaços.
   ---------------------------------------------------------- */

@media (max-width: 720px) {
    .site-footer {
        margin-top: 16px !important;
    }

        .site-footer .footer-newsletter .site-footer-inner {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }

        .site-footer .footer-widgets .site-footer-inner {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        gap: 28px !important;
    }

        .site-footer .site-footer-contact {
        padding-right: 0 !important;
    }

        .site-footer .footer-info .site-footer-inner {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

        .site-footer .footer-copyright .site-footer-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ==========================================================
   NRB — FOOTER PREMIUM FINAL EM DOIS PISOS
   Complemento do homepage-layout-final.js
   ========================================================== */

/* ----------------------------------------------------------
   1. Remove completamente o antigo piso intermédio
   depois de o JavaScript mover os seus conteúdos.
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.footer-info.nrb-footer-info-empty {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

/* ----------------------------------------------------------
   2. Estrutura principal do footer
   Empresa + menus + utilidades na mesma área.
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.footer-widgets .site-footer-inner {
    display: grid !important;
    grid-template-columns:
        minmax(300px, 1.2fr)
        minmax(520px, 2.2fr) !important;
    column-gap: 42px !important;
    row-gap: 24px !important;
    align-items: start !important;
    padding-top: 34px !important;
    padding-bottom: 28px !important;
}

.site-footer.nrb-footer-premium-ready
.footer-widgets .site-footer-contact {
    width: auto !important;
    min-width: 0 !important;
    padding-right: 0 !important;
}

.site-footer.nrb-footer-premium-ready
.footer-widgets .site-footer-widgets {
    width: auto !important;
    min-width: 0 !important;
    flex: none !important;
}

/* ----------------------------------------------------------
   3. Linha integrada: logótipo + redes + contactos
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns:
        minmax(230px, 1fr)
        minmax(180px, .7fr)
        minmax(300px, 1.15fr);
    align-items: center;
    gap: 28px;
    width: 100%;
    margin-top: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(115, 157, 205, .18);
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility > .column {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Logótipo oficial igual ao header. */

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-brand {
    justify-content: flex-start !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-brand .site-brand,
.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-brand .site-brand a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-brand .site-brand img {
    display: block !important;
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Redes sociais. */

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-social {
    justify-content: center !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-social .site-info-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-social .site-info-social > span {
    font-size: 12px !important;
    opacity: .78;
}

/* Contactos alinhados na direita. */

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact {
    justify-content: flex-end !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact .site-apps {
    width: auto !important;
    margin: 0 !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact .widget_contact {
    width: auto !important;
    max-width: 330px !important;
    height: auto !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact .widget-title {
    margin: 0 0 7px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact .widget-body {
    margin: 0 0 2px !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact p {
    margin-bottom: 3px !important;
    line-height: 1.35 !important;
}

/* Remove o botão vazio "test" existente no template. */

.site-footer.nrb-footer-premium-ready
.nrb-footer-utility-contact .site-app-buttons {
    display: none !important;
}

/* ----------------------------------------------------------
   4. Coluna institucional mais compacta e equilibrada
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.site-footer-contact .entry-title {
    font-size: 23px !important;
    line-height: 1.32 !important;
    margin-bottom: 10px !important;
}

.site-footer.nrb-footer-premium-ready
.site-footer-contact .entry-description {
    font-size: 14px !important;
    line-height: 1.48 !important;
}

.site-footer.nrb-footer-premium-ready
.site-footer-contact
.entry-description > .row {
    margin-top: 8px !important;
}

.site-footer.nrb-footer-premium-ready
.site-footer-contact
.entry-description > div[style*="margin-bottom:20px"] {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 9px !important;
}

.site-footer.nrb-footer-premium-ready
.site-footer-contact
.entry-description > div[style*="padding-top:15px"] {
    margin-top: 8px !important;
    padding-top: 9px !important;
}

.site-footer.nrb-footer-premium-ready
.site-footer-contact
.entry-description > div[style*="padding-top:15px"] p {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
}

/* ----------------------------------------------------------
   5. Barra inferior única:
   NIF + copyright + pagamentos.
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.footer-copyright .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-footer.nrb-footer-premium-ready
.footer-copyright .site-footer-inner {
    display: grid !important;
    grid-template-columns:
        auto
        minmax(320px, 1fr)
        auto !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.site-footer.nrb-footer-premium-ready
.footer-copyright .nrb-footer-vat {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap;
    text-align: left !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    opacity: .72 !important;
}

.site-footer.nrb-footer-premium-ready
.footer-copyright .site-copyright {
    margin: 0 !important;
    text-align: center;
    font-size: 11px !important;
    line-height: 1.45 !important;
}

/* ----------------------------------------------------------
   6. Métodos de pagamento
   ---------------------------------------------------------- */

.site-footer.nrb-footer-premium-ready
.nrb-footer-payment-methods {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 9px 12px !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-payment-methods .item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: auto !important;
    height: 26px !important;
    margin: 0 !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-footer-payment-methods img {
    display: block !important;
    width: auto !important;
    max-width: 82px !important;
    height: 22px !important;
    max-height: 22px !important;
    object-fit: contain !important;
}

/* MB Way e Payshop já existentes. */

.site-footer.nrb-footer-premium-ready
.nrb-payment-mbway img {
    max-width: 48px !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-payment-payshop img {
    max-width: 82px !important;
}

/* PayPal. */

.site-footer.nrb-footer-premium-ready
.nrb-payment-paypal img {
    width: 76px !important;
    height: auto !important;
}

/* Transferência e cobrança usam ícone + texto. */

.site-footer.nrb-footer-premium-ready
.nrb-payment-transferencia img,
.site-footer.nrb-footer-premium-ready
.nrb-payment-cobranca img {
    width: 21px !important;
    height: 21px !important;
}

.site-footer.nrb-footer-premium-ready
.nrb-payment-label {
    display: inline-block;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    color: rgba(255, 255, 255, .76);
}

/* ----------------------------------------------------------
   7. Tablet
   ---------------------------------------------------------- */

@media (max-width: 1180px) {
        .site-footer.nrb-footer-premium-ready
    .footer-widgets .site-footer-inner {
        grid-template-columns:
            minmax(280px, .9fr)
            minmax(450px, 1.6fr) !important;
        column-gap: 30px !important;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility {
        grid-template-columns:
            minmax(180px, .8fr)
            minmax(150px, .6fr)
            minmax(280px, 1.1fr);
        gap: 20px;
    }

        .site-footer.nrb-footer-premium-ready
    .footer-copyright .site-footer-inner {
        grid-template-columns: auto 1fr !important;
    }

        .site-footer.nrb-footer-premium-ready
    .footer-copyright .site-footer-inner > .column:last-child {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center !important;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-payment-methods {
        justify-content: center !important;
    }
}

/* ----------------------------------------------------------
   8. Mobile
   ---------------------------------------------------------- */

@media (max-width: 720px) {
        .site-footer.nrb-footer-premium-ready
    .footer-widgets .site-footer-inner {
        display: block !important;
        padding-top: 26px !important;
        padding-bottom: 22px !important;
    }

        .site-footer.nrb-footer-premium-ready
    .footer-widgets .site-footer-widgets {
        margin-top: 28px !important;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 24px;
        padding-top: 22px;
        text-align: center;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility-brand,
        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility-social,
        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility-contact {
        width: 100% !important;
        justify-content: center !important;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-utility-contact .widget_contact {
        max-width: 100% !important;
        text-align: center !important;
    }

        .site-footer.nrb-footer-premium-ready
    .footer-copyright .site-footer-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        text-align: center !important;
    }

        .site-footer.nrb-footer-premium-ready
    .footer-copyright .nrb-footer-vat {
        text-align: center !important;
    }

        .site-footer.nrb-footer-premium-ready
    .nrb-footer-payment-methods {
        justify-content: center !important;
    }
}

/* ==========================================================
   NRB — POLIMENTO FINAL DO FOOTER
   Contactos, pagamentos, alinhamentos e altura
   ========================================================== */

/* ----------------------------------------------------------
   1. Aproxima logótipo, redes e contactos
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.nrb-footer-utility {
    grid-template-columns: 230px 170px 360px !important;
    justify-content: space-between !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
    padding-top: 18px !important;
    gap: 24px !important;
}

/* ----------------------------------------------------------
   2. Contactos perfeitamente alinhados
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.nrb-footer-utility-contact {
    justify-content: flex-start !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-utility-contact .widget_contact {
    width: 100% !important;
    max-width: 360px !important;
    text-align: left !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-utility-contact .widget-title {
    margin: 0 0 11px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-row {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    column-gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.35;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-row > i {
    display: block;
    width: 18px;
    margin-top: 2px;
    text-align: center;
    color: #0878d1;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-value {
    min-width: 0;
    text-align: left;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-value a {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-address {
    margin-top: 2px;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-address
.nrb-footer-contact-value {
    line-height: 1.3;
}

/* ----------------------------------------------------------
   3. Pagamentos limpos
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.nrb-footer-payment-methods {
    gap: 10px !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-payment-methods .item {
    min-height: 28px !important;
}

/* PayPal: apenas logótipo. */

.site-footer.nrb-footer-final-polish
.nrb-payment-paypal {
    padding: 0 3px !important;
}

.site-footer.nrb-footer-final-polish
.nrb-payment-paypal img {
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
}

/* Transferência e cobrança: badges tipográficos profissionais. */

.site-footer.nrb-footer-final-polish
.nrb-payment-transferencia,
.site-footer.nrb-footer-final-polish
.nrb-payment-cobranca {
    height: auto !important;
}

.site-footer.nrb-footer-final-polish
.nrb-payment-text-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 5px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .86);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

/* ----------------------------------------------------------
   4. Barra inferior com maior legibilidade
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.footer-copyright .site-footer-inner {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.site-footer.nrb-footer-final-polish
.footer-copyright .nrb-footer-vat {
    font-size: 12px !important;
}

.site-footer.nrb-footer-final-polish
.footer-copyright .site-copyright {
    font-size: 12px !important;
}

/* ----------------------------------------------------------
   5. Compactação final do bloco legal
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.site-footer-contact
.entry-description > div[style*="margin-bottom:20px"] {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-top: 7px !important;
}

.site-footer.nrb-footer-final-polish
.site-footer-contact
.entry-description > div[style*="padding-top:15px"] {
    margin-top: 6px !important;
    padding-top: 7px !important;
}

.site-footer.nrb-footer-final-polish
.site-footer-contact
.entry-description > div[style*="padding-top:15px"] p {
    margin-top: 4px !important;
    line-height: 1.25 !important;
}

/* ----------------------------------------------------------
   6. Mobile
   ---------------------------------------------------------- */

@media (max-width: 720px) {
        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility {
        display: flex !important;
        max-width: none !important;
        margin: 0 !important;
        gap: 18px !important;
    }

        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-contact .widget_contact {
        max-width: 320px !important;
        margin: 0 auto !important;
    }

        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-contact .widget-title,
        .site-footer.nrb-footer-final-polish
    .nrb-footer-contact-value {
        text-align: left !important;
    }

        .site-footer.nrb-footer-final-polish
    .nrb-footer-payment-methods {
        gap: 8px !important;
    }

        .site-footer.nrb-footer-final-polish
    .nrb-payment-text-badge {
        min-height: 26px;
        padding: 0 8px;
        font-size: 9px;
    }
}

/* ==========================================================
   NRB — FECHO REAL DO FOOTER
   Microafinações isoladas, sem alterar estrutura ou linhas
   ========================================================== */

/* ----------------------------------------------------------
   1. Aproximar visualmente logótipo e contactos das redes.
   Mantém intactas:
   - largura da utility;
   - grelha original;
   - linha horizontal;
   - posição central das redes.
   ---------------------------------------------------------- */

@media (min-width: 1181px) {

        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-brand {
        transform: translateX(48px) !important;
    }

        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-contact {
        transform: translateX(-48px) !important;
    }
}

/* ----------------------------------------------------------
   2. Contactos: mais respiro apenas na mudança de assunto.
   Telefones continuam juntos; morada ganha separação mínima.
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-row {
    line-height: 1.42 !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-address {
    margin-top: 4px !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-contact-email {
    margin-top: 2px !important;
}

/* ----------------------------------------------------------
   3. Badges discretos, preservando texto completo.
   ---------------------------------------------------------- */

.site-footer.nrb-footer-final-polish
.nrb-payment-text-badge {
    border-color: rgba(255, 255, 255, .09) !important;
    background: rgba(255, 255, 255, .018) !important;
    color: rgba(255, 255, 255, .82) !important;
}

/* Tablet e mobile: nenhuma deslocação manual. */
@media (max-width: 1180px) {

        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-brand,
        .site-footer.nrb-footer-final-polish
    .nrb-footer-utility-contact {
        transform: none !important;
    }
}

/* ==========================================================
   NRB — LINHA SUPERIOR IGUAL À LINHA INFERIOR
   Corrige apenas a extensão da linha.
   ========================================================== */

.site-footer.nrb-footer-final-polish
.nrb-footer-utility {
    position: relative !important;
    border-top: 0 !important;
}

.site-footer.nrb-footer-final-polish
.nrb-footer-utility::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;

    /* Utility ≈ 1040 px; contentor geral ≈ 1280 px. */
    width: calc(100% + 240px) !important;
    max-width: calc(100vw - 134px) !important;

    height: 1px !important;
    transform: translateX(-50%) !important;
    background: rgba(115, 157, 205, .18) !important;
    pointer-events: none !important;
}

/* ==========================================================
   NRB — FECHO VERTICAL DA LOJA
   Diagnóstico confirmado:
   - main.tp-sa-page com padding-bottom excessivo
   - footer.site-footer com margin-top excessivo
   - paginação com margem superior excessiva

   Âmbito estrito:
   - apenas a página principal da loja WooCommerce
   - não afeta produto, carrinho, checkout, homepage ou páginas legais
   ========================================================== */

body.woocommerce-shop main.tp-sa-page {
    padding-bottom: 24px !important;
}

body.woocommerce-shop footer.site-footer {
    margin-top: 24px !important;
}

body.woocommerce-shop .tp-sa-pagination,
body.woocommerce-shop .woocommerce-pagination {
    margin-top: 32px !important;
}

