/* ADICIONAR NOVO SELO NO RODAPÉ */
#rodape .pagamento-selos .selos ul::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 48px;
  margin-left: 12px;
  vertical-align: middle;
  background-image: url("https://cdn.awsli.com.br/563/563419/arquivos/imagens_blog_800x600-5-photoroom.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ALINHAR OS SELOS */
#rodape .pagamento-selos .selos ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#rodape .pagamento-selos .selos li {
  display: flex;
  align-items: center;
}

#rodape .pagamento-selos .selos img {
  max-height: 48px;
  width: auto;
}

/* Oculta "Desenvolvimento: SamaThemes" */
.wrap-logo-rodape a:first-child {
    display: none !important;
}

/* Oculta "Plataforma: Loja Integrada" */
.wrap-logo-rodape a:last-child {
    display: none !important;
}

/* Opcional: remove o espaço vazio */
.wrap-logo-rodape {
    display: none !important;
}
/* Remove completamente a barra de créditos */
#rodape .wrap-logo-rodape {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}