.address-inner {
  display: none !important;
}

.footer-2 {
  display: none !important;
}

.element-menu-main{
  display: none !important;
}

/* Oculta completamente o conteúdo original, tanto imagem quanto texto */
.copyright p {
  display: none !important;
}

/* Substitui por conteúdo novo */
.copyright .grid-12::after {
  content: "Loja Virtual criada por MS TIME";
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.info-phone {
  display: none !important;
}
