/* Remove botão voltar ao topo */
.back-to-top,
.go-top,
.scroll-top,
a[href="#top"] {
  display: none !important;
}

/* Remove botão de chat/balão */
.chat-flutuante,
.chat-float,
.chat-widget,
#chat-widget,
.atendimento-flutuante {
  display: none !important;
}

/* Remove faixa de créditos Loja Integrada e tema */
.footer-credits,
.credits,
.store-footer__credits,
.powered-by,
.alpha-theme,
.loja-integrada,
img[src*="lojaintegrada"],
img[src*="alphatheme"] {
  display: none !important;
}

/* Remove espaço em branco que sobra */
footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
