/* Oculta cabeceras de precio y subtotal */
th.product-price,
th.product-subtotal {
  display: none !important;
}

/* Oculta celdas de precio y subtotal en cada fila */
td.product-price,
td.product-subtotal {
  display: none !important;
}

/* Ocultar el título "Totales del carrito" */
.cart_totals > h2 {
  display: none !important;
}

/* Ocultar la tabla de totales */
.cart_totals table.shop_table {
  display: none !important;
}

/* Ocultar el botón "Finalizar compra" */
.wc-proceed-to-checkout > a.checkout-button {
  display: none !important;
}

/* Mostrar solo el botón WhatsApp (por si está oculto por alguna regla general) */
.metamarca-whatsapp-wrapper.metamarca-whatsapp-cart {
  display: block !important;
  margin-top: 16px;
}

.coupon {
  display: none !important;
}
