/* === TESTE FORÇADO PRIMESHOP === */
body * {
  outline: 0;
}

/* REMOVE FAIXA PROMOCIONAL DO TOPO */
header > div:first-child {
  display: none !important;
}

/* REMOVE BARRA DE BENEFÍCIOS ABAIXO DO MENU */
section:first-of-type {
  display: none !important;
}

/* REMOVE INFO PIX DO PRODUTO */
[class*="pix"],
[class*="Pix"],
[class*="PIX"] {
  display: none !important;
}
