/* Teléfono en el header */
.header-phone {
  font-size: 18px;
  font-weight: bold;
}

.header-phone a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-phone .material-icons {
  font-size: 22px;
}

/* Seguridad: ocultar carrito si algún módulo insiste */
#_desktop_cart,
#_mobile_cart {
  display: none !important;
}

/* Oculta cualquier botón/enlace de añadir al carrito */
.add-to-cart,
button.add-to-cart,
a.add-to-cart,
.ajax_add_to_cart_button,
.product-add-to-cart,
.product-add-to-cart * ,
[data-button-action="add-to-cart"],
.btn.add-to-cart {
  display: none !important;
}
