/* Remove o texto "Estoque: 7 dias úteis" */
.product-shipping {
  display: none !important;
}

/* Remove a vitrine com formas de pagamento (bandeiras no produto) */
.product-payment {
  display: none !important;
}

.product-name {
  color: #F37E7E !important; /* Altere para a cor desejada */
}
.product-sku {
  display: none !important;
}
